I found this forum post from a few years ago and I thought my solution was going to work based on this but it doesn’t seem to be.
What I’m looking to do is have my smart switch flip ON if the wind is below 4MPH, otherwise don’t do anything. This is what my current situation is below. Am I using it wrong?
id: '1669912899124'
alias: Xmas Blow Ups On
description: ''
trigger:
- platform: time
at: '17:00:00'
condition:
- condition: state
entity_id: weather.home
attribute: wind_speed
state: < 4
action:
- type: turn_on
device_id: 1563d8e20dfb48f42c471151ab8cad82
entity_id: switch.lefty
domain: switch
mode: single
Am not familiar with that one as on container version 2022.11.3 …but the image you shared shows a (for me) older look at automations (couple of months at least)
Without the numeric_state there is also a solution but for now I have no time so maybe someone else can chime in…else tomorrow