mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 11:39:26 +02:00
Reformat code
This commit is contained in:
parent
ce79abbefe
commit
11d055e5f4
2 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue