Update counter.markdown (#3526)

```json
{
  "entity": "counter.count0"
}
```

needs to be:

```json
{
  "entity_id": "counter.count0"
}
```
This commit is contained in:
Ashton Campbell 2017-10-05 05:39:24 -05:00 committed by Fabian Affolter
parent 028eac04c6
commit 1b30cbad09
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -70,7 +70,7 @@ Select <img src='/images/screenshots/developer-tool-services-icon.png' alt='serv
```json ```json
{ {
"entitiy": "counter.count0" "entity_id": "counter.count0"
} }
``` ```