hass.tibber_prices/custom_components/tibber_prices/blueprints/automation/tibber_prices
Julian Pawlowski e75e0ed1dc feat(blueprints): add appliance scheduling blueprints with auto-install
Bundle automation and script blueprints into the integration and
install them automatically at HA startup via _install_blueprints().
Remove them cleanly when the last config entry is removed.

Automation blueprints (standalone):
- dishwasher, washing_machine, dryer — smart plug and Home Connect
  variants (HC: door/remote-start sensors; HC Alt: program selector)

Automation blueprints (pipeline):
- laundry_day_pipeline — chains washer → dryer for multiple loads,
  HC and HC Alt variants

Other automation blueprints:
- ev_charging, heat_pump_price_level, heat_pump_smart_boost,
  home_battery, water_heater, laundry_day_pipeline (smart plug)

Script blueprint:
- notify_residents — presence-aware dispatcher for up to 10 residents
  with auto-discovered mobile_app notify services, iOS/Android push
  settings, and per-resident notify overrides

Notification UX across all blueprints:
- Apple Watch-optimised titles (~25 chars) and messages (most
  important info first, middle-dot separators, emoji anchors)
- Customisable notification titles via blueprint inputs (standalone)
- Comma-separated notify services for simple multi-target delivery
- Advanced script path for presence filtering and platform push data

Impact: Users get ready-to-use blueprints installed automatically
with the integration for scheduling appliances during cheap Tibber
price windows. No manual import required.
2026-04-20 18:45:05 +00:00
..
dishwasher.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00
dishwasher_home_connect.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00
dishwasher_home_connect_alt.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00
dryer.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00
dryer_home_connect.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00
dryer_home_connect_alt.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00
ev_charging.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00
heat_pump_price_level.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00
heat_pump_smart_boost.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00
home_battery.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00
laundry_day_pipeline.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00
laundry_day_pipeline_home_connect.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00
laundry_day_pipeline_home_connect_alt.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00
washing_machine.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00
washing_machine_home_connect.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00
washing_machine_home_connect_alt.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00
water_heater.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00