Files
fresh-home/automations/things/master_bedroom_dimmer_on.yaml
T
2025-12-03 23:21:30 -05:00

25 lines
604 B
YAML

id: master_bedroom_dimmer_on
alias: Master Bedroom Dimmer On
mode: single
# Hide warnings when triggered while in delay.
max_exceeded: silent
trigger:
- platform: state
entity_id: light.master_bedroom_fan_light_switch_main
condition:
- alias: "Master Bedroom Dimmer Less Than 255"
condition: numeric_state
entity_id: light.master_bedroom_fan_light_switch_main
attribute: brightness
below: 255
action:
- alias: "Set Master Bedroom Dimmer to 255"
action: light.turn_on
target:
entity_id: light.master_bedroom_fan_light_switch_main
data:
brightness: 255