mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 05:34:20 +01:00
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Configurator",
|
"name": "Configurator",
|
||||||
"version": "0.2.0-p2",
|
"version": "0.2.0-p3",
|
||||||
"slug": "configurator",
|
"slug": "configurator",
|
||||||
"description": "Browser-based configuration file editor for Home Assistant.",
|
"description": "Browser-based configuration file editor for Home Assistant.",
|
||||||
"url": "https://home-assistant.io/addons/configurator",
|
"url": "https://home-assistant.io/addons/configurator",
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ with hassio_options.open('r') as json_file:
|
|||||||
|
|
||||||
configurator = {
|
configurator = {
|
||||||
'BASEPATH': "/config",
|
'BASEPATH': "/config",
|
||||||
'HASS_API': "http://hassio/homeassistant/api",
|
'HASS_API': "http://hassio/homeassistant/api/",
|
||||||
'HASS_API_PASSWORD': "",
|
'HASS_API_PASSWORD': None,
|
||||||
'CREDENTIALS':
|
'CREDENTIALS':
|
||||||
"{}:{}".format(options['username'], options['password']),
|
"{}:{}".format(options['username'], options['password']),
|
||||||
'SSL_CERTIFICATE':
|
'SSL_CERTIFICATE':
|
||||||
|
|||||||
Reference in New Issue
Block a user