home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.72k stars 30.45k forks source link

Error with Proxmoxve #33451

Closed DevTown closed 4 years ago

DevTown commented 4 years ago

The problem

I want to implement the proxmoxve addin and got the error. Error:

title: Invalid config
message: The following components and platforms could not be set up:

 - [proxmoxve](https://home-assistant.io/integrations/proxmoxve/)

Please check your config.

Environment

Problem-relevant configuration.yaml

proxmoxve:
  - host: IP
    verify_ssl: false
    username: USERNAME
    password: PASSWORD
    nodes:
      - node: pve
        vms:
          - 100
          - 200
          - 300
          - 400
          - 500

Traceback/Error logs

Additional information

DevTown commented 4 years ago

Ok the realm was the problem. Got it :-( Sorry for create Issue.