mirror of
https://github.com/elisspace/core.git
synced 2026-08-30 08:02:02 +00:00
6 lines
188 B
Python
6 lines
188 B
Python
"""Constants for the Local File Camera component."""
|
|
DOMAIN = "local_file"
|
|
SERVICE_UPDATE_FILE_PATH = "update_file_path"
|
|
DATA_LOCAL_FILE = "local_file_cameras"
|
|
DEFAULT_NAME = "Local File"
|