mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
This commit is contained in:
parent
92dc76773a
commit
7a4cc8e082
@ -41,7 +41,7 @@ def setup(hass, base_config):
|
||||
|
||||
config = base_config.get(DOMAIN)
|
||||
hass.data[LUTRON_CONTROLLER] = Lutron(
|
||||
config[CONF_HOST], config[CONF_USERNAME], config[CONF_USERNAME])
|
||||
config[CONF_HOST], config[CONF_USERNAME], config[CONF_PASSWORD])
|
||||
|
||||
hass.data[LUTRON_CONTROLLER].load_xml_db()
|
||||
hass.data[LUTRON_CONTROLLER].connect()
|
||||
|
Loading…
x
Reference in New Issue
Block a user