From 39c4f352b7751ecbaa89e42b1042965109599425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Mar=C3=A1z?= Date: Wed, 1 Jan 2025 22:05:07 +0100 Subject: [PATCH] Fix trailing spaces in const.py: restore correct one, remove incorrect one --- custom_components/adaptive_lighting/const.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/adaptive_lighting/const.py b/custom_components/adaptive_lighting/const.py index 5f78c8fe..3fc9c5d4 100644 --- a/custom_components/adaptive_lighting/const.py +++ b/custom_components/adaptive_lighting/const.py @@ -28,7 +28,7 @@ ) DOCS[CONF_DETECT_NON_HA_CHANGES] = ( "Detects and halts adaptations for non-`light.turn_on` state changes. " - "Needs `take_over_control` enabled. 🕵️" + "Needs `take_over_control` enabled. 🕵️ " "Caution: ⚠️ Some lights might falsely indicate an 'on' state, which could result " "in lights turning on unexpectedly. " "Disable this feature if you encounter such issues." @@ -84,7 +84,7 @@ "invoked without specifying color or brightness. ❌🌈 " "This e.g., prevents adaptation when activating a scene. " "If `false`, AL adapts regardless of the presence of color or brightness in the initial `service_data`. " - "Needs `take_over_control` enabled. 🕵️ " + "Needs `take_over_control` enabled. 🕵️" ) CONF_PREFER_RGB_COLOR, DEFAULT_PREFER_RGB_COLOR = "prefer_rgb_color", False