diff --git a/_deploy b/_deploy index a215a57ace2..6c5c47cbb1c 160000 --- a/_deploy +++ b/_deploy @@ -1 +1 @@ -Subproject commit a215a57ace2cb80f4e942722af8d936c4434ee3b +Subproject commit 6c5c47cbb1cf73a42bca0ad5c02db5a733842f73 diff --git a/source/components/device_sun_light_trigger.markdown b/source/components/device_sun_light_trigger.markdown index 3d06d51773b..be29ba5da52 100644 --- a/source/components/device_sun_light_trigger.markdown +++ b/source/components/device_sun_light_trigger.markdown @@ -21,10 +21,14 @@ To enable this component, add the following lines to your `configuration.yaml`: ``` device_sun_light_trigger: + # Each of these 4 options are optional. + # Specify a specific light/group of lights that has to be turned on light_group: group.living_room # Specify which light profile to use when turning lights on 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_turn_off: 1 ```