From 62b9566be0191827f6ee7aa7c32a603767b56fa8 Mon Sep 17 00:00:00 2001 From: scottyphillips Date: Fri, 11 Mar 2022 10:47:12 +1100 Subject: [PATCH] bug fix --- custom_components/echonetlite/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/echonetlite/const.py b/custom_components/echonetlite/const.py index 2e49712..5024300 100644 --- a/custom_components/echonetlite/const.py +++ b/custom_components/echonetlite/const.py @@ -113,7 +113,7 @@ CONF_STATE_CLASS: STATE_CLASS_MEASUREMENT } } - } + }, 'default': { CONF_ICON: None, CONF_TYPE: None,