From 719a4b51299a649e7f44044d740689e778cd2127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Mon, 15 Jun 2026 09:08:28 +0000 Subject: [PATCH] CHANGELOG.md Add Changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..990a23a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# CHANGELOG - Whatsapp Bridge Integration + +## 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). + +## Release 0.1.7 +- Previous stable version \ No newline at end of file