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'
|