From c35915986a90fc2db87959b1a3858c85dc2f788e Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Wed, 9 Oct 2019 18:27:09 +0200 Subject: [PATCH] Update hass-configurator to 3.6 (#762) --- configurator/CHANGELOG.md | 5 +++++ configurator/build.json | 2 +- configurator/config.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/configurator/CHANGELOG.md b/configurator/CHANGELOG.md index d17725d..af6ead7 100644 --- a/configurator/CHANGELOG.md +++ b/configurator/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 3.6 + +- UI Fix +- Update dependencies + ## 3.5 - Add support for SSH keys diff --git a/configurator/build.json b/configurator/build.json index 73327db..a464232 100644 --- a/configurator/build.json +++ b/configurator/build.json @@ -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" } } diff --git a/configurator/config.json b/configurator/config.json index 4d2a684..4f8dbb2 100644 --- a/configurator/config.json +++ b/configurator/config.json @@ -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",