Update device sun light trigger docs
This commit is contained in:
parent
98902ef548
commit
3c05f27c9a
2 changed files with 5 additions and 1 deletions
2
_deploy
2
_deploy
|
@ -1 +1 @@
|
||||||
Subproject commit a215a57ace2cb80f4e942722af8d936c4434ee3b
|
Subproject commit 6c5c47cbb1cf73a42bca0ad5c02db5a733842f73
|
|
@ -21,10 +21,14 @@ To enable this component, add the following lines to your `configuration.yaml`:
|
||||||
|
|
||||||
```
|
```
|
||||||
device_sun_light_trigger:
|
device_sun_light_trigger:
|
||||||
|
# Each of these 4 options are optional.
|
||||||
|
|
||||||
# Specify a specific light/group of lights that has to be turned on
|
# Specify a specific light/group of lights that has to be turned on
|
||||||
light_group: group.living_room
|
light_group: group.living_room
|
||||||
# Specify which light profile to use when turning lights on
|
# Specify which light profile to use when turning lights on
|
||||||
light_profile: relax
|
light_profile: relax
|
||||||
|
# Specify which group of devices to track
|
||||||
|
device_group: group.my_devices
|
||||||
# Disable lights being turned off when everybody leaves the house
|
# Disable lights being turned off when everybody leaves the house
|
||||||
disable_turn_off: 1
|
disable_turn_off: 1
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue