initial commit

This commit is contained in:
2025-02-07 12:46:24 -05:00
commit 8dfb36a3f1
183 changed files with 9212 additions and 0 deletions

View File

@ -0,0 +1,48 @@
---
- name: 'Bedroom Master (Off)'
entities:
light.bedroom_master_floor_lamp_01:
state: off
light.bedroom_master_floor_lamp_02:
state: off
light.bedroom_master_ceiling_01:
state: off
light.bedroom_master_ceiling_02:
state: off
- name: 'Bedroom Master (All)'
entities:
light.bedroom_master_floor_lamp_01:
state: on
light.bedroom_master_floor_lamp_02:
state: on
light.bedroom_master_ceiling_01:
state: on
light.bedroom_master_ceiling_02:
state: on
- name: 'Bedroom Master (Ceiling Only)'
entities:
light.bedroom_master_floor_lamp_01:
state: off
light.bedroom_master_floor_lamp_02:
state: off
light.bedroom_master_ceiling_01:
state: on
# color_temp: 255
# brightness: 255
light.bedroom_master_ceiling_02:
state: on
# color_temp: 255
# brightness: 255
- name: 'Bedroom Master (Floor Only)'
entities:
light.bedroom_master_floor_lamp_01:
state: on
light.bedroom_master_floor_lamp_02:
state: on
light.bedroom_master_ceiling_01:
state: off
light.bedroom_master_ceiling_02:
state: off