Use identify device class in LIFX identify button entity (#95372)
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…
Reference in New Issue