Add blog post about deprecating remote package

This commit is contained in:
Paulus Schoutsen 2018-08-13 11:38:36 +02:00
parent 0fca3acb61
commit bd7c7149ad
2 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,12 @@
---
author: Paulus Schoutsen
authorURL: https://twitter.com/balloob
authorFBID: 297400035
title: Depreacrating homeassistant.remote
---
With the release of Home Assistant 0.76, the functions in the `homeassistant.remote` package will be deprecated and will be removed in 0.77. This package contains functions to call the Home Assistant REST API in a non-async way.
The reason for removing is two-fold: first the code is not being used inside Home Assistant and thus should not be part of Home Assistant. Second, it is not compatible with the new auth system nor do we want to spend the time to make it compatible.
If you want to keep using the methods in `homeassistant.remote`, feel free to copy [the code](https://github.com/home-assistant/home-assistant/blob/0.75.0/homeassistant/remote.py) to your own project.

View File

@ -105,7 +105,7 @@
"hassio_addon_testing": "Local add-on testing",
"hassio_addon_tutorial": "Tutorial: Making your first add-on",
"hassio_debugging": "Debugging Hass.io",
"hassio_hass": "Hass.io <> Home Assitant integration development",
"hassio_hass": "Hass.io <> Home Assistant integration development",
"HASS Integration development": "HASS Integration development",
"intent_builtin": "Built-in intents",
"intent_conversation": "Registering sentences",