Skip to content

Releases: home-assistant/supervisor

Hass.io 0.53

14 Aug 22:34
Compare
Choose a tag to compare
  • Bugfix update flow for change add-on configs
  • Recursively git clone addon repositories, allowing submodules (@frenck)

Hass.io 0.52

10 Aug 09:27
Compare
Choose a tag to compare
  • Bugfix hostname for addons don't use '_'
  • Add-on with audio: true add the audio devices automatic
  • Add-on with startup type system don't startup up on hass.io reboot like other types

Hass.io 0.51

08 Aug 19:18
Compare
Choose a tag to compare
  • Allow privileged capability SYS_RAWIO (@radhus)
  • Add updater / refactory config manager
  • New add-on options hassio_api for allow access to hassio api
  • New add-on options audio to use the new hardware layer
  • Central audio management for hass.io
  • Use addon slug instead docker name for docker hostname

Hass.io 0.50

31 Jul 09:52
Compare
Choose a tag to compare
  • Fix bug that a wrong add-on config.json can break the start of supervisor
  • Fix disk list of new hardware detection

Hass.io 0.49

28 Jul 22:07
Compare
Choose a tag to compare
  • Set hostname for homeassistant/addons
  • New interface to read local hardware information, plug-in play devices and audio

Hass.io 0.48

26 Jul 19:03
Compare
Choose a tag to compare
  • Bugfix repository list inside add-on store (@balloob)

Hass.io 0.47

24 Jul 22:22
Compare
Choose a tag to compare
  • Allow SYS_ADMIN for mount inside add-ons
  • Show devices and privileged on API (more transparent to user)
  • Bugfix auto-update and check now options before he update it
  • Fix logo bug on UI (@balloob)

Hass.IO 0.46

22 Jul 22:00
Compare
Choose a tag to compare
  • Update UI (@balloob)
  • Fix UI "page not found" (@balloob)
  • Add support for add-on logo
  • New add-on config options "webui"
  • Optimize API

Hass.IO 0.45

17 Jul 07:52
Compare
Choose a tag to compare

Hass.IO 0.44

14 Jul 23:32
Compare
Choose a tag to compare
  • Add support for nested dicts in addons options. Example:
"group": {
    "element1": "bla"
}
  • Use new startup layout for addons. Please change it on our addons. We have now: initialize, system, services, application. To migrate use for before -> services and after -> application