mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Add button filter to energy devices sortable (#23881)
Add filter to energy devices sortable
This commit is contained in:
parent
20a67cf73c
commit
f8f152f118
@ -82,7 +82,11 @@ export class EnergyDeviceSettings extends LitElement {
|
|||||||
"ui.panel.config.energy.device_consumption.devices"
|
"ui.panel.config.energy.device_consumption.devices"
|
||||||
)}
|
)}
|
||||||
</h3>
|
</h3>
|
||||||
<ha-sortable handle-selector=".row" @item-moved=${this._itemMoved}>
|
<ha-sortable
|
||||||
|
handle-selector=".row"
|
||||||
|
@item-moved=${this._itemMoved}
|
||||||
|
filter="ha-icon-button"
|
||||||
|
>
|
||||||
<div class="devices">
|
<div class="devices">
|
||||||
${repeat(
|
${repeat(
|
||||||
this.preferences.device_consumption,
|
this.preferences.device_consumption,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user