From 65e221267d7066776d927d6324720e01f077a556 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 21 Jul 2021 23:16:53 +0200 Subject: [PATCH] configurator: Fix Home Assistant API endpoint (#2126) --- configurator/CHANGELOG.md | 4 ++++ configurator/config.json | 2 +- configurator/rootfs/etc/configurator.conf | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/configurator/CHANGELOG.md b/configurator/CHANGELOG.md index 5d169090c4e..a08c52f36c1 100644 --- a/configurator/CHANGELOG.md +++ b/configurator/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.3.3 + +- Fix Home Assistant API endpoint + ## 5.3.2 - Update base image to Alpine 3.14 diff --git a/configurator/config.json b/configurator/config.json index f2c60b0c991..3747026309b 100644 --- a/configurator/config.json +++ b/configurator/config.json @@ -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", diff --git a/configurator/rootfs/etc/configurator.conf b/configurator/rootfs/etc/configurator.conf index aa9e2671049..baf83ed49e6 100644 --- a/configurator/rootfs/etc/configurator.conf +++ b/configurator/rootfs/etc/configurator.conf @@ -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,