mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 06:44:04 +02:00
Remove trailing space from string in const.py (#1146)
This commit is contained in:
parent
b3e4d09b6b
commit
6d517fc913
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ CONF_DETECT_NON_HA_CHANGES, DEFAULT_DETECT_NON_HA_CHANGES = (
|
|||
)
|
||||
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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue