diff --git a/custom_components/adaptive_lighting/const.py b/custom_components/adaptive_lighting/const.py index 79d571e2..5f78c8fe 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."