mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joostlek <joostlek@outlook.com>
12 lines
224 B
Python
12 lines
224 B
Python
"""Constants for the Vivotek integration."""
|
|
|
|
CONF_FRAMERATE = "framerate"
|
|
CONF_SECURITY_LEVEL = "security_level"
|
|
CONF_STREAM_PATH = "stream_path"
|
|
|
|
DOMAIN = "vivotek"
|
|
|
|
MANUFACTURER = "Vivotek"
|
|
|
|
INTEGRATION_TITLE = "Vivotek"
|