fix mapping API configurator (#190)

* fix mapping

* Update config.json
This commit is contained in:
Pascal Vizeli
2017-10-10 10:17:05 +02:00
committed by GitHub
parent 95a179ec3f
commit 7207e74eea
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Configurator",
"version": "0.2.0-p2",
"version": "0.2.0-p3",
"slug": "configurator",
"description": "Browser-based configuration file editor for Home Assistant.",
"url": "https://home-assistant.io/addons/configurator",

View File

@@ -11,8 +11,8 @@ with hassio_options.open('r') as json_file:
configurator = {
'BASEPATH': "/config",
'HASS_API': "http://hassio/homeassistant/api",
'HASS_API_PASSWORD': "",
'HASS_API': "http://hassio/homeassistant/api/",
'HASS_API_PASSWORD': None,
'CREDENTIALS':
"{}:{}".format(options['username'], options['password']),
'SSL_CERTIFICATE':