spook icon indicating copy to clipboard operation
spook copied to clipboard

zone actions: cannot provide zone info as templates or entity values

Open jkadw opened this issue 6 months ago • 1 comments

What version of Spook are you using?

3.1.0

What version of Home Assistant are you using?

2025.6.3

The problem

I want to move the zone for my car to a new location whenever i park it somewhere. The zone.update action would be the tool to do this.

Unfortunately, the inputs for "latitude" and "longitude" have been defined as numbers.

This way, I'm only able to update the zone to a pre-defined value - I could do that in the zone definition ui already. The whole idea of this action is to make it possible to update the zone based on information from another entity.

It would be great if you could change the inputs to attribute values or even templates.

Thanks, Jan

Anything in the logs? Paste it here!


jkadw avatar Jul 01 '25 07:07 jkadw

Running into the same challenge Wanting to use a variable, or for example the lat/long of another entity to update a zone In my case I want to be able to press a button, which updates a zone with my current location When I leave this zone an automation will fire a notification

Gibletron avatar Jul 18 '25 15:07 Gibletron