Skip to content

Releases: luuuis/hass_wibeee

v3.1.1

07 Jan 18:08
Compare
Choose a tag to compare

GitHub release (by tag)

Bug Fixes

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

v3.1.0

03 Jan 23:13
Compare
Choose a tag to compare

GitHub release (by tag)

Adds device info to each sensor so that the sensors for the totals and each clamp are logically grouped within HA.

Configuration - Home Assistant 2022-01-03 23-02-14

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)

v3.0.0

02 Jan 18:21
Compare
Choose a tag to compare

GitHub release (by tag)

Adds multiple device support, allowing for example one Wibeee to measure home consumption and another for solar production. The unique entity id is built from the MAC address. All entities also 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)

v3.0.0-beta.6

22 Dec 23:02
Compare
Choose a tag to compare
v3.0.0-beta.6 Pre-release
Pre-release

GitHub release (by tag)

Chores

  • chore: use _attr_native_value and _attr_native_unit_of_measurement (#20) (1ce46b8)

v3.0.0-beta.5

22 Dec 13:13
Compare
Choose a tag to compare
v3.0.0-beta.5 Pre-release
Pre-release

GitHub release (by tag)

Chores

v3.0.0-beta.4

21 Dec 21:31
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

GitHub release (by tag)

Bug Fixes

  • fix unit_of_measurement regression in 3.0.0-beta.3 (#19) (01b9dc7)

v3.0.0-beta.3

19 Dec 00:14
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

GitHub release (by tag)

Features

  • use Wibeee device name to assign Home Assistant name (#18) (da3174c)

v3.0.0-beta.2

11 Dec 22:53
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

GitHub release (by tag)

Bug Fixes

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

v3.0.0-beta.1

24 Nov 11:30
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

GitHub release (by tag)

Features

  • use human-friendly name for sensors with unique_id, otherwise keep the old name (#13) (bb59ccb)

v3.0.0-beta.0

22 Nov 23:05
Compare
Choose a tag to compare
v3.0.0-beta.0 Pre-release
Pre-release

GitHub release (by tag)

⚠ BREAKING CHANGES

  • sets unique_id on entities, which causes HA to create new entities. Opt out by using unique_id: false on the integration.

Features

  • generate entity unique_id from MAC address (#12) (1f8b966)