Home Assistant requires using a library for all API calls, rather than having the calls directly in the integration. Luckily, there is already a library (https://github.com/cybermaggedon/pyglowmarkt) that should work.
Switching to a library should clean up the code and make it easier to maintain.
Home Assistant requires using a library for all API calls, rather than having the calls directly in the integration. Luckily, there is already a library (https://github.com/cybermaggedon/pyglowmarkt) that should work.
Switching to a library should clean up the code and make it easier to maintain.