Releases: esphome/aioesphomeapi
Releases · esphome/aioesphomeapi
9.1.2
What's Changed
- Fix plaintext logs unexpected when handled (#107) @OttoWinter
9.1.1
What's Changed
- Bump pylint from 2.10.2 to 2.11.1 (#104) @dependabot
- fixes connection isssue#87 (#105) @martgras
- Avoid executor jump to resolve ip addresses (#103) @bdraco
- Bump black from 21.8b0 to 21.9b0 (#101) @dependabot
9.1.0
What's Changed
- Emit different Exception types to differentiate between connection errors (#102) @OttoWinter
- Add support for siren entities (#97) @jesserockz
9.0.0
What's Changed
- Add noise API transport support (#100) @OttoWinter
- Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 (#99) @dependabot
- Support for old zeroconfs (#88) @OttoWinter
- Bump black from 21.7b0 to 21.8b0 (#98) @dependabot
8.0.0
What's Changed
Breaking Changes
- Switch light colormode to be bitfields instead of enums (#95) @OttoWinter
LightColorMode was replaced by bitfield flags LightColorCapability
7.0.0
What's Changed
- Fix number rounding for protobuf messages (#93) @OttoWinter
- Bump pylint from 2.9.6 to 2.10.2 (#92) @dependabot
- Add new total/total_increasing state-classes for Home Assistant 2021.9+ (#90) @jesserockz
- Bump docker/build-push-action from 2.6.1 to 2.7.0 (#91) @dependabot
- Fix log level enum values (#89) @OttoWinter
- Fix old lights with color temperature but no white support (#86) @oxan
Breaking Changes
- Fix log non-utf8 parse error (#94) @OttoWinter
6.1.0
What's Changed
- Add disabled_by_default to entity infos (#85) @jesserockz
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