Files
hassio-configuration/configuration/automation/light_mode_bedroom_max.yaml
2025-02-07 12:46:24 -05:00

23 lines
558 B
YAML

---
- alias: "[Bedroom Max] Light Mode set to Auto"
trigger:
platform: state
entity_id:
- input_boolean.occupancy_bedroom_max
to: "off"
action:
service: input_boolean.turn_off
entity_id:
- input_boolean.manually_operated_light_bedroom_max
#- alias: "[Bedroom Max] Light Mode set to Manual"
# trigger:
# platform: state
# entity_id:
# - inout_boolean.occupancy_bedroom_max
# to: "off"
# action:
# service: input_boolean.turn_on
# entity_id:
# - input_boolean.manually_operated_light_bedroom_max