Please help, what am I missing with ‘templates’ please?
I’m parsing data from modbus which working fine but I cannot seem to access the data which I had thought would show as entities from the template created.
In my config.yaml I have the following:
template:
- sensor:
- name: "GSM Cell ID"
state: "{{ states('sensor.rutx_extramodbus').split(',')[0] | int }}"
unique_id: 6f098414-695f-4c38-8fb1-857826d22b9a
I would have expected - after system reboot - to find an entity called ‘GSM Cell ID’ but having tried a long list, nothing ever appears.
Thanks.
2 posts - 2 participants