Releases: home-assistant/supervisor
Releases · home-assistant/supervisor
Hass.io 0.69
- Bugfix restore of a snapshot
- Optimize add-on option handing if a option was removed / auto remove now from user settings
- Optimize add-on with nested list, check now if all options are set by user
- Cleanup remove old API settings that allow to set a version on a add-on install/update
Hass.io 0.68
- Add new add-ons options
homeassistant_apifor access to new proxy - Support new features inside snapshots
- New add-on options
stdinto open the stdin for future processes - New API call
/addons/{addon}/stdinto send stdin inputs to a add-on
Hass.io 0.67
- Support now dynamic lookup for webui option and proto:
[PROTO:ssl]://[HOST]:[PORT:80]/login. This try to lookupsslin options and sethttpsif they will be true orhttp - Allow to set data from Home-Assistant to hassio for api settings
- Give a interface (Proxy) to all add-ons for communicate to Home-Assistant
/homeassistant/api - Add new watchdog for Home-Assistant API (will be enable later with hass 0.55)
- Remove unknown json options to avoid problems
- Allow disable watchdog for Home-Assistant
Hass.io 0.66
- fix
gpiowith access to/sys/devices/platform/soc
Hass.io 0.65
- New add-on options
gpioto map/sys/class/gpio - Update add-on labels for local build;
io.hass.name,io.hass.description,io.hass.url
Hass.io 0.64
- Feature: Move to our new build system
- Bugfix: Revert config file if they are invalid on startup
- Bugfix: Show only valid add-ons and ignore add-ons with invalid
config.json
Hass.io 0.63
- Change flow of startup for new images
Hass.io 0.62
- Allow to use
int(min, max)andfloat(min, max) - New schema type
matchto allow use regex:match(^(?:man|woman)$)
Hass.io 0.61
- Allow disable/enable homeassistant (New options
boot) on startup - Add support for start/stop homeassistant
Hass.io 0.60
- Bugfix dns forwarder spawn socat processes