flaskr
flaskr
+1, absolutely necessary for custom directory layouts and for CICD scripts to rely on `forge coverage`
Thanks @dexmorgan8888 for pointing that out. I raised a PR on the dependency which should update the API accordingly. Hopefully it gets picked up. https://github.com/Codestian/ltapysg/pull/2
For those waiting for a new release of this, I got mine to work by using FileEditor on the following file: `/homeassistant/custom_components/lta/sensor.py` 1. Replacing the import: ``` # from ltapysg...
Seems like the latest `sensor.py` in `main` branch has this fix, but not the latest release version `0.3.0`. For others trying to replace the file manually, you can find the...