Joel Fernandes

Results 11 comments of Joel Fernandes

You can handle the OAuth flow separately and use the generated tokens with this client: ```python client = ZoomClient(api_key, api_secret) client.config["token"] = oauth_generated_token ```

I've experienced the same issue. For me it happens when on one machine one branch checked-out and named as one thing, and on the other machine, the same branch but...

You can add more than one provider. Once you add one, customize the name of the added entity before adding a new one.

That is odd. How did you install the component? Via HACS?

It took a while but this is now resolved with [v0.5.0](https://github.com/jrfernandes/ontario_energy_board/releases/tag/v0.5.0)

Does the same happen if you try with a different provider?

Probably related with #62

It looks like Hydro One had some speed bumps along the way. Seems to be stable now. Closing this issue as it's out of our control.

Hydro One seems to have had some issues in the past, but seems to be stable now. Will close this issue as it's out of our control.

That's a neat idea. I would prefer not shipping a stale version, but instead keep a copy of the latest successfully downloaded file and use that if future downloads fails.