From af30027ad856b298b2c4d1bb3a99c15fee7b91b7 Mon Sep 17 00:00:00 2001 From: Khole Date: Wed, 14 Apr 2021 11:20:13 +0100 Subject: [PATCH] Add Hive boost off (#17293) --- source/_integrations/hive.markdown | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/source/_integrations/hive.markdown b/source/_integrations/hive.markdown index 55c8406a255..9b9c459ebc1 100644 --- a/source/_integrations/hive.markdown +++ b/source/_integrations/hive.markdown @@ -40,9 +40,9 @@ Menu: *Configuration* > *Integrations* > *Select your new integration* > *Press ## Services -### Service `hive.boost_heating` +### Service `hive.boost_heating_on` -You can use the service `hive.boost_heating` to set your heating to boost for a period of time at a certain target temperature". Individual TRVs can also be boosted in the same way, using this service. +You can use the service `hive.boost_heating_on` to set your heating to boost for a period of time at a certain target temperature". Individual TRVs can also be boosted in the same way, using this service. | Service data attribute | Optional | Description | | ---------------------- | -------- | ---------------------------------------------------------------------- | @@ -57,7 +57,7 @@ Examples: script: boost_heating: sequence: - - service: hive.boost_heating + - service: hive.boost_heating_on target: entity_id: "climate.heating" data: @@ -65,6 +65,26 @@ script: temperature: "20.5" ``` +### Service `hive.boost_heating_off` + +You can use the service `hive.boost_heating_off` to set your heating to boost for a period of time at a certain target temperature". Individual TRVs can also be boosted in the same way, using this service. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ---------------------------------------------- | +| `entity_id` | no | String, Name of entity e.g., `climate.heating` | + +Examples: + +```yaml +# Example script to boost heating, boost period and target temperature specified. +script: + boost_heating: + sequence: + - service: hive.boost_heating_off + target: + entity_id: "climate.heating" +``` + ### Service `hive.boost_hot_water` You can use the service `hive.boost_hot_water` to set your hot water to boost for a period of time.