Dmitry Koren
Dmitry Koren
Any updates on it?
Well, some elven magic could bring as the token from session, if we've stored only one token.. But ok then (: Thanks for your quick reply!
Ended up with this for now: ``` $token = ''; foreach (Config::get('oauth-4-laravel::consumers') as $provider_name => $provider) { $service = OAuth::consumer($provider_name); if ($service->getStorage()->hasAccessToken($provider_name)) { $token = $service->getStorage()->retrieveAccessToken($provider_name)->getAccessToken(); break; } } ```...
Sadly for now i cant unpack\unsquashfs dumped partitions. I've tried using `unsquashfs version 4.5.1` but get an error for: ``` Reading a different endian SQUASHFS filesystem on rootfs_v2.bin FATAL ERROR:...
Have a similar issue with TTS not being played on Sonos speaker, while other parts working ok. Hass logs contain this: ``` 2024-09-12 23:33:13.329 ERROR (SyncWorker_4) [homeassistant.components.sonos.media_player] Sonos does not...
Was able to get tts & chime played with changing line `custom_components/stream_assist/core/__init__.py:191` from `"media_content_type": media_type,` to `"media_content_type": "music"` which is a spike, but it works for me