Tamer Wahba d870410413
Quantum Gateway device tracker tests (#145161)
* 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>
2025-05-22 12:18:56 +02:00

8 lines
130 B
Python

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