From c6218c49cc8c6555d65b904fb1168ac20a66d868 Mon Sep 17 00:00:00 2001 From: Santobert Date: Tue, 22 Oct 2019 00:01:47 +0200 Subject: [PATCH] Counter service configure (#10924) --- source/_integrations/counter.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_integrations/counter.markdown b/source/_integrations/counter.markdown index 7255b0bfc64..45b9b3a1ce3 100644 --- a/source/_integrations/counter.markdown +++ b/source/_integrations/counter.markdown @@ -71,7 +71,7 @@ If `restore` is set to `false`, the `initial` value will only be used when no pr ## Services -Available services: `increment`, `decrement`, and `reset`. +Available services: `increment`, `decrement`, `reset` and `configure`. #### Service `counter.increment` @@ -106,7 +106,9 @@ With this service the properties of the counter can be changed while running. | `entity_id` | no | Name of the entity to take action, e.g., `counter.my_custom_counter`. | | `minimum` | yes | Set new value for minimum. None disables minimum. | | `maximum` | yes | Set new value for maximum. None disables maximum. | -| `step` | yes | Set new value for step | +| `step` | yes | Set new value for step. | +| `initial` | yes | Set new value for initial. | +| `value` | yes | Set the counters state to the given value. |