Move HomeWizard Energy identify button to config entity category (#102932)

This commit is contained in:
Franck Nijhof
2023-10-27 23:26:03 +02:00
committed by GitHub
parent 9c6884a526
commit 4fa551612e
@@ -24,7 +24,7 @@ async def async_setup_entry(
class HomeWizardIdentifyButton(HomeWizardEntity, ButtonEntity):
"""Representation of a identify button."""
_attr_entity_category = EntityCategory.DIAGNOSTIC
_attr_entity_category = EntityCategory.CONFIG
_attr_device_class = ButtonDeviceClass.IDENTIFY
def __init__(