* 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
6 lines
132 B
Python
6 lines
132 B
Python
"""Constants for Camera component."""
|
|
DOMAIN = 'camera'
|
|
|
|
DATA_CAMERA_PREFS = 'camera_prefs'
|
|
|
|
PREF_PRELOAD_STREAM = 'preload_stream'
|