1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00
Files
core/homeassistant/components/waqi/const.py

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"}