Hi all.
i am searching for a good automation that my covers should close automatically (Weather by darksky component) when it is rain and open when its not raining anymore.
Can anyone share his config?
I am trying to use this one but i dont like it because everytime when the sensor is above 0.3 the shutter close 0.3 / 0.4 / 0.5 / …
alias: weather cover
trigger:
- above: '0.3'
entity_id: sensor.dark_sky_precip_intensity
platform: numeric_state
condition:
- after: 07:00
before: '22:00'
condition: time
action:
- data:
entity_id: cover.xx
position: '20'
service: cover.set_cover_position