From eec020f0e64ef96aa820a453651371340a555c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Tue, 13 Jan 2026 18:04:27 +0100 Subject: [PATCH] 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. --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dddd63e..973e930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # 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 - Fix correct autor in hacs @@ -92,3 +111,4 @@ - Basic connectivity test via Config Flow - First experimental entities +