core/homeassistant/components/arve/const.py

8 lines
116 B
Python
Raw Normal View History

2024-04-08 15:24:32 +00:00
"""Constants for the Arve integration."""
import logging
DOMAIN = "arve"
LOGGER = logging.getLogger(__package__)