Into the template editor ?
Warning ! Redact your response if you are concerned about privacy !
Edit, I’m not too sure about what you are trying to achieve, the post you linked to was taking json inputs from mqtt. Is this a ‘real’ device tracker or are you planning on just manually updating a ‘device’ to act as a mobile ‘zone’ ?
honestly I don’t know where I can find this template editor. Do you mean the yaml editor inside automations?
I now changed red node to store each value in a separate value (after converting it to a float) and am now using these individual sensors, which works fine.
Smi, Tom’s link didn’t work for me, I suppose my configuration is a bit non-standard.
Down the left side of your HA interface you should have some icons.
Right at the bottom should be a disc with the first letter of you ‘logged in’ user name.
That opens options about your account.
In the top box (I suppose it’s a card) you should have an option for 'Advanced Modev
This allows for more options.
When you come out of this (back to you ha home page) you should have more options available down the left side.
Above Supervisor (if you run supervised) should be a hammer icon
That takes you to developers tools
One of the tabs along the top is ‘TEMPLATE’
That is where you find the template editor.
It allows you to test templates and read their output
Useful for all sorts of things when setting up sensors etc. Anything that needs a jinja2 interpreter
In the template box is the standard introduction to jinja2 (as written by Paulus) you can get rid of this as it can be restored by clicking on the ‘RESET TO DEMO TEMPLATE’ at the bottom.
Copy the code from above, Paste it into the window, And read what the output is on the right.
Yes, I understand that too.
And it’s good to know that they exist for those who need them
And it’s a hellofvalot shorter than the explanation I gave to get him to that page.
(hence why I shall trial a default_config instance)
But I guess I’m asking “what does me: do for me ?” (i.e. anything other than the ability to use shortcuts that will save me a few clicks ?)
As a side note, assuming he didn’t have ‘Advanced Mode’ activated, would it still take him to the template editor ?