- - type: network_out
- arg: eth0
- - type: load_1m
- - type: load_5m
- - type: load_15m
-
- #https://home-assistant.io/components/sensor.cpuspeed/
- - platform: cpuspeed
- name: CPU
-
- #https://www.home-assistant.io/components/sensor.command_line/
- - platform: command_line
- name: CPU Temperature
- command: "cat /sys/class/thermal/thermal_zone0/temp"
- unit_of_measurement: "°C"
- value_template: '{{ value | multiply(0.001) | round(1) }}'
-
- ####################################################
- # #
- # HA VERSION INFO #
- # #