Skip to content

Releases: CJNE/ha-porscheconnect

Version 0.0.18

02 Dec 14:49
Compare
Choose a tag to compare

What's Changed

  • Bump to require pyporscheconnectapi version 0.1.7 by @fredriklj in #217
  • Bump black from 23.9.1 to 23.11.0 in /.github/workflows by @dependabot in #216
  • Bump reorder-python-imports from 3.10.0 to 3.12.0 in /.github/workflows by @dependabot in #214
  • Bump actions/setup-python from 4.7.0 to 4.7.1 by @dependabot in #208
  • Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 by @dependabot in #209
  • Bump actions/checkout from 4.0.0 to 4.1.1 by @dependabot in #210
  • Bump pip from 23.1.2 to 23.3.1 in /.github/workflows by @dependabot in #212
  • Bump pre-commit from 3.4.0 to 3.5.0 in /.github/workflows by @dependabot in #213

Full Changelog: 0.0.17...0.0.18

Version 0.0.17

29 Oct 13:37
ab8af85
Compare
Choose a tag to compare

What's Changed

  • Bump pyporscheconnectapi to 0.1.6 by @fredriklj in #207
  • Bump black from 23.3.0 to 23.9.1 in /.github/workflows by @dependabot in #204
  • Bump crazy-max/ghaction-github-labeler from 4.1.0 to 5.0.0 by @dependabot in #203
  • Bump pip from 23.1.2 to 23.2.1 in /.github/workflows by @dependabot in #195
  • Bump reorder-python-imports from 3.9.0 to 3.10.0 in /.github/workflows by @dependabot in #188
  • Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 by @dependabot in #190
  • Bump actions/setup-python from 4.6.1 to 4.7.0 by @dependabot in #192
  • Bump actions/checkout from 3.5.3 to 4.0.0 by @dependabot in #201
  • Bump flake8 from 6.0.0 to 6.1.0 in /.github/workflows by @dependabot in #196
  • Bump pre-commit from 3.3.3 to 3.4.0 in /.github/workflows by @dependabot in #202

Full Changelog: 0.0.16...0.0.17

Version 0.0.16

23 Aug 22:13
980f639
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.15...0.0.16

Version 0.0.15

15 Jun 11:38
Compare
Choose a tag to compare

Should fix login issues

Version 0.0.14

14 Jun 22:00
Compare
Choose a tag to compare

What's Changed

  • Updated pyporscheconnectapi to work with the new Porsche auth backend
  • Add charging timer sensor by @josiasmontag in #178
  • Bump pre-commit from 3.2.2 to 3.3.3 in /.github/workflows by @dependabot in #183
  • Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #182
  • Bump actions/setup-python from 4.6.0 to 4.6.1 by @dependabot in #180
  • Bump pip from 23.1 to 23.1.2 in /.github/workflows by @dependabot in #176

Full Changelog: 0.0.13...0.0.14

Version 0.0.13

23 Apr 12:36
Compare
Choose a tag to compare

What's Changed

  • Updated to latest pyorscheconnectapi, fixes api connectivity issues since Porsche changed some of their api endpoints.
  • Bump actions/setup-python from 4.5.0 to 4.6.0 by @dependabot in #173
  • Bump pip from 22.3.1 to 23.1 in /.github/workflows by @dependabot in #171
  • Bump pytest from 7.2.1 to 7.3.1 by @dependabot in #170
  • Bump actions/checkout from 3.3.0 to 3.5.2 by @dependabot in #169
  • Bump pre-commit from 2.21.0 to 3.2.2 in /.github/workflows by @dependabot in #166
  • Bump release-drafter/release-drafter from 5.22.0 to 5.23.0 by @dependabot in #157
  • Bump black from 22.12.0 to 23.3.0 in /.github/workflows by @dependabot in #165

Full Changelog: 0.0.12...0.0.13

Version 0.0.12

22 Jan 12:54
Compare
Choose a tag to compare

Fixes issue with privacy mode being reported falsely in some cases.

What's Changed

New Contributors

Full Changelog: 0.0.11...0.0.12

Version 0.0.11

09 Jan 13:33
Compare
Choose a tag to compare

What's Changed

  • Support for privacy mode. A binary sensor is now available to show the state of privacy mode. When privacy mode is turned off, the integration will reload to make all entities available again.
  • Propose to remove the word 'sensor' from sensor names by @fredriklj in #140
  • Fix unit of measurement for distance sensor by @fredriklj in #141
  • Typo, fixes #115 by @fredriklj in #142
  • Add Dutch translation by @jobvk in #132
  • Bump pip from 22.2.2 to 22.3.1 in /.github/workflows by @dependabot in #125
  • Bump reorder-python-imports from 3.8.2 to 3.9.0 in /.github/workflows by @dependabot in #124
  • Bump crazy-max/ghaction-github-labeler from 4.0.0 to 4.1.0 by @dependabot in #123
  • Bump release-drafter/release-drafter from 5.20.1 to 5.21.1 by @dependabot in #121
  • Bump actions/setup-python from 4.2.0 to 4.3.0 by @dependabot in #118
  • Bump black from 22.8.0 to 22.10.0 in /.github/workflows by @dependabot in #117
  • Bump actions/checkout from 3.0.2 to 3.1.0 by @dependabot in #116
  • Bump flake8 from 5.0.4 to 6.0.0 in /.github/workflows by @dependabot in #127
  • Bump pytest from 7.1.3 to 7.2.0 by @dependabot in #128
  • Bump black from 22.10.0 to 22.12.0 in /.github/workflows by @dependabot in #130
  • Bump actions/setup-python from 4.3.0 to 4.4.0 by @dependabot in #133
  • Bump pre-commit from 2.20.0 to 2.21.0 in /.github/workflows by @dependabot in #134
  • Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 by @dependabot in #136
  • Bump actions/checkout from 3.1.0 to 3.3.0 by @dependabot in #139

New Contributors

Full Changelog: 0.0.10...0.0.11

Version 0.0.10

15 Sep 14:11
Compare
Choose a tag to compare

What's Changed

  • Bump black from 22.6.0 to 22.8.0 in /.github/workflows by @dependabot in #111

Fixes #110

Thanks @fredriklj

Full Changelog: 0.0.9...0.0.10

Version 0.0.9

01 Sep 17:26
Compare
Choose a tag to compare

What's Changed

Updated to pyporscheconnectapi 0.0.22 that fixes recent API connection issues.
Fixed deprecation warning.

  • Bump crazy-max/ghaction-github-labeler from 3.1.1 to 4.0.0 by @dependabot in #89
  • Bump hacs/action from 21.12.1 to 22.5.0 by @dependabot in #90
  • Bump black from 22.3.0 to 22.6.0 in /.github/workflows by @dependabot in #94
  • Bump pre-commit from 2.19.0 to 2.20.0 in /.github/workflows by @dependabot in #98
  • Bump reorder-python-imports from 3.1.0 to 3.8.2 in /.github/workflows by @dependabot in #100
  • Bump actions/setup-python from 3.1.2 to 4.2.0 by @dependabot in #105
  • Bump pip from 22.1 to 22.2.2 in /.github/workflows by @dependabot in #107
  • Bump flake8 from 4.0.1 to 5.0.4 in /.github/workflows by @dependabot in #108
  • Bump release-drafter/release-drafter from 5.20.0 to 5.20.1 by @dependabot in #109

Full Changelog: 0.0.8...0.0.9