kongo09
kongo09
That's an interesting idea, to make the timeout an option. I'll think about that.
Settings redesign currently still has two patterns for the same binary choice, e.g. in notifications.
As I'm in discussion with Nad about https://github.com/element-hq/element-internal/issues/536 I'd like to make sure that we're not creating / implementing facts before there is a clear direction.
I think this requires guidance and alignment with @nadonomy
On the current core-2022.6.0.dev0 there doesn't seem to be a hang anymore. If the device is not online, HA tries repeatedly in the background without blocking. Maybe this is solved...
Hm, there seem to be two different cases: - `async_setup_entry` is called, but we cannot get a valid `CoAPClient` -> throwing the `ConfigEntryNotReady` exception causes HA to continue with the...
My feeling is, the `known_spotify_connect_devices` are not counted towards the devices in the `DeviceList`. I figure that from line 628 in `spotify-card.ts` https://github.com/custom-cards/spotify-card/blob/4297715dc23ff7331b1cc266ce8c2c7c09dd89bc/src/spotify-card.ts#L628 The count is then used to determine...
My quick fix is actually very simple using `card_mod`: ``` card_mod: style: | div#content { filter: none; } ``` It won't solve the problem but it'll make the covers look...
Not sure how that works. I suggest you do another release, if possible?
tried both, @shexbeer and @betaboon integrations on both devices, AC2889 and AC2729. I'm using `protocol: 3` which is encrypted coap. With both, I run into the same problem: HA doesn't...