From 6aa165b85f69e797063912caa52defb171d040ef Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Wed, 30 Nov 2016 00:18:39 +0000 Subject: [PATCH] Initial Groups Implementation --- configuration.yaml | 2 ++ groups/alarmclock.yaml | 7 +++++++ groups/default_view.yaml | 3 +++ 3 files changed, 12 insertions(+) create mode 100644 groups/alarmclock.yaml create mode 100644 groups/default_view.yaml diff --git a/configuration.yaml b/configuration.yaml index edc0732..10db989 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -76,3 +76,5 @@ input_slider: !include input_slider.yaml script: !include_dir_named scripts automation: !include_dir_merge_list automation + +group: !include_dir_named groups diff --git a/groups/alarmclock.yaml b/groups/alarmclock.yaml new file mode 100644 index 0000000..9d41a8b --- /dev/null +++ b/groups/alarmclock.yaml @@ -0,0 +1,7 @@ +name: Wake Me Up +entities: + - automation.wake_me_up + - sensor.alarm_time + - input_slider.alarmhour + - input_slider.alarmminutes + - input_boolean.alarmweekday diff --git a/groups/default_view.yaml b/groups/default_view.yaml new file mode 100644 index 0000000..975dccc --- /dev/null +++ b/groups/default_view.yaml @@ -0,0 +1,3 @@ +view: yes +entities: + - group.alarmclock