Hass.io 0.83
- Add
typeto/snapshots - Reduce write circle for config files
- Reset invalid data structs on runtime
- Hardening config files validation
- Bugfix invalid snapshots
- Allow to reset add-ons options with
null
After big refactory of Hass.io (on 0.79) it could be that some snapshot.json inside snapshots tarfiles are invalid if he contain data twice inside lists. This update fix the problem and can detect wrong snapshots. They will be not loaded anymore. If you need this snapshot, you need fix it by hand.
We hardened the core and allow now to load the last valid data structs if a bug or other things will corrupt the integral of the core on runtime. The new config file handling reduce the write circle for this files.