v1.1.0
What's Changed
Blueprint Improvements
- Timeout logic — All blueprints now include a configurable timeout (
wait_for_trigger+continue_on_timeout) so automations don't get stuck if the door fails to respond. A warning notification is sent if the door doesn't reach its target state in time. - Auto-Open on Arrival now supports notifications (success + failure warnings), matching the other blueprints.
Card
- Keep-open toggle uses explicit
turn_on/turn_offinstead oftoggleservice to avoid race conditions.
Full Changelog: v1.0.0...v1.1.0