• 0.2.4 a2db56e704

    0.2.4 Stable

    bahmcloud released this 2026-06-15 09:59:54 +00:00 | 0 commits to main since this release

    Release 0.2.4 - 2026-06-15

    • Fix: Resolved a TypeError in async_get_or_create() caused by stricter Home Assistant Core requirements demanding a config_entry_id for all device registry entries.
    • Architecture Refinement: The global "WhatsApp Bridge Hub" now utilizes a shared multi-entry architecture. It dynamically links to active configurations under a static identifier, ensuring the hub remains a single, non-duplicated entity that survives individual account deletions.
    Downloads
  • 0.2.3 1d85bd7905

    0.2.3 Stable

    bahmcloud released this 2026-06-15 09:55:38 +00:00 | 3 commits to main since this release

    Release with Error

    Downloads
  • 0.2.2 7175522f4a

    0.2.2 Stable

    bahmcloud released this 2026-06-15 09:37:56 +00:00 | 8 commits to main since this release

    Release 0.2.2 - 2026-06-15

    • Architecture Change: Introduced a dedicated "WhatsApp Bridge Hub" device. This central device acts as a single point of reference for global components, preventing UI clutter.
    • Fix: Moved the global live status sensor and the virtual broadcast entity to the new WhatsApp Bridge Hub device. This ensures they remain fully visible and accessible across the Home Assistant UI, automations, and service calls without being duplicated across individual user accounts.
    • Improvement: Maintained isolated, clean individual devices for each configured account profile
    Downloads
  • 0.2.1 40f74f9b8b

    0.2.1 Stable

    bahmcloud released this 2026-06-15 09:28:04 +00:00 | 12 commits to main since this release

    Release 0.2.1 - 2026-06-15

    • Fix: Resolved device assignment duplication where a single global gateway card duplicated across all account tabs.
    • Fix: Globalized the live status sensor and the broadcast entity to instantiate exactly once for the entire integration rather than incorrectly duplicating per account.
    • Optimization: Code refactoring within sensor.py to prevent entity duplication when utilizing multiple profiles.
    Downloads
  • 0.2.0 d09ff3d7cf

    0.2.0 Stable

    bahmcloud released this 2026-06-15 09:17:37 +00:00 | 17 commits to main since this release

    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).
    Downloads
  • 0.1.7 f346cea41a

    0.1.7 Stable

    bahmcloud released this 2026-04-14 14:02:53 +00:00 | 22 commits to main since this release

    New UI options. Add Send All Entity

    Downloads
  • 0.1.6 ec6a9c6dd8

    0.1.6 Stable

    bahmcloud released this 2026-04-14 13:48:58 +00:00 | 28 commits to main since this release

    FIX: UI Bug

    Downloads
  • 0.1.5 7bea9bbbbb

    0.1.5 Stable

    bahmcloud released this 2026-04-14 13:44:02 +00:00 | 30 commits to main since this release

    Make Dropdown better and add sensors for dropdown usage.

    Downloads
  • 0.1.4 adfe5dfe9d

    0.1.4 Stable

    bahmcloud released this 2026-04-14 13:29:52 +00:00 | 36 commits to main since this release

    FIX: Last Release had an wrong init. Fix it for make the integration work again.

    Downloads
  • 0.1.3 498c059aa8

    0.1.3 Stable

    bahmcloud released this 2026-04-14 13:25:10 +00:00 | 38 commits to main since this release

    Added Dropdown function to services.

    Downloads