c8ab66caf38720a15ce1da837ff24a2bca9492ba
- Render cleaning_mode/status as friendly labels instead of raw UPPER_SNAKE enum names
- Add optional label_overrides / code_label_overrides inputs and a Russian starter table (localization.ru.yaml)
- Add {code_name} placeholder for warning/error codes (override -> integration text -> empty)
- Fix non-functional information filter (match the information type id, not an absent code)
- Suppress the spurious replace_temporary_map clear warning; humanize bare snake-id warnings
- Remove dead device_id matching branch; strip empty '(label: )' parenthetical (any language)
- Robustness: queue max 10, task_completed bool coercion, notify target via !input, if/then actions
Home Assistant Automation Blueprints
A collection of automation blueprints for Home Assistant.
Blueprints
Common
| Blueprint | Description |
|---|---|
| Alarm Notification | Triggers notifications when binary sensors activate |
| Climate Device Controller | Controls climate devices based on window/door sensors |
| Day Scene Controller | Activates scenes based on time-of-day state |
| Home Presence | Determines home presence from multiple signals |
| Immich Album Watcher | Sends notifications when photos are added to Immich albums |
| Motion Light | Smart motion sensor light control |
| Presence Scene Controller | Per-room presence-aware time-of-day scene controller |
| Refrigerator | Monitors refrigerator temperature and triggers express mode |
| Telegram Commands | Responds to Telegram bot commands with callback actions |
| Telegram Question | Sends Telegram messages with inline keyboard buttons |
| Thermostat Controller | Controls thermostat based on schedules, presence, and window sensors |
| Time Of Day Controller | Sets input_select based on time-of-day thresholds |
| Time Of Day Selector | Sets an input_select state when a configured time entity fires |
| Track Abnormal Plug Activity | Monitors power sensors for sustained overconsumption |
| Washing Machine | Sends notifications for washing machine events |
Zigbee (MQTT)
| Blueprint | Description |
|---|---|
| Media Knob Control | Control media player using rotary knob via MQTT |
| MQTT Button Control | Control devices with multiple button actions |
| MQTT Generic Control | Generic MQTT trigger with custom action callbacks |
| MQTT Light Control | Extended light control using MQTT devices |
| MQTT Light Selector | Cycle through lights using MQTT button events |
Installation
- Copy the desired
.yamlfile to your Home Assistantconfig/blueprints/automation/directory - Reload automations or restart Home Assistant
- Create a new automation using the blueprint
Author
Created by Alexei Dolgolyov (dolgolyov.alexei@gmail.com)
Support
If you encounter any issues or have questions, please open an issue in this repository.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Languages
Markdown
100%