-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: China support #637
feat: China support #637
Conversation
Sure I can test it @cdnninja |
Two issues encountered:
|
@cdnninja I'm wondering if it's possible to test the hyundai_kia_connect_api locally with kia_uvo custom_componment? By testing locally, I can quickly troubleshoot issues. |
It's a bit of a pain but can be done. I'll grab the link on instructions when I can. I suspect the issue is related to line 289 of the api file. All times need a time zone or the comparison will fail to current time. Make sure the value coming from the api has a tz and is being parsed correctly to ensure python recognizes it. |
@toraidl Thanks for all the work on this! I will merge this now. |
Could you test this out @toraidl?