From ee055651cd1452174cba7b633d1e89ebe63f89e0 Mon Sep 17 00:00:00 2001 From: Terry Carlin Date: Mon, 9 Jan 2017 04:11:15 -0700 Subject: [PATCH] Update insteon_local.py (#5236) Correct typo --- homeassistant/components/switch/insteon_local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/switch/insteon_local.py b/homeassistant/components/switch/insteon_local.py index cc6a732bb7f..c088e2cf072 100644 --- a/homeassistant/components/switch/insteon_local.py +++ b/homeassistant/components/switch/insteon_local.py @@ -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'\