Conversation
frenck
requested changes
Aug 26, 2017
|
|
||
| | Service data attribute | Optional | Description | | ||
| | ---------------------- | -------- | ----------- | | ||
| | `entity_id` | no | Name of entity to take the action, e.g. `counter.count0`. | |
Member
There was a problem hiding this comment.
Spelling & Grammar:
Name of entity-> `Name of the entity``e.g.->e.g.,(missing comma)take the action->take action
|
|
||
| | Service data attribute | Optional | Description | | ||
| | ---------------------- | -------- | ----------- | | ||
| | `entity_id` | no | Name of entity to take the action, e.g. `counter.count0`. | |
Member
There was a problem hiding this comment.
Same spelling & grammar issues as mentioned above.
|
|
||
| | Service data attribute | Optional | Description | | ||
| | ---------------------- | -------- | ----------- | | ||
| | `entity_id` | no | Name of entity to take the action, e.g. `counter.count0`. | |
Member
There was a problem hiding this comment.
Same spelling & grammar issues as mentioned in my first comment.
|
|
||
| #### {% linkable_title Service `counter/reset` %} | ||
|
|
||
| With this service the counter is reset to its initial value. |
Member
There was a problem hiding this comment.
Spelling & Grammar:
- Missing comma after
service->With this service, the counter
|
|
||
| ### {% linkable_title Use the service %} | ||
|
|
||
| Select <img src='/images/screenshots/developer-tool-services-icon.png' alt='service developer tool icon' class="no-shadow" height="38" /> **Services** from the **Developer Tools**. Choose **counter** from the list of **Domains**, select the **Service**, enter something like the sample below into the **Service Data** field, and hit **CALL SERVICE**. |
Member
There was a problem hiding this comment.
Nevermind, my bad, you can ignore this one 😅
Member
Author
There was a problem hiding this comment.
This is an issue with Github preview. Will only be visible after deployment.
Member
There was a problem hiding this comment.
I'm actually running branches locally when reviewing...
Nevertheless, it was an issue on my end 👍
3 tasks
frenck
approved these changes
Aug 26, 2017
Member
|
Thx @fabaff 🥇 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Add documentation for counter component.
Pull request in home-assistant (if applicable): home-assistant/core#9146