From 95d0278241ea54a246fa572781eed71be8cc0707 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Sun, 3 May 2026 22:16:46 +0000 Subject: [PATCH] fix(blueprints): correct remote_start_sensor description in home_connect blueprints The input field described the wrong binary sensor entity. The automation correctly triggers on `RemoteControlStartAllowed`, but the label and description still referenced `RemoteControlActive`. Updated all 4 home_connect (non-alt) blueprints: - dishwasher_home_connect.yaml - washing_machine_home_connect.yaml - dryer_home_connect.yaml - laundry_day_pipeline_home_connect.yaml Also reset blueprint version from v2.0.0 to v1.0.0 (version was bumped prematurely, blueprints not yet released). Release-Notes: skip Released-Bug: no --- .../tibber_prices/dishwasher_home_connect.yaml | 8 ++++---- .../automation/tibber_prices/dryer_home_connect.yaml | 6 +++--- .../laundry_day_pipeline_home_connect.yaml | 10 +++++----- .../tibber_prices/washing_machine_home_connect.yaml | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/custom_components/tibber_prices/blueprints/automation/tibber_prices/dishwasher_home_connect.yaml b/custom_components/tibber_prices/blueprints/automation/tibber_prices/dishwasher_home_connect.yaml index 4ce81c3..562c339 100644 --- a/custom_components/tibber_prices/blueprints/automation/tibber_prices/dishwasher_home_connect.yaml +++ b/custom_components/tibber_prices/blueprints/automation/tibber_prices/dishwasher_home_connect.yaml @@ -3,7 +3,7 @@ blueprint: description: > **Companion blueprint for [Tibber Prices](https://my.home-assistant.io/redirect/hacs_repository/?owner=jpawlowski&repository=hass.tibber_prices&category=integration) - (HACS integration)** · Blueprint v2.0.0 + (HACS integration)** · Blueprint v1.0.0 **Device-driven** dishwasher automation with electricity price optimization using the **Home Connect** integration (HA Core). @@ -71,10 +71,10 @@ blueprint: domain: binary_sensor device_class: door remote_start_sensor: - name: Remote Control Sensor + name: Remote Start Sensor description: > - The "Remote Control Active" binary sensor - (e.g., `binary_sensor.dishwasher_remote_control`). + The "Remote Control Start Allowed" binary sensor + (e.g., `binary_sensor.dishwasher_remote_start`). Must be **on** for the automation to proceed. selector: entity: diff --git a/custom_components/tibber_prices/blueprints/automation/tibber_prices/dryer_home_connect.yaml b/custom_components/tibber_prices/blueprints/automation/tibber_prices/dryer_home_connect.yaml index 9f5712a..2686ce8 100644 --- a/custom_components/tibber_prices/blueprints/automation/tibber_prices/dryer_home_connect.yaml +++ b/custom_components/tibber_prices/blueprints/automation/tibber_prices/dryer_home_connect.yaml @@ -3,7 +3,7 @@ blueprint: description: > **Companion blueprint for [Tibber Prices](https://my.home-assistant.io/redirect/hacs_repository/?owner=jpawlowski&repository=hass.tibber_prices&category=integration) - (HACS integration)** · Blueprint v2.0.0 + (HACS integration)** · Blueprint v1.0.0 **Device-driven** dryer automation with electricity price optimization using the **Home Connect** integration (HA Core). @@ -79,9 +79,9 @@ blueprint: domain: binary_sensor device_class: door remote_start_sensor: - name: Remote Control Sensor + name: Remote Start Sensor description: > - The "Remote Control Active" binary sensor. + The "Remote Control Start Allowed" binary sensor. Must be **on** for the automation to proceed. selector: entity: diff --git a/custom_components/tibber_prices/blueprints/automation/tibber_prices/laundry_day_pipeline_home_connect.yaml b/custom_components/tibber_prices/blueprints/automation/tibber_prices/laundry_day_pipeline_home_connect.yaml index 361f163..adc2318 100644 --- a/custom_components/tibber_prices/blueprints/automation/tibber_prices/laundry_day_pipeline_home_connect.yaml +++ b/custom_components/tibber_prices/blueprints/automation/tibber_prices/laundry_day_pipeline_home_connect.yaml @@ -3,7 +3,7 @@ blueprint: description: > **Companion blueprint for [Tibber Prices](https://my.home-assistant.io/redirect/hacs_repository/?owner=jpawlowski&repository=hass.tibber_prices&category=integration) - (HACS integration)** · Blueprint v2.0.0 + (HACS integration)** · Blueprint v1.0.0 **Device-driven** laundry pipeline — schedule multiple wash + dry cycles at the cheapest electricity prices using the **Home Connect** @@ -89,9 +89,9 @@ blueprint: domain: binary_sensor device_class: door washer_remote_start_sensor: - name: Remote Control Sensor + name: Remote Start Sensor description: > - The "Remote Control Active" binary sensor. + The "Remote Control Start Allowed" binary sensor. selector: entity: filter: @@ -156,9 +156,9 @@ blueprint: domain: binary_sensor device_class: door dryer_remote_start_sensor: - name: Remote Control Sensor + name: Remote Start Sensor description: > - The "Remote Control Active" binary sensor of the dryer. + The "Remote Control Start Allowed" binary sensor of the dryer. Only used when "Include Dryer" is enabled. default: "" selector: diff --git a/custom_components/tibber_prices/blueprints/automation/tibber_prices/washing_machine_home_connect.yaml b/custom_components/tibber_prices/blueprints/automation/tibber_prices/washing_machine_home_connect.yaml index 67a90d7..c19fc9e 100644 --- a/custom_components/tibber_prices/blueprints/automation/tibber_prices/washing_machine_home_connect.yaml +++ b/custom_components/tibber_prices/blueprints/automation/tibber_prices/washing_machine_home_connect.yaml @@ -3,7 +3,7 @@ blueprint: description: > **Companion blueprint for [Tibber Prices](https://my.home-assistant.io/redirect/hacs_repository/?owner=jpawlowski&repository=hass.tibber_prices&category=integration) - (HACS integration)** · Blueprint v2.0.0 + (HACS integration)** · Blueprint v1.0.0 **Device-driven** washing machine automation with electricity price optimization using the **Home Connect** integration (HA Core). @@ -79,9 +79,9 @@ blueprint: domain: binary_sensor device_class: door remote_start_sensor: - name: Remote Control Sensor + name: Remote Start Sensor description: > - The "Remote Control Active" binary sensor. + The "Remote Control Start Allowed" binary sensor. Must be **on** for the automation to proceed. selector: entity: