From 5e1c07cecf32a924fc1fce4d13b62ebeddaa9f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Mon, 15 Jun 2026 09:26:57 +0000 Subject: [PATCH] CHANGELOG.md aktualisiert 0.2.1 --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 990a23a..084a701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # CHANGELOG - Whatsapp Bridge Integration +## Release 0.2.1 - 2026-06-15 +- **Fix:** Fehlerbehebung bei der Geräte-Zuordnung. Statt eines starren globalen Gateways, das sich in alle Account-Karten kopiert hat, wird nun für jeden angelegten Account (*Larissa, Rene, Work*) ein eigenes, separates Home Assistant Gerät erzeugt. +- **Fix:** Der Live-Status-Sensor und die Broadcast-Entität wurden globalisiert. Sie werden nur noch genau einmal instanziiert (statt fälschlicherweise pro Account) und existieren als freie Entitäten ohne Geräte-Zuordnung, um die UI übersichtlich zu halten. +- **Optimierung:** Code-Refactoring der `sensor.py` zur Vermeidung von Entitäten-Duplizierung bei mehreren Profilen. + ## Release 0.2.0 - 2026-06-15 -- New: Setup of a main device (WhatsApp Bridge Gateway) in the Home Assistant device registry. -- New: Integrated global service `whatsapp_bridge.send_broadcast`, which operates independently of individual profile entities and can send messages to any number or group ID. -- New: Added status sensor (`sensor.whatsapp_bridge_status`). This queries the add-on's new API and provides the current connection status (`CONNECTED`, `WAITING_FOR_SCAN`, `INITIALIZING`, `OFFLINE`) directly within Home Assistant. -- Improved: The sensor is assigned to the new main device, which significantly simplifies automations (e.g., alert on connection loss). +- **New:** Setup of a main device (WhatsApp Bridge Gateway) in the Home Assistant device registry. +- **New:** Integrated global service `whatsapp_bridge.send_broadcast`, which operates independently of individual profile entities and can send messages to any number or group ID. +- **New:** Added status sensor (`sensor.whatsapp_bridge_status`). This queries the add-on's new API and provides the current connection status (`CONNECTED`, `WAITING_FOR_SCAN`, `INITIALIZING`, `OFFLINE`) directly within Home Assistant. +- **Improved:** The sensor is assigned to the new main device, which significantly simplifies automations (e.g., alert on connection loss). ## Release 0.1.7 - Previous stable version \ No newline at end of file