mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 23:55:07 +02:00
Fix lint
This commit is contained in:
@@ -104,7 +104,8 @@ def calc_mean(sensor_values, round_digits):
|
|||||||
class MinMaxSensor(Entity):
|
class MinMaxSensor(Entity):
|
||||||
"""Representation of a min/max sensor."""
|
"""Representation of a min/max sensor."""
|
||||||
|
|
||||||
def __init__(self, hass, entity_ids, name, sensor_type, round_digits, icon):
|
def __init__(self, hass, entity_ids, name, sensor_type, round_digits,
|
||||||
|
icon):
|
||||||
"""Initialize the min/max sensor."""
|
"""Initialize the min/max sensor."""
|
||||||
self._hass = hass
|
self._hass = hass
|
||||||
self._entity_ids = entity_ids
|
self._entity_ids = entity_ids
|
||||||
|
Reference in New Issue
Block a user