Releases: esphome/aioesphomeapi
Releases · esphome/aioesphomeapi
6.0.1
What's Changed
-
Regenerates the proto python files using the correct version
-
Allow dispatching the protoc build workflow manually (#83) @jesserockz
-
Add linter for when people generate proto files inside the PR (#84) @jesserockz
6.0.0
What's Changed
- Color mode implementation (#74) @oxan
- Also run black/isort on tests (#82) @OttoWinter
- Bump isort from 5.9.2 to 5.9.3 (#81) @dependabot
- Bump pylint from 2.9.5 to 2.9.6 (#80) @dependabot
5.1.1
What's Changed
- Fix packaging (#79) @jesserockz
5.1.0
Yanked from PyPi because it did not build correctly
What's Changed
- Add select entities (#75) @jesserockz
- Bump types-protobuf from 3.17.3 to 3.17.4 (#78) @dependabot
- Use inline cache (#77) @jesserockz
- Don't fail fast on CI (#76) @jesserockz
- Bump pylint from 2.9.3 to 2.9.5 (#71) @dependabot
- Use buildx caching options (#73) @jesserockz
- Build docker image to generate protoc (#72) @jesserockz
- Add last_reset_type to sensor entity info (#70) @jesserockz
- Bump black from 21.6b0 to 21.7b0 (#68) @dependabot
- Bump types-protobuf from 3.17.0 to 3.17.3 (#69) @dependabot
- Add pytest unit testing (#64) @OttoWinter
- Bump types-protobuf from 0.1.13 to 3.17.0 (#65) @dependabot
5.0.1
What's Changed
- Fix camera not merging packets (#63) @OttoWinter
5.0.0
Breaking Change
-
Rename image field to data to match the proto field (#62) @jesserockz
The fieldimage
on aCameraState
is now renamed todata
What's Changed
- Rename image field to data to match the proto field (#62) @jesserockz
- Bump isort from 5.9.1 to 5.9.2 (#61) @dependabot
- Bump pylint from 2.9.2 to 2.9.3 (#60) @dependabot
- Bump pylint from 2.9.1 to 2.9.2 (#59) @dependabot
- Rename master branch to main (#58) @OttoWinter
4.1.0
What's Changed
- Add release drafter (#57) @OttoWinter
- Add reconnect logic class (#54) @OttoWinter
- Bump pylint from 2.8.3 to 2.9.1 (#56) @dependabot
- Implement PEP561 typing support (#55) @OttoWinter
- Refactor Lint Configs (#53) @OttoWinter
- Update host_resolve for zeroconf 0.32.0 (#52) @OttoWinter
4.0.1
4.0.0
Breaking Change
aioesphomeapi has switched from attrs to native dataclasses, but this shouldn't be a major breaking change unless you directly interacted with the attrs.
Python version requirement was increased to 3.7+