mirror of
https://github.com/home-assistant/core.git
synced 2025-05-01 04:37:52 +00:00
15 lines
275 B
Python
15 lines
275 B
Python
"""Constants for Camera component."""
|
|
DOMAIN = "camera"
|
|
|
|
DATA_CAMERA_PREFS = "camera_prefs"
|
|
|
|
PREF_PRELOAD_STREAM = "preload_stream"
|
|
|
|
SERVICE_RECORD = "record"
|
|
|
|
CONF_LOOKBACK = "lookback"
|
|
CONF_DURATION = "duration"
|
|
|
|
CAMERA_STREAM_SOURCE_TIMEOUT = 10
|
|
CAMERA_IMAGE_TIMEOUT = 10
|