mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
Update README.md to include sleep_transition
Signed-off-by: Avi Miller <me@dje.li>
This commit is contained in:
parent
95d4f8c327
commit
4492cfe615
1 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,8 @@ adaptive_lighting:
|
|||
| name | The name to use when displaying this switch. | False | default | string |
|
||||
| lights | List of light entities for Adaptive Lighting to control (may be empty). | False | list | [] |
|
||||
| prefer_rgb_color | Whether to use RGB color adjustment instead of native light color temperature. | False | False | boolean |
|
||||
| initial_transition | How long the first transition is when the lights go from `off` to `on` (or when "sleep mode" is toggled). | False | 1 | time |
|
||||
| initial_transition | How long the first transition is when the lights go from `off` to `on`. | False | 1 | time |
|
||||
| sleep_transition | How long the transition is when when "sleep mode" is toggled | False | 1 | time |
|
||||
| transition | How long the transition is when the lights change, in seconds. | False | 45 | integer |
|
||||
| interval | How often to adapt the lights, in seconds. | False | 90 | integer |
|
||||
| min_brightness | The minimum percent of brightness to set the lights to. | False | 1 | integer |
|
||||
|
|
@ -191,4 +192,3 @@ These graphs were generated using the values calculated by the Adaptive Lighting
|
|||
|
||||
- @basnijholt
|
||||
- @RubenKelevra
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue