-
-
Notifications
You must be signed in to change notification settings - Fork 112
Example Automation Brightness
Håkan Åkerberg edited this page Dec 4, 2020
·
1 revision
- alias: 'Trig on brightness and change to full if above 140 (55%)'
trigger:
- platform: numeric_state
entity_id: light.shelly_shdm_1_xxxxxxx
value_template: '{{ state.attributes.brightness }}'
above: 140
action:
- service: light.turn_on
data:
entity_id: light.shelly_shdm_1_xxxxxx
brightness: "255"
Join our Facebook group ShellyForHASS for support and information.