Got an Issue with: Invalid config: sensors / Virtual BOX / configuration.yaml

Hey Guys

I got this problem for a while and i still cant figure out what i have done there…

I deleted something in my config.yaml folder and i cant find something about it anywhere, maybe you can help me :slight_smile:

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
# Example configuration.yaml entry with all entry types (delete/comment out as necessary)
sensors:
 -  platform: sensor
    resources:
      - type: disk_use_percent
        arg: /config
      - type: disk_use
      - type: disk_free
      - type: memory_use_percent
      - type: memory_use
      - type: memory_free
      - 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: throughput_network_in
        arg: eth0
      - type: throughput_network_out
        arg: eth0
      - type: packets_in
        arg: eth0
      - type: packets_out
        arg: eth0
      - type: ipv4_address
        arg: eth0
      - type: ipv6_address
        arg: eth0
      - type: processor_use
      - type: processor_temperature
      - type: last_boot

I get this error message:

The following integrations and platforms could not be set up:

Please check your config and logs.


Someday i accidantly deletet something at ( Platfrom: Sensors )

Im running HA on a Windows 10 PC with Virtual Box

Hope somthing comes up

Greetings Josh

Your error log links are direct IP addresses and not viable. I’d suggest posting your error log the way you posted your code.

Do you have backups ?

1 Like

Simple as that :slight_smile:

Thanks man :grin:

I download my old Backup… looked up the config.yaml in my Editor and found this errors:

sensor ( not sensorS )

  • platform: systemmonitor ( not sensor )
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
# Example configuration.yaml entry with all entry types (delete/comment out as necessary)
sensor:
  - platform: systemmonitor
    resources:
      - type: disk_use_percent
        arg: /config
      - type: disk_use
...................
1 Like