mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-28 11:05:40 +01: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'
|