mirror of
https://github.com/home-assistant/core.git
synced 2026-09-09 15:11:40 +01:00
6 lines
126 B
Python
6 lines
126 B
Python
"""Constants for the UniFi AP Direct integration."""
|
|
|
|
DOMAIN = "unifi_direct"
|
|
DEFAULT_NAME = "UniFi AP"
|
|
DEFAULT_SSH_PORT = 22
|