mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Updated example config with new session config option
This commit is contained in:
parent
721dc6dae4
commit
be0f11b1a5
@ -19,6 +19,7 @@ http:
|
|||||||
api_password: mypass
|
api_password: mypass
|
||||||
# Set to 1 to enable development mode
|
# Set to 1 to enable development mode
|
||||||
# development: 1
|
# development: 1
|
||||||
|
# sessions_enabled: True
|
||||||
|
|
||||||
light:
|
light:
|
||||||
# platform: hue
|
# platform: hue
|
||||||
@ -68,7 +69,7 @@ device_sun_light_trigger:
|
|||||||
|
|
||||||
# A comma separated list of states that have to be tracked as a single group
|
# A comma separated list of states that have to be tracked as a single group
|
||||||
# Grouped states should share the same type of states (ON/OFF or HOME/NOT_HOME)
|
# Grouped states should share the same type of states (ON/OFF or HOME/NOT_HOME)
|
||||||
group:
|
group:
|
||||||
living_room:
|
living_room:
|
||||||
- light.Bowl
|
- light.Bowl
|
||||||
- light.Ceiling
|
- light.Ceiling
|
||||||
|
Loading…
x
Reference in New Issue
Block a user