mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
nursery to girls room... finally
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
id: girls_room_dimmer_on
|
||||
alias: Girls Room Dimmer On
|
||||
mode: single
|
||||
# Hide warnings when triggered while in delay.
|
||||
max_exceeded: silent
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: light.girls_room_fan_light_switch_main
|
||||
|
||||
condition:
|
||||
- alias: "Girls Room Dimmer Less Than 255"
|
||||
condition: numeric_state
|
||||
entity_id: light.girls_room_fan_light_switch_main
|
||||
attribute: brightness
|
||||
below: 255
|
||||
|
||||
action:
|
||||
- alias: "Set Girls Room Dimmer to 255"
|
||||
action: light.turn_on
|
||||
target:
|
||||
entity_id: light.girls_room_fan_light_switch_main
|
||||
data:
|
||||
brightness: 255
|
||||
Reference in New Issue
Block a user