ha-gismeteo
ha-gismeteo copied to clipboard
async cache
Proposed change
Make file caches async to fix warnings on HA 2024.6.0
Type of change
- [ ] Dependency upgrade
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (which adds functionality to an this integration)
- [ ] Breaking change (fix/feature causing existing functionality to break)
- [ ] Code quality improvements to existing code or addition of tests
Additional information
- This PR fixes or closes issue: fixes #196
Checklist
- [x] The code change is tested and works locally.
- [x] There is no commented out code in this PR.
- [x] The code has been formatted using Black (
black --fast custom_components
)
If user exposed functionality or configuration variables are added/changed:
- [ ] Documentation added/updated to README.md