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
2025-01-05 15:13:24.976 ERROR (MainThread) [homeassistant.components.camera] Error while setting up yandex_station platform for camera
Traceback (most recent call last):
File "/config/custom_components/yandex_station/core/yandex_quasar.py", line 197, in load_speakers
scenario = next(
v for k, v in scenarios.items() if device_id.startswith(k)
)
StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 366, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/yandex_station/camera.py", line 26, in async_setup_entry
[YandexLyrics(quasar, speaker) for speaker in await quasar.load_speakers()],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/yandex_station/core/yandex_quasar.py", line 201, in load_speakers
scenario = await self.add_scenario(device_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/yandex_station/core/yandex_quasar.py", line 285, in add_scenario
assert resp["status"] == "ok", resp
^^^^^^^^^^^^^^^^^^^^^^
AssertionError: {'request_id': '83808230-513f-4421-9f59-627d8260f5e9', 'status': 'error', 'code': 'VOICE_TRIGGER_PHRASE_IS_ALREADY_TAKEN', 'message': 'Активационная фраза для сценария уже используется'}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: