I'm trying to run an automation based on the number of people in the home zone. However when the appropriate state should be met, nothing happens. I tried to evaluate it as a condition but nothing happens, neither fail nor pass. I tried this with the visual editor, the yaml is
condition: numeric_state
entity_id: zone.home
attribute: persons
below: 5
The info on zones claims this should be possible, so I must be doing something wrong. Help? <3
(sorry if this has been answered, but I couldn't find any posts that seemed to have quite the same issue)