mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Update Device_sun_light_trigger component configuration variable (#6878)
This commit is contained in:
parent
768b46d3a5
commit
ef04bf2be8
@ -27,12 +27,26 @@ To enable this component, add the following lines to your `configuration.yaml` f
|
|||||||
device_sun_light_trigger:
|
device_sun_light_trigger:
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
light_group:
|
||||||
- **light_group** (*Optional*): Specify a specific light/group of lights that has to be turned on.
|
description: Specify a specific light/group of lights that has to be turned on.
|
||||||
- **light_profile** (*Optional*): Specify which light profile to use when turning lights on.
|
required: false
|
||||||
- **device_group** (*Optional*): Specify which group of devices to track.
|
type: string
|
||||||
- **disable_turn_off** (*Optional*): Disable lights being turned off when everybody leaves the house.
|
light_profile:
|
||||||
|
description: Specify which light profile to use when turning lights on.
|
||||||
|
required: false
|
||||||
|
default: relax
|
||||||
|
type: string
|
||||||
|
device_group:
|
||||||
|
description: Specify which group of devices to track.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
disable_turn_off:
|
||||||
|
description: Disable lights being turned off when everybody leaves the house.
|
||||||
|
required: false
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
A full configuration example could look like this:
|
A full configuration example could look like this:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user