Move configurator to new API (#189)

* Update config.json

* Update map.py

* Update config.json
This commit is contained in:
Pascal Vizeli
2017-10-10 09:50:30 +02:00
committed by GitHub
parent 43bda5e5ce
commit 95a179ec3f
2 changed files with 4 additions and 7 deletions

View File

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