ShellyForHASS: [BUG] Can't configure under HA Core 2022.6.1
Environment
- ShellyForHASS release with the issue: 1.0.0.beta.2
- Last working ShellyForHASS release (if known): n/a
- Home Assistant Core release with the issue: 2022.6.1
- Operating environment (Home Assistant/Supervised/Docker/venv): HAOS
Describe the bug
After HACS integration and HA integration added - opening config page http://ha.local:8123/shelly/config lasts forever…
Steps to Reproduce
HACS Integrations - install ShellyforHASS HA Integrations - install shelly integration Press Configure
Expected behavior
Screenshots
^^ forever
Traceback/Error logs
Logger: homeassistant.helpers.frame
Source: helpers/frame.py:103
First occurred: 11:23:46 (2 occurrences)
Last logged: 11:27:19
Detected integration that uses deprecated `async_get_registry` to access device registry, use async_get instead. Please report issue to the custom component author for alarmo using this method at custom_components/alarmo/__init__.py, line 58: device_registry = await dr.async_get_registry(hass)
Detected integration that uses deprecated `async_get_registry` to access entity registry, use async_get instead. Please report issue to the custom component author for shelly using this method at custom_components/shelly/__init__.py, line 347: await self.hass.helpers.entity_registry.async_get_registry()
Logger: homeassistant.components.websocket_api.http.connection
Source: loader.py:694
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 11:27:45 (4 occurrences)
Last logged: 11:35:25
[548185787504] Error handling message: Unknown error (unknown_error)
[547883693392] Error handling message: Unknown error (unknown_error)
[547882963632] Error handling message: Unknown error (unknown_error)
[548240337936] Error handling message: Unknown error (unknown_error)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 27, in _handle_async_response
await func(hass, connection, msg)
File "/config/custom_components/shelly/ws_handler.py", line 25, in shelly_get_config
resources = await async_get_translations(
File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 317, in async_get_translations
cached = await cache.async_fetch(language, category, components)
File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 222, in async_fetch
await self._async_load(language, components_to_load)
File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 237, in _async_load
for translation_strings in await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 157, in async_get_component_strings
await gather_with_concurrency(
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 199, in gather_with_concurrency
return await gather(
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 197, in sem_task
return await task
File "/usr/src/homeassistant/homeassistant/loader.py", line 666, in async_get_integration
integration = await _async_get_integration(hass, domain)
File "/usr/src/homeassistant/homeassistant/loader.py", line 694, in _async_get_integration
raise IntegrationNotFound(domain)
homeassistant.loader.IntegrationNotFound: Integration 'l' not found.
Additional context
About this issue
- Original URL
- State: open
- Created 2 years ago
- Comments: 15 (4 by maintainers)
No feedback on this one? Or is it better to log it as a seperate issue?
Fixed and released in 1.0.0
I can only confirm that I am experiencing the same issue (500 Internal Server Error). Found no solution yet.
I also have a problem with error 500 😦
Shelly Version 1.0.0, HA core-2022.6.2
Guerssing its related, but I can’t integrate on 2022.6.2 following a clean install. Get a 500 internal server error when I click integrate.