Automation to turn on switch only if wind is below certain number

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

For the condition, try numeric_state below 4…if not already noticed… the GUI helps you set this up.

Am I missing where that is?

what version of HA are you on?

HA OS: 6.5
HA Core: 10.6

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

Thank you, going to update and see if that helps with anything.

Full updated and was able to get those options, I think I’m set!

Great, if happy mark one of the post ‘solution’ (does not always exist in each post) … so others can see this too