Changes
New Features 🎉
- UK: Add preview support for Pod Point @pantherale0 (#42)
- UK: Add preview support for PetrolPrices. You should not use this in combination with other data sources otherwise you will see duplicate results. As PetrolPrices uses the CMA data sources alongside with user contributions, this may eventually replace existing UK datasources (excluding Costco) (#34)
- Reorganise config and options flow @pantherale0 (#38)
- Add country codes to config flow @pantherale0 (#36)
- Add available fuels to fields in options flow @pantherale0 (#39)
- Following the previous release exception improvements,
UpdateFailedError
are now caught by the data coordinator and will only raise an error in the logs. Future versions will see this logged as a repair instead. (#34) - The python module itself is now correctly included as a logger in the integration manifest, enabling debug logs will expose more detail than before. (#34)
Bug Fixes 🛠
- Fix error updating areas in config flow @pantherale0 (#41)
- Fix semaphore implementation issue @pantherale0 (#45)
👒 Dependencies and extras
- New automated changelog and release workflows (#35)
- Improved automated build workflows (#35)
- Update Automated Release Workflow Config @pantherale0 (#40)
- Add templates to documentation @pantherale0 (#46)