To further, here are the entries from the log when starting the container. Seems like a python error? Where can I access these .py files to review/ repair?
2021-11-18 08:47:02 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Suzanne’s heater switch HS100(US) for tplink
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 304, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File “/usr/src/homeassistant/homeassistant/components/tplink/init.py”, line 121, in async_setup_entry
static_devices = get_static_devices(config_data)
File “/usr/src/homeassistant/homeassistant/components/tplink/common.py”, line 139, in get_static_devices
for entry in config_data[type_]:
KeyError: ‘light’
2021-11-18 08:47:02 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Stairs HS103(US) for tplink
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 304, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File “/usr/src/homeassistant/homeassistant/components/tplink/init.py”, line 121, in async_setup_entry
static_devices = get_static_devices(config_data)
File “/usr/src/homeassistant/homeassistant/components/tplink/common.py”, line 139, in get_static_devices
for entry in config_data[type_]:
KeyError: ‘light’
2021-11-18 08:47:02 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Front Porch HS200(US) for tplink
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 304, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File “/usr/src/homeassistant/homeassistant/components/tplink/init.py”, line 121, in async_setup_entry
static_devices = get_static_devices(config_data)
File “/usr/src/homeassistant/homeassistant/components/tplink/common.py”, line 139, in get_static_devices
for entry in config_data[type_]:
KeyError: ‘light’
2021-11-18 08:47:02 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Lava Lamp HS103(US) for tplink
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 304, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File “/usr/src/homeassistant/homeassistant/components/tplink/init.py”, line 121, in async_setup_entry
static_devices = get_static_devices(config_data)
File “/usr/src/homeassistant/homeassistant/components/tplink/common.py”, line 139, in get_static_devices
for entry in config_data[type_]:
KeyError: ‘light’
2021-11-18 08:47:02 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Side garage door HS200(US) for tplink
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 304, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File “/usr/src/homeassistant/homeassistant/components/tplink/init.py”, line 121, in async_setup_entry
static_devices = get_static_devices(config_data)
File “/usr/src/homeassistant/homeassistant/components/tplink/common.py”, line 139, in get_static_devices
for entry in config_data[type_]:
KeyError: ‘light’