From 24da6a9c3182a909764724e9e0096012979b9797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Tue, 13 Jan 2026 18:28:06 +0100 Subject: [PATCH] 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. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 973e930..49b87db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 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 Assistant’s 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 - Added full service support for automations and scripts: - `proxmox_pve.start` @@ -112,3 +121,4 @@ - First experimental entities +