A collection of robust, "set-and-forget" blueprints for Home Assistant, focusing on energy saving and maintenance monitoring.
Automatically scans all battery-powered sensors in your house. If any device drops below a defined threshold (e.g., 20%), it sends a notification to your phone/compagnion app.
- Key Features:
- Dynamic discovery (no need to list devices manually).
- Configurable threshold.
- Configurable notification target.
- Prevents "dead sensor" surprises.
A smart timer for lights that are frequently left on by mistake (hallways, garage, bathrooms), with specific logic for night time.
- Scenario:
- If a light is turned ON.
- Wait for a defined delay (e.g., 5 min).
- Automatically turn OFF.
- Smart Logic: Can be restricted to specific hours (e.g., only between 11 PM and 6 AM) to avoid annoyance during the day.
You can install these blueprints in one click using the buttons above, provided you have configured My Home Assistant.
Manual Method:
- Copy the URL of the
.yamlfile. - Go to your Home Assistant > Settings > Automations & Scenes > Blueprints.
- Click Import Blueprint and paste the URL.
Feel free to open an issue if you find a bug or want to suggest a logic improvement (Jinja2 templates optimization, etc.).