mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-15 05:50:24 +00:00
Replace all private properties with internalProperty decorator (#6386)
This commit is contained in:
@@ -11,7 +11,7 @@ import { HomeAssistant } from "../../../types";
|
||||
|
||||
@customElement("more-info-script")
|
||||
class MoreInfoScript extends LitElement {
|
||||
@property() public hass!: HomeAssistant;
|
||||
@property({ attribute: false }) public hass!: HomeAssistant;
|
||||
|
||||
@property() public stateObj?: HassEntity;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user