Reorginizing packages...

This commit is contained in:
Jeffrey Stone
2020-11-07 11:20:26 -05:00
parent 7cc6b7d9d5
commit a2c75ab131
13 changed files with 318 additions and 161 deletions

View File

@@ -401,3 +401,17 @@
# input_number.skylar_tv_time: 60
# input_number.skylar_ps_time: 60
# input_number.skylar_yt_time: 0
- name: all fans off
entities:
switch.croft_fan:
state: 'off'
switch.livingroom_fan:
state: 'off'
- name: all fans on
entities:
switch.croft_fan:
state: 'on'
switch.livingroom_fan:
state: 'on'