mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
7 lines
219 B
YAML
7 lines
219 B
YAML
sensor:
|
|
- platform: command_line
|
|
name: Cobalt CPU Temperature
|
|
command: "cat /sys/class/thermal/thermal_zone4/temp"
|
|
unit_of_measurement: "°C"
|
|
value_template: '{{ value | multiply(0.001) | round(1) }}'
|