14 Commits
alpha ... hacs

Author SHA1 Message Date
e27136a4f2 Add installation instructions for Easy Proxmox
Added installation instructions for Easy Proxmox integration.
2026-01-13 16:27:24 +01:00
5fbdc43ea3 Add Proxmox VE Integration to hacs.json 2026-01-13 16:25:23 +01:00
2e59fd45f8 upload 0.6.0-alpha for hacs 2026-01-13 16:22:35 +01:00
ab11831c9c Delete switch.py 2026-01-13 16:19:20 +01:00
8161c3edc0 Delete sensor.py 2026-01-13 16:19:12 +01:00
f7af59062f Delete manifest.json 2026-01-13 16:19:02 +01:00
264dea41c5 Delete const.py 2026-01-13 16:18:49 +01:00
aeef0d7bf2 Delete coordinator.py 2026-01-13 16:18:40 +01:00
493ab764c3 Delete config_flow.py 2026-01-13 16:18:30 +01:00
3e8167c258 Delete button.py 2026-01-13 16:18:22 +01:00
dc5bea9584 Delete api.py 2026-01-13 16:18:12 +01:00
11b5b340b5 Delete __init__.py 2026-01-13 16:18:00 +01:00
ef6d118abf Delete translations directory 2026-01-13 16:16:47 +01:00
8d77996ede Update codeowner username in manifest.json 2026-01-13 16:14:08 +01:00
14 changed files with 18 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

3
hacs.json Normal file
View File

@@ -0,0 +1,3 @@
{
"name": "Proxmox VE Integration"
}

15
info.md Normal file
View File

@@ -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
---