Skip to content

Commit

Permalink
Fix remaining whitespace errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts committed Jan 6, 2024
1 parent be4a081 commit 9ad09ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/pirateweather/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
ENTRY_NAME,
ENTRY_WEATHER_COORDINATOR,
PLATFORMS,
UPDATE_LISTENER,
UPDATE_LISTENER,
MANUFACTURER,
FORECASTS_HOURLY,
FORECASTS_DAILY,
Expand Down Expand Up @@ -716,7 +716,7 @@ async def async_setup_entry(
weather_coordinator, condition, name, unique_id, forecast_day=None, forecast_hour=int(forecast_h), description=sensorDescription, requestUnits=requestUnits, outputRound=outputRound
)
)

async_add_entities(sensors)


Expand Down Expand Up @@ -1046,7 +1046,7 @@ async def async_added_to_hass(self) -> None:

#async def async_update(self) -> None:
# """Get the latest data from PW and updates the states."""
# await self._weather_coordinator.async_request_refresh()
# await self._weather_coordinator.async_request_refresh()



Expand Down

0 comments on commit 9ad09ce

Please sign in to comment.