mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-13 21:10:37 +00:00
Replace all private properties with internalProperty decorator (#6386)
This commit is contained in:
@@ -26,7 +26,7 @@ import { hasAction } from "../common/has-action";
|
||||
import { createEntityNotFoundWarning } from "./hui-warning";
|
||||
|
||||
class HuiGenericEntityRow extends LitElement {
|
||||
@property() public hass?: HomeAssistant;
|
||||
@property({ attribute: false }) public hass?: HomeAssistant;
|
||||
|
||||
@property() public config?: EntitiesCardEntityConfig;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user