From 144524fbbb61c08474292cfffe0772f8b19e1d89 Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 17 May 2018 11:44:01 -0600 Subject: [PATCH] Update hitron_coda.py (#14506) missed a typo that wasn't caught with testing since I don't have a Rogers router. --- homeassistant/components/device_tracker/hitron_coda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/device_tracker/hitron_coda.py b/homeassistant/components/device_tracker/hitron_coda.py index c9cd30cdb25..72817ca695c 100644 --- a/homeassistant/components/device_tracker/hitron_coda.py +++ b/homeassistant/components/device_tracker/hitron_coda.py @@ -55,7 +55,7 @@ class HitronCODADeviceScanner(DeviceScanner): if config.get(CONF_TYPE) == "shaw": self._type = 'pwd' else: - self.type = 'pws' + self._type = 'pws' self._userid = None