mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Use identify device class in LIFX identify button entity (#95372)
This commit is contained in:
parent
878d41a472
commit
116dd67472
@ -24,7 +24,7 @@ RESTART_BUTTON_DESCRIPTION = ButtonEntityDescription(
|
|||||||
|
|
||||||
IDENTIFY_BUTTON_DESCRIPTION = ButtonEntityDescription(
|
IDENTIFY_BUTTON_DESCRIPTION = ButtonEntityDescription(
|
||||||
key=IDENTIFY,
|
key=IDENTIFY,
|
||||||
name="Identify",
|
device_class=ButtonDeviceClass.IDENTIFY,
|
||||||
entity_category=EntityCategory.CONFIG,
|
entity_category=EntityCategory.CONFIG,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user