mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update counter.markdown (#3526)
```json { "entity": "counter.count0" } ``` needs to be: ```json { "entity_id": "counter.count0" } ```
This commit is contained in:
parent
028eac04c6
commit
1b30cbad09
@ -70,7 +70,7 @@ Select <img src='/images/screenshots/developer-tool-services-icon.png' alt='serv
|
||||
|
||||
```json
|
||||
{
|
||||
"entitiy": "counter.count0"
|
||||
"entity_id": "counter.count0"
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user