Use identify device class in LIFX identify button entity (#95372)

pull/93599/head
Franck Nijhof 2023-06-27 14:52:44 +02:00 committed by GitHub
parent 878d41a472
commit 116dd67472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ RESTART_BUTTON_DESCRIPTION = ButtonEntityDescription(
IDENTIFY_BUTTON_DESCRIPTION = ButtonEntityDescription(
key=IDENTIFY,
name="Identify",
device_class=ButtonDeviceClass.IDENTIFY,
entity_category=EntityCategory.CONFIG,
)