irm-kmi-ha/custom_components/irm_kmi/__init__.py

7 lines
237 B
Python

"""Integration for IRM KMI weather"""
from homeassistant.components.weather import Forecast
class IrmKmiForecast(Forecast):
"""Forecast class with additional attributes for IRM KMI"""
text_fr: str | None
text_nl: str | None