mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
configurator: Fix Home Assistant API endpoint (#2126)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 5.3.3
|
||||
|
||||
- Fix Home Assistant API endpoint
|
||||
|
||||
## 5.3.2
|
||||
|
||||
- Update base image to Alpine 3.14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "File editor",
|
||||
"version": "5.3.2",
|
||||
"version": "5.3.3",
|
||||
"slug": "configurator",
|
||||
"description": "Simple browser-based file editor for Home Assistant",
|
||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/configurator",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"SSL_CERTIFICATE": null,
|
||||
"SSL_KEY": null,
|
||||
"IGNORE_SSL": false,
|
||||
"HASS_API": "http://supervisor/homeassistant/api/",
|
||||
"HASS_API": "http://supervisor/core/api/",
|
||||
"HASS_WS_API": null,
|
||||
"HASS_API_PASSWORD": null,
|
||||
"USERNAME": null,
|
||||
|
||||
Reference in New Issue
Block a user