From b57f6a9e676a6d227bd7d328467bbe13b2b574f7 Mon Sep 17 00:00:00 2001 From: MarcJenningsUK Date: Thu, 12 Dec 2019 08:52:35 +0000 Subject: [PATCH] Update proxmoxve.markdown (#11430) integration not found as "proxmox" in configuration. Updated YAML nodes to reflect the name "proxmoxve" --- source/_integrations/proxmoxve.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/proxmoxve.markdown b/source/_integrations/proxmoxve.markdown index f8f01727126..209a9099f08 100644 --- a/source/_integrations/proxmoxve.markdown +++ b/source/_integrations/proxmoxve.markdown @@ -22,7 +22,7 @@ To use the `proxmoxve` component, add the following config to your `configuratio ```yaml # Example configuration.yaml entry -proxmox: +proxmoxve: - host: IP_ADDRESS username: USERNAME password: PASSWORD @@ -84,7 +84,7 @@ nodes: Example with multiple VMs and no containers: ```yaml -proxmox: +proxmoxve: - host: IP_ADDRESS username: USERNAME password: PASSWORD