From 95d1dcacd3a0acbdd9c583032c131e32082c9f57 Mon Sep 17 00:00:00 2001 From: Sven Naumann Date: Thu, 23 Sep 2021 09:54:11 +0200 Subject: [PATCH] homematic - add STATE channel as attribute --- homeassistant/components/homematic/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/homematic/const.py b/homeassistant/components/homematic/const.py index 0880d168375ac3..afb2c193b2000c 100644 --- a/homeassistant/components/homematic/const.py +++ b/homeassistant/components/homematic/const.py @@ -221,6 +221,7 @@ "OPERATING_VOLTAGE": ["voltage", {}], "WORKING": ["working", {0: "No", 1: "Yes"}], "STATE_UNCERTAIN": ["state_uncertain", {}], + "STATE": ["attribute_state", {}], } HM_PRESS_EVENTS = [