hasl-sensor / lovelace-hasl-departure-card

Lovelace Departure Card for the HASL Platform
https://hasl.sorlov.com
Apache License 2.0
15 stars 14 forks source link

Compact flag is inverted or incorrect #25

Closed morlic closed 1 year ago

morlic commented 1 year ago

compact flag is not working as expected:

Looks like the bug is in https://github.com/hasl-sensor/lovelace-hasl-departure-card/blob/master/dist/hasl-departure-card.js#L12, I assume what is intended is this.config.compact = this.config.compact ? this.config.compact : true, PR is attached.