Skip to content

Releases: home-assistant/supervisor

HassIO 0.32

22 May 21:29
Compare
Choose a tag to compare
  • Allow add-on to run on host netzwork host_network: true
  • Add API support for change hostname on UI
  • Add timezone support for homeassitant/addons with supervisor API.

HassIO 0.31

19 May 22:23
Compare
Choose a tag to compare
  • Fix new panel for homeassistant 0.45
  • Add new startup type initialize

Release 0.30

18 May 16:15
Compare
Choose a tag to compare
  • Remove mnt map

HassIO 0.29

17 May 21:49
Compare
Choose a tag to compare
  • Allow to mount host /mnt for external device into add-ons with mnt map options
  • Add new map share for add-ons and homeassistant /share
  • Add new option environment to add-on config to manipulate env of add-on

HassIO 0.28

16 May 20:38
Compare
Choose a tag to compare
  • Add docker device support with devices addon config option
  • Maps are now default read only. For rw access use map: ["config:rw"]

HassIO 0.27

15 May 22:30
Compare
Choose a tag to compare
  • Change docker meta data from ENV to LABEL
  • ENV VERSION is now dedicated
  • Allow to use docker cache on our build system

HassIO 0.26

14 May 22:27
Compare
Choose a tag to compare
  • Add panel for homeassistant 0.45
  • Allow local build for all addon repository types
  • Fix output of invalid options for homeassistant 0.45

HassIO 0.25

12 May 14:21
Compare
Choose a tag to compare
  • Add build to addons api
  • Add url for single addon to /supervisor/*
  • Better add-on data layer handling
  • Fix wrong version in installed addons
  • Fix start not running add-on after update

HassIO 0.24

11 May 23:49
Compare
Choose a tag to compare
  • Security API with password and TOTP support (Google Authenticator)
  • Local repository build now add-on local if no image is set
  • Fix HomeAssistant watchdog

HassIO 0.23

09 May 22:20
Compare
Choose a tag to compare
  • Add watchdog for homeassistant container
  • Cleanup task code
  • Add support for arch on addons
  • Add support for restart homeassistant with /homeassistant/restart
  • Add support for restart add-on with /addons/{addon}/restart