Hass.io 0.61:
- Allow disable/enable homeassistant (New options
boot
) on startup - Add support for start/stop homeassistant
Hass.io 0.61:
boot
) on startupAdd-on ssh 2.8:
Hass.io 0.62:
int(min, max)
and float(min, max)
match
to allow use regex: match(^(?:man|woman)$)
Hass.io hardware image 1.1:
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.
Hass.io 0.64:
config.json
Add-on Configurator 0.2.0:
Add-on DuckDNS 1.0:
Add-on Dnsmasq 1.0:
Hass.io 0.65:
gpio
to map /sys/class/gpio
io.hass.name
, io.hass.description
, io.hass.url
Add-on configurator 0.2.0-p1:
Hass.io 0.67:
[PROTO:ssl]://[HOST]:[PORT:80]/login
. This try to lookup ssl
in options and set https
if they will be true or http
/homeassistant/api
Hass.io 0.68:
homeassistant_api
for access to new proxystdin
to open the stdin for future processes/addons/{addon}/stdin
to send stdin inputs to a add-onAdd-on RPC Shutdown 0.3:
Hass.io 0.69:
Hass.io 0.71:
?
on the end of type: str?
deepmerge
and use python3.6 merge to protect merge into wrong storage{
"step1": {
"step_list": ["str"]
},
"step_deep": [
{
"step_deep_list": ["str"]
}
]
}