mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Change heading level (#15173)
This commit is contained in:
parent
719820c1a0
commit
f6f36bbc08
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user