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

This commit is contained in:
Paulus Schoutsen
2023-10-28 23:29:02 -04:00
parent bee63ca654
commit 1c3de76b04

View File

@@ -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__(