mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-09 10:14:41 +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_zone3/temp"
|
|
unit_of_measurement: "°C"
|
|
value_template: '{{ value | multiply(0.001) | round(1) }}'
|