Skip to content

v0.4.0

Choose a tag to compare

@sdebasek sdebasek released this 20 Aug 13:46
· 27 commits to main since this release
28b0b80

Renamed, and now a replacement rather than a companion. The integration covers everything the official BleBox integration provided plus the button events and device configuration it never exposed, so running both only gives you duplicate entities.

Breaking

The domain changed from blebox_events to blebox_advanced. Home Assistant cannot migrate a config entry across domains, so:

  1. Update in HACS and restart
  2. Delete the old BleBox Events integration entry (this clears its actions from your device)
  3. Add BleBox Advanced and set your events up again
  4. Delete or ignore the official BleBox entry if you have not already

Entity IDs change, so automations and dashboards referencing them need updating.

Added

  • Active power and Energy this period sensors, matching the official definitions. Energy deliberately carries no state_class: the value resets each period, and recording it as a total would corrupt long-term statistics.
  • Firmware update entity, with a clear error if the cloud tunnel is off — the device fetches the image over it.
  • The relay switch is no longer opt-in.

Changed

  • Relay and power state poll every 5 seconds, matching the official integration. Settings, actions and uptime drop to once a minute; a settings write forces a full refresh so nothing waits on that cycle.
  • README rewritten, with Simon 55 GO / Kontakt-Simon naming spelled out for discoverability.

Verified against a live Simon 55 GO (switchBox, fw 0.1502, API 20220505). 66 tests.