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

Variables

string CONF_TIMESTAMP = "timestamp"
 
string DEFAULT_NAME = "File"
 
string DOMAIN = "file"
 
string FILE_ICON = "mdi:file"
 

Detailed Description

Constants for the file integration.

Variable Documentation

◆ CONF_TIMESTAMP

string homeassistant.components.file.const.CONF_TIMESTAMP = "timestamp"

Definition at line 5 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.file.const.DEFAULT_NAME = "File"

Definition at line 7 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ FILE_ICON

string homeassistant.components.file.const.FILE_ICON = "mdi:file"

Definition at line 8 of file const.py.