Skip to content

Releases: rikroe/cometblue-custom-component

20250907.2

07 Sep 19:15

Choose a tag to compare

What's changed

  • Change to lib published on PyPI (ce93b05)
    • No more need to manually update the library on updates!

20250907.1

07 Sep 11:57

Choose a tag to compare

What's changed

  • Use bleak-retry-connector (7ab03cf)
    • New library version, might need recreation of HA container if running in Docker (does not yet update cleanly)

20241125.1

25 Nov 07:19
200b83f

Choose a tag to compare

What's changed

  • Sleep 1s before retrying connection (200b83f)

20241118.1

18 Nov 20:41

Choose a tag to compare

What's changed

20241117.1

17 Nov 14:08

Choose a tag to compare

What's changed

  • Fix empty existing data (d18fd4b)
  • Fix config entry name (d78f93f)
  • Rework strings (f86aae8)
  • Fix discovery_info in reconfigure flow (d0aa52f)
  • Move options to reconfigure flow (6de94dd)
    Add strings.json (5d3131a)
    Fix missing object (8a70493)
  • Migrate options if missing (7f85865)
  • Add OptionsFlow for Timeout & Retries (57fc2f0)

20241114.1

14 Nov 18:58

Choose a tag to compare

What's changed

  • Fix None values in update_data (cc88028)

20241113.1

13 Nov 22:18

Choose a tag to compare

What's changed

20241110.1

10 Nov 10:59

Choose a tag to compare

Breaking change

The integration was renamed from cometblue to eurotronic_cometblue to fix circular imports with the python library module (also called cometblue).

To keep all your old entity/device configs as is, you must MANUALLY edit some Home Assistant config files. Ensure that HA is stopped before replacing data in these files and best make a backup beforehand!

  • Replace every instance of "cometblue" with "eurotronic_cometblue" in the following files:
    • /config/.storage/core.config_entries
    • /config/.storage/core.device_registry
    • /config/.storage/core.entity_registry
  • Remove the old custom_component by deleting the folder config/custom_components/cometblue

Note: sudo chmod 766 {FILE} might be needed to save the files if you are using a HA Container.

What's changed

  • Add CONNECT_RETRIES and log failures (0ec8871)
  • Rename to eurotronic_cometblue (e51e475)
  • Improve TimeoutError handling & retry send_command (7b0965b)

20241006.1

06 Oct 10:10

Choose a tag to compare

What's changed

  • Show only selectable presets (ab74fc4)

20240728.5

28 Jul 18:29

Choose a tag to compare

What's changed