You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got working python code that allows interaction with private charge points. I've got a function that, provided an email and password, generates an api key which then can be used to fetch cards, private charge points and start/stop sessions on the charge point. I'd like to integrate the code in this repo as a first step to offering corresponding sensors and services in home assistant. Which way would you like me to go about this? Do I create a separate class for the authenticated functions? Do I integrate it in the existing class?
The text was updated successfully, but these errors were encountered:
I've got working python code that allows interaction with private charge points. I've got a function that, provided an email and password, generates an api key which then can be used to fetch cards, private charge points and start/stop sessions on the charge point. I'd like to integrate the code in this repo as a first step to offering corresponding sensors and services in home assistant. Which way would you like me to go about this? Do I create a separate class for the authenticated functions? Do I integrate it in the existing class?
The text was updated successfully, but these errors were encountered: