From b580c8b11089e6ee6b59f04cc5f6aa1955c0c90f Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 29 May 2023 17:55:45 -0400 Subject: [PATCH] Move proxmox config to an ignored file to avoid cluttered commit history --- .gitignore | 1 + packages/integrations.yaml | 30 +----------------------------- 2 files changed, 2 insertions(+), 29 deletions(-) diff --git a/.gitignore b/.gitignore index 8760801..f858a56 100644 --- a/.gitignore +++ b/.gitignore @@ -70,6 +70,7 @@ **alexa_auth **.corrupt* **ages_old.yaml +**proxmox.yaml # exceptions !/appdaemon/apps/ diff --git a/packages/integrations.yaml b/packages/integrations.yaml index 80b13ae..8b4dc5e 100644 --- a/packages/integrations.yaml +++ b/packages/integrations.yaml @@ -70,32 +70,4 @@ pyscript: allow_all_imports: true hass_is_global: true -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 - - 114 - containers: - - 100 - - 101 - - 103 - - 104 - - 105 - - 106 - - 107 - - 108 - - 110 - - 111 - - 112 - - 113 - - 115 - - 116 \ No newline at end of file +animated_scenes: \ No newline at end of file