-
### What happened?
I can't add matter to Alexa
### Your configuration
```yaml
include_domains:
- light
- switch
include_patterns: []
include_labels: []
include_platforms: []
exclud…
-
Code to reproduce the issue:
import { Application, Context } from 'https://deno.land/x/oak@v6.4.1/mod.ts';
const app = new Application();
app.use(async (ctx) => {
console…
-
Hi!
I'm having issues with using your integration with TrueNAS scale. I'm wondering if it could just be the fact that I'm using Scale. But here is the error.
> 2021-11-13 03:18:10 ERROR (MainThrea…
-
Hello, I want to config yaml for multiple target Ex. I gonna GET Websocket url in Domain 1 and capture URL list as variable and next scenario connect websocket with target that Get form Domain 1.
E…
-
### Describe the bug
Why `request.transport.get_extra_info("peercert") ` return None if the connection is secured and the client has his own certificate
Or how to get information about client cer…
-
Thank you for your great work! Finally, I can control pod from the apple watch (via the homekit controller). By the way, buy me a coffee link seems broken :)
It seems like the device temperature s…
-
**Describe the bug**
```
Unclosed connection
client_connection: Connection
```
Warning shows up when using S3 client, get_object method.
This is the code I've used:
```
async def get_s3_ob…
-
### The problem
When turning on a hue light from an entities card on a dashboard, I received the error message below and the light does not turn on. Light states in HA update to display correctly wh…
-
Recently I'm encountering some weird connectivity errors that I've never seen before in past 2-3yrs running my bot.
I highly suspect its TWS side issue but I can't really figure out.
Some backgrou…
-
I'm trying to do the next:
### Client Code:
```go
//go:build js && wasm
package main
import (
"context"
"log"
"syscall/js"
"nhooyr.io/websocket"
)
func main() {
ctx := context…