Update insteon_local.py (#5236)

Correct typo
pull/4283/merge
Terry Carlin 2017-01-09 04:11:15 -07:00 committed by Paulus Schoutsen
parent 9fdefa5a1d
commit ee055651cd
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
setup_switch(device_id, conf_switches[device_id], insteonhub,
hass, add_devices)
linked = insteonhub.get_inked()
linked = insteonhub.get_linked()
for device_id in linked:
if linked[device_id]['cat_type'] == 'switch'\