Restructure repository: organize blueprints into folders
Each blueprint now has its own folder containing: - blueprint.yaml: The automation code with a short header - README.md: Detailed documentation extracted from headers Updated CLAUDE.md with repository structure guidelines. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
14
Common/Alarm Notification/README.md
Normal file
14
Common/Alarm Notification/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Multi-Sensor Alarm & Notification Blueprint
|
||||
|
||||
This blueprint monitors multiple binary sensors and triggers push notifications and alarm device control when sensors activate.
|
||||
|
||||
## Features
|
||||
|
||||
- Per-sensor custom notification messages
|
||||
- Debounce timer to prevent false alarms from brief sensor triggers
|
||||
- Optional melody and volume selection for alarm devices
|
||||
- Automatic alarm turn-off when all sensors clear
|
||||
|
||||
## Author
|
||||
|
||||
Alexei Dolgolyov (dolgolyov.alexei@gmail.com)
|
||||
Reference in New Issue
Block a user