Hello,
I have the following sensors defined but I have no clue how to change it to the v115 without entity_id.
- platform: template
sensors:
erik_last_location_update:
friendly_name: "laatste update."
entity_id:
- sensor.erik_latitude
- sensor.erik_longitude
value_template: >
{{now().strftime('%d-%h-%y - %H:%M:%S') }}
Can you point me in the right direction?
Thank you
Erik
2 posts - 2 participants