Releases: luuuis/hass_wibeee
Releases · luuuis/hass_wibeee
v3.1.1

Bug Fixes
- abort import of configuration.yaml entry if already imported (#30) (c71c91a)
v3.1.0

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

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

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

Chores
- chore: use _attr_native_value and _attr_native_unit_of_measurement (#20) (1ce46b8)
v3.0.0-beta.5

Chores
v3.0.0-beta.4

Bug Fixes
- fix unit_of_measurement regression in 3.0.0-beta.3 (#19) (01b9dc7)
v3.0.0-beta.3

Features
- use Wibeee device name to assign Home Assistant name (#18) (da3174c)
v3.0.0-beta.2

Bug Fixes
- don't update entities that are disabled (#15) (6474db6)
v3.0.0-beta.1

Features
- use human-friendly name for sensors with unique_id, otherwise keep the old name (#13) (bb59ccb)
v3.0.0-beta.0

⚠ 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)