File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -139,25 +139,6 @@ $ curl -X GET -H "x-ha-access: YOUR_PASSWORD" \
139
139
-H " Content-Type: application/json" http://localhost:8123/api/discovery_info
140
140
```
141
141
142
- #### {% linkable_title GET /api/bootstrap %}
143
- Returns all data needed to bootstrap Home Assistant.
144
-
145
- ``` json
146
- {
147
- "config" : {... },
148
- "events" : [... ],
149
- "services" : [... ],
150
- "states" : [... ]
151
- }
152
- ```
153
-
154
- Sample ` curl ` command:
155
-
156
- ``` bash
157
- $ curl -X GET -H " x-ha-access: YOUR_PASSWORD" \
158
- -H " Content-Type: application/json" http://localhost:8123/api/bootstrap
159
- ```
160
-
161
142
#### {% linkable_title GET /api/events %}
162
143
Returns an array of event objects. Each event object contains event name and listener count.
163
144
You can’t perform that action at this time.
0 commit comments