Releases: luuuis/hass_wibeee
Releases · luuuis/hass_wibeee
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)
v2.2.3
Bug Fixes
- make sensors unavailable on status.xml error (#10) (79dc987)
v2.2.2
Bug Fixes
- retry failed requests with exponential backoff (#9) (2fa3e6c)
v2.2.1
Bug Fixes
- don't error with "Unable to create WibeeeSensor" on unknown keys (#7) (a8d75c3)
- improve error logging to allow bug reports (#8) (3d0297e)
v2.2.0
Features
- add scan_interval support to allow this to be user-configured (#6) (34f4019)