mirror of
https://github.com/home-assistant/core.git
synced 2025-11-02 15:39:25 +00:00
Add docstrings, fix typos, and update docsstring for PEP257
This commit is contained in:
@@ -38,7 +38,7 @@ class BloomSkySensor(BinarySensorDevice):
|
||||
""" Represents a single binary sensor in a BloomSky device. """
|
||||
|
||||
def __init__(self, bs, device, sensor_name):
|
||||
"""Initialize a bloomsky binary sensor."""
|
||||
"""Initialize a BloomSky binary sensor."""
|
||||
self._bloomsky = bs
|
||||
self._device_id = device["DeviceID"]
|
||||
self._sensor_name = sensor_name
|
||||
|
||||
Reference in New Issue
Block a user