Update counter.markdown (#3526)
```json { "entity": "counter.count0" } ``` needs to be: ```json { "entity_id": "counter.count0" } ```
This commit is contained in:
parent
73f8621df0
commit
9d9ebf2118
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ Select <img src='/images/screenshots/developer-tool-services-icon.png' alt='serv
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"entity": "counter.count0"
|
"entity_id": "counter.count0"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue