mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +00:00
8 lines
178 B
Python
8 lines
178 B
Python
"""Constants for the APsystems Local API integration."""
|
|
|
|
from logging import Logger, getLogger
|
|
|
|
LOGGER: Logger = getLogger(__package__)
|
|
DOMAIN = "apsystems"
|
|
DEFAULT_PORT = 8050
|