Skip to content

Releases: home-assistant/supervisor

Hass.IO 0.39

05 Jul 23:51

Choose a tag to compare

  • Add snapshot/restore functions
  • Small cleanups/bugfixs

Snapshot is at the moment in beta state. UI support is coming later. We support full snapshot/restore or partial. You can also partial restore from a full snapshot.

Full:
curl -d '{"name": "Test full snapshot"}' http://172.17.0.2/snapshots/new/full
curl -d 'http://172.17.0.2/snapshots/ID/restore/full

Partial (i.e. with homeassistant)
curl -d '{"name": "Test only hass config", "folders": ["homeassistant"]}' http://172.17.0.2/snapshots/new/partial
curl -d '{"homeassistant": true, "folders": ["homeassistant"]}' http://172.17.0.2/snapshots/ID/partial

More details in the API documentation.

HassIO 0.38

29 Jun 10:10

Choose a tag to compare

  • 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

17 Jun 22:01

Choose a tag to compare

  • 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

05 Jun 11:01

Choose a tag to compare

  • Allow extend privilege for addons (need for bluetooth)
  • Make stronger validate of devices property

HassIO 0.35

02 Jun 22:09

Choose a tag to compare

  • Add options for homeassistant to add special device

HassIO 0.34

31 May 22:06

Choose a tag to compare

  • Refactory hole docker interface code
  • Add tmpfs for addons (@bestlibre)

HassIO 0.33

23 May 22:10

Choose a tag to compare

  • Autodetect timezone if not set
  • Update add-on config on restart

HassIO 0.32

22 May 21:29

Choose a tag to compare

  • 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

19 May 22:23

Choose a tag to compare

  • Fix new panel for homeassistant 0.45
  • Add new startup type initialize

Release 0.30

18 May 16:15

Choose a tag to compare

  • Remove mnt map