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
Hi! Sorry to be a pain but something has happened to my browser_mod installation. On the integrations page it shows as not loaded. The log says:
`This error originated from a custom integration.
Logger: homeassistant.setup
Source: custom_components/browser_mod/init.py:40
Integration: browser_mod (documentation)
First occurred: 15:09:55 (1 occurrences)
Last logged: 15:09:55
Error during setup of component browser_mod
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 235, in _async_setup_component
result = await task
File "/config/custom_components/browser_mod/init.py", line 40, in async_setup
name = config[DOMAIN][CONFIG_DEVICES][d].get("name", None)
TypeError: string indices must be integers
`
I have tried copying the latest files from the repo to my custom_components/browser_mod but that made no change. I can't see a way to uninstall and start again. Any help gratefully received! Thanks.
The text was updated successfully, but these errors were encountered:
Hi! Sorry to be a pain but something has happened to my browser_mod installation. On the integrations page it shows as not loaded. The log says:
`This error originated from a custom integration.
Logger: homeassistant.setup
Source: custom_components/browser_mod/init.py:40
Integration: browser_mod (documentation)
First occurred: 15:09:55 (1 occurrences)
Last logged: 15:09:55
Error during setup of component browser_mod
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 235, in _async_setup_component
result = await task
File "/config/custom_components/browser_mod/init.py", line 40, in async_setup
name = config[DOMAIN][CONFIG_DEVICES][d].get("name", None)
TypeError: string indices must be integers
`
I have tried copying the latest files from the repo to my custom_components/browser_mod but that made no change. I can't see a way to uninstall and start again. Any help gratefully received! Thanks.
The text was updated successfully, but these errors were encountered: