Update configurator / file editor to 0.4.1 (#1985)

This commit is contained in:
Daniel Perna
2021-04-25 11:50:43 +02:00
committed by GitHub
parent a33152be16
commit daee44ddfb
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 5.3.0
- Ignore input-keyword used in blueprints in yaml-linting
## 5.2.0 ## 5.2.0
- Add git option which allows disabling the (default) git initialization - Add git option which allows disabling the (default) git initialization

View File

@@ -7,6 +7,6 @@
"i386": "homeassistant/i386-base:3.12" "i386": "homeassistant/i386-base:3.12"
}, },
"args": { "args": {
"CONFIGURATOR_VERSION": "0.4.0" "CONFIGURATOR_VERSION": "0.4.1"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "File editor", "name": "File editor",
"version": "5.2.0", "version": "5.3.0",
"slug": "configurator", "slug": "configurator",
"description": "Simple browser-based file editor for Home Assistant", "description": "Simple browser-based file editor for Home Assistant",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/configurator", "url": "https://github.com/home-assistant/hassio-addons/tree/master/configurator",