This error originated from [this] custom integration.
Logger: homeassistant.config_entries
Source: custom_components/chargepoint/init.py:107
Integration: ChargePoint (documentation, issues)
First occurred: 2:02:57 PM (1 occurrences)
Last logged: 2:02:57 PM
Error setting up entry <Name> for chargepoint
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 382, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/chargepoint/__init__.py", line 107, in async_setup_entry
client: ChargePoint = await hass.async_add_executor_job(
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.10/site-packages/python_chargepoint/client.py", line 78, in __init__
self._global_config = self._get_configuration(username)
File "/usr/local/lib/python3.10/site-packages/python_chargepoint/client.py", line 177, in _get_configuration
config = ChargePointGlobalConfiguration.from_json(response.json())
File "/usr/local/lib/python3.10/site-packages/python_chargepoint/global_config.py", line 116, in from_json
supported_ctr = [
File "/usr/local/lib/python3.10/site-packages/python_chargepoint/global_config.py", line 117, in <listcomp>
ChargePointCountry.from_json(country)
File "/usr/local/lib/python3.10/site-packages/python_chargepoint/global_config.py", line 45, in from_json
zoom_bounds=ChargePointZoomBounds.from_json(json["zoomBounds"]),
KeyError: 'zoomBounds'
This error originated from [this] custom integration.
Logger: homeassistant.config_entries Source: custom_components/chargepoint/init.py:107 Integration: ChargePoint (documentation, issues) First occurred: 2:02:57 PM (1 occurrences) Last logged: 2:02:57 PM