mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Tidy.
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user