From 2f08372026ba38d0fc8913fbc0152434696b8af8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 9 Feb 2022 10:31:58 +0100 Subject: [PATCH] Correct Velbus button light entity category (#66156) --- homeassistant/components/velbus/light.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/velbus/light.py b/homeassistant/components/velbus/light.py index e0d1b797bb3..2926b30c22f 100644 --- a/homeassistant/components/velbus/light.py +++ b/homeassistant/components/velbus/light.py @@ -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: