Martin
Martin
The fix is quite simple: ``` diff --git a/custom_components/comfoconnect/select.py b/custom_components/comfoconnect/select.py index d44bc61..31e8237 100644 --- a/custom_components/comfoconnect/select.py +++ b/custom_components/comfoconnect/select.py @@ -192,7 +192,7 @@ class ComfoConnectSelect(SelectEntity): ) self._attr_current_option = self.entity_description.sensor_value_fn(value) - self.async_write_ha_state() +...
The license choice was arbitrary, please change it to anything that's convenient or tell me what to do to make it compatible?
I'm the creator of this module, but it was inspired by / started from exampleauth:UserPass. I have no clue where the Spanish reference came from in the LICENSE file that...
https://github.com/simplesamlphp/simplesamlphp/pull/2499
Currently Microsoft has an External Authentication Method [1] in preview that allows 3rd party OIDC providers to provide Entra ID MFA for Azure based applications. The authorization call contains a...
> It seems like [TrueType dropout control](https://learn.microsoft.com/en-us/typography/opentype/spec/ttch01#what-is-a-dropout) is not implemented? > > Fontations doesn't have a rasterizer itself. Dropout control is a technique implemented in a scanline mono rasterizer. A...
Another debug log: https://debuglogs.org/desktop/7.12.0/3c05aa67fa8f85922db87ba1cf7e02a474325806f232b17c8c3595c2da1cc9fd.gz Maybe mentioning that I'm running Signal Desktop in a Wayland session helps?
Yes, it works. Thx! Tiny correction to the observation: the dialog initially points to `./` (for me). Not `/`.
No, removing the image doesn't help. docker_container will always fail the _second_ run and the `image inspect` is again incomplete. What's interesting is that docker says the image is the...
Thx for your time and apologies for assuming this was a docker_container issue. I agree https://github.com/moby/moby/issues/51566 looks like the most likely candidate for my problems!