Skip to content

Releases: thematrixdev/home-assistant-clp

v14.0.0

08 Mar 06:53
da2e47a

Choose a tag to compare

Breaking Changes

  • Minimum Home Assistant version: 2025.12+
  • Drops async_timeout in favor of asyncio.timeout (Python 3.11+)
  • Drops deprecated FlowResult in favor of ConfigFlowResult

Bug Fixes

  • Fix "Config flow could not be loaded: 500 Internal Server Error" when clicking Configure on HA 2026.3.1 (#21)
  • Update OptionsFlow to use framework-injected config_entry (new HA pattern)

v13.0.1

02 Mar 13:57
2499098

Choose a tag to compare

Fix: Token refresh robustness

Issue 1: Wrong error code for refresh trigger

The CLP API returns error code 100001 ("LR access_token error") when the access token expires after ~1 hour. Previously, the refresh logic only checked for code 906.

Issue 2: 403 with connection closed

When the API returns 403 but the connection closes before the response body can be read, error_data stays None and the refresh condition was skipped entirely, causing tokens to be permanently cleared.

Changes

  • Added code 100001 to the token refresh trigger condition alongside existing code 906
  • Added fallback: attempt refresh on any 403 with unreadable response body when a refresh token is available
  • Bumped manifest version to 13.0.1

v13.0.0

19 Feb 14:41
5cf0a14

Choose a tag to compare

v13.0.0 Pre-release
Pre-release

BREAKING CHANGES

  • Please remove the existing installation and configure again
  • You have to specify access token and refresh token

Full Changelog: v12.0.3...v13.0.0

v12.0.3

08 Jul 04:34
5e57941

Choose a tag to compare

v12.0.3 Pre-release
Pre-release

support getting OTP and re-login with help of IMAP integration

v12.0.2

26 Jun 14:32
fbf069c

Choose a tag to compare

do not reset access-token when there are connecting issues, at all

v12.0.1

23 Jun 14:14
d243086

Choose a tag to compare

do not reset access-token when there are connecting issues (especially during mid-night) but try for some more times

v12.0.0

21 Jun 07:29
b69bcaa

Choose a tag to compare

BREAKING CHANGES

  • signing-in with username and password is no longer supported by CLP
  • for existing users, after upgrade, please go to HA > Integrations > Configure

v11.8.4

14 Jun 07:32
9182314

Choose a tag to compare

  • update for Home Assistant 2025.6
  • fix getting bill data

v11.8.3

31 May 06:09
5a7d8b8

Choose a tag to compare

  • skip inactive account

v11.8.2

19 Jan 02:47

Choose a tag to compare

  • update error handling