Skip to content

Commit

Permalink
Fix typo (sending USERNAME instead of PASSWORD) introduced in home-as…
Browse files Browse the repository at this point in the history
  • Loading branch information
thecynic committed Jul 11, 2017
1 parent 92dc767 commit e0549bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/lutron.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e0549bb

Please sign in to comment.