Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
ylabonte committed Jun 19, 2023
1 parent 458e351 commit 17216af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/proconip_pool_controller/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def __init__(
coordinator: ProconipPoolControllerDataUpdateCoordinator,
sensor_no: int,
) -> None:
"""Initialize new temperature sensor."""
super().__init__(coordinator)
self._sensor_no = sensor_no
self._sensor = self.coordinator.data.temperature_objects[self._sensor_no - 1]
Expand Down

0 comments on commit 17216af

Please sign in to comment.