Jelle W. Jansen
Jelle W. Jansen
Would love to see this. Workaround with MPD works but is not as reliable.
> This happens to me when I restart the open wake word addon on HA. E.g. after changing the sensitivity value. The sattelite immediately starts to repeat the wake sound...
My temporary solution for this issue was by changing line 27 in /homeassistant-satellite/homeassistant_satellite/remote.py from ` async with aiohttp.ClientSession() as session: ` to ` async with aiohttp.ClientSession(connector=aiohttp.TCPConnector(verify_ssl=False)) as session: `