Closed morlic closed 1 year ago
compact flag is not working as expected:
compact
true
false
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.
this.config.compact = this.config.compact ? this.config.compact : true
compact
flag is not working as expected:true
, the view is loosefalse
, the view is compactLooks 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.