mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +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(
|
||||
key=IDENTIFY,
|
||||
name="Identify",
|
||||
device_class=ButtonDeviceClass.IDENTIFY,
|
||||
entity_category=EntityCategory.CONFIG,
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user