]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Removed proxmox from yaml
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 5 Feb 2026 13:53:38 +0000 (14:53 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 5 Feb 2026 13:53:38 +0000 (14:53 +0100)
.secrets_dummy.yaml
components/proxmox.yaml [deleted file]
configuration.yaml

index a874c0861fd6db1751722470ca0f0669558cb870..e5be9e10f6d1a9e053bfa6480206b5304bebb731 100644 (file)
@@ -41,11 +41,6 @@ google_maps_password: password
 alexa_client_id: user
 alexa_client_secret: password
 
-proxmox_host: host
-proxmox_user: user
-proxmox_password: password
-proxmox_node: node
-
 vapid_pub_key: 00
 vapid_prv_key: 00
 vapid_email: email@domain.com
diff --git a/components/proxmox.yaml b/components/proxmox.yaml
deleted file mode 100644 (file)
index d228cc9..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-######################################################################
-# Component: Proxmox
-######################################################################
-
-- host: !secret proxmox_host
-  username: !secret proxmox_user
-  password: !secret proxmox_password
-  verify_ssl: true
-  realm: pve
-  nodes:
-    - node: !secret proxmox_node
-      vms:
-        - 100
-        - 101
-        - 102
-        - 103
index 6d5ff0cf1a6377d43961549932cb44b914ec6007..4e2ce5c211061f963abb5810dae3211f2a091528 100644 (file)
@@ -236,9 +236,6 @@ homekit: !include components/homekit.yaml
 mqtt:
   light: !include_dir_merge_list mqtt/light/
 
-# Proxmox
-proxmoxve: !include components/proxmox.yaml
-
 # Monitor Docker
 monitor_docker: !include components/monitor_docker.yaml