1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/stookwijzer/const.py

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"