core/homeassistant/components/apsystems/const.py

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