Correct Velbus button light entity category (#66156)

This commit is contained in:
Franck Nijhof 2022-02-09 10:31:58 +01:00 committed by GitHub
parent b90434e8d6
commit 2f08372026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ class VelbusButtonLight(VelbusEntity, LightEntity):
_channel: VelbusButton
_attr_entity_registry_enabled_default = False
_attr_entity_category = EntityCategory.DIAGNOSTIC
_attr_entity_category = EntityCategory.CONFIG
_attr_supported_features = SUPPORT_FLASH
def __init__(self, channel: VelbusChannel) -> None: