Update hass-configurator to 3.6 (#762)

This commit is contained in:
Daniel Perna
2019-10-09 18:27:09 +02:00
committed by Franck Nijhof
parent 6867b87008
commit c35915986a
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 3.6
- UI Fix
- Update dependencies
## 3.5
- Add support for SSH keys

View File

@@ -7,7 +7,7 @@
"aarch64": "homeassistant/aarch64-base-python:3.7"
},
"args": {
"CONFIGURATOR_VERSION": "0.3.5",
"CONFIGURATOR_VERSION": "0.3.6",
"HASSIO_AUTH_VERSION": "4.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "Configurator",
"version": "3.5",
"version": "3.6",
"slug": "configurator",
"description": "Browser-based configuration file editor for Home Assistant",
"url": "https://home-assistant.io/addons/configurator",