initial commit
This commit is contained in:
22
configuration/automation/light_mode_living_room.yaml
Normal file
22
configuration/automation/light_mode_living_room.yaml
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
- alias: "[Living Room] Light Mode set to Auto"
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id:
|
||||
- input_boolean.occupancy_living_room
|
||||
to: "off"
|
||||
action:
|
||||
service: input_boolean.turn_off
|
||||
entity_id:
|
||||
- input_boolean.manually_operated_light_living_room
|
||||
|
||||
#- alias: "[Living Room] Light Mode set to Manual"
|
||||
# trigger:
|
||||
# platform: state
|
||||
# entity_id:
|
||||
# - inout_boolean.occupancy_living_room
|
||||
# to: "off"
|
||||
# action:
|
||||
# service: input_boolean.turn_on
|
||||
# entity_id:
|
||||
# - input_boolean.manually_operated_light_living_room
|
Reference in New Issue
Block a user