mirror of
https://github.com/home-assistant/core.git
synced 2025-07-03 19:37:10 +00:00

* move constants to central const file * add none return type to device scanner constructor * add quantum gateway device tracker tests * fix --------- Co-authored-by: Joostlek <joostlek@outlook.com>
8 lines
130 B
Python
8 lines
130 B
Python
"""Constants for Quantum Gateway."""
|
|
|
|
import logging
|
|
|
|
LOGGER = logging.getLogger(__package__)
|
|
|
|
DEFAULT_HOST = "myfiosgateway.com"
|