Releases: home-assistant/supervisor
Releases · home-assistant/supervisor
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
match
to 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
Hass.io 0.59
- Remove default bridge from add-ons
- Allow access to logs un running tasks
Hass.io 0.58
- Fix network options: null/None now disable that port
- New network layer for internal processes
The new network layer allow now to communicate inside hassio network with every addon with hostname or docker name of that addon. Also all addon can use homeassistant
that resolve to homeassistant instance. You can also use the add-on names inside homeassistant configuration. More feature, based on that will follow soon. All internal containers like supervisor have now a fix IP on that network and prevent problems with other custom docker stuff on host.
You need restart a add-on to use the internal network. If you run into a problem after update, please reboot the host.
Hass.io 0.57
Hass.io 0.56
- Add support for wrong yaml and better regex to homeassistant/check
Hass.io 0.55
- New api call to validate home-assistant config
- Update flow of add-on update and restart of the add-on