solis-sensor icon indicating copy to clipboard operation
solis-sensor copied to clipboard

Switch to using aiofiles.open() to avoid warning

Open jmason opened this issue 1 year ago • 0 comments

I think this should resolve https://github.com/hultenvp/solis-sensor/issues/377. I ran into some difficulty using the async code in the SoliscloudConfig class, so had to pull it up into the calling code instead (which is annotated async so can use it).

jmason avatar Jul 09 '24 21:07 jmason