From a9f3257be3f58b979b868bc5a1630a39b931c121 Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Tue, 20 Jun 2023 23:37:06 +0800 Subject: [PATCH] fix: context id length. Resolves #297 --- custom_components/entity_controller/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/entity_controller/const.py b/custom_components/entity_controller/const.py index 729927a..9cfd8d3 100644 --- a/custom_components/entity_controller/const.py +++ b/custom_components/entity_controller/const.py @@ -87,4 +87,4 @@ CONF_IGNORE_STATE_CHANGES_UNTIL = "grace_period" -CONTEXT_ID_CHARACTER_LIMIT = 36 +CONTEXT_ID_CHARACTER_LIMIT = 26