initial commit
This commit is contained in:
38
configuration/scene/porch.yaml
Normal file
38
configuration/scene/porch.yaml
Normal file
@ -0,0 +1,38 @@
|
||||
---
|
||||
- name: 'Porch (Off)'
|
||||
entities:
|
||||
light.porch_01:
|
||||
state: off
|
||||
light.garage_gate_01:
|
||||
state: off
|
||||
light.frontyard_decoration_01:
|
||||
state: off
|
||||
|
||||
- name: 'Porch (All)'
|
||||
entities:
|
||||
light.porch_01:
|
||||
state: on
|
||||
light.garage_gate_01:
|
||||
state: on
|
||||
light.frontyard_decoration_01:
|
||||
state: on
|
||||
|
||||
- name: 'Porch (Porch Only)'
|
||||
entities:
|
||||
light.porch_01:
|
||||
state: on
|
||||
light.garage_gate_01:
|
||||
state: off
|
||||
light.frontyard_decoration_01:
|
||||
state: off
|
||||
# color_temp: 255
|
||||
# brightness: 255
|
||||
|
||||
- name: 'Porch (Garage Only)'
|
||||
entities:
|
||||
light.porch_01:
|
||||
state: off
|
||||
light.garage_gate_01:
|
||||
state: on
|
||||
light.frontyard_decoration_01:
|
||||
state: off
|
Reference in New Issue
Block a user