1
0
mirror of https://github.com/Adam-Ant/home-assistant synced 2024-07-06 05:36:10 +00:00

Initial Groups Implementation

This commit is contained in:
Adam Dodman 2016-11-30 00:18:39 +00:00
parent 550b8e993f
commit 6aa165b85f
3 changed files with 12 additions and 0 deletions

View File

@ -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

7
groups/alarmclock.yaml Normal file
View File

@ -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

3
groups/default_view.yaml Normal file
View File

@ -0,0 +1,3 @@
view: yes
entities:
- group.alarmclock