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 can add Ruuvi integration, but I don't see anything under Devices tab after adding them from Integration tab (HA asks for MAC address and friendly name). This is the error from log file:
2022-10-31 22:01:55.694 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up ruuvi platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 281, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/ruuvi/sensor.py", line 109, in async_setup_entry
devs_to_add = hass.data[DOMAIN]['subscriber'].update_devs(devs)
KeyError: 'subscriber'
When I add devices to configuration.yaml, I still don't see anything under Devices, but I can see individual sensor measurements.
Versions:
Home Assistant 2022.10.5
Supervisor 2022.10.0
Operating System 9.3
The text was updated successfully, but these errors were encountered:
I can add Ruuvi integration, but I don't see anything under Devices tab after adding them from Integration tab (HA asks for MAC address and friendly name). This is the error from log file:
When I add devices to configuration.yaml, I still don't see anything under Devices, but I can see individual sensor measurements.
Versions:
Home Assistant 2022.10.5
Supervisor 2022.10.0
Operating System 9.3
The text was updated successfully, but these errors were encountered: