Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.folder_watcher.const
 

Variables

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