mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 07:05:48 +01: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
|