mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Spelling fixes (#12041)
* Spelling fixes *Lots* of them. * Spelling breaking changes * Fix lint errors
This commit is contained in:
committed by
Fabian Affolter
parent
38fd9b65bf
commit
8dcfd35b8b
@@ -118,7 +118,7 @@ class HikvisionData(object):
|
||||
"""Hikvision device event stream object."""
|
||||
|
||||
def __init__(self, hass, url, port, name, username, password):
|
||||
"""Initialize the data oject."""
|
||||
"""Initialize the data object."""
|
||||
from pyhik.hikvision import HikCamera
|
||||
self._url = url
|
||||
self._port = port
|
||||
|
||||
Reference in New Issue
Block a user