1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-30 04:05:01 +01:00
Files

10 lines
200 B
Python

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