Skip to content

Commit

Permalink
fix: context id length. Resolves #297
Browse files Browse the repository at this point in the history
  • Loading branch information
danobot authored Jun 20, 2023
1 parent d2fd0a7 commit a9f3257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/entity_controller/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@
CONF_IGNORE_STATE_CHANGES_UNTIL = "grace_period"


CONTEXT_ID_CHARACTER_LIMIT = 36
CONTEXT_ID_CHARACTER_LIMIT = 26

0 comments on commit a9f3257

Please sign in to comment.