Skip to content

Releases: mitch-dc/volkswagen_we_connect_id

v0.1.5

03 Mar 07:43
b1efa1d
Compare
Choose a tag to compare

What's Changed

  • Revert back from energy to power sensor device class by @flixlix in #151
  • Revert back from energy to power sensor and solve HA 2023.3.1 issues by @robinostlund in #156

Full Changelog: v0.1.4...v0.1.5

v0.1.4 - Endpoints, Buttons & Translations

28 Feb 12:29
c93348d
Compare
Choose a tag to compare

BREAKING CHANGE

Because of a depenency conflict, you need to upgrade to Homeassistant 2023.3.0 or higher.

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3 - Translation, Icons and a button

16 Jan 14:35
0037f8d
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @s01iD made their first contribution in #127

Full Changelog: v0.1.2...v0.1.3

v0.1.2 - Translations and support for ID Buzz

16 Jan 08:51
6889f4b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0.3...v0.1.2

v0.1.1 Swedish & English translation & Icons

08 Jan 19:17
c4111b4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0.3...v0.1.1

v0.1.0.3 - Fixes after OTA 3.0 update

30 Nov 16:12
350200f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0.2...v0.1.0.3

v0.1.0.2 - 3.0 OTA has arrived

17 Nov 12:20
6e3e004
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Correct "Door Right Left" to "Door Front Right" ("Lock Status" + "Open Status" by @DFS-90 in #93
  • Sunroof Open Status typo by @pplucky in #99
  • 3.0 - Added new sensors and fixed some stuff by @mitch-dc in #92
  • Removed timeout from init because it caused issues with adding the integration (#85, #84)
  • Fixed bug with number attributes (#64)
  • Fixed bug with entity class (#61)
  • Bumped weconnect to 0.49.0
  • Added door states
    • Front & Rear
    • Bonnet & Trunk
  • Lockstate is not binary, unknown is also available and will give wrong info when used as binary (#73)
  • More sensors are not binary, moved them to sensor (This is breaking for some automations because the entity name and type will change)
  • Implemented SensorDeviceClass
  • Removed miles/kilometers celcius/fahrenheit entities because home assistant will convert them
  • Implemented async_forward_entry_setups (https://developers.home-assistant.io/blog/2022/07/08/config_entry_forwards/)

New Contributors

Full Changelog: v0.0.14...v0.1.0.2

v0.0.14

02 Nov 10:01
d80f8d0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.13...v0.0.14

v0.0.13

27 Jul 13:19
c6099dc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.12...v0.0.13

v0.0.12

19 Jul 18:45
Compare
Choose a tag to compare

What's Changed

  • Bumped weconnect to 0.45.0
  • Removed attributes that are no longer available and cause a crash #46
  • Fixed bug with obsolete number attributes #35
  • Added state_class to sensors for history #43