homeassistant-config/commandline.yaml

8 lines
255 B
YAML
Raw Normal View History

2023-06-09 12:15:21 +02:00
- sensor:
# Raspberry Pi CPU temp
name: "CPU Temp"
2024-10-08 12:59:18 +02:00
unique_id: '4144237916258'
2023-06-09 12:15:21 +02:00
command: "cat /sys/class/thermal/thermal_zone0/temp"
unit_of_measurement: "°C"
value_template: "{{ value | multiply(0.001) | round(1) }}"