Skip to content

Releases: skodaconnect/homeassistant-skodaconnect

1.2.12 (skodaconnect 1.3.11): Minor fixes and announcement

30 May 18:58
d4520b5
Compare
Choose a tag to compare

What's Changed

IMPORTANT NOTE

This integration currently only supports the old Skoda API compatible with the old Skoda Essentials App.

If you are unable to use the Skoda Essentials account the integration will not work for you. This is the case for new vehicles and/or Skoda accounts.

We are aware the Skoda Essentials app is being deprecated and are working on updating the integration to be compatible with the new API / MySkoda app, but this is a major piece of development work.

Please do not open new issues for this.

Full Changelog: 1.2.11...1.2.12

1.2.11 (skodaconnect 1.3.11): Fix setup of second car

16 May 18:08
dee8383
Compare
Choose a tag to compare

What's Changed

This release fixes an issue introduced by HA 2024.5.X affecting integrations configured with 2 cars or when switching/updating the polling configuration:

2024-05-16 19:49:38.064 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up skodaconnect platform for binary_sensor
Traceback (most recent call last):
  File "/home/fdevaux/dev/github/homeassistant-core/homeassistant/helpers/entity_platform.py", line 356, in _async_setup_platform
    await asyncio.shield(awaitable)
  File "/home/fdevaux/dev/github/homeassistant-core/config/custom_components/skodaconnect/binary_sensor.py", line 22, in async_setup_entry
    data = hass.data[DOMAIN][entry.entry_id][DATA]
           ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
KeyError: '033fa86b8a5ae13f4fc2bfdcf0f74415'

Kudos to @stickpin over at https://github.com/robinostlund/homeassistant-volkswagencarnet for not only fixing the issue but also bring it to our attention 💯 .

Full Changelog: 1.2.10...1.2.11

1.2.10 (skodaconnect 1.3.11): Various minor fixes and improvements

29 Apr 18:35
dab5966
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.9...1.2.10-dev.1
Full Changelog: skodaconnect/skodaconnect@1.3.10...1.3.11

1.2.10-dev.1 (skodaconnect 1.3.11): Various minor fixes and improvements

29 Apr 06:37
dab5966
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.9...1.2.10-dev.1
Full Changelog: skodaconnect/skodaconnect@1.3.10...1.3.11

1.2.9 (skodaconnect 1.3.10): Various minor fixes and improvements

06 Feb 15:13
323116a
Compare
Choose a tag to compare

What's Changed

Full Changelogs:

1.2.8: skodaconnect 1.3.9: Update User-Agent

11 Dec 16:18
da14ce2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: skodaconnect/skodaconnect@1.3.8...1.3.9
Full Changelog: 1.2.7...1.2.8

Fix login issues

05 Nov 21:41
f4a28d5
Compare
Choose a tag to compare

Changed User-Agent to that of recent Android app in order to circumvent the 429 error from last Skoda server update.

Thanks to @dvx76 @lubbyhst and @lendy007
Solves #227

1.2.6: Fix install errors and update documentation

21 Sep 08:54
6bde424
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.5...1.2.6

1.2.5: Relocation and minor fixes

26 Jun 19:58
5564aa8
Compare
Choose a tag to compare
Pre-release

We have moved!

The new location for this integration now is https://github.com/skodaconnect/homeassistant-skodaconnect

What's Changed

Full Changelog: 1.2.4...1.2.5

Minor improvements

22 Mar 14:24
Compare
Choose a tag to compare

Fixes for:

  • Type error in last_connected (library)
  • Changing unit of measurement (auto convert in HA), #185

Added functionality:

  • request_in_progress added for Enyaq iV, thanks to @dvx76
  • device classes for several sensors, thanks to @jd1
  • new trip statistics sensors, thanks to @loeffelpan