Ruben De Smet
Ruben De Smet
https://github.com/zigpy/zha-device-handlers/pull/2639 seems to at least get detected correctly now. I will try pairing again tonight/tomorrow morning, when I have physical access to the pair button :-)
Same symptoms still appear, even when setting `SKIP_CONFIGURATION` to `True`. Moreover, I don't have the color temperature control anymore, so I probably miss an `input`.
> You have changed the `DEVICE_TYPE`. Is this intentional? No, ~~and my pull-request actually has the correct one already~~ and I am apparently half blind. Thanks, good catch. I definitely...
> I'm pretty sure that's not an issue a quirk can fix. Then I don't think a quirk will actually be needed here. > It's possible that something is wrong...
> > Also, please try Home Assistant Core 2023.11.x (beta). > > I will try that first! Thanks! I have tried 2023.11.0 (not beta), which has the same symptoms (still...
Javascript ~~stolen~~ adapted from https://github.com/fpapado/blurhash-rust-wasm ```js import * as blurhash from "blurhash"; // You can use this to construct canvas-compatible resources try { const pixels = blurhash.decode("LKO2?U%2Tw=w]~RBVZRi};RPxuwH", 40, 30); console.log(pixels);...
``` blurhash-rs x 6,035 ops/sec ±0.35% (96 runs sampled) blurhash-rust-wasm x 3,191 ops/sec ±0.70% (95 runs sampled) ``` meh, ENOTFASTENOUGH :'-)
``` > [email protected] main > node index.js Uint8Array(4800) [ 252, 194, 161, 255, 252, 194, 161, 255, 251, 193, 162, 255, 249, 193, 163, 255, 247, 192, 163, 255, 245,...
> [2024-07-24T11:05:13.746Z] ['error'] There was an error running the uploader: Error uploading to [https://codecov.io:](https://codecov.io/) Error: There was an error fetching the storage URL during POST: 429 - {'detail': ErrorDetail(string='Rate limit...
Should we be bumping versions in merge requests? Is it not more logical to bump them independently? I'm not very good with version management myself though.