configurator: Fix Home Assistant API endpoint (#2126)

This commit is contained in:
Franck Nijhof
2021-07-21 23:16:53 +02:00
committed by GitHub
parent 6df629e659
commit 65e221267d
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 5.3.3
- Fix Home Assistant API endpoint
## 5.3.2 ## 5.3.2
- Update base image to Alpine 3.14 - Update base image to Alpine 3.14

View File

@@ -1,6 +1,6 @@
{ {
"name": "File editor", "name": "File editor",
"version": "5.3.2", "version": "5.3.3",
"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",

View File

@@ -7,7 +7,7 @@
"SSL_CERTIFICATE": null, "SSL_CERTIFICATE": null,
"SSL_KEY": null, "SSL_KEY": null,
"IGNORE_SSL": false, "IGNORE_SSL": false,
"HASS_API": "http://supervisor/homeassistant/api/", "HASS_API": "http://supervisor/core/api/",
"HASS_WS_API": null, "HASS_WS_API": null,
"HASS_API_PASSWORD": null, "HASS_API_PASSWORD": null,
"USERNAME": null, "USERNAME": null,