I am writing an integration for a python library CHS Tides I created that gets tide information from the Canadian Hydrographic Service. I have been going through any information I can find in rewriting an integration I had written a couple of years ago. I am trying to do best practices in the rewrite.
I had a question on when to use async_setup and async_setup_entry. What should be put in async_setup. I don’t see many using this call in existing integrations.
Thanks
Ron