ljmerza / light-entity-card

Control any light or switch entity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intensity slider controlled by speed toggle

SRGDamia1 opened this issue · comments

createIntensitySlider(stateObj) {
if (this.config.speed === false) return html``;
if (this.dontShowFeature('intensity', stateObj)) return html``;

Shouldn't link 335 be if (this.config.intensity === false) return html``;