mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Fix incompatible object/array property types (1 of 3) (#19450)
This commit is contained in:
@@ -28,7 +28,7 @@ import { createEntityNotFoundWarning } from "./hui-warning";
|
||||
export class HuiGenericEntityRow extends LitElement {
|
||||
@property({ attribute: false }) public hass?: HomeAssistant;
|
||||
|
||||
@property() public config?: EntitiesCardEntityConfig;
|
||||
@property({ attribute: false }) public config?: EntitiesCardEntityConfig;
|
||||
|
||||
@property() public secondaryText?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user