hyundai-kia-connect-api 3.22.0__py2.py3-none-any.whl → 3.22.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ import requests
10
10
 
11
11
  from .Token import Token
12
12
  from .Vehicle import Vehicle
13
- from .const import WINDOW_STATE, CHARGE_PORT_ACTION, OrderStatus
13
+ from .const import WINDOW_STATE, CHARGE_PORT_ACTION, OrderStatus, DOMAIN
14
14
  from .utils import get_child_value
15
15
 
16
16
  _LOGGER = logging.getLogger(__name__)
@@ -111,8 +111,12 @@ class ApiImpl:
111
111
  + "&format=json&addressdetails=1&zoom=18"
112
112
  + email_parameter
113
113
  )
114
+ _LOGGER.debug(
115
+ f"{DOMAIN} - Running update geocode location with value: {url}"
116
+ )
114
117
  response = requests.get(url)
115
118
  response = response.json()
119
+ _LOGGER.debug(f"{DOMAIN} - geocode location response: {response}")
116
120
  vehicle.geocode = (
117
121
  get_child_value(response, "display_name"),
118
122
  get_child_value(response, "address"),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hyundai_kia_connect_api
3
- Version: 3.22.0
3
+ Version: 3.22.1
4
4
  Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
5
5
  Home-page: https://github.com/fuatakgun/hyundai_kia_connect_api
6
6
  Author: Fuat Akgun
@@ -1,4 +1,4 @@
1
- hyundai_kia_connect_api/ApiImpl.py,sha256=Lelebhg03S9JrHkxibLSeW73W0x0dFAQbqBvpBvdBXs,6191
1
+ hyundai_kia_connect_api/ApiImpl.py,sha256=IA7gt43NmYUQqwW_GhHBYKxjczqA1qqqf6xKIC3LJoE,6399
2
2
  hyundai_kia_connect_api/ApiImplType1.py,sha256=-TwcG1wibYmQ96lK_rTl-O1Wh0Kd-Zi5d1tS59uSRwQ,12176
3
3
  hyundai_kia_connect_api/HyundaiBlueLinkAPIUSA.py,sha256=cmp99_BaF7XluTrIo8UssV1U_JbvMxzQnu_RJfpv7NQ,28659
4
4
  hyundai_kia_connect_api/KiaUvoAPIUSA.py,sha256=llCsBbefkfZMzu4Vz4KXk-1FDZfLTPDelAN2kxaC4hA,31115
@@ -13,9 +13,9 @@ hyundai_kia_connect_api/__init__.py,sha256=i2kXYjBEKSvT1e8FoQ7V7oqAyL22w3XzF2rAF
13
13
  hyundai_kia_connect_api/const.py,sha256=ofi_ZfGxJYo0FWIcGFbIMSMRdKRtaK4GUDhFiQRvZeI,2007
14
14
  hyundai_kia_connect_api/exceptions.py,sha256=m7gyDnvA5OVAK4EXSP_ZwE0s0uV8HsGUV0tiYwqofK0,1343
15
15
  hyundai_kia_connect_api/utils.py,sha256=54O8Y9Xma0SqeK2c_mqX4AJGJXQWma7POZJizFPPlvo,1711
16
- hyundai_kia_connect_api-3.22.0.dist-info/AUTHORS.rst,sha256=T77OE1hrQF6YyDE6NbdMKyL66inHt7dnjHAzblwuk2A,155
17
- hyundai_kia_connect_api-3.22.0.dist-info/LICENSE,sha256=49hmc755oyMwKdZ-2epiorjStRB0PfcZR1w5_NXZPgs,1068
18
- hyundai_kia_connect_api-3.22.0.dist-info/METADATA,sha256=ZHCb0dgjvLeBZkf0bCFnbe21jnFBOMcyqQDr6wU5coM,6045
19
- hyundai_kia_connect_api-3.22.0.dist-info/WHEEL,sha256=0XQbNV6JE5ziJsWjIU8TRRv0N6SohNonLWgP86g5fiI,109
20
- hyundai_kia_connect_api-3.22.0.dist-info/top_level.txt,sha256=otZ7J_fN-s3EW4jD-kAearIo2OIzhQLR8DNEHIaFfds,24
21
- hyundai_kia_connect_api-3.22.0.dist-info/RECORD,,
16
+ hyundai_kia_connect_api-3.22.1.dist-info/AUTHORS.rst,sha256=T77OE1hrQF6YyDE6NbdMKyL66inHt7dnjHAzblwuk2A,155
17
+ hyundai_kia_connect_api-3.22.1.dist-info/LICENSE,sha256=49hmc755oyMwKdZ-2epiorjStRB0PfcZR1w5_NXZPgs,1068
18
+ hyundai_kia_connect_api-3.22.1.dist-info/METADATA,sha256=fdQTmxYKf-GVz-bCqcs1s4VuBHyQYjtgRuS0qX2dWw0,6045
19
+ hyundai_kia_connect_api-3.22.1.dist-info/WHEEL,sha256=0XQbNV6JE5ziJsWjIU8TRRv0N6SohNonLWgP86g5fiI,109
20
+ hyundai_kia_connect_api-3.22.1.dist-info/top_level.txt,sha256=otZ7J_fN-s3EW4jD-kAearIo2OIzhQLR8DNEHIaFfds,24
21
+ hyundai_kia_connect_api-3.22.1.dist-info/RECORD,,