Skip to content

Commit

Permalink
Fix trailing spaces in const.py: restore correct one, remove incorrec…
Browse files Browse the repository at this point in the history
…t one
  • Loading branch information
marazmarci authored Jan 1, 2025
1 parent 6656105 commit 39c4f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/adaptive_lighting/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 39c4f35

Please sign in to comment.