Wersja systemu Greta 馃懇 wydana

@Kraszewsky M贸j zapis sensor systemu

- platform: systemmonitor
  resources:
    - type: disk_use_percent
      arg: /data/data/pl.sviete.dom/files/home
    - type: disk_free
      arg: /data/data/pl.sviete.dom/files/home
    - type: memory_free
    - type: memory_use_percent
    - type: processor_use
    - type: last_boot
    - type: swap_use_percent
    - type: swap_free
    
- platform: command_line
  name: Temperatura CPU
  unit_of_measurement: "掳C"
  command: "cat /sys/class/thermal/thermal_zone0/temp"
  value_template: '{{ value | multiply(0.001) | round(1) }}'

entities:
  - entity: sensor.temperatura_cpu
  - entity: sensor.processor_use
  - entity: sensor.memory_use_percent
  - entity: sensor.memory_free
  - entity: sensor.swap_use_percent
  - entity: sensor.swap_free
  - entity: sensor.disk_use_percent_data_data_pl_sviete_dom_files_home
  - entity: sensor.disk_free_data_data_pl_sviete_dom_files_home
  - entity: sensor.last_boot
title: AIS bramka
type: entities
2 polubienia