Releases: esphome/aioesphomeapi
Releases · esphome/aioesphomeapi
10.3.0
What's Changed
- Bump black from 21.9b0 to 21.10b0 by @dependabot in #132
- Bump isort from 5.9.3 to 5.10.0 by @dependabot in #133
- Fix mypy errors by @oxan in #139
- Add support for Button entities by @jesserockz in #143
Full Changelog: v10.2.0...v10.3.0
10.2.0
What's Changed
- Expose webserver port via native API (#131) @jesserockz
10.1.0
What's Changed
- Add EntityCategory (#130) @jesserockz
- Constrain GH Actions workflows permissions (#129) @OttoWinter
10.0.3
What's Changed
- Fix connect login 2 (#128) @OttoWinter
- Fix login error cleanup (#126) @OttoWinter
- Fix Dockerfile missing libprotobuf-dev (#127) @OttoWinter
10.0.2
What's Changed
- Fix protoc lint uses different version than docker image (#125) @OttoWinter
- Apply float fix for all float attributes (#124) @OttoWinter
10.0.1
What's Changed
- Dont inherit icon for camera entities (#123) @jesserockz
- Prevent showing password in error logs (#121) @OttoWinter
- Bump types-protobuf from 3.17.5 to 3.18.0 (#120) @dependabot
10.0.0
What's Changed
- Update records in one go (#119) @OttoWinter
- Add connect_error callback to ReconnectLogic (#111) @OttoWinter
- Refactor frame_helper into new module (#109) @OttoWinter
- Bump types-protobuf from 3.17.4 to 3.17.5 (#117) @dependabot
- Bump flake8 from 4.0.0 to 4.0.1 (#116) @dependabot
- Bump flake8 from 3.9.2 to 4.0.0 (#115) @dependabot
- Add 'icon' field to Binary Sensor, Climate, Cover, Fan, and Light (#106) @paulmonigatti
Breaking Changes
- Require zeroconf >=0.36 (#118) @OttoWinter
- Remove eventloop parameter (#110) @OttoWinter
9.1.5
What's Changed
- Fix wrapping native RequiresEncryption error types (#113) @OttoWinter
9.1.4
What's Changed
- Fix write_packet error not re-raised (#112) @OttoWinter
9.1.3
What's Changed
- Refactor connection class to resolve connect issues (#108) @OttoWinter