From: Giorgio Ravera Date: Thu, 5 Feb 2026 13:53:38 +0000 (+0100) Subject: Removed proxmox from yaml X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=ce5e5d3b015b145d06db21556c9031812b202b82;p=homeassistant.git Removed proxmox from yaml --- diff --git a/.secrets_dummy.yaml b/.secrets_dummy.yaml index a874c086..e5be9e10 100644 --- a/.secrets_dummy.yaml +++ b/.secrets_dummy.yaml @@ -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 index d228cc9f..00000000 --- a/components/proxmox.yaml +++ /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 diff --git a/configuration.yaml b/configuration.yaml index 6d5ff0cf..4e2ce5c2 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -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