mirror of
https://github.com/home-assistant/core.git
synced 2025-12-21 03:20:01 +00:00
12 lines
217 B
Python
12 lines
217 B
Python
"""Constants for the World Air Quality Index (WAQI) integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "waqi"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|
|
|
|
CONF_STATION_NUMBER = "station_number"
|
|
|
|
SUBENTRY_TYPE_STATION = "station"
|