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

Proxmox Integration not found #29858

Closed heytcass closed 4 years ago

heytcass commented 4 years ago

Home Assistant release with the issue:

0.103.0

Last working Home Assistant release (if known): N/A

Operating environment (Hass.io/Docker/Windows/etc.):

Hass.io in Proxmox VM

Integration:

https://www.home-assistant.io/integrations/proxmoxve/

Description of problem: Added Proxmox VE Integration on new 0.103.0 install, in hassio ha check this error occurs:

       General Errors:
          - Component error: proxmox - Integration 'proxmox' not found.

and in Developer Tools > Logs I get Setup failed for proxmox: Integration not found.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

proxmox:
  - host: 10.0.10.8
    verify_ssl: false
    username: !secret proxmox_user
    password: !secret proxmox_pass
    nodes:
      - node: golfr
        vms:
          - 100
          - 102
          - 103

Traceback (if applicable):

Setup failed for proxmox: Integration not found.

Additional information:

Kane610 commented 4 years ago

In the code the domain is specified as proxmoxve. Try that out

frenck commented 4 years ago

This is a documentation error, it indeed is proxmoxve. I've just merged a PR to address the documentation, should be visible within an hour.