diff --git a/homeassistant/components/sensor/min_max.py b/homeassistant/components/sensor/min_max.py index 80c2f4682c9..2fa00fc1810 100644 --- a/homeassistant/components/sensor/min_max.py +++ b/homeassistant/components/sensor/min_max.py @@ -104,7 +104,8 @@ def calc_mean(sensor_values, round_digits): class MinMaxSensor(Entity): """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.""" self._hass = hass self._entity_ids = entity_ids