Update CHANGELOG for version 0.7.0

Added new version 0.7.0 with full service support for automations and scripts, including multi-host capabilities and improved error handling.
This commit is contained in:
2026-01-13 18:04:27 +01:00
committed by GitHub
parent 44b0779797
commit eec020f0e6

View File

@@ -1,5 +1,24 @@
# Changelog # Changelog
## 0.7.0
- Added full service support for automations and scripts:
- `proxmox_pve.start`
- `proxmox_pve.shutdown`
- `proxmox_pve.stop_hard`
- `proxmox_pve.reboot`
- Services are now fully multi-host capable:
- Automatic detection of the correct Proxmox host when using `device_id`
- Optional selection via `config_entry_id`
- Optional selection via `host`
- Automatic lookup by `node/vmid/type` if no host is given
- Clear error handling for ambiguous multi-host targets
- Services can be used in:
- Automations
- Scripts
- Dashboards
- Added `services.yaml` for proper UI descriptions in Home Assistant
- Easy Proxmox can now be fully controlled without any buttons or switches, purely via automations
## 0.6.1 ## 0.6.1
- Fix correct autor in hacs - Fix correct autor in hacs
@@ -92,3 +111,4 @@
- Basic connectivity test via Config Flow - Basic connectivity test via Config Flow
- First experimental entities - First experimental entities