mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
configurator: Fix Home Assistant API endpoint (#2126)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user