Add-on configurator 0.2.0-p1:
- Fix bug with SSL certificate path. Now it work like other core addons
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"]
}
]
}