-
The current GUI is implemented in Tkinter, which has some limitations in terms of styling and advanced widget support. We aim to migrate the GUI to **PyQt** to leverage its richer feature set, improve…
-
**Home Assistant Setup**
Please indicate your version of HA and how it is installed.
Version: 2024.10.3
Installation Type (put an X between the square brackets for your HA):
[X] Home Assistant…
-
```
import {data, calc} from "@/components/data";
```
Is it possible to import the above component globally for me to use `{data, calc}` across all .mdx files? Currently, I'm importing it at all …
-
### Description
deye_today_production is the problem
Hello I'm Having problems with daily production calculation from my panels. Everything was ok imo till 18th then the data just went wrong.
Im …
-
### The problem
I very often get values 'unavailable' for all entites of the washing machine. The error log report 'timeout fetching data'. See log in "anything in the logs..."
The error disappe…
-
I think high level index should ignore the specific implement of quantization and io type, So the quantization and io components can be managed by new layer DataCell which provide different data acces…
-
Hi, I've tried setting up the project locally, but run into an error. I am not sure if this is only a 'me-problem' or generic.
I have all the required tools on my machine (MacOS 15.0.1)
Docker …
-
### The problem
I'm trying to execute the following home connect action:
```
actions:
- action: home_connect.select_program
metadata: {}
data:
program: LaundryCare.Washer.Prog…
-
### Check existing issues
- [X] I have [checked for existing issues](https://github.com/Esri/calcite-design-system/issues) to avoid duplicates
### Actual Behavior
When removing the text-area …
-
## Expected Behavior
the variable subscribeTopics here https://github.com/dapr/components-contrib/blob/main/common/component/kafka/kafka.go#L50C2-L50C17 can be concurrently accessed and in some…