New way to make templates

This commit is contained in:
2026-03-15 17:42:41 +01:00
parent cf8b18e497
commit ada30d47d3
@@ -0,0 +1,5 @@
sensor:
- name: "claus_distance_home"
unit_of_measurement: m
state: >
{{ distance('device_tracker.clausiphone', 'zone.home') | round(0) }}