Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Local File Camera component."""
2 
3 DOMAIN = "local_file"
4 SERVICE_UPDATE_FILE_PATH = "update_file_path"
5 DATA_LOCAL_FILE = "local_file_cameras"
6 DEFAULT_NAME = "Local File"