Skip to content

Commit 73f8621

Browse files
AshtonTXLandrash
authored andcommitted
Update counter.markdown (home-assistant#3525)
Under "Use the service" entity is misspelled to entitiy. ``` { "entitiy": "counter.count0" } ``` should be: ``` { "entity": "counter.count0" } ```
1 parent 1bfc28a commit 73f8621

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-
"entitiy": "counter.count0"
73+
"entity": "counter.count0"
7474
}
7575
```
7676

0 commit comments

Comments
 (0)