diff --git a/website/i18n/en.json b/website/i18n/en.json index 1278a28f..3d4c32ee 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -813,6 +813,10 @@ "title": "Data Entry Flow", "sidebar_label": "Introduction" }, + "version-0.77.0/version-0.77.0-external_api_rest_python": { + "title": "REST API - Python bindings", + "sidebar_label": "REST API - Python bindings" + }, "version-0.77.0/version-0.77.0-frontend_data": { "title": "Frontend data", "sidebar_label": "Data" diff --git a/website/versioned_docs/version-0.77.0/external_api_rest_python.md b/website/versioned_docs/version-0.77.0/external_api_rest_python.md new file mode 100644 index 00000000..c7b1c6ab --- /dev/null +++ b/website/versioned_docs/version-0.77.0/external_api_rest_python.md @@ -0,0 +1,10 @@ +--- +title: REST API - Python bindings +sidebar_label: REST API - Python bindings +id: version-0.77.0-external_api_rest_python +original_id: external_api_rest_python +--- + +This API is deprecated and was removed since Home Assistant 0.77.0 + +More information can be found in this [blog post](../../../blog/2018/08/13/deprecating-remote-package.html).