mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Ensure disabled device entity names are shown (#11334)
This commit is contained in:
parent
52588a3915
commit
32bbdc194a
@ -199,7 +199,7 @@ export class HaDeviceEntitiesCard extends LitElement {
|
||||
? stripPrefixFromEntityName(
|
||||
name,
|
||||
`${this.deviceName} `.toLowerCase()
|
||||
)
|
||||
) || name
|
||||
: entry.entity_id}
|
||||
</div>
|
||||
</paper-item-body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user