Hyundai-Kia-Connect / kia_uvo

A Home Assistant HACS integration that supports Kia Connect(Uvo) and Hyundai Bluelink. The integration supports the EU, Canada and the USA.
MIT License
452 stars 89 forks source link

Force update feature #941

Closed LorenzoRogai closed 1 month ago

LorenzoRogai commented 1 month ago

Is there any way to update the data manually from a button in the UI like the lock/unlock one?

Right now i have to force the refresh from the app and then reload the integration inside HA

fuatakgun commented 1 month ago

create a button on UI and call kia_uvo.force_update action (aka service)

LorenzoRogai commented 1 month ago

worked, thanks!