Skip to content

Releases: lrybak/hassio-owserver

Release 0.3.7

23 May 08:02
Compare
Choose a tag to compare

Changes

  • ⬆️ Update hassio-addons/addon-base to v15.0.9

Release 0.3.6

07 Feb 22:17
Compare
Choose a tag to compare

Changes

  • ⬆️ Update hassio-addons/addon-base to v15.0.5
  • ⬆️ Update workflow action versions. by @adeepn in #19

New Contributors

Release 0.3.5

20 Dec 13:25
Compare
Choose a tag to compare

Changes

  • ⬆️ Update hassio-addons/addon-base to v15.0.2

Release 0.3.4

03 Dec 11:41
b8a9922
Compare
Choose a tag to compare

Changes

  • ⬆️ Update hassio-addons/addon-base to v14.3.3

v0.3.4-rc1

03 Dec 11:25
b8a9922
Compare
Choose a tag to compare
v0.3.4-rc1 Pre-release
Pre-release

Changes

  • ⬆️ Update hassio-addons/addon-base to v14.3.3

v0.3.3

26 Nov 13:49
Compare
Choose a tag to compare

Changes

  • 🆕 Feature request: Make it working with HA7NET devices #13

v0.3.3-rc1

24 Nov 22:45
Compare
Choose a tag to compare
v0.3.3-rc1 Pre-release
Pre-release

Changes

  • 🆕 Feature request: Make it working with HA7NET devices #13

v0.3.2

15 Nov 13:14
a58b742
Compare
Choose a tag to compare

Changes

  • ⬆️ Update hassio-addons/addon-base to v14.3.2
  • 🛠️ Fixes #5

v0.3.2-rc1

14 Nov 21:04
Compare
Choose a tag to compare
v0.3.2-rc1 Pre-release
Pre-release

Changes

  • ⬆️ Update hassio-addons/addon-base to v14.3.2
  • 🛠️ Fixes #5

v0.3.1

25 Apr 08:29
Compare
Choose a tag to compare

Changes

This change aims to update the add-on installation process. Currently, users have to manually add the repository https://github.com/lrybak/hassio-owserver/ to install the add-on.

With this pull request, three new repositories are introduced:

https://github.com/lrybak/addon-repository - containing stable releases of the add-on, which is recommended for most users.
https://github.com/lrybak/addon-repository-beta - containing release candidate versions of the add-on, which is recommended only for those who want to test new features.
https://github.com/lrybak/addon-repository-edge - containing bleeding edge builds of the add-on, suitable only for development purposes and may be unstable or not work at all.
This change makes it easier to release new updates for the add-on and provides a more streamlined installation process for users.

Please note that the current repository (https://github.com/lrybak/hassio-owserver) will remain up to date until the end of July 2023. After that time, all users will need to switch to the new repositories mentioned above to get updates.

Breaking change:

After changing add-on repository in Home Assistant, the hostname of add-on will also change. You need to add the 1-wire integration again with the new hostname (simple method) or modify the one already installed integration (advanced method). Please note that the Home Assistant UI does not allow you to change the hostname. To modify an existing integration, edit the .storage/core.config_entries file. It's recommended to have copy of the file before making any changes. After making the change, remember to restart Home Assistant.

Apart of the above this change brings below changes as well:

  • 🆕 added device type selector (usb)
  • 🆕 added debug mode for owserver
  • 🆕 added temperature scale selector
  • ⚙️ changed auto_uart to uart to get rid of home assistant warning
  • 📜 Update docs