Skip to content

Releases: magico13/PyEmVue

v0.18.8 - Add missing type attribute

02 Mar 17:25
Compare
Choose a tag to compare

Fixes #93 by adding type to VueDeviceChannel.as_dictionary()

Full Changelog: v0.18.7...v0.18.8

v0.18.7

31 Jan 01:36
Compare
Choose a tag to compare

What's Changed

  • Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #88
  • Updates to simulator code to handle recent updates
  • Fix simulated auth not having tokens dictionary defined

New Contributors

Full Changelog: v0.18.6...v0.18.7

v0.18.6

03 Aug 20:18
fd1ce45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.18.5...v0.18.6

v0.18.5

13 Apr 23:46
a1a9940
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.4.post1...v0.18.5

v0.18.4.post1

04 Mar 00:00
Compare
Choose a tag to compare

What's Changed

  • Fix for usage responses missing more data than intended by @magico13 in #70
  • Update pipeline to allow creating releases from github web by @magico13 in #71

Full Changelog: v0.18.3...v0.18.4.post1

v0.18.4

03 Mar 23:51
78682dc
Compare
Choose a tag to compare
v0.18.4 Pre-release
Pre-release

What's Changed

  • Fix for usage responses missing more data than intended by @magico13 in #70
  • Update pipeline to allow creating releases from github web by @magico13 in #71

Full Changelog: v0.18.3...v0.18.4

v0.18.3

27 Feb 02:54
Compare
Choose a tag to compare

What's Changed

  • Fix formatting of vehicle/vehicle status code block by @kennethroe in #68
  • Fix display_name in Vehicle.as_dictionary. by @kennethroe in #67
  • Use load_gid instead of loadGid in Vehicle model

Full Changelog: v0.18.2...v0.18.3

v0.18.2

25 Feb 20:39
7ecf849
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.1...v0.18.2

v0.18.1 - Automatic Retries

24 Feb 22:04
06bfeb2
Compare
Choose a tag to compare

What's Changed

  • Add support for Vehicles and Vehicle Status (battery level, charging state, etc.) by @kennethroe in #57
  • Add Automatic Retries to Requests and Bugfixes by @magico13 in #65

Full Changelog: v0.17.2...v0.18.1

v0.17.2 - Fix Typing Inconsistencies

14 Jul 01:38
Compare
Choose a tag to compare

Some Python types weren't being reported or were inconsistent. Fixed the ones I noticed.