From f6f36bbc0888c6555761f54a44cc69fabf5a46cb Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Mon, 12 Oct 2020 23:08:48 +1100 Subject: [PATCH] Change heading level (#15173) --- source/_integrations/counter.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_integrations/counter.markdown b/source/_integrations/counter.markdown index 7b0dd25e088..ecc0c41d53f 100644 --- a/source/_integrations/counter.markdown +++ b/source/_integrations/counter.markdown @@ -76,7 +76,7 @@ If `restore` is set to `false`, the `initial` value will only be used when no pr Available services: `increment`, `decrement`, `reset` and `configure`. -#### Service `counter.increment` +### Service `counter.increment` Increments the counter with 1 or the given value for the steps. @@ -84,7 +84,7 @@ Increments the counter with 1 or the given value for the steps. | ---------------------- | -------- | ----------- | | `entity_id` | no | Name of the entity to take action, e.g., `counter.my_custom_counter`. | -#### Service `counter.decrement` +### Service `counter.decrement` Decrements the counter with 1 or the given value for the steps. @@ -92,7 +92,7 @@ Decrements the counter with 1 or the given value for the steps. | ---------------------- | -------- | ----------- | | `entity_id` | no | Name of the entity to take action, e.g., `counter.my_custom_counter`. | -#### Service `counter.reset` +### Service `counter.reset` With this service the counter is reset to its initial value. @@ -100,7 +100,7 @@ With this service the counter is reset to its initial value. | ---------------------- | -------- | ----------- | | `entity_id` | no | Name of the entity to take action, e.g., `counter.my_custom_counter`. | -#### Service `counter.configure` +### Service `counter.configure` With this service the properties of the counter can be changed while running.