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