Skip to content

Releases: esphome/aioesphomeapi

6.0.1

03 Aug 10:42
Compare
Choose a tag to compare

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

29 Jul 17:17
Compare
Choose a tag to compare

What's Changed

5.1.1

26 Jul 23:35
Compare
Choose a tag to compare

What's Changed

5.1.0

26 Jul 18:54
Compare
Choose a tag to compare

Yanked from PyPi because it did not build correctly

What's Changed

5.0.1

09 Jul 07:20
Compare
Choose a tag to compare

What's Changed

5.0.0

08 Jul 12:03
Compare
Choose a tag to compare

Breaking Change

  • Rename image field to data to match the proto field (#62) @jesserockz

    The field image on a CameraState is now renamed to data

What's Changed

4.1.0

30 Jun 15:43
Compare
Choose a tag to compare

What's Changed

4.0.1

29 Jun 14:08
9cfe819
Compare
Choose a tag to compare
  • Dataclasses better legacy UserService compat (#49)

4.0.0

29 Jun 13:53
be1a8e1
Compare
Choose a tag to compare

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+

Changes

  • Switch from attrs to dataclasses (#36)
  • Add project name+version (#48)

3.1.0

29 Jun 10:47
61cefdb
Compare
Choose a tag to compare
  • Add number entities (#47)