Skip to content

Releases: rikroe/cometblue-custom-component

20241125.1

25 Nov 07:19
200b83f
Compare
Choose a tag to compare

What's changed

  • Sleep 1s before retrying connection (200b83f)

20241118.1

18 Nov 20:41
Compare
Choose a tag to compare

What's changed

20241117.1

17 Nov 14:08
Compare
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
Compare
Choose a tag to compare

What's changed

  • Fix None values in update_data (cc88028)

20241113.1

13 Nov 22:18
Compare
Choose a tag to compare

What's changed

20241110.1

10 Nov 10:59
Compare
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
Compare
Choose a tag to compare

What's changed

  • Show only selectable presets (ab74fc4)

20240728.5

28 Jul 18:29
Compare
Choose a tag to compare

What's changed

20240721.1

21 Jul 13:15
Compare
Choose a tag to compare

What's changed

  • Switch to InvalidByteValueError (e55b9d2)
  • Fix ClimateEntityFeatures (22c6b02)
  • Fix temperature fallback (6d4dd90)

20240713.1

13 Jul 16:35
Compare
Choose a tag to compare

What's changed

  • Add turn_on/turn_off to climate entity (28fbcbd)
  • Error handling if not all values are retrieved correctly (632487c)
  • Remove comment (10441d7)
  • Typing in const (87f7309)