1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Update ha-config-helpers.ts

This commit is contained in:
Bram Kragten
2025-03-26 10:20:55 +01:00
parent 772a2658cb
commit e27b97abc0

View File

@@ -503,7 +503,7 @@ export class HaConfigHelpers extends SubscribeMixin(LitElement) {
id: e.entity_id,
entity_id: e.entity_id,
icon: mdiCancel,
name: e.original_name || e.entity_id,
name: e.name || e.original_name || e.entity_id,
editable: true,
type: e.platform,
configEntry: undefined,