sensor:
- platform: command_line
name: N1 CPU Temp
command: "cat /sys/class/thermal/thermal_zone0/temp"
unit_of_measurement: "°C"
value_template: "{{ value | multiply(0.001) | round(1) }}"
scan_interval: 120
- platform: systemmonitor
resources:
- type: network_in
arg: eth0
- type: network_out
arg: eth0
|