mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 19:27:51 +00:00
7 lines
132 B
Python
7 lines
132 B
Python
"""Constants for Camera component."""
|
|
DOMAIN = "camera"
|
|
|
|
DATA_CAMERA_PREFS = "camera_prefs"
|
|
|
|
PREF_PRELOAD_STREAM = "preload_stream"
|