Hi,
can someone tell me what is wrong with my automations that it is not triggered.
Automation:
- id: '1601198810207'
alias: Turn off light if wind > 3 m/s
description: ''
trigger:
- platform: numeric_state
entity_id: sensor.openweathermap_wind_speed
attribute: attribution
above: '3'
condition: []
action:
- type: turn_off
device_id: xxxxxx
entity_id: switch.shelly1pm_xxxxx_relay_0
domain: switch
mode: single
I can see that wind speed was over 3 m/s but automation was not triggered: