mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Fix pylint issue
This commit is contained in:
parent
039c5cd847
commit
1a73c1b991
@ -75,6 +75,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
||||
)])
|
||||
|
||||
|
||||
# pylint: disable=too-many-arguments
|
||||
class CommandSensor(Entity):
|
||||
""" Represents a sensor that is returning a value of a shell commands. """
|
||||
def __init__(self, data, name, unit_of_measurement, corr_factor,
|
||||
|
Loading…
x
Reference in New Issue
Block a user