Release Notes

Add-on configurator 0.2.0-p1:

  • Fix bug with SSL certificate path. Now it work like other core addons

Hass.io 0.67:

  • 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.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

Add-on RPC Shutdown 0.3:

  • Allow to shutdown any windows computer with a service call

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.70:

  • Bugfix WebUI with host network

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.72:

  • Bugfix image validate regex
  • Optimize flow of asyncio shutdown

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