Spelling fixes (#11940)
This commit is contained in:
parent
94316f07a2
commit
55ee8959ba
80 changed files with 110 additions and 110 deletions
|
@ -122,7 +122,7 @@ class EddystoneTemp(Entity):
|
|||
|
||||
|
||||
class Monitor(object):
|
||||
"""Continously scan for BLE advertisements."""
|
||||
"""Continuously scan for BLE advertisements."""
|
||||
|
||||
def __init__(self, hass, devices, bt_device_id):
|
||||
"""Construct interface object."""
|
||||
|
@ -150,7 +150,7 @@ class Monitor(object):
|
|||
self.scanning = False
|
||||
|
||||
def start(self):
|
||||
"""Continously scan for BLE advertisements."""
|
||||
"""Continuously scan for BLE advertisements."""
|
||||
if not self.scanning:
|
||||
self.scanner.start()
|
||||
self.scanning = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue