1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-22 00:10:16 +01:00
Files
core/homeassistant/components/airgradient/const.py
T
2024-05-09 10:54:29 +02:00

8 lines
130 B
Python

"""Constants for the Airgradient integration."""
import logging
DOMAIN = "airgradient"
LOGGER = logging.getLogger(__package__)