Releases: magico13/PyEmVue
Releases · magico13/PyEmVue
v0.18.8 - Add missing type attribute
Fixes #93 by adding type to VueDeviceChannel.as_dictionary()
Full Changelog: v0.18.7...v0.18.8
v0.18.7
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
- @dependabot made their first contribution in #88
Full Changelog: v0.18.6...v0.18.7
v0.18.6
v0.18.5
v0.18.4.post1
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
v0.18.3
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
v0.18.1 - Automatic Retries
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
- Includes code and ideas from @DabblerIOT in #63
Full Changelog: v0.17.2...v0.18.1
v0.17.2 - Fix Typing Inconsistencies
Some Python types weren't being reported or were inconsistent. Fixed the ones I noticed.