From be0f11b1a546774b384f90ac0fb104beee8f184c Mon Sep 17 00:00:00 2001 From: jamespcole Date: Mon, 18 May 2015 23:56:22 +1000 Subject: [PATCH] Updated example config with new session config option --- config/configuration.yaml.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/configuration.yaml.example b/config/configuration.yaml.example index 524078b7765..b69dd3fd203 100644 --- a/config/configuration.yaml.example +++ b/config/configuration.yaml.example @@ -19,6 +19,7 @@ http: api_password: mypass # Set to 1 to enable development mode # development: 1 + # sessions_enabled: True light: # 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 # Grouped states should share the same type of states (ON/OFF or HOME/NOT_HOME) -group: +group: living_room: - light.Bowl - light.Ceiling