mirror of
https://github.com/home-assistant/core.git
synced 2026-05-17 05:51:33 +01:00
4df5a41b57
Co-authored-by: Kamil Breguła <mik-laj@users.noreply.github.com>
7 lines
105 B
Python
7 lines
105 B
Python
"""Constants for the Hikvision integration."""
|
|
|
|
DOMAIN = "hikvision"
|
|
|
|
# Default values
|
|
DEFAULT_PORT = 80
|