Releases: csacca/uhoo-homeassistant
Releases · csacca/uhoo-homeassistant
Release 0.0.4
0.0.3
What's Changed
🚨 Breaking Changes
-
In response to PR #1, sensors are now named () according to the uHoo reported device name
sensor.uhoo_{device_name}_{sensor_name}
(e.g.sensor.uhoo_main_humidity
).- As device name is not necessarily unique, the sensor
unique_id
is still based on the uHoo device serial number
- As device name is not necessarily unique, the sensor
-
Added support for the Home Assistant device registry
- Each physical uHoo device will now be represented in the device registry and associated sensors will be grouped with their device
-
While the above changes are not necessarily breaking, it is strongly recommended that you remove and re-add the uHoo integration. As this integration isn't included in any official repositories, no entity migration has been implemented (i.e. no
async_migrate_entry
function.
🚑 Fixes
- Fixed issue #2 with
manifest.json
causing integration to stop loading on modern version of Home Assistant
✨ New Features
- Added support for Home Assistant device registry
🧰 Maintenance
- Added a CI workflow
- Added tests
📚 Documentation
- Updated README.md