lovelace-vertical-slider-cover-card icon indicating copy to clipboard operation
lovelace-vertical-slider-cover-card copied to clipboard

showName and showPosition do not work

Open bbadaboom opened this issue 2 years ago • 3 comments

Both showName and showPosition don't work. Reason is in the initialization. They are boolean values and are initialized as follows: var showName = this.config.showName ? this.config.showName : true; var showPosition = this.config.showPosition ? this.config.showPosition : true;

If they are true, the value is taken, if they are false, they are overwritten by true.

bbadaboom avatar Sep 04 '22 16:09 bbadaboom