mirror of
https://github.com/Adam-Ant/home-assistant
synced 2024-12-20 12:54:35 +00:00
Initial Groups Implementation
This commit is contained in:
parent
550b8e993f
commit
6aa165b85f
@ -76,3 +76,5 @@ input_slider: !include input_slider.yaml
|
|||||||
script: !include_dir_named scripts
|
script: !include_dir_named scripts
|
||||||
|
|
||||||
automation: !include_dir_merge_list automation
|
automation: !include_dir_merge_list automation
|
||||||
|
|
||||||
|
group: !include_dir_named groups
|
||||||
|
7
groups/alarmclock.yaml
Normal file
7
groups/alarmclock.yaml
Normal 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
3
groups/default_view.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
view: yes
|
||||||
|
entities:
|
||||||
|
- group.alarmclock
|
Loading…
Reference in New Issue
Block a user