pull/2892/head
pavoni 2016-08-20 15:43:07 +01:00
parent 712f1498ae
commit c0cd2d749f
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ def setup(hass, base_config):
import pyvera as veraApi
config = base_config.get(DOMAIN)
base_url = config.get('vera_controller_url')
base_url = config.get(CONF_CONTROLLER)
VERA_CONTROLLER, _ = veraApi.init_controller(base_url)
def stop_subscription(event):