A collection of Home Assistant blueprints organized by domain. Each blueprint lives in its own folder with dedicated documentation.
Licensed under CC BY-NC 4.0
Smart lifecycle manager for home appliances with energy schedule awareness, watchdog protection and actionable notifications. Delays appliance start until off-peak energy windows, monitors the cycle and notifies on completion, anomaly or error.
Persistent Android notification card for robot vacuums. Shows live status, tank level and a live map snapshot while cleaning. Sends a completion notification with the final map on dock. Fully controllable from the notification.
blueprints/
└── automation/
├── energy/
│ ├── appliance_lifecycle_manager.yaml
│ └── README.md
└── cleaning/
├── vacuum_notification_card.yaml
└── README.md
Feel free to open an issue or PR if you find a bug or want to suggest an improvement.