mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 14:54:04 +02:00
add separate_turn_on_commands to README
This commit is contained in:
parent
4257d27dee
commit
008c5e444d
1 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,8 @@ adaptive_lighting:
|
|||
| sunset_offset | Change the sunset time with a positive or negative offset. | False | 0 | time |
|
||||
| only_once | Whether to keep adapting the lights (false) or to only adapt the lights as soon as they are turned on (true). | False | False | boolean |
|
||||
| take_over_control | If another source calls `light.turn_on` while the lights are on and being adapted, disable Adaptive Lighting. | False | True | boolean |
|
||||
| detect_non_ha_changes | Whether to detect state changes and stop adapting lights, even not from `light.turn_on`. Needs `take_over_control` to be enabled. Note that by enabling this option, it calls 'homeassistant.update_entity' every 'interval'! | inclusive | False | boolean |
|
||||
| detect_non_ha_changes | Whether to detect state changes and stop adapting lights, even not from `light.turn_on`. Needs `take_over_control` to be enabled. Note that by enabling this option, it calls 'homeassistant.update_entity' every 'interval'! | False | False | boolean |
|
||||
| separate_turn_on_commands | Whether to use separate `light.turn_on` calls for color and brightness, needed for some types of lights | False | False | boolean |
|
||||
|
||||
Full example:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue