mirror of
https://github.com/home-assistant/core.git
synced 2025-05-04 05:59:16 +00:00

* initial commit for camera preferences and preload stream * cleanup and add tests * respect camera preferences on each request stream call * return the new prefs after update
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'
|