Releases: home-assistant/supervisor
Releases · home-assistant/supervisor
HassIO 0.38
- Refactory hole add-on/repository code for better handling
- Fix restart bug for add-on (now it performe stop/clear/run)
- Supervisor make a self update on start if it is not in dev mode
- Update executor handling for python 3.6
- Fix bug with handling of add-on options
- New layouts for add-on store (thanks @balloob)
Hass.IO 0.37
- Use new base image
- Cleanup container before remove image on remove
- Allow disable schema for addons
Hass.IO run now on python 3.6
Hass.IO 0.36
- Allow extend privilege for addons (need for bluetooth)
- Make stronger validate of devices property
HassIO 0.35
- Add options for homeassistant to add special device
HassIO 0.34
- Refactory hole docker interface code
- Add tmpfs for addons (@bestlibre)
HassIO 0.33
- Autodetect timezone if not set
- Update add-on config on restart
HassIO 0.32
- 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
- Fix new panel for homeassistant 0.45
- Add new startup type
initialize
Release 0.30
- Remove
mnt
map
HassIO 0.29
- 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