Skip to content

Latest commit

 

History

History
209 lines (96 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

209 lines (96 loc) · 10.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.6.3 (2024-06-13)

3.6.2 (2024-06-13)

3.6.1 (2024-02-23)

Bug Fixes

  • disable Local Push for Active Energy Consumed/Produced (#89) (5c648fc)

3.6.0 (2024-02-23)

Features

  • add Active Energy Consumed/Produced sensors (#88) (d6edf42)

3.5.0 (2024-02-14)

Features

  • use values.xml api when polling sensor values (#83) (6b18aea)

Bug Fixes

  • relax lxml requirement to increase for compatibility with older HA (#84) (1cec76d)

3.4.3 (2024-01-26)

Bug Fixes

  • adds /Wibeee/receiver path for Local Push on older firmware (#79) (4ff70ba)

3.4.2 (2024-01-15)

Bug Fixes

  • mark sensors unavailable when polling fails (#75) (435eed3) logging: mask out WiFi SSID and secret before it goes into logs (#73) (018bdd8)

3.4.1 (2023-12-22)

Bug Fixes

  • nest: fixed local push not enabled (#72) (bcb1ac9)

3.4.0 (2023-12-20)

Features

  • api: support values2.xml API used by firmware >= 4.4.171 (#70) (03e0455)
  • i18n: added sk translations (#71) (b8c99b4)

3.3.0 (2023-09-25)

Features

  • add configuration option to change the upstream URL (#62) (bb596f6)

3.2.4 (2023-03-09)

Bug Fixes

  • update the IP or hostname when adding a device that's already configured (#60) (8f802c2)

3.2.3 (2023-02-27)

Bug Fixes

  • remove power factor unit to clear HA warning (#58) (7f33a93)

3.2.2 (2022-10-05)

Bug Fixes

  • correctly assign phase 4 / total values from (Nest) Local Push updates (#47) (cf121e3)

3.2.1 (2022-09-22)

Bug Fixes

  • update device and state class constants (#21) (af4bd7a)

3.2.0 (2022-08-29)

Features

  • add nest proxy for Local Push support (#39) (cae89ec)

3.1.2 (2022-02-07)

Bug Fixes

  • energy sensors use state_class: total_increasing (#34) (36a9a48)

3.1.1 (2022-01-07)

Bug Fixes

  • abort import of configuration.yaml entry if already imported (#30) (c71c91a)

3.1.0 (2022-01-03)

Features

  • implement device info for Wibeee sensors (#26) (7938ea4)

Bug Fixes

  • set HTTP errors to DEBUG level when they are going to be retried (#25) (b3967f7)

3.0.0 (2022-01-02)

Adds multiple device support. All entities now have a unique_id, which allows them to be customised and renamed in Home Assistant.

⚠ BREAKING CHANGES

  • sets unique_id on entities, which causes HA to create new entities.
  • YAML configuration is no longer supported. Existing configuration is imported as a one-off.

Features

  • add config flow for integration UI (#22) (d4782d7)
  • generate entity unique_id from MAC address (#12) (1f8b966)
  • implement config options to allow changing scan_interval (#23) (cbf76b0)
  • use human-friendly name for sensors with unique_id, otherwise keep the old name (#13) (bb59ccb)
  • use Wibeee device name to assign Home Assistant name (#18) (da3174c)

Bug Fixes

  • don't update entities that are disabled (#15) (6474db6)

2.2.3 (2021-08-31)

Bug Fixes

  • make sensors unavailable on status.xml error (#10) (79dc987)

2.2.2 (2021-08-28)

Bug Fixes

  • retry failed requests with exponential backoff (#9) (2fa3e6c)

2.2.1 (2021-08-25)

Bug Fixes

  • don't error with "Unable to create WibeeeSensor" on unknown keys (#7) (a8d75c3)
  • improve error logging to allow bug reports (#8) (3d0297e)

2.2.0 (2021-08-25)

Features

  • add scan_interval support to allow this to be user-configured (#6) (34f4019)

2.1.0 (2021-08-24)

Features

Bug Fixes

2.0.1 (2021-08-22)

Bug Fixes

  • removes WibeeeSensor icon and unique_id (5230596)

2.0.0 (2021-08-22)

Bug Fixes

  • specify iot_class for custom component, add hassfest workflow (#1) (6a5c9c8)