From 00f767a5d3de9e3de1c2b8ca05c7d192d053e1c3 Mon Sep 17 00:00:00 2001 From: Samuel Progin Date: Mon, 29 Apr 2019 20:30:18 +0200 Subject: [PATCH] Document the removal of Python REST API continued (#241) * Document the removal of the removal of Python REST API even in current versions Signed-off-by: Samuel Progin * Minor changes * Include the deprecation information since v0.77.0 Signed-off-by: Samuel Progin --- website/i18n/en.json | 4 ++++ .../version-0.77.0/external_api_rest_python.md | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 website/versioned_docs/version-0.77.0/external_api_rest_python.md 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).