Change heading level (#15173)

This commit is contained in:
boc-the-git 2020-10-12 23:08:48 +11:00 committed by GitHub
parent 719820c1a0
commit f6f36bbc08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.