mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-22 00:36:29 +00:00
Add blog post about deprecating remote package
This commit is contained in:
parent
0fca3acb61
commit
bd7c7149ad
12
website/blog/2018-08-13-deprecating-remote-package.md
Normal file
12
website/blog/2018-08-13-deprecating-remote-package.md
Normal 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.
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user