Quick and simple request: the ability to update Zones on the fly.
It doesn’t appear that “Core” includes Zones.
Long(er) story:
I’ve never been able to get the OwnTracks zone importing to work so I rolled my own through Node-RED. Basically monitors the OwnTracks MQTT, grabs the existing zone file, compares and spits out a new one with any new or changed zones.
Problem is, these zones do not take effect without restart. If I could call a reload through zone.reload
or homeassistant.reload_zones
, I’d be super grateful.