mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Allow deletion of disabled helper entities via overflow menu (#28498)
* Allow deletion of disabled entities * Still check if editable
This commit is contained in:
@@ -461,7 +461,7 @@ export class HaConfigHelpers extends SubscribeMixin(LitElement) {
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
: []),
|
: []),
|
||||||
...(helper.editable && helper.entity
|
...(helper.editable && helper.entity_id
|
||||||
? [
|
? [
|
||||||
{
|
{
|
||||||
divider: true,
|
divider: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user