Open bycippy opened 10 months ago
@bycippy can you try again and check for errors in the logs?
I have the same issue and get the following error:
Logger: homeassistant.components.device_tracker
Source: helpers/entity_platform.py:356
integration: Device Tracker ([documentation](https://www.home-assistant.io/integrations/device_tracker), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+device_tracker%22))
First occurred: 15:54:24 (1 occurrences)
Last logged: 15:54:24
Error while setting up technicolor platform for device_tracker
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 356, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/technicolor/device_tracker.py", line 47, in async_setup_entry
router = hass.data[DOMAIN][entry.entry_id][DOMAIN]
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
KeyError: {{This is just some key, not sure if it's secret or not}}
Update: I've had this integration installed for about a week and have tried everything to get it working - then, after a unrelated home assistant restart, it just started working.
once the component is installed by HACS, no device is detected.
are there any other steps to perform to configure it corectly ?