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
[140145496937280] 'IntegrationConfigInfo' object is not subscriptableTraceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 238, in handle_call_serviceresponse = await hass.services.async_call(^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File "/usr/src/homeassistant/homeassistant/core.py", line 2067, in async_callresponse_data = await coro^^^^^^^^^^File "/usr/src/homeassistant/homeassistant/core.py", line 2104, in _execute_servicereturn await target(service_call)^^^^^^^^^^^^^^^^^^^^^^^^^^File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 986, in admin_handlerawait resultFile "/usr/src/homeassistant/homeassistant/components/homeassistant/__init__.py", line 365, in async_handle_reload_allawait asyncio.gather(*tasks)File "/usr/src/homeassistant/homeassistant/core.py", line 2067, in async_callresponse_data = await coro^^^^^^^^^^File "/usr/src/homeassistant/homeassistant/core.py", line 2104, in _execute_servicereturn await target(service_call)^^^^^^^^^^^^^^^^^^^^^^^^^^File "/config/custom_components/wasp_sensor/__init__.py", line 105, in reload_scripts_handlerhass.data[DOMAIN] = conf[DOMAIN]~~~~^^^^^^^^TypeError: 'IntegrationConfigInfo'object is not subscriptable
Describe the bug
When doing a wasp_sensor.reload or homeassistant.reload_all, it fails with error " 'IntegrationConfigInfo' object is not subscriptable"
It only fails on reload, not a complete restart.
The text was updated successfully, but these errors were encountered:
Version of the custom_component
0.03
Homeassistant logs
Describe the bug
When doing a wasp_sensor.reload or homeassistant.reload_all, it fails with error " 'IntegrationConfigInfo' object is not subscriptable"
It only fails on reload, not a complete restart.
The text was updated successfully, but these errors were encountered: