mirror of
https://github.com/home-assistant/core.git
synced 2025-09-07 13:51:39 +02:00
Move HomeWizard Energy identify button to config entity category (#102932)
This commit is contained in:
@@ -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__(
|
||||
|
Reference in New Issue
Block a user