mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
Move configurator to new API (#189)
* Update config.json * Update map.py * Update config.json
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user