From 8f8ac509057ae85d812e0e882337474d89c0f905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Tue, 13 Jan 2026 22:40:12 +0100 Subject: [PATCH] Change version. Add Dokumentation Link to Readme. --- custom_components/proxmox_pve/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/proxmox_pve/manifest.json b/custom_components/proxmox_pve/manifest.json index f52e2e1..9f718cd 100644 --- a/custom_components/proxmox_pve/manifest.json +++ b/custom_components/proxmox_pve/manifest.json @@ -1,8 +1,8 @@ { "domain": "proxmox_pve", "name": "Easy Proxmox (by René Bachmann)", - "version": "0.7.1", - "documentation": "https://example.invalid", + "version": "0.7.3", + "documentation": "https://github.com/bahmcloud/easy_proxmox ", "requirements": ["aiohttp>=3.9.0"], "codeowners": ["@BAHMCLOUD"], "config_flow": true,