mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-05-28 18:43:40 +00:00
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
|
||
|---|---|---|
| .. | ||
| dishwasher.yaml | ||
| dishwasher_home_connect.yaml | ||
| dishwasher_home_connect_alt.yaml | ||
| dryer.yaml | ||
| dryer_home_connect.yaml | ||
| dryer_home_connect_alt.yaml | ||
| ev_charging.yaml | ||
| heat_pump_price_level.yaml | ||
| heat_pump_smart_boost.yaml | ||
| home_battery.yaml | ||
| laundry_day_pipeline.yaml | ||
| laundry_day_pipeline_home_connect.yaml | ||
| laundry_day_pipeline_home_connect_alt.yaml | ||
| washing_machine.yaml | ||
| washing_machine_home_connect.yaml | ||
| washing_machine_home_connect_alt.yaml | ||
| water_heater.yaml | ||