From 50bbd86187c5263aece2a4269fd6834faf689cf2 Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Wed, 11 Mar 2020 11:03:46 +0000 Subject: [PATCH] add calibrate service (#12326) --- source/_integrations/utility_meter.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_integrations/utility_meter.markdown b/source/_integrations/utility_meter.markdown index d64b6a80774..f7a0633776f 100644 --- a/source/_integrations/utility_meter.markdown +++ b/source/_integrations/utility_meter.markdown @@ -80,6 +80,15 @@ Reset the Utility Meter. All sensors tracking tariffs will be reset to 0. | ---------------------- | -------- | ----------- | | `entity_id` | no | String or list of strings that point at `entity_id`s of utility_meters. +### Service `utility_meter.calibrate` + +Calibrate the Utility Meter. Change the value of a given sensor. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `entity_id` | no | String or list of strings that point at `entity_id`s of utility_meters. +| `value` | no | Number | Value to calibrate the sensor with | + ### Service `utility_meter.next_tariff` Change the current tariff to the next in the list.