1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-14 20:41:24 +01:00
Files
core/homeassistant/components/airvisual_pro/const.py
T

8 lines
134 B
Python

"""Constants for the AirVisual Pro integration."""
import logging
DOMAIN = "airvisual_pro"
LOGGER = logging.getLogger(__package__)