It is possible to configure and tigger in automations? I whant to do something when i entering to Home zone from a specific zone. For example: turn lights on when im fast home.
trigger what i whant to configure: when person A leaving zone ‘fast home’ and entering zone ‘home’
I don’t use the UI for writing automations but you should be able to write the trigger using a state trigger based on your person entity and using the “from:” and “to:” settings using your desired zone names.
What @finity said is what I was thinking too.
Because it’s a specific person you want to move from one state to another - and the state of a person is the zone they are in (or not_home) - then using a state trigger is the way to achieve this.