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.30
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 Image 0.8
Warning:
After you start the OTA update, don’t poweroff until system is reboot! While update ist running, alls services are down.
HomeAssistant Docker 0.45
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
host_network: true
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.
HomeAssistant Docker 0.45.1
For update:
curl -H "x-ha-access: YOUR_PASSWORD" -d '{"version": "0.45.1"}' http://hassio.local:8123/api/hassio/homeassistant/update
HomeAssistant 0.46
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
Hass.IO 0.37
Hass.IO run now on python 3.6
HomeAssistant 0.47
Hass.IO 0.38
HomeAssistant 0.48
Hass.IO 0.39
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
Hass.IO 0.43
/snapshots
/addons
/snapshots/reload
and /addons/reload
Breaking Change: