mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 11:39:26 +02:00
9 lines
279 B
Python
9 lines
279 B
Python
from homeassistant.components.weather import Forecast
|
|
|
|
|
|
class IrmKmiForecast(Forecast):
|
|
"""Forecast class with additional attributes for IRM KMI"""
|
|
|
|
# TODO: add condition_2 as well and evolution to match data from the API?
|
|
text_fr: str | None
|
|
text_nl: str | None
|