Hass.IO 0.35
- Add options for homeassistant to add special device
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:
Hass.IO 0.44
"group": {
"element1": "bla"
}
initialize
, system
, services
, application
. To migrate use for before
-> services
and after
-> application
HassIO ResinOS Image 1.0
Resinhup 0.3
Hass.io 0.47
Add-on: SSH 2.0