developers.home-assistant/blog/2018-08-13-deprecating-remote-package.md
Tom Brien 974b29ebac
Migrate to Docusaurus V2 🐱🐉 (#412)
* Migrate to Docusaurus V2

* Add redirects

Only covers most recent version

* Add omitted scripts folder

* Include working yarn.lock
2020-02-19 19:36:13 +00:00

857 B

author, authorURL, authorImageURL, authorTwitter, title
author authorURL authorImageURL authorTwitter title
Paulus Schoutsen https://twitter.com/balloob /img/profile/paulus.jpg balloob Deprecating 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 to your own project.