This changelog only includes changes directly related to the structure of this project. Changes in testing behavior may still occur from changes in homeassistant/core.
Changes to minor version indicate a change structurally in this pacakge. Changes in patch indicate changes solely from homeassistant/core. The latter does not imply no breaking changes are introduced.
- bump minimum Python version to Python 3.10
- recorder dependencies required for tests
- paho-mqtt now required for tests
- Python 3.8 dropped with homeassistant requirement
- Minor change to generation of package for new homassistant code
enable_custom_integrations
now required by ha- sqlalchemy version now pinned to ha version
- Generate package only on homeassistant release versions
- Use latest homeassistant release version including beta
- homeassistant/core tags are used to determine latest release
- Pin homeassistant version in requirements
- fix
load_fixture
- remove Python 3.7 and add Python 3.9
- remove
async_test
- move non-testing dependencies to separate
requirements_dev.txt