Skip to content

0.0.3

Choose a tag to compare

@csacca csacca released this 28 Aug 15:16
· 23 commits to master since this release

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
  • 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