mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update counter.markdown (#3525)
Under "Use the service" entity is misspelled to entitiy. ``` { "entitiy": "counter.count0" } ``` should be: ``` { "entity": "counter.count0" } ```
This commit is contained in:
parent
1bfc28a008
commit
73f8621df0
@ -70,7 +70,7 @@ Select <img src='/images/screenshots/developer-tool-services-icon.png' alt='serv
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"entitiy": "counter.count0"
|
"entity": "counter.count0"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user