Release Notes

Hass.IO 0.30

  • Remove mnt from map options. This can allow to brake our resinos systems from a add-in.

How to map external storage:
https://home-assistant.io/hassio/external_storage/

Hass.IO 0.31

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

Hass.IO Image 0.8

  • Cleanup yocto layer
  • HostControll support change of hostname
  • ResinOS pump to 2.0.3

Warning:
After you start the OTA update, don’t poweroff until system is reboot! While update ist running, alls services are down.

1 Like

HomeAssistant Docker 0.45

  • Hass.IO stream UI now direct to HomeAssistant for fast deployment
  • Add support for SQL Database connection
  • Add OpenAlpr and OpenCV support

We work an a new Cache System to fast Update HomeAssistant. At the moment it can take 5-15min for the Update. After that we shoudl be able to use the local cache for faster updates.

Hass.IO 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.

The new core add-ons and homeassistant > 0.45.0 should support the new timezone API. Until UI support for timezone selection is done, you can use:
curl -d '{"timezone": "Europe/Zurich"}' http://hassio.local:8123/api/hassio/supervisor/options

After update you can run into a cache problem. Try CTR-F5 to reload the page cache and all work fine.

1 Like

HomeAssistant Docker 0.45.1

  • Fix panel load error if homeassistant http password is set
  • Add support for new timezone support with hass.io 0.32

For update:

  • Disable password and update it on UI
  • Use curl and call the API manual with: curl -H "x-ha-access: YOUR_PASSWORD" -d '{"version": "0.45.1"}' http://hassio.local:8123/api/hassio/homeassistant/update
1 Like

Hass.IO 0.33

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

Hass.IO 0.34

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

Hass.IO 0.35

  • Add options for homeassistant to add special device

HomeAssistant 0.46

  • Add packages: certificate, bluetooth, libsodium

Look like a UI bug with long polling states. If you see a 502 error on update process, that is only on UI. Wait the update is in progress too (See the supervisor log, It is no Hass.IO error).

TIP:
Try this before you start the update: https://home-assistant.io/addons/check_config/

Hass.IO 0.36

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

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

HomeAssistant 0.47

  • Run with new base image on python 3.6 like the official docker image

Hass.IO 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)

HomeAssistant 0.48

  • Add Dlib & fix OpenCV

Hass.IO 0.39

  • Add snapshot/restore functions
  • Small cleanups/bugfixs

Snapshot is at the moment in beta state. UI support is comming 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 on API documentation.

Hass.IO 0.40

  • New user addon options for auto update
  • New user addon options for overwrite network settings
  • Addon config can set timeout individual for stop Container
  • Addon validate type “port”
  • Update API for more details on addon info

Hass.IO 0.41

  • fix auto update of addons to update only enabled addons

Hass.IO 0.42

  • Support new custom base image

Hass.IO 0.43

  • add landingpage support
  • cleanup handling with json file for store data
  • make a own object for homeassistant + config
  • allow custom homeassistant Image
  • Move snapshot list into /snapshots
  • Move addon list into /addons
  • Selective reload with /snapshots/reload and /addons/reload
  • Fix isoformat datetime strings

Breaking Change:

  • devices will reset to []