alexei.dolgolyov 6848c3f903 BREAKING: Replace hour/interval inputs with flexible time lists in Immich Album Watcher
Replace interval-based scheduling with explicit time lists for more flexibility:
- Periodic Summary: Replace interval_hours + start_hour with notification_times
- Scheduled Assets: Replace interval_hours + start_hour with notification_times
- Memory Mode: Replace start_hour with notification_times

Changes:
- Remove `periodic_interval_hours` and `periodic_start_hour` inputs
- Remove `scheduled_assets_interval_hours` and `scheduled_assets_start_hour` inputs
- Replace `memory_mode_start_hour` with `memory_mode_notification_times`
- Add three new time text inputs accepting comma-separated HH:MM format
- Replace hourly time_pattern trigger with three template triggers
- Update trigger logic to match current time against configured times
- Update documentation to reflect new time-based scheduling

Users can now specify any times (e.g., "09:00, 14:30, 21:00") instead of
calculating intervals. Times must use 24-hour format with leading zeros.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-09 12:50:23 +03:00
2026-01-31 04:18:13 +03:00
2026-02-05 02:15:39 +03:00
2026-01-31 04:18:13 +03:00
2026-01-30 14:50:29 +03:00
2026-01-30 14:50:29 +03:00

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
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
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

  1. Copy the desired .yaml file to your Home Assistant config/blueprints/automation/ directory
  2. Reload automations or restart Home Assistant
  3. 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.

Description
No description provided
Readme MIT 1.6 MiB
Languages
Markdown 100%