Skip to content

Commit 9d9ebf2

Browse files
AshtonTXfabaff
authored andcommitted
Update counter.markdown (home-assistant#3526)
```json { "entity": "counter.count0" } ``` needs to be: ```json { "entity_id": "counter.count0" } ```
1 parent 73f8621 commit 9d9ebf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/counter.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Select <img src='/images/screenshots/developer-tool-services-icon.png' alt='serv
7070

7171
```json
7272
{
73-
"entity": "counter.count0"
73+
"entity_id": "counter.count0"
7474
}
7575
```
7676

0 commit comments

Comments
 (0)