Hi!
I’m trying to create a Template node with a list of entity and the state of them.
Llum Menjador Gran: {{states[switch.llum_menjador_gran].state}}
Llum Menjador Paret: {{states.light.llum_menjador_paret.state}}
Llum Menjador Finestres:{{switch.llum_menjador_finestres.state}}
Llum HG: {{light.switch_hg.state}}
Llum HM: {{switch.llum_hm.state}}
Persiana HG: {{cover.persiana_hg.state}}
Persiana HM: {{cover.persiana_hm.state}}
Impresora 3D: {{switch.endoll_impresora_3d.state}}
The debug node not shows the information:
Llum Menjador Gran:
Llum Menjador Paret:
Llum Menjador Finestres:
Llum HG:
Llum HM:
Persiana HG:
Persiana HM:
Impresora 3D:
The template Node is configured like this:
What I’m missing?
Thanks