1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-25 01:40:15 +01:00
Files
core/homeassistant/components/waqi/const.py
T

12 lines
261 B
Python

"""Constants for the World Air Quality Index (WAQI) integration."""
import logging
DOMAIN = "waqi"
LOGGER = logging.getLogger(__package__)
CONF_STATION_NUMBER = "station_number"
ISSUE_PLACEHOLDER = {"url": "/config/integrations/dashboard/add?domain=waqi"}