Skip to content

Releases: rikroe/cometblue-custom-component

20260705.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 18:04

Breaking change

  • set_schedule and set holiday parameters changed (see below)

What's changed

  • Update manifest (79d99be)
  • refactor services to comply with HA (8649854)
    • Set schedule: each day expects a list of {"from": "HH:MM", "to": "HH:MM"} dicts
    • Set holiday: expects from/to instead of start/end
  • formatting and small fixes (d990659)

20260511.1

Choose a tag to compare

@rikroe rikroe released this 11 May 20:24

Breaking change

  • set_datetime service replaced with button

What's changed

  • Changes from HA (7b0e1f7)
    • Climate, button, sensor and number integration from HA
    • Migrations for number unique ids
    • set_datetime service replaced with button
  • Add local brand icons for HACS (0bc6d00)

20260511.1b1

20260511.1b1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 May 20:22

Breaking change

  • set_datetime service replaced with button

What's changed

  • Changes from HA (7b0e1f7)
    • Climate, button, sensor and number integration from HA
    • Migrations for number unique ids
    • set_datetime service replaced with button
  • Add local brand icons for HACS (0bc6d00)

20260321.1

Choose a tag to compare

@rikroe rikroe released this 21 Mar 11:08

Breaking change

  • hvac_action property on climate entity has been removed

What's changed

  • Bump version (d39886a)
  • Changes from first HA Core PR (1259b40)
  • Migrate config entry and unique_id for HA core (4b1df60)
  • Fix imports (fa890c7)
  • Enable target temp high & low by default (bf11cf4)

20260318.1b1

20260318.1b1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Mar 21:11

What's changed

  • Bump version (d39886a)
  • Changes from first HA Core PR (1259b40)
  • Migrate config entry and unique_id for HA core (4b1df60)
  • Fix imports (fa890c7)
  • Enable target temp high & low by default (bf11cf4)

20260315.1

Choose a tag to compare

@github-actions github-actions released this 15 Mar 12:07
46ed5c5

What's changed

  • Bump version (46ed5c5)
  • Set parallel updates to 1 for write entities (9a38d16)
  • Improve coordinator logging (c56793a)
  • Fix incorrectly using cached_property (84db7e9) - fixes entities not updating

20260314.1

Choose a tag to compare

@github-actions github-actions released this 14 Mar 20:51

What's changed

  • Bump library & manifest (f0527de)
  • Fix & update translations (c13713d)
  • Adjust ConfigFlow errors (c2682df)
  • Fix DeviceInfo (5b254a6)
  • Try connection before creating ConfigEntry (d701f4d)
  • Rely on BleakRetryConnector for retry & timout (89c32de)
  • Change PIN entry to 6-digit string (7201d01)
  • Fix async_unload_entry (a87c9cf)
  • Revert using YAML anchors for actions/hassfest (3333346)

20260309.1

Choose a tag to compare

@github-actions github-actions released this 09 Mar 19:53
e2246b1

Breaking change

  • The get_schedule return value is now wrapped in entity id, i.e. {"climate.cometblue": {"monday": ...} (a3f9e49)
  • Device names will be reset (no impact on entity ids)

What's changed

  • Bump veresion (e2246b1)
  • Rework component according to current HA Core guidelines

20260119.1

Choose a tag to compare

@github-actions github-actions released this 19 Jan 22:36

What's changed

20250907.2

Choose a tag to compare

@github-actions github-actions released this 07 Sep 19:15

What's changed

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