-
Notifications
You must be signed in to change notification settings - Fork 82
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
remote node , exclude domains and entities #216
base: master
Are you sure you want to change the base?
Conversation
Hello It would be even better if the main node establishes the connection to the remote node and you only specify at the main node which entities are transmitted to the remote node. I have just set up a front HA in a DMZ that is accessible for Google Assistant and Alexa Voice from the Internet. That would be perfect :) |
Hello, has the filtering function on the remote site now been implemented, or why has the request been closed? If the function now exists, how is it implemented? |
@rubinho76 |
I can't say whether it has to be exactly this pull request. I'm not that familiar with the Git-Hub system, sorry. In my case, the remote system is my real main system which is in a DMZ. And I have an HA instance connected to the internet for voice control via port forwarding. (As I originally wrote) I do not want the main system to have unrestricted access to my entities on the remote site, as this represents an increased security risk. |
I understand your concern and think this would be a great addition if it will play nicely with the component as it is... If someone would like to update this pull request and get the conflicts removed and check to make sure it doesn't cause issues, it could be great improvement for security and speed purposes. In the meantime, as long as you exclude the entities and scripts you don't want from the main instance, they will not appear there. You can also use a secure connection between the two instances which should help. |
I am in a situation where the remote node should not expose some sensors or switches to the remote master;
The remote master must not have the ability on those entities;
This would complete this integration perfectly.
Thank you