mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Use identify device class in LIFX identify button entity (#95372)
This commit is contained in:
@@ -24,7 +24,7 @@ RESTART_BUTTON_DESCRIPTION = ButtonEntityDescription(
|
||||
|
||||
IDENTIFY_BUTTON_DESCRIPTION = ButtonEntityDescription(
|
||||
key=IDENTIFY,
|
||||
name="Identify",
|
||||
device_class=ButtonDeviceClass.IDENTIFY,
|
||||
entity_category=EntityCategory.CONFIG,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user