core/homeassistant/components/quantum_gateway/const.py

8 lines
130 B
Python

"""Constants for Quantum Gateway."""
import logging
LOGGER = logging.getLogger(__package__)
DEFAULT_HOST = "myfiosgateway.com"