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
I have filled out the issue template to the best of my ability.
This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
This issue is not a duplicate issue of currently previous issues
Describe the issue
Updated to latest Gecko HACS Plugin Version - Existing Hot Tub connection became unavailable, remove and re-added. Only 2 entities showing (Reconnect and Status). Error in logs
Reproduction steps
Updated to latest
Remove and re-add hot tub
...
Debug logs
2025-02-18 08:46:06.414 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for binary_sensor
Traceback (most recent call last):
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/binary_sensor/__init__.py", line 144, in async_unload_entry
return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2025-02-18 08:46:06.417 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for button
Traceback (most recent call last):
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/button/__init__.py", line 73, in async_unload_entry
return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2025-02-18 08:46:06.418 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for fan
Traceback (most recent call last):
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/fan/__init__.py", line 188, in async_unload_entry
return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2025-02-18 08:46:06.420 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for sensor
Traceback (most recent call last):
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/sensor/__init__.py", line 101, in async_unload_entry
return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2025-02-18 08:46:06.421 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for switch
Traceback (most recent call last):
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/switch/__init__.py", line 84, in async_unload_entry
return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2025-02-18 08:46:06.423 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for climate
Traceback (most recent call last):
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/climate/__init__.py", line 222, in async_unload_entry
return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2025-02-18 08:46:06.424 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for light
Traceback (most recent call last):
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/light/__init__.py", line 696, in async_unload_entry
return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2025-02-18 08:46:06.425 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for select
Traceback (most recent call last):
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/select/__init__.py", line 109, in async_unload_entry
return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2025-02-18 08:46:06.426 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for water_heater
Traceback (most recent call last):
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
result = await component.async_unload_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/water_heater/__init__.py", line 135, in async_unload_entry
return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
Diagnostics dump
No response
The text was updated successfully, but these errors were encountered:
Hmm, there was probably an error leading up to those stack traces which is the root cause here. Can you dig a bit further back in your log file and see if there is anything obvious?
System Health details
System Information
Home Assistant Community Store
Home Assistant Cloud
Dashboards
Network Configuration
Recorder
Checklist
Describe the issue
Updated to latest Gecko HACS Plugin Version - Existing Hot Tub connection became unavailable, remove and re-added. Only 2 entities showing (Reconnect and Status). Error in logs
Reproduction steps
...
Debug logs
Diagnostics dump
No response
The text was updated successfully, but these errors were encountered: