I have selected a zone for an automation I am trying to create (reach home, open gate) but for some reason, when trying to save, I get an error that zone is missing data. But as per screenshot, Home is selected as Zone so I’m not sure that the issue is?
Try an actual Zone trigger instead of a Device trigger… something doesn’t look right about the example you have posted.
Thanks- I’ve tried by starting with the zone. Let’s see if it works!
This appears to be a bug with the UI for this device trigger.
The radio selector visually shows the first option as selected, but until you interact with it it’s not actually committed to the yaml.
If you had more than one zone you could toggle it and pick “Home” and that would work, but as you don’t have any other zone there’s no way to “select” Home as it is already selected.
You can fix this by switching this trigger to YAML mode and adding zone: zone.home
to the trigger yaml.