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

Variables

string CONF_FOLDER = "folder"
 
string CONF_PATTERNS = "patterns"
 
string DEFAULT_PATTERN = "*"
 
string DOMAIN = "folder_watcher"
 
list PLATFORMS = [Platform.EVENT]
 

Detailed Description

Constants for Folder watcher.

Variable Documentation

◆ CONF_FOLDER

string homeassistant.components.folder_watcher.const.CONF_FOLDER = "folder"

Definition at line 5 of file const.py.

◆ CONF_PATTERNS

string homeassistant.components.folder_watcher.const.CONF_PATTERNS = "patterns"

Definition at line 6 of file const.py.

◆ DEFAULT_PATTERN

string homeassistant.components.folder_watcher.const.DEFAULT_PATTERN = "*"

Definition at line 7 of file const.py.

◆ DOMAIN

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

Definition at line 8 of file const.py.

◆ PLATFORMS

list homeassistant.components.folder_watcher.const.PLATFORMS = [Platform.EVENT]

Definition at line 10 of file const.py.