mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 11:39:26 +02:00
7 lines
237 B
Python
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
|