Tomasz
Tomasz
Shelly Gen 3 and Pro devices support BTHome Components - https://shelly.guide/bthome-components/ this way you can bind Shelly BLU devices directly to other devices and use the sensors in scripts or...
I'm trying to replace the old and unsupported `whois` package with your package in Home Assistant (https://github.com/home-assistant/core/pull/135297), but I got a comment against it - https://github.com/home-assistant/core/pull/135297#pullrequestreview-2544654149 Your library was used...
## Summary by CodeRabbit - **Chores** - Updated compatibility to require Home Assistant version 2025.1 or newer. - Incremented component version to 0.0.6. - Removed unused configuration field from settings....
I'm trying to migrate my custom code to PnP.Framework, but sadly I have problems at the beginning. I'm using SharePoint Server 2019 on-premise, which is available via IP address, I...
**Describe the issue** Currently, the URL of Swagger UI is hardcoded to `swagger/ui` (https://github.com/Azure/azure-functions-openapi-extension/blob/main/src/Microsoft.Azure.WebJobs.Extensions.OpenApi/OpenApiTriggerFunctionProvider.cs#L91). Ideally, we should be able to customize the URL. By default, after publishing the function, the...
Hi there, I'm new to this project, and while trying to debug it, I found it hard to read the Chinese comments. I replaced all the comments with English. I...
I've added a simple SSE endpoint to my client (application using `CYarp.Client.AspNetCore`): ``` app.MapGet("/sse", async (HttpContext httpContext) => { httpContext.Response.Headers.Append("Content-Type", "text/event-stream"); while (!httpContext.RequestAborted.IsCancellationRequested) { var forecast = new WeatherForecast (...
Hi there, I've just got your ESP-POE-MM-v1.0 module, I've connected it to my router and successfully configured ESPHome, but I had some trouble migrating ZHA to new hardware. I was...
### Checklist - [x] I checked for similar existing issues (both open and closed) before posting. - [x] I will participate in further discussion about this issue and can help...