Markus Meissner

Results 197 comments of Markus Meissner

@amaccuish good to hear, thanks for testing! > For example, slot 2 can never be used for TLS since the card refuses to perform the required operations? The key usage...

> Plus: why is "undefined" written 3 times? That is an actual bug :D given the next-to-non-existing-impact of this troublesome bug, I'll just (re-)define this behavior as a feature :D...

closed by https://github.com/custom-cards/flex-table-card/pull/103

jup jup, thanks for fixing that, will try to test & release today

hey @ljay79, for the Nitrokey Storage 2 no new features are developed anymore, this means that most likely the won't be such a feature for this device.

mmmh, for me the following works e.g. for weather: ``` type: custom:flex-table-card title: Test-case nested attributes entities: include: weather.* columns: - data: name - data: forecast.0.condition ``` the `0` makes...

actually this should work: ``` data: engine.engine_type ``` it might be needed to put a `0` in between: ``` data: engine.0.engine_type ```

can also confirm this happens on the Android app

I don't think I fully understand, generally any device with a `state` and `attributes` should work with this card. If you are trying to list events like the literal events...