hass.tibber_prices/custom_components/tibber_prices/blueprints/automation/tibber_prices
Julian Pawlowski c2ff9cd2f2 fix(blueprints): fix home_connect_alt service call and correct sensor description
Two fixes in all 4 home_connect_alt blueprints:

1. home_connect_alt.start_program uses its own `device_id` field (not HA's
   standard target mechanism) and `program_key` (not `program`). The
   previous `target: entity_id:` was silently ignored, causing the service
   call to fail due to missing required `device_id`. Fixed by:
   - Removing `target: entity_id:` block
   - Adding `data.device_id: "{{ device_id(program_entity) }}"`
   - Renaming `program:` to `program_key:`
   - Adding `| int` filter to numeric option values

2. Same remote_start_sensor description fix as the non-alt variants
   (RemoteControlActive → RemoteControlStartAllowed).

Also reset blueprint version from v2.0.0 to v1.0.0.

Release-Notes: skip
Released-Bug: no
2026-05-03 22:16:56 +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 fix(blueprints): correct remote_start_sensor description in home_connect blueprints 2026-05-03 22:16:46 +00:00
dishwasher_home_connect_alt.yaml fix(blueprints): fix home_connect_alt service call and correct sensor description 2026-05-03 22:16:56 +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 fix(blueprints): correct remote_start_sensor description in home_connect blueprints 2026-05-03 22:16:46 +00:00
dryer_home_connect_alt.yaml fix(blueprints): fix home_connect_alt service call and correct sensor description 2026-05-03 22:16:56 +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 fix(blueprints): correct remote_start_sensor description in home_connect blueprints 2026-05-03 22:16:46 +00:00
laundry_day_pipeline_home_connect_alt.yaml fix(blueprints): fix home_connect_alt service call and correct sensor description 2026-05-03 22:16:56 +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 fix(blueprints): correct remote_start_sensor description in home_connect blueprints 2026-05-03 22:16:46 +00:00
washing_machine_home_connect_alt.yaml fix(blueprints): fix home_connect_alt service call and correct sensor description 2026-05-03 22:16:56 +00:00
water_heater.yaml feat(blueprints): add appliance scheduling blueprints with auto-install 2026-04-20 18:45:05 +00:00