Fix service UI integration and enhance robustness

Fixed Home Assistant service UI integration and improved service robustness in multi-host environments. This release is a bugfix release for v0.7.0.
This commit is contained in:
2026-01-13 18:28:06 +01:00
committed by GitHub
parent c7c12997ed
commit 24da6a9c31

View File

@@ -1,5 +1,14 @@
# Changelog # Changelog
## 0.7.1
- Fixed Home Assistant service UI integration:
- Services now properly expose the **Device selector** in the visual automation editor
- Implemented correct handling of `call.target.device_id`
- Services are now fully compatible with Home Assistants target system
- Fixed issue where only a YAML data field was shown instead of a device selection field
- Improved service robustness when used in multi-host environments
- This release is a bugfix release for v0.7.0
## 0.7.0 ## 0.7.0
- Added full service support for automations and scripts: - Added full service support for automations and scripts:
- `proxmox_pve.start` - `proxmox_pve.start`
@@ -112,3 +121,4 @@
- First experimental entities - First experimental entities