automation:
trigger:
platform: state
entity_id: device_tracker.t_rex
from: "{{....}}"
to: "{{....}}"
I wonder if it is possible to use templates for the "from" or "to" sections?
Based on my current experience - answer is “NO”.
But it would be nice to use templates here - for blueprints basically.
What is the use case?
You could remove from and to that will make it trigger on anything then perhaps use condition template?
Another option would be to use Node red where you can control that inside the sequence.