mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
ae84c7e15d
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
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"
|