From 83d51c6f0a3bd6c5a3987071112b46e17cc2b08f Mon Sep 17 00:00:00 2001 From: travislreno Date: Wed, 4 Oct 2017 22:53:44 -0700 Subject: [PATCH] Update counter.markdown (#3518) --- source/_components/counter.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/counter.markdown b/source/_components/counter.markdown index 96ea3d9cb8e..bbf6138dc69 100644 --- a/source/_components/counter.markdown +++ b/source/_components/counter.markdown @@ -39,7 +39,7 @@ Pick an icon that you can find on [materialdesignicons.com](https://materialdesi ### {% linkable_title Media control services %} Available services: `increment`, `decrement`, and `reset`. -#### {% linkable_title Service `counter/increment` %} +#### {% linkable_title Service `counter.increment` %} Increments the counter with 1 or the given value for the steps. @@ -47,7 +47,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.count0`. | -#### {% linkable_title Service `counter/decrement` %} +#### {% linkable_title Service `counter.decrement` %} Decrements the counter with 1 or the given value for the steps. @@ -55,7 +55,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.count0`. | -#### {% linkable_title Service `counter/reset` %} +#### {% linkable_title Service `counter.reset` %} With this service the counter is reset to its initial value.