Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HA 2025.1.0 Error setting up entry #15

Open
Nicolai96dk opened this issue Jan 6, 2025 · 0 comments
Open

HA 2025.1.0 Error setting up entry #15

Nicolai96dk opened this issue Jan 6, 2025 · 0 comments

Comments

@Nicolai96dk
Copy link

After updating Home assistant to 2025.1.0 the integration suddenly stopped working.

Log:
Logger: homeassistant.config_entries
Source: config_entries.py:640
First occurred: 19:23:21 (1 occurrences)
Last logged: 19:23:21

Error setting up entry Lindab LVAM 300 for nilan_cts600
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/nilan_cts600/init.py", line 8, in async_setup_entry
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2278, in async_forward_entry_setups
await integration.async_get_platforms(platforms)
File "/usr/src/homeassistant/homeassistant/loader.py", line 1124, in async_get_platforms
if platform := self._get_platform_cached_or_raise(platform_name):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1215, in _get_platform_cached_or_raise
raise ModuleNotFoundError(
...<2 lines>...
)
ModuleNotFoundError: Platform nilan_cts600.climate not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant