Skip to content

Releases: csacca/uhoo-homeassistant

Release 0.0.4

16 Sep 02:20
Compare
Choose a tag to compare

What Changed

🚑 Fixes

  • Fixed issue #8 and #12
    • uHoo changed their API
    • Updated pyuhoo to 0.0.5 for the new API

🧰 Maintenance

  • Updated dependencies

0.0.3

28 Aug 15:16
Compare
Choose a tag to compare

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

0.0.2

30 Oct 16:36
Compare
Choose a tag to compare

Fix error on homeassistant >= 0.115

  • UNIT_PERCENTAGE was changed to PERCENTAGE in homeassistant 0.115

0.0.1

30 Oct 16:34
Compare
Choose a tag to compare

Initial release