HandyHat / ha-hildebrandglow-dcc

Home Assistant integration for UK SMETS (Smart) meters pulling data from the DCC via the Hildebrand Glow API
MIT License
230 stars 33 forks source link

Switch to using a library #194

Closed HandyHat closed 1 year ago

HandyHat commented 2 years ago

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.

HandyHat commented 1 year ago

FIxed by #282