Skip to content

Commit

Permalink
Add USA Genesis support (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarimov authored Oct 14, 2023
1 parent 0157685 commit 10c6441
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ These can be access by going to the developer menu followed by services.
- set_charge_limits: You can control your charging capacity limits using this services
- open_charge_port / close_charge_port: Open or close the charge port.

| Service | EU | CA | USA Kia | USA Hyundai | China |
| ------------- | -- | -- | -------- | ------------ |--------|
| Update | ✔ | ✔ | ✔ | ✔ |✔|
| Force Update | ✔ | ✔ | ✔ | |✔|
| Lock Unlock | ✔ | ✔ | ✔ | ✔ |✔|
| start stop climate | ✔ | ✔ | ✔ | ✔ |✔|
| start stop charge | ✔ | ✔ | ✔ | ||
| set charge limits | ✔ | ✔ | ✔ | ||
| open and close charge port(None functional, needs testing) | | | | ||
| Service | EU | CA | USA Kia | USA Hyundai | USA Genesis | China |
| ------------- | -- | -- | -------- | ------------ | ----------- |--------|
| Update | ✔ | ✔ | ✔ | ✔ | ✔ |✔|
| Force Update | ✔ | ✔ | ✔ | | |✔|
| Lock Unlock | ✔ | ✔ | ✔ | ✔ | ✔ |✔|
| start stop climate | ✔ | ✔ | ✔ | ✔ | |✔|
| start stop charge | ✔ | ✔ | ✔ | |||
| set charge limits | ✔ | ✔ | ✔ | |||
| open and close charge port(None functional, needs testing) | | | | |||


I have posted an example screenshot from my own car.
Expand Down
2 changes: 1 addition & 1 deletion custom_components/kia_uvo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"integration_type": "hub",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/fuatakgun/kia_uvo/issues",
"requirements": ["hyundai_kia_connect_api==3.8.6"],
"requirements": ["hyundai_kia_connect_api==3.10.1"],
"version": "2.14.1"
}

0 comments on commit 10c6441

Please sign in to comment.