Skip to content

Releases: home-assistant/supervisor

Hass.io 0.75

24 Nov 21:23
Compare
Choose a tag to compare
  • Use tini for home-assistant docker
  • Fix panel for Home-Assistant >= 0.58

Hass.io 0.74

04 Nov 23:45
Compare
Choose a tag to compare
  • 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 or homeassistant_api the addon receive a API_TOKEN with evnorement.

Hass.io 0.73

25 Oct 10:14
Compare
Choose a tag to compare
  • 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

17 Oct 20:57
Compare
Choose a tag to compare
  • Bugfix image validate regex
  • Optimize flow of asyncio shutdown

Hass.io 0.71

13 Oct 20:29
Compare
Choose a tag to compare
  • 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

10 Oct 05:23
Compare
Choose a tag to compare
  • Bugfix WebUI port mapping

Hass.io 0.69

09 Oct 13:38
Compare
Choose a tag to compare
  • 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

03 Oct 15:39
Compare
Choose a tag to compare
  • 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

02 Oct 22:58
Compare
Choose a tag to compare
  • Support now dynamic lookup for webui option and proto: [PROTO:ssl]://[HOST]:[PORT:80]/login. This try to lookup ssl in options and set https if they will be true or http
  • 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

30 Sep 10:10
Compare
Choose a tag to compare
  • fix gpio with access to /sys/devices/platform/soc