mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-12 20:06:33 +00:00
Update ha-config-helpers.ts
This commit is contained in:
parent
772a2658cb
commit
e27b97abc0
@ -503,7 +503,7 @@ export class HaConfigHelpers extends SubscribeMixin(LitElement) {
|
|||||||
id: e.entity_id,
|
id: e.entity_id,
|
||||||
entity_id: e.entity_id,
|
entity_id: e.entity_id,
|
||||||
icon: mdiCancel,
|
icon: mdiCancel,
|
||||||
name: e.original_name || e.entity_id,
|
name: e.name || e.original_name || e.entity_id,
|
||||||
editable: true,
|
editable: true,
|
||||||
type: e.platform,
|
type: e.platform,
|
||||||
configEntry: undefined,
|
configEntry: undefined,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user