From dabef14bc521e05449f974ab361f4e838415a935 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 2 May 2023 13:33:35 -0400 Subject: [PATCH] Monitor Proxmox from Home Assistant --- packages/integrations.yaml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/packages/integrations.yaml b/packages/integrations.yaml index 8b4dc5e..845cced 100644 --- a/packages/integrations.yaml +++ b/packages/integrations.yaml @@ -70,4 +70,29 @@ pyscript: allow_all_imports: true hass_is_global: true -animated_scenes: \ No newline at end of file +animated_scenes: + +proxmoxve: + - host: 192.168.1.4 + username: !secret proxmoxve_user + password: !secret proxmoxve_pass + verify_ssl: false + realm: pve + nodes: + - node: basement-server + vms: + - 102 + - 109 + - 112 + - 114 + containers: + - 100 + - 101 + - 103 + - 104 + - 105 + - 106 + - 107 + - 108 + - 110 + - 111 \ No newline at end of file