Releases: home-assistant/supervisor
Releases · home-assistant/supervisor
Hass.io 0.75
- Use tini for home-assistant docker
- Fix panel for Home-Assistant >= 0.58
Hass.io 0.74
- Bugfix new
legacy
modus - Use default tini, if no other init system is present on add-on. Make that bugy script will not decrease the hole system
- If a addon set
hassio_api
orhomeassistant_api
the addon receive aAPI_TOKEN
with evnorement.
Hass.io 0.73
- Add new add-on config options legacy. This allow to use docker image without hass.io labels and give full support
- Add gpio to hardware view
- Set hassio fix as host into each container without use dns for this
hass.io 0.72
- Bugfix image validate regex
- Optimize flow of asyncio shutdown
Hass.io 0.71
- Allow to set option as optional inside schema with a
?
on the end of type:str?
- Remove
deepmerge
and use python3.6 merge to protect merge into wrong storage - Allow simple lists inside dicts:
{
"step1": {
"step_list": ["str"]
},
"step_deep": [
{
"step_deep_list": ["str"]
}
]
}
Hass.io 0.70
- Bugfix WebUI port mapping
Hass.io 0.69
- Bugfix restore of a snapshot
- Optimize add-on option handing if a option was removed / auto remove now from user settings
- Optimize add-on with nested list, check now if all options are set by user
- Cleanup remove old API settings that allow to set a version on a add-on install/update
Hass.io 0.68
- Add new add-ons options
homeassistant_api
for access to new proxy - Support new features inside snapshots
- New add-on options
stdin
to open the stdin for future processes - New API call
/addons/{addon}/stdin
to send stdin inputs to a add-on
Hass.io 0.67
- Support now dynamic lookup for webui option and proto:
[PROTO:ssl]://[HOST]:[PORT:80]/login
. This try to lookupssl
in options and sethttps
if they will be true orhttp
- Allow to set data from Home-Assistant to hassio for api settings
- Give a interface (Proxy) to all add-ons for communicate to Home-Assistant
/homeassistant/api
- Add new watchdog for Home-Assistant API (will be enable later with hass 0.55)
- Remove unknown json options to avoid problems
- Allow disable watchdog for Home-Assistant
Hass.io 0.66
- fix
gpio
with access to/sys/devices/platform/soc