Remove bootstrap

This commit is contained in:
Fabian Affolter 2017-11-06 23:29:54 +01:00
parent 3dd6b55178
commit 7cd00fb11d
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -139,25 +139,6 @@ $ curl -X GET -H "x-ha-access: YOUR_PASSWORD" \
-H "Content-Type: application/json" http://localhost:8123/api/discovery_info
```
#### {% linkable_title GET /api/bootstrap %}
Returns all data needed to bootstrap Home Assistant.
```json
{
"config": {...},
"events": [...],
"services": [...],
"states": [...]
}
```
Sample `curl` command:
```bash
$ curl -X GET -H "x-ha-access: YOUR_PASSWORD" \
-H "Content-Type: application/json" http://localhost:8123/api/bootstrap
```
#### {% linkable_title GET /api/events %}
Returns an array of event objects. Each event object contains event name and listener count.