mirror of
https://github.com/bahmcloud/easy_proxmox.git
synced 2026-04-06 10:51:14 +00:00
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:
20
CHANGELOG.md
20
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user