From e27136a4f2a89aae2cb9c3f6cf78af3a8384e0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Tue, 13 Jan 2026 16:27:24 +0100 Subject: [PATCH] Add installation instructions for Easy Proxmox Added installation instructions for Easy Proxmox integration. --- info.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 info.md diff --git a/info.md b/info.md new file mode 100644 index 0000000..6850471 --- /dev/null +++ b/info.md @@ -0,0 +1,15 @@ +## Installation + +1. Create the folder: + /config/custom_components/proxmox_pve/ + + +2. Copy all integration files into that folder. + +3. Restart Home Assistant. + +4. Add the integration: + + Settings → Devices & Services → Add Integration → Easy Proxmox + +---