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",