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 <samuel.progin@gmail.com>

* Minor changes

* Include the deprecation information since v0.77.0

Signed-off-by: Samuel Progin <samuel.progin@gmail.com>
This commit is contained in:
Samuel Progin 2019-04-29 20:30:18 +02:00 committed by Paulus Schoutsen
parent b30087d9e4
commit 00f767a5d3
2 changed files with 14 additions and 0 deletions

View File

@ -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"

View File

@ -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).