1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00
Files
core/homeassistant/components/vivotek/const.py
2025-12-02 19:47:22 +01:00

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"