87 Commits

Author SHA1 Message Date
Sebastian Höffner
510d7c38d5
Correct /api/intent/handle endpoint route, add intent: hint (#1305) 2022-04-24 21:45:25 -07:00
Mike Degatano
060292b0b4
Add llmnr and mdns fields to API doc (#1286) 2022-04-11 19:29:12 +02:00
J. Nick Koston
1580b118a2
Document no_attributes flag for history api (#1242)
Co-authored-by: Teemu R. <tpr@iki.fi>
2022-03-23 10:30:04 +01:00
Joakim Sørensen
d06b791272
Add homeassistant to partial backup endpoint (#1225) 2022-02-23 08:58:34 -08:00
Paulus Schoutsen
ddd3c9f683
Document validate_config (#1223) 2022-02-22 13:34:34 -08:00
Andrew Soback
573610c70d
Added intent handle api endpoint (#1210) 2022-02-09 23:30:35 -08:00
Marco Trevisan
4d2e55f16a
API: Mention compressed parameter for performing backups (#1188)
Related to: https://github.com/home-assistant/supervisor/pull/3378
2022-02-03 10:25:26 +01:00
Paulus Schoutsen
5ef105e921
Document native app websocket push (#1172)
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Justin Bassett <bassett.justint@gmail.com>
2022-01-31 15:02:14 -08:00
Ashley Cawley
ccf6b4f438
Added Python Example (#1143) 2022-01-24 13:55:36 +01:00
Paulus Schoutsen
938ee76929
Document delivering webhooks over WS (#1180) 2022-01-24 13:52:57 +01:00
Joakim Sørensen
4330a6f0c2
Add new root endpoints (#1193) 2022-01-24 10:38:52 +01:00
Joakim Sørensen
b055866eb4
Add size to backup list endpoint (#1187) 2022-01-19 12:46:52 -08:00
Nico Müller
1078ce5f98
Add documentation for 'fire_event' command in websocket api (#1174) 2022-01-18 11:12:25 -08:00
DJJo14
1a6a7b090d
Document Subscribe to trigger websocket (#1182)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-01-09 23:40:51 -08:00
Joakim Sørensen
ed660ba2a8
Add update backup payload (#1158)
* Add update backup payload

* Add Optionally

* Add Optionally

* Use defaults
2021-12-28 11:15:09 +01:00
Joakim Sørensen
fa7da449e0
Add documentation for /supervisor/available_updates (#1135) 2021-12-14 01:33:22 +01:00
Stefan Agner
448c7c2335
Add missing options to Supervisor's core/options endpoint (#1146) 2021-11-30 19:18:14 +01:00
Pascal Vizeli
a9407a2cb4
Add AppArmor version (#1110) 2021-10-27 14:58:55 +02:00
Paulus Schoutsen
6dfd0052c8
Document mobile app enhancements (#1096) 2021-10-20 11:14:52 +02:00
Zac West
f2a944bb33
Add note for webhook_id inclusion (#1095) 2021-10-18 20:06:32 -07:00
Joakim Sørensen
2d3f70a129
Add docs for boot_timestamp and startup_time (#1064) 2021-09-22 11:16:16 +02:00
Pascal Vizeli
ce4c675ed4
Datadisk list feature (#1063) 2021-09-21 15:49:16 +02:00
Pascal Vizeli
6e795cd74b
Host agent version on API (for CLI debugging) (#1058) 2021-09-17 09:27:51 -07:00
Pascal Vizeli
4abd8b960c
DataDisk feature (#1056)
* DataDisk feature

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-09-17 16:31:45 +02:00
Joakim Sørensen
4bbf81ef73
Remove refrences to /api/discovery_info (#1054) 2021-09-11 11:39:25 -07:00
Joakim Sørensen
c5656e0c1d
Rename snapshot -> backup (#963)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-07-27 10:10:38 +02:00
Pascal Vizeli
59ba426c11
Fix host feature haos (#991) 2021-06-30 12:01:02 +02:00
Chris van Marle
c70f7ec86b
Fix supervisor ping URL (#990)
* Fix supervisor ping URL

In the current version I had to ping `http://<host>/supervisor/ping`, instead of `http://<host>/ping` as implied by the docs.

```
$ curl -sSL -H 'Authorization: Bearer <TOKEN>' 'http://homeassistant.local/ping'
404: Not Found

$ curl -sSL -H 'Authorization: Bearer <TOKEN>' 'http://homeassistant.local/supervisor/ping'
{"result": "ok", "data": {}}
```

* Use 'supervisor' as host name

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-06-30 09:48:17 +02:00
Codestian
afc44b25f3
Update websocket.md (#958)
Added missing optional "target" key in Calling a service section and changed "service_data" key with better examples.
2021-06-28 18:15:34 +02:00
Ivan Herrera
1358e5ea06
Update notifications.md to fix possible spelling error
safed_device_name seems to be wrong in this context. saved_device_name seems correct.
2021-05-26 13:42:12 +02:00
Paulus Schoutsen
35fed7195f
Update the WS API docs (#937) 2021-05-17 10:40:11 +02:00
Joakim Sørensen
3e17a760e0
Add snapshot content (#936) 2021-05-11 10:17:45 -07:00
Pascal Vizeli
cc11cb87f5
pwned on options validation (#917)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-05-11 17:22:27 +02:00
Ville Skyttä
34b425ec13
Spelling and grammar fixes (#909) 2021-04-30 08:01:54 +02:00
Paulus Schoutsen
4e714d88c7
Update error codes docs for websocket API (#873) 2021-04-05 14:02:16 +02:00
Pascal Vizeli
3a402d86a7
Force security options endpoint (#860) 2021-03-24 14:36:38 +01:00
Pascal Vizeli
00f9a0b6b1
Add content-trust to API (#857) 2021-03-20 00:13:20 +01:00
Pascal Vizeli
137ba0a553
API calls for the check management (#847)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-03-15 10:42:08 +01:00
Joakim Sørensen
c0565a7022
Add documentation for new store API (#821)
* Add documentation for new store API

* add deprecation warning
2021-03-11 14:35:27 +01:00
Ivan Bessarabov
24d04f8474
Api endpoint is with slash at the end (#846)
```
$ curl -H "Content-Type: application/json" -H "Authorization: Bearer SECRET" http://localhost:8123/api; echo ''
404: Not Found
$ curl -H "Content-Type: application/json" -H "Authorization: Bearer SECRET" http://localhost:8123/api/; echo ''
{"message": "API running."}
$
```
2021-03-11 12:48:36 +01:00
Joakim Sørensen
ee389906dc
Adjust documentation for add-ons (#826) 2021-03-01 14:59:10 +01:00
Pascal Vizeli
6c215ddea4
Supervisor resolution healthcheck (#820)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-02-25 14:25:33 +01:00
Pascal Vizeli
5c9a29c3c4
options/config add-on endpoint (#794) 2021-02-16 16:47:05 +01:00
Joakim Sørensen
5346092ac8
Add core state to Supervisor API (#798) 2021-02-09 09:58:43 +01:00
Pascal Vizeli
381dcda224
New hardware layer Supervisor (#784)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-01-28 15:36:44 +01:00
Sergio Oller
b67d6c8705
Corrrection on auth doc (#766)
Fix header name on auth
2021-01-08 14:28:48 +01:00
Sergio Oller
7f9f3dd4aa
Document supervisor /auth GET method (#767)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-01-08 14:26:23 +01:00
Jason Cronquist
063c16179d
Update websocket.md (#754)
Add context to the example outputs.  Brings documentation inline with actual output from these commands.
2021-01-04 11:14:17 +01:00
Pascal Vizeli
b7495603df
Small update on auth doc (#760) 2021-01-04 11:02:46 +01:00
Matt Olson
c25ce0aa07
Fixed typo: Date -> Data (#747) 2020-12-07 19:45:26 +01:00