From bd7c7149ad22a2facc9671ef31da414e8d647255 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 13 Aug 2018 11:38:36 +0200 Subject: [PATCH] Add blog post about deprecating remote package --- .../blog/2018-08-13-deprecating-remote-package.md | 12 ++++++++++++ website/i18n/en.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 website/blog/2018-08-13-deprecating-remote-package.md diff --git a/website/blog/2018-08-13-deprecating-remote-package.md b/website/blog/2018-08-13-deprecating-remote-package.md new file mode 100644 index 00000000..89dd3c5f --- /dev/null +++ b/website/blog/2018-08-13-deprecating-remote-package.md @@ -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. diff --git a/website/i18n/en.json b/website/i18n/en.json index 8e3b01b7..be8cba60 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -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",