Hi guys,
I am fairly new to HA and after countless futile attempts and days of google research I ask you now.
I try to define the systemmonitor according to the official documentation like this:
mqtt:
device_tracker:
- name: "NodeMCU SZ"
state_topic: "ac0bfbd67288/state"
unique_id: nodemcuszstate
sensor:
- platform: systemmonitor
resources:
- type: disk_use_percent
arg: /
- name: Raspi4 Nodes
state_topic: "raspi4mqtt/sensor"
unique_id: raspirpi
Unfortunalety that does not work.
The HA configuration checker says:
Invalid config for [mqtt]: [platform] is an invalid option for [mqtt]. Check: mqtt->mqtt->sensor->0->platform. (See /config/configuration.yaml, line 56).
Is the documentation wrong, or am I making a mistake?
Any hint appreciated.
Sigi