"""Constants for the Stookwijzer integration.""" import logging from typing import Final DOMAIN: Final = "stookwijzer" LOGGER = logging.getLogger(__package__) SERVICE_GET_FORECAST = "get_forecast"