Releases: esphome/aioesphomeapi
Releases · esphome/aioesphomeapi
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
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