Release Notes

Hass.io 0.61:

  • Allow disable/enable homeassistant (New options boot) on startup
  • Add support for start/stop homeassistant

Add-on ssh 2.8:

  • Add new CLI commands to control Home-Assistant

Hass.io 0.62:

  • Allow to use int(min, max) and float(min, max)
  • New schema type match to allow use regex: match(^(?:man|woman)$)
1 Like

Hass.io 0.63:

  • Change flow of startup for new images

Hass.io hardware image 1.1:

  • update docker version 17.06
  • update NetworkManager / ModemManager
  • update some libs
  • activate stack protector
  • update OTA updater
  • use hass.io 0.63 with new landingpage flow

The new OTA updater support background update Task. The previous updater stop all dockers until the OTA update was donw. Now we have only downtime for the reboot. But for the update from 1.0 to 1.1 it run with old OTA updater. That need some time, so don’t worry and wait until the device have reboot.

2 Likes

Hass.io 0.64:

  • Feature: Move to our new build system
  • Bugfix: Revert config file if they are invalid on startup
  • Bugfix: Show only valid add-ons and ignore add-ons with invalid config.json
1 Like

Add-on Configurator 0.2.0:

  • new
3 Likes

Add-on DuckDNS 1.0:

  • Add support for let’s encrypt

Add-on Dnsmasq 1.0:

  • Move from host network into private modus and remove the options interface

Hass.io 0.65:

  • New add-on options gpio to map /sys/class/gpio
  • Update add-on labels for local build; io.hass.name, io.hass.description, io.hass.url

Hass.io 0.66:

  • fix gpio with access to /sys/devices/platform/soc

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