Skip to content

Commit 83d51c6

Browse files
travislrenofabaff
authored andcommitted
Update counter.markdown (home-assistant#3518)
1 parent d9f7a2f commit 83d51c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/_components/counter.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@ Pick an icon that you can find on [materialdesignicons.com](https://materialdesi
3939
### {% linkable_title Media control services %}
4040
Available services: `increment`, `decrement`, and `reset`.
4141

42-
#### {% linkable_title Service `counter/increment` %}
42+
#### {% linkable_title Service `counter.increment` %}
4343

4444
Increments the counter with 1 or the given value for the steps.
4545

4646
| Service data attribute | Optional | Description |
4747
| ---------------------- | -------- | ----------- |
4848
| `entity_id` | no | Name of the entity to take action, e.g., `counter.count0`. |
4949

50-
#### {% linkable_title Service `counter/decrement` %}
50+
#### {% linkable_title Service `counter.decrement` %}
5151

5252
Decrements the counter with 1 or the given value for the steps.
5353

5454
| Service data attribute | Optional | Description |
5555
| ---------------------- | -------- | ----------- |
5656
| `entity_id` | no | Name of the entity to take action, e.g., `counter.count0`. |
5757

58-
#### {% linkable_title Service `counter/reset` %}
58+
#### {% linkable_title Service `counter.reset` %}
5959

6060
With this service the counter is reset to its initial value.
6161

0 commit comments

Comments
 (0)