mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Tidy.
This commit is contained in:
parent
712f1498ae
commit
c0cd2d749f
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user