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.
This commit is contained in:
Samuel Progin 2019-04-25 23:11:13 +02:00 committed by Fabian Affolter
parent 24834196bc
commit 13050e6bba

View File

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