Lukas Drbal

Results 6 issues of Lukas Drbal

Currently we have this signature in `FileFormat` interface ```java Reader openReader(Path path, EntityDescriptor entity) throws IOException; ``` Which reads all attributes stored in `path` and then it is filtered by...

Minor: Proxima console creates subscription with name `unnamed-consumer-`, this subscription should be deleted after job ends.

I would like to use jdbc database as storage in proxima. More specification TBD.

Java 8 is EOL, we should consider upgrade to Java 11

enhancement

Based on https://github.com/junalmeida/homeassistant-minimalistic-area-card/pull/104 I'll rebase it when the first one gets merged. Original commit message: Allow to override color. Examples: Based on state values: ``` - entity: binary_sensor.main_door_opening icon: mdi:door...

This replaces https://github.com/junalmeida/homeassistant-minimalistic-area-card/pull/103 because I want to keep my master branch for other changes.