8000 Tags · skodaconnect/myskoda · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: skodaconnect/myskoda

Tags

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: sync release note drafter with homeassistant integration (#437)

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Add tests for VehicleConnectionStatus and store in Vehicle object (

#427)

* feat: implement vehicle connection state endpoint gated behind STATE capability

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: position.address is now optional (#429)

Fixes skodaconnect/homeassistant-myskoda#787

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: implement vehicle connection state endpoint (#426)

* feat: implement vehicle connection state endpoint and cli option

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add start/stop ventilation (air-conditioning) (#423)

* add ventilation

* fix syntax

* ruff

* add usage of active-ventilation in docs

* fix command reference for start/stop ventilation

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Readme: Adding await to disconnect in basic example (#421)

This commit fixes the error shown below when using the basic example from the README.
RuntimeWarning: coroutine 'MySkoda.disconnect' was never awaited
  myskoda.disconnect()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Debouncer + Refresh API data automatically on MQTT events (#411)

* Add debounce decorator for async functions

To be used to debounce self-initiated API requests and/or MQTT event
processing functions.

* Refresh API data automatically on MQTT events

This further moves API refreshes on operation and service MQTT events
from the integration (coordinator) to the MySkoda class.

* BREAKING CHANGE: Refactor MySkoda and MQTT update logic

This moves all update logic out of the coordinator and into the MySkoda lib.

The coordinator can still subscribe to MQTT events but they are not used for anything and just get exposed in corresponding entities.

The coordinator can now subscribe to 'update' events which MySkoda will callback when any Vehicle data was updated for whatever reason (including when it, the MySkoda lib, got an MQTT event). When receiving an update callback the coordinator just has to call async_set_updated_data and pass in the current Vehicle data.

v0.23.0

Toggle v0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update vehicle cache with MQTT event data (#407)

Handle event callbacks locally in the MySkoda class so that it can
process events (and update the local Vehicles accordingly) before
emitting the events to the registered callback functions from the
client.

Fixes skodaconnect/homeassistant-myskoda#731

v0.22.2dev0

Toggle v0.22.2dev0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Switch from poetry to uv (#394)

v0.22.1

Toggle v0.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for unknown engine type (#399)

0