Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.local_file.const Namespace Reference

Variables

string DATA_LOCAL_FILE = "local_file_cameras"
 
string DEFAULT_NAME = "Local File"
 
string DOMAIN = "local_file"
 
string SERVICE_UPDATE_FILE_PATH = "update_file_path"
 

Detailed Description

Constants for the Local File Camera component.

Variable Documentation

◆ DATA_LOCAL_FILE

string homeassistant.components.local_file.const.DATA_LOCAL_FILE = "local_file_cameras"

Definition at line 5 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.local_file.const.DEFAULT_NAME = "Local File"

Definition at line 6 of file const.py.

◆ DOMAIN

string homeassistant.components.local_file.const.DOMAIN = "local_file"

Definition at line 3 of file const.py.

◆ SERVICE_UPDATE_FILE_PATH

string homeassistant.components.local_file.const.SERVICE_UPDATE_FILE_PATH = "update_file_path"

Definition at line 4 of file const.py.