1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-21 03:20:01 +00:00
Files
core/homeassistant/components/waqi/const.py
Joost Lekkerkerker ae84c7e15d Add subentries to WAQI (#148966)
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
2025-10-16 14:11:52 +01:00

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"