Homeassistant Skodaconnect Versions Save

Skoda Connect - A home assistant plugin to add integration with your car

1.2.11

2 weeks ago

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: https://github.com/skodaconnect/homeassistant-skodaconnect/compare/1.2.10...1.2.11

1.2.10

1 month ago

1.2.10-dev.1

1 month ago

1.2.9

3 months ago

1.2.8

5 months ago

1.2.7

6 months ago

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

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/skodaconnect/homeassistant-skodaconnect/compare/1.2.5...1.2.6

1.2.5

11 months ago

We have moved!

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

What's Changed

Full Changelog: https://github.com/skodaconnect/homeassistant-skodaconnect/compare/1.2.4...1.2.5

1.2.4

1 year ago

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

1.2.3

1 year ago

Fixed reversed logic for validation of login form check.