mirror of
https://github.com/home-assistant/core.git
synced 2026-05-16 21:41:44 +01:00
453848bcdc
* Add configuration option 'port' in config flow
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
|