mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
decapitalize "Both" -> "both"
This commit is contained in:
parent
3b868858b0
commit
7744c2e939
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||
def _difference_between_states(from_state, to_state):
|
||||
start = "Lights adjusting because "
|
||||
if from_state is None and to_state is None:
|
||||
return start + "Both states None"
|
||||
return start + "both states None"
|
||||
if from_state is None:
|
||||
return start + f"from_state: None, to_state: {to_state}"
|
||||
if to_state is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue