mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +00:00
Add missing icon to ZHA device remove action (#13489)
This commit is contained in:
parent
a3d80f1280
commit
0038f54cea
@ -1,5 +1,6 @@
|
||||
import {
|
||||
mdiCogRefresh,
|
||||
mdiDelete,
|
||||
mdiDrawPen,
|
||||
mdiFamilyTree,
|
||||
mdiFileTree,
|
||||
@ -95,6 +96,7 @@ export const getZHADeviceActions = async (
|
||||
if (!zhaDevice.active_coordinator) {
|
||||
actions.push({
|
||||
label: hass.localize("ui.dialogs.zha_device_info.buttons.remove"),
|
||||
icon: mdiDelete,
|
||||
classes: "warning",
|
||||
action: async () => {
|
||||
const confirmed = await showConfirmationDialog(el, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user