Add sample
This commit is contained in:
parent
3212408801
commit
cc61c2581f
1 changed files with 7 additions and 0 deletions
|
@ -226,6 +226,13 @@ Retrieve all errors logged during the current session of Home Assistant as a pla
|
|||
15-12-20 11:04:36 homeassistant.components.alexa: Received unknown intent HelpIntent
|
||||
```
|
||||
|
||||
Sample `curl` command:
|
||||
|
||||
```bash
|
||||
$ curl -X GET -H "x-ha-access: YOUR_PASSWORD" \
|
||||
http://localhost:8123/api/error_log
|
||||
```
|
||||
|
||||
#### {% linkable_title POST /api/states/<entity_id> %}
|
||||
Updates or creates the current state of an entity.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue