mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-05-28 18:43:40 +00:00
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
This commit is contained in:
parent
b93eedf00e
commit
95d0278241
4 changed files with 15 additions and 15 deletions
|
|
@ -3,7 +3,7 @@ blueprint:
|
||||||
description: >
|
description: >
|
||||||
**Companion blueprint for
|
**Companion blueprint for
|
||||||
[Tibber Prices](https://my.home-assistant.io/redirect/hacs_repository/?owner=jpawlowski&repository=hass.tibber_prices&category=integration)
|
[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
|
**Device-driven** dishwasher automation with electricity price
|
||||||
optimization using the **Home Connect** integration (HA Core).
|
optimization using the **Home Connect** integration (HA Core).
|
||||||
|
|
@ -71,10 +71,10 @@ blueprint:
|
||||||
domain: binary_sensor
|
domain: binary_sensor
|
||||||
device_class: door
|
device_class: door
|
||||||
remote_start_sensor:
|
remote_start_sensor:
|
||||||
name: Remote Control Sensor
|
name: Remote Start Sensor
|
||||||
description: >
|
description: >
|
||||||
The "Remote Control Active" binary sensor
|
The "Remote Control Start Allowed" binary sensor
|
||||||
(e.g., `binary_sensor.dishwasher_remote_control`).
|
(e.g., `binary_sensor.dishwasher_remote_start`).
|
||||||
Must be **on** for the automation to proceed.
|
Must be **on** for the automation to proceed.
|
||||||
selector:
|
selector:
|
||||||
entity:
|
entity:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ blueprint:
|
||||||
description: >
|
description: >
|
||||||
**Companion blueprint for
|
**Companion blueprint for
|
||||||
[Tibber Prices](https://my.home-assistant.io/redirect/hacs_repository/?owner=jpawlowski&repository=hass.tibber_prices&category=integration)
|
[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
|
**Device-driven** dryer automation with electricity price
|
||||||
optimization using the **Home Connect** integration (HA Core).
|
optimization using the **Home Connect** integration (HA Core).
|
||||||
|
|
@ -79,9 +79,9 @@ blueprint:
|
||||||
domain: binary_sensor
|
domain: binary_sensor
|
||||||
device_class: door
|
device_class: door
|
||||||
remote_start_sensor:
|
remote_start_sensor:
|
||||||
name: Remote Control Sensor
|
name: Remote Start Sensor
|
||||||
description: >
|
description: >
|
||||||
The "Remote Control Active" binary sensor.
|
The "Remote Control Start Allowed" binary sensor.
|
||||||
Must be **on** for the automation to proceed.
|
Must be **on** for the automation to proceed.
|
||||||
selector:
|
selector:
|
||||||
entity:
|
entity:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ blueprint:
|
||||||
description: >
|
description: >
|
||||||
**Companion blueprint for
|
**Companion blueprint for
|
||||||
[Tibber Prices](https://my.home-assistant.io/redirect/hacs_repository/?owner=jpawlowski&repository=hass.tibber_prices&category=integration)
|
[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
|
**Device-driven** laundry pipeline — schedule multiple wash + dry
|
||||||
cycles at the cheapest electricity prices using the **Home Connect**
|
cycles at the cheapest electricity prices using the **Home Connect**
|
||||||
|
|
@ -89,9 +89,9 @@ blueprint:
|
||||||
domain: binary_sensor
|
domain: binary_sensor
|
||||||
device_class: door
|
device_class: door
|
||||||
washer_remote_start_sensor:
|
washer_remote_start_sensor:
|
||||||
name: Remote Control Sensor
|
name: Remote Start Sensor
|
||||||
description: >
|
description: >
|
||||||
The "Remote Control Active" binary sensor.
|
The "Remote Control Start Allowed" binary sensor.
|
||||||
selector:
|
selector:
|
||||||
entity:
|
entity:
|
||||||
filter:
|
filter:
|
||||||
|
|
@ -156,9 +156,9 @@ blueprint:
|
||||||
domain: binary_sensor
|
domain: binary_sensor
|
||||||
device_class: door
|
device_class: door
|
||||||
dryer_remote_start_sensor:
|
dryer_remote_start_sensor:
|
||||||
name: Remote Control Sensor
|
name: Remote Start Sensor
|
||||||
description: >
|
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.
|
Only used when "Include Dryer" is enabled.
|
||||||
default: ""
|
default: ""
|
||||||
selector:
|
selector:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ blueprint:
|
||||||
description: >
|
description: >
|
||||||
**Companion blueprint for
|
**Companion blueprint for
|
||||||
[Tibber Prices](https://my.home-assistant.io/redirect/hacs_repository/?owner=jpawlowski&repository=hass.tibber_prices&category=integration)
|
[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
|
**Device-driven** washing machine automation with electricity price
|
||||||
optimization using the **Home Connect** integration (HA Core).
|
optimization using the **Home Connect** integration (HA Core).
|
||||||
|
|
@ -79,9 +79,9 @@ blueprint:
|
||||||
domain: binary_sensor
|
domain: binary_sensor
|
||||||
device_class: door
|
device_class: door
|
||||||
remote_start_sensor:
|
remote_start_sensor:
|
||||||
name: Remote Control Sensor
|
name: Remote Start Sensor
|
||||||
description: >
|
description: >
|
||||||
The "Remote Control Active" binary sensor.
|
The "Remote Control Start Allowed" binary sensor.
|
||||||
Must be **on** for the automation to proceed.
|
Must be **on** for the automation to proceed.
|
||||||
selector:
|
selector:
|
||||||
entity:
|
entity:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue