mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Update hitron_coda.py (#14506)
missed a typo that wasn't caught with testing since I don't have a Rogers router.
This commit is contained in:
parent
298d31e42b
commit
144524fbbb
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user