mirror of
https://github.com/Adam-Ant/home-assistant
synced 2025-06-25 07:30:56 +00:00
Initial Groups Implementation
This commit is contained in:
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
|
Reference in New Issue
Block a user