Added unique_ids

This commit is contained in:
2024-10-08 12:59:18 +02:00
parent 083cdbb857
commit bf3b4e5e81
3 changed files with 20 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
- sensor:
# Raspberry Pi CPU temp
name: "CPU Temp"
unique_id: '4144237916258'
command: "cat /sys/class/thermal/thermal_zone0/temp"
unit_of_measurement: "°C"
value_template: "{{ value | multiply(0.001) | round(1) }}"