-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated remote classes #7011
Conversation
This breaks quite a few docs, a few notables ones are: https://home-assistant.io/developers/python_api/ Not sure how to do remote instances now, any suggestions? Originally it was said to run it the following way in a
|
@AddoSolutions I was actually just talking in the gitter chat about this. |
I have updated the docs to mark or remove the parts that are no longer available. This remote connection was very unstable and at some point broken with no developer fixing it and taking ownership. A future implementation should not be part of the main repo but should come as it's own package. |
Description:
This removes the deprecated remote classes. The helper methods to call the API are still in place.
/api/event_forwarding
Checklist:
If the code does not interact with devices:
tox
run successfully. Your PR cannot be merged unless tests pass