Releases: home-assistant/supervisor
Releases · home-assistant/supervisor
Hass.io 0.53
- Bugfix update flow for change add-on configs
- Recursively git clone addon repositories, allowing submodules (@frenck)
Hass.io 0.52
- 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
- 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
- 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
- Set hostname for homeassistant/addons
- New interface to read local hardware information, plug-in play devices and audio
Hass.io 0.48
- Bugfix repository list inside add-on store (@balloob)
Hass.io 0.47
- 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
Hass.IO 0.45
- Update HomeAssistant Panel (@balloob)
Hass.IO 0.44
- 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 forbefore
->services
andafter
->application