# System monitor - platform: systemmonitor resources: - type: disk_use_percent arg: / - type: disk_use arg: / - type: disk_free arg: / - type: memory_free - type: memory_use_percent - type: memory_use - type: swap_use_percent - type: swap_use - type: swap_free # - type: load_1m - type: load_5m # - type: load_15m - type: network_in arg: eth0 - type: network_out arg: eth0 - type: network_in arg: wlan0 - type: network_out arg: wlan0 #packets_in Interface, e.g., eth0 #packets_out Interface, e.g., eth0 - type: ipv4_address arg: eth0 - type: ipv4_address arg: wlan0 #ipv6_address Interface, e.g., eth0 - type: processor_use # - type: process # arg: octave-cli - type: last_boot #CPU temp - platform: command_line name: CPU Temperature command: "cat /sys/class/thermal/thermal_zone0/temp" # If errors occur, remove degree symbol below unit_of_measurement: "°C" value_template: '{{ value | multiply(0.001) | round(1) }}' # Outside conditions - platform: yr name: Outside # forecast: 24 monitored_conditions: - temperature - symbol - precipitation - windSpeed - pressure - windDirection - humidity - fog - cloudiness - lowClouds - mediumClouds - highClouds - dewpointTemperature