mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Correct Velbus button light entity category (#66156)
This commit is contained in:
parent
b90434e8d6
commit
2f08372026
@ -96,7 +96,7 @@ class VelbusButtonLight(VelbusEntity, LightEntity):
|
|||||||
|
|
||||||
_channel: VelbusButton
|
_channel: VelbusButton
|
||||||
_attr_entity_registry_enabled_default = False
|
_attr_entity_registry_enabled_default = False
|
||||||
_attr_entity_category = EntityCategory.DIAGNOSTIC
|
_attr_entity_category = EntityCategory.CONFIG
|
||||||
_attr_supported_features = SUPPORT_FLASH
|
_attr_supported_features = SUPPORT_FLASH
|
||||||
|
|
||||||
def __init__(self, channel: VelbusChannel) -> None:
|
def __init__(self, channel: VelbusChannel) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user