Updated, modified and streamlined a whole bunch of stuff.

This commit is contained in:
2025-09-04 14:18:29 +02:00
parent 911477d381
commit 61b018270b
4 changed files with 38 additions and 66 deletions
-7
View File
@@ -1,7 +0,0 @@
- 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) }}"