This custom component integrates MijnKia (Connected Car Services) into Home Assistant.
This implementation is specific to the non-UVO Kia Connected Services implementation for cars built before 2021. Newer cars mostly use the Kia UVO implementation. See fuatakgun/kia_uvo to integrate with those.
This repository is available in the HACS default repository.
Copy the kia_connect folder to your custom_integrations folder.
After installing, you can set the integration up from the UI:
Model | Type |
---|---|
Kia e-Niro | EV |
These regions are currently supported.
Region | MyKia URL |
---|---|
Netherlands (NL) | https://mijnkia.nl |
Want your region added? Log in to your MyKia account and open an issue with the following information:
- Base URL, e.g.
https://mijnkia.nl
- A json response for the
/api/user
call - A json response for the
/api/vehicles/{preferred_vehicle}/connected-status
call
Please anonymize these json values before submitting.