-
-
Notifications
You must be signed in to change notification settings - Fork 582
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
Update connectors.md #3326
Update connectors.md #3326
Conversation
Fixed errors in description: - add / after api - omit 'todo.' when adding HA-Entity
thank you for the update! |
I am sorry but this PR might have been unneccessary if not even wrong. There is a problem authenticating in HA that I didn't know about at the time of creating the PR, see #911 (comment) and home-assistant/core#114575 so maybe there was some authentication eventually by chance but I am not sure which of my tries did the trick since sync seems to have been massively delayed. At least my first correction, adding "/" after "/api" is not needed (but not wrong either) since there is a line in the code adding it automatically if it isnt there. So yeah, maybe I should have gone slower with that. Not sure about omitting "todo." |
@mikhail5555 can you look into if this should be reverted ? |
I would indeed recomment reverting it. I am pretty sure |
Sorry for the hassle! |
No worries, its always appreciated when people keep the documentation up to date. Mistakes happen. Also, I am using this weekly and am not having any authentication issues. If you need some help hit me up on discord and I will try to help you out! |
thank you for the feedback, going to revert this. |
Thank you for your offer @mikhail5555 I will contact you once I am back from vacation, some 10ish days or so. Maybe you could look into my question here about deleting or checking items in the API in the meantime. I am still getting all of my imported recipes into structure but would like to go "productive" with one solution or the other - though I think my way would fit my needs better since it includes all the details I want for bring list. |
So from the APIs the only way to achieve what you are doing is indeed from Home assistants side because the api (not websocket) just doesn't expose the necessary info of that kind of synchronization (and would require to continually poll home assistant to get updates). |
Fixed errors in description: