Reformat code

This commit is contained in:
Jules 2024-01-22 18:35:02 +01:00
parent ce79abbefe
commit 11d055e5f4
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A
2 changed files with 0 additions and 2 deletions

View file

@ -3,7 +3,6 @@ from typing import Final
from homeassistant.components.weather import (ATTR_CONDITION_CLEAR_NIGHT, from homeassistant.components.weather import (ATTR_CONDITION_CLEAR_NIGHT,
ATTR_CONDITION_CLOUDY, ATTR_CONDITION_CLOUDY,
ATTR_CONDITION_EXCEPTIONAL,
ATTR_CONDITION_FOG, ATTR_CONDITION_FOG,
ATTR_CONDITION_LIGHTNING_RAINY, ATTR_CONDITION_LIGHTNING_RAINY,
ATTR_CONDITION_PARTLYCLOUDY, ATTR_CONDITION_PARTLYCLOUDY,

View file

@ -302,7 +302,6 @@ class IrmKmiCoordinator(DataUpdateCoordinator):
(forecast['native_templow'], forecast['native_temperature']) = \ (forecast['native_templow'], forecast['native_temperature']) = \
(forecast['native_temperature'], forecast['native_templow']) (forecast['native_temperature'], forecast['native_templow'])
forecasts.append(forecast) forecasts.append(forecast)
if is_daytime or idx == 0: if is_daytime or idx == 0:
n_days += 1 n_days += 1