diff --git a/homeassistant/components/lifx/button.py b/homeassistant/components/lifx/button.py index b5f5373b3e8..00d216351a0 100644 --- a/homeassistant/components/lifx/button.py +++ b/homeassistant/components/lifx/button.py @@ -24,7 +24,7 @@ RESTART_BUTTON_DESCRIPTION = ButtonEntityDescription( IDENTIFY_BUTTON_DESCRIPTION = ButtonEntityDescription( key=IDENTIFY, - name="Identify", + device_class=ButtonDeviceClass.IDENTIFY, entity_category=EntityCategory.CONFIG, )