From 2d22b86b50a041b0add7483e12cea4456840b53c Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 30 Oct 2023 08:25:12 +0200 Subject: [PATCH] Update const.py Changed ATTR_SWITCH_ENTITIES so no spaces but underscore --- custom_components/irrigation_unlimited/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/irrigation_unlimited/const.py b/custom_components/irrigation_unlimited/const.py index b479806..bc5d56f 100644 --- a/custom_components/irrigation_unlimited/const.py +++ b/custom_components/irrigation_unlimited/const.py @@ -196,7 +196,7 @@ ATTR_TICK_LOG = "tick_log" ATTR_SUSPENDED = "suspended" ATTR_VOLUME = "volume" -ATTR_SWITCH_ENTITIES = "switch entity id" +ATTR_SWITCH_ENTITIES = "switch_entity_id" # Resources RES_MANUAL = "Manual"