Skip to content

Commit 512947b

Browse files
authored
Merge pull request #299 from danobot/develop
fix: context id length. Resolves #297
2 parents d2fd0a7 + a9f3257 commit 512947b

File tree

1 file changed

+1
-1
lines changed
  • custom_components/entity_controller

1 file changed

+1
-1
lines changed

custom_components/entity_controller/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@
8787
CONF_IGNORE_STATE_CHANGES_UNTIL = "grace_period"
8888

8989

90-
CONTEXT_ID_CHARACTER_LIMIT = 36
90+
CONTEXT_ID_CHARACTER_LIMIT = 26

0 commit comments

Comments
 (0)