You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was reviewing my logs. I have #44 but I also have:
2024-07-10 18:57:35.542 ERROR (MainThread) [homeassistant.components.select] Error while setting up chargepoint platform for select
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 364, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/chargepoint/select.py", line 116, in async_setup_entry
select_class(hass, client, coordinator, description, charger_id)
File "/config/custom_components/chargepoint/select.py", line 51, in __init__
self._attr_options = [str(v) for v in self.charger_status.possible_amperage_limits]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'int' object is not iterable
The text was updated successfully, but these errors were encountered:
Was reviewing my logs. I have #44 but I also have:
The text was updated successfully, but these errors were encountered: