Remove unnnecessary pylint configs from components/[a-d]* (#98911)

This commit is contained in:
Ville Skyttä
2023-08-24 01:54:02 +03:00
committed by GitHub
parent e471110288
commit 3b4774d9ed
32 changed files with 27 additions and 51 deletions

View File

@@ -49,7 +49,7 @@ def setup_platform(
class BloomSkySensor(BinarySensorEntity):
"""Representation of a single binary sensor in a BloomSky device."""
def __init__(self, bs, device, sensor_name): # pylint: disable=invalid-name
def __init__(self, bs, device, sensor_name):
"""Initialize a BloomSky binary sensor."""
self._bloomsky = bs
self._device_id = device["DeviceID"]