Logo
Explore Help
Sign In
home-assistant/core
1
0
Fork 1
You've already forked core
mirror of https://github.com/home-assistant/core.git synced 2026-03-06 22:14:58 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
dev
core/homeassistant/components/folder_watcher/const.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
207 B
Python
Raw Permalink Normal View History

Add config flow to Folder Watcher (#105605) * Add config flow to Folder Watcher * Add tests config flow * docstrings * watcher is sync * Fix strings * Fix * setup_entry issue * ConfigFlowResult * Review comments * Review comment * ruff * new date
2024-04-23 08:55:39 +02:00
"""Constants for Folder watcher."""
Create EventEntity for Folder Watcher (#116526)
2024-05-27 08:47:02 +02:00
from homeassistant.const import Platform
Add config flow to Folder Watcher (#105605) * Add config flow to Folder Watcher * Add tests config flow * docstrings * watcher is sync * Fix strings * Fix * setup_entry issue * ConfigFlowResult * Review comments * Review comment * ruff * new date
2024-04-23 08:55:39 +02:00
CONF_FOLDER = "folder"
CONF_PATTERNS = "patterns"
DEFAULT_PATTERN = "*"
DOMAIN = "folder_watcher"
Create EventEntity for Folder Watcher (#116526)
2024-05-27 08:47:02 +02:00
PLATFORMS = [Platform.EVENT]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 975ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API