mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
parent
a2c2f6a1e2
commit
493198f530
@ -97,6 +97,7 @@ export class HuiLightCard extends LitElement implements LovelaceCard {
|
||||
${supportsFeature(stateObj, SUPPORT_BRIGHTNESS)
|
||||
? html`
|
||||
<round-slider
|
||||
min="1"
|
||||
.value=${brightness}
|
||||
@value-changing=${this._dragEvent}
|
||||
@value-changed=${this._setBrightness}
|
||||
|
Loading…
x
Reference in New Issue
Block a user