16 Commits

Author SHA1 Message Date
f7785b4db9 Remove one codeowner from manifest.json 2026-01-13 16:44:57 +01:00
912b30f6ff Update CHANGELOG.md 2026-01-13 16:44:21 +01:00
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
15 changed files with 27 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 0.6.1
- Fix correct autor in hacs
## 0.6.0
- Added object structure für using as repositorie in hacs
## 0.6.0-alpha
- Extended Node monitoring with additional sensors:
- RAM Total (MB) and RAM Free (MB)
@@ -85,3 +91,4 @@
- API token authentication
- Basic connectivity test via Config Flow
- First experimental entities

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

View File

@@ -4,8 +4,9 @@
"version": "0.6.0-alpha",
"documentation": "https://example.invalid",
"requirements": ["aiohttp>=3.9.0"],
"codeowners": ["@BAHMCLOUD", "@ReneBachmann"],
"codeowners": ["@BAHMCLOUD"],
"config_flow": true,
"iot_class": "local_polling",
"integration_type": "service"
}

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