Hello,
I want my rollo to start automatically as soon as the wind becomes more than 20 km / h (Germany).
Unfortunately, that does not work. Have created the automation via the web interface. This looks like this in the Yaml:
- id: '1629280648791'
alias: Rollo bei Wind hoch (Test)
description: ''
trigger:
- platform: state
entity_id: weather.zu_hause_hourly
attribute: wind_speed
to: '>20'
condition: []
action:
- type: turn_on
device_id: fcfefff0ab370360c14c0a868347cbe1
entity_id: switch.ss02_on_off
domain: switch
mode: single
Where could the mistake be?
Greetings Werner