mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-16 06:20:18 +00:00
Update hui-generic-entity-row.ts
This commit is contained in:
@@ -23,7 +23,7 @@ export class HuiGenericEntityRow extends LitElement {
|
||||
|
||||
@property({ attribute: false }) public config?: EntitiesCardEntityConfig;
|
||||
|
||||
@property({ attribute: false }) public secondaryText?: string;
|
||||
@property({ attribute: "secondary-text" }) public secondaryText?: string;
|
||||
|
||||
@property({ attribute: "hide-name", type: Boolean }) public hideName = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user