Skip to content

Releases: home-assistant/supervisor

Hass.io 0.64

26 Sep 07:11
Compare
Choose a tag to compare
  • 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

17 Sep 12:43
Compare
Choose a tag to compare
  • Change flow of startup for new images

Hass.io 0.62

12 Sep 18:14
Compare
Choose a tag to compare
  • Allow to use int(min, max) and float(min, max)
  • New schema type match to allow use regex: match(^(?:man|woman)$)

Hass.io 0.61

11 Sep 12:44
Compare
Choose a tag to compare
  • Allow disable/enable homeassistant (New options boot) on startup
  • Add support for start/stop homeassistant

Hass.io 0.60

25 Aug 20:40
Compare
Choose a tag to compare
  • Bugfix dns forwarder spawn socat processes

Hass.io 0.59

24 Aug 20:41
Compare
Choose a tag to compare
  • Remove default bridge from add-ons
  • Allow access to logs un running tasks

Hass.io 0.58

24 Aug 15:27
Compare
Choose a tag to compare
  • 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

22 Aug 14:36
Compare
Choose a tag to compare
  • Update panel to polymer 2 (@balloob)
  • Add network config for add-ons (@balloob)
  • Add host shutdown to advance view (@balloob)
  • Better cleanup for local build add-ons
  • Support rebuild for local build add-ons
  • Use deepmerge for merge add-ons default options with user changes

Hass.io 0.56

16 Aug 09:40
Compare
Choose a tag to compare
  • Add support for wrong yaml and better regex to homeassistant/check

Hass.io 0.55

16 Aug 00:19
Compare
Choose a tag to compare
  • New api call to validate home-assistant config
  • Update flow of add-on update and restart of the add-on