Skip to content

Commit

Permalink
configurator: Fix Home Assistant API endpoint (home-assistant#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jul 21, 2021
1 parent 6df629e commit 65e2212
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions configurator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.3.3

- Fix Home Assistant API endpoint

## 5.3.2

- Update base image to Alpine 3.14
Expand Down
2 changes: 1 addition & 1 deletion configurator/config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion configurator/rootfs/etc/configurator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 65e2212

Please sign in to comment.