Skip to content

Releases: tboyce021/hassio-info

v0.3.1

21 Sep 04:36
Compare
Choose a tag to compare
  • Use entity descriptions
    • Requires Home Assistant Core 2021.9.0+

v0.3.0

08 Jun 10:22
Compare
Choose a tag to compare
  • Group switches with core Supervisor devices
    • Switches will be disabled by default (like all core Supervisor entities). Go into the integration entities to enable them.
    • The update interval was changed from 10 seconds to 60 seconds in order to reduce load on the supervisor. However, you can now use Home Assistant's built-in options to disable polling and call the update_entity service to run updates to your liking.
    • WARNING: This is a potentially breaking change. If you run into issues, it may be better to delete the integration and add it again.

v0.2.1

05 Jun 06:53
Compare
Choose a tag to compare
  • Removed the need to modify the core Supervisor API wrapper in order to reduce the likelihood of causing issues

v0.2.0

05 Jun 06:19
6797e70
Compare
Choose a tag to compare
  • Rename to Supervisor+
    • The name change is in appearance only. The underlying domain name (hassio_info) has not changed in order to prevent any breakage. You should not need to make any changes for this.
  • Remove sensors
    • The version sensors are now available in the core Supervisor integration (hassio) and are no longer needed here.
    • This is a breaking change if you were using these sensors. You will need to enable the sensors from the core Supervisor integration instead and change the entity ID to match what you were using before.

v0.1.1

05 Jun 03:50
4cd0a73
Compare
Choose a tag to compare
  • Fix warnings for missing await