Hi, recently got my HA (0.115.3 / latest update) 32-bit running on a new Raspberry Pi 4 B+ 4GB board and it’s really cool. Running into a problem with getting systemmonitor up and running. It’s giving me the following notification error:
Invalid config
The following integrations and platforms could not be set up:
Please check your config.
However, when I check the configuration.yaml file, everything looks fine from what I can tell. Here’s my code for the sensor:
sensor:
# System Monitor
- platform: systemmonitor
resources:
- type: disk_use_percent
- arg: /
- type: memory_free
- type: memory_use_percent
- type: processor_use
- type: since_last_boot
1 post - 1 participant