From 13050e6bbabad64228a22a618443f904b3c075c8 Mon Sep 17 00:00:00 2001 From: Samuel Progin Date: Thu, 25 Apr 2019 23:11:13 +0200 Subject: [PATCH] Make obvious that Python API is no longer available (#9312) This pages is the first result when googling "homeassistant python API". Stating clearly that the API is not available anymore there will prevent others from troubleshooting an outdated script. --- source/_docs/ecosystem/notebooks/api.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/ecosystem/notebooks/api.markdown b/source/_docs/ecosystem/notebooks/api.markdown index ab40d9f26fa..5cfb2851561 100644 --- a/source/_docs/ecosystem/notebooks/api.markdown +++ b/source/_docs/ecosystem/notebooks/api.markdown @@ -10,4 +10,4 @@ footer: true redirect_from: /ecosystem/notebooks/api/ --- -You can interact with Home Assistant live from Jupyter notebooks by using the Home Assistant [Python API](/developers/python_api/). [See this example notebook](http://nbviewer.jupyter.org/github/home-assistant/home-assistant-notebooks/blob/master/home-assistant-python-api.ipynb). +Python API is deprecated.