Releases: esphome/aioesphomeapi
Releases · esphome/aioesphomeapi
10.7.0
What's Changed
- Bump docker/login-action from 1.10.0 to 1.12.0 by @dependabot in #153
- Bump black from 21.11b1 to 21.12b0 by @dependabot in #150
- Bump pylint from 2.12.1 to 2.12.2 by @dependabot in #149
- Remove loop argument by @jesserockz in #155
- Add device class support to Switch by @frenck in #157
- Catch conn reset by @zathras777 in #159
- Bump types-protobuf from 3.18.2 to 3.18.3 by @dependabot in #160
- Bump mypy from 0.910 to 0.930 by @dependabot in #156
- Add lock entity by @kbickar in #158
- Bump docker/build-push-action from 2.7.0 to 2.8.0 by @dependabot in #164
- Bump types-protobuf from 3.18.3 to 3.19.4 by @dependabot in #163
- Bump mypy from 0.930 to 0.931 by @dependabot in #162
New Contributors
- @zathras777 made their first contribution in #159
- @kbickar made their first contribution in #158
Full Changelog: v10.6.0...v10.7.0
10.6.0
10.5.0
What's Changed
- Add unit_of_measurement to number components by @jesserockz in #147
Full Changelog: v10.4.0...v10.5.0
10.4.0
What's Changed
- Bump black from 21.10b0 to 21.11b1 by @dependabot in #136
- Bump isort from 5.10.0 to 5.10.1 by @dependabot in #134
- Bump pylint from 2.11.1 to 2.12.1 by @dependabot in #141
- Bump types-protobuf from 3.18.0 to 3.18.2 by @dependabot in #144
- Add ButtonInfo to test file by @jesserockz in #145
- Button device class by @jesserockz in #146
Full Changelog: v10.3.0...v10.4.0
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