added option to use -1 as a value for BlockLight and SkyLight authored by Lxlp's avatar Lxlp
...@@ -125,6 +125,8 @@ cool_display: ...@@ -125,6 +125,8 @@ cool_display:
### Brightness ### Brightness
Both blocklight and skylight must be set to override brightness. Values must be in range of `0` to `15`. Both blocklight and skylight must be set to override brightness. Values must be in range of `0` to `15`.
Use a value of `-1` to make it so the display entity uses the ambiens's blocklight/skylight without overriding them
#### BlockLight & SkyLight #### BlockLight & SkyLight
```yml ```yml
cool_display: cool_display:
... ...
......