Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Constants for the APsystems Local API integration."""
2
3
from
logging
import
Logger, getLogger
4
5
LOGGER: Logger = getLogger(__package__)
6
DOMAIN =
"apsystems"
7
DEFAULT_PORT = 8050
core
homeassistant
components
apsystems
const.py
Generated by
1.9.1