foxy82
foxy82
### Creating a feature request #### Is your feature request related to a problem? Please describe: snapcast server wants shairport to publish audio to a pipe/stdout however that doens't look...
I'm trying to use aiortc to serve video to Amazon Alexa's RTCSessionControllerInferface (https://developer.amazon.com/en-US/docs/alexa/device-apis/alexa-rtcsessioncontroller.html) The SDP I receive is this: ``` v=0 o=- 3824376089 3824376089 IN IP4 0.0.0.0 s=a 2 z...
Hi. I have just installed the PCIe adapter with the coral dual tpu board. However I'm still only seeing a single Coral TPU. I followed the instructions on the coral...
**Describe the bug** This probably falls somewhere between a bug and a feature request and I'm not 100% sure if it an issue with librespot-java or with owntone/forked-daaps. My setup...
**Describe the bug** I have setup librespot-java (via spocon https://github.com/spocon/spocon) I set the output to pipe and setup both the music pipe and the metadata pipe. Not sure if it...
**Is your feature request related to a problem? Please describe.** I'd like to use the multi speaker icon for librespot-java.  **Describe the solution you'd like** A way to use...
Fix `register_route` document which needs to return an aiohttp Response object. As per the response in this issue: https://github.com/AppDaemon/appdaemon/issues/1492
Hi, I'm trying to use register route to serve a HTML page. I have the following: ``` class my_app(hass.Hass): def initialize(self): self.set_log_level("DEBUG") self.register_route(self.auth_call, "foobar") async def auth_call(self, request, kwargs): self.log(request)...
In the API Security documentation it talks about an api_key added to the `appdaemon:` section. https://appdaemon.readthedocs.io/en/latest/APPGUIDE.html#api-security However I think this has now moved to the http component and been renamed...
Hi, I've got this indoor unit: https://www.youtube.com/watch?v=pGmcqq4a7xs&t=144s It came with a manual for the DNSK-P11 wifi module and it works with the comfort cloud. I've managed to connect to the...