Skip to content

Commit e27b97a

Browse files
committed
Update ha-config-helpers.ts
1 parent 772a265 commit e27b97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/panels/config/helpers/ha-config-helpers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ export class HaConfigHelpers extends SubscribeMixin(LitElement) {
503503
id: e.entity_id,
504504
entity_id: e.entity_id,
505505
icon: mdiCancel,
506-
name: e.original_name || e.entity_id,
506+
name: e.name || e.original_name || e.entity_id,
507507
editable: true,
508508
type: e.platform,
509509
configEntry: undefined,

0 commit comments

Comments
 (0)