mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 14:07:47 +01:00
7 lines
189 B
Python
7 lines
189 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"
|