From 66b0db4a6d129ac28af31ea977a951ec17050643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Tue, 13 Jan 2026 22:38:40 +0100 Subject: [PATCH] Add 0.7.3 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4dfa4c..6a5e12b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.7.3 +- Fixed service execution when using device targets in automations and scripts +- Services now work correctly on Home Assistant versions where `ServiceCall.target` is not available +- Improved target resolution: + - Supports `device_id` passed via UI targets and via service data + - Supports `entity_id` targets and automatically resolves them to the corresponding device + - Accepts both `str` and `list[str]` formats for target identifiers +- Fixed issue where service calls were accepted but no Proxmox action was executed +- Improved compatibility with the Home Assistant automation editor and mobile UI + ## 0.7.2 - Fixed service validation for device targets: - Home Assistant may pass `device_id` as a list (target/data wrapper)