mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
7 lines
105 B
Python
7 lines
105 B
Python
"""Constants for the Hikvision integration."""
|
|
|
|
DOMAIN = "hikvision"
|
|
|
|
# Default values
|
|
DEFAULT_PORT = 80
|