mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 13:26:28 +00:00
Update prop declaration"
This commit is contained in:
parent
35841681f0
commit
191cb98e34
@ -128,8 +128,8 @@ loadCSS("https://fonts.googleapis.com/css?family=Gloria+Hallelujah");
|
|||||||
class WiredToggleCard extends LitElement {
|
class WiredToggleCard extends LitElement {
|
||||||
static get properties() {
|
static get properties() {
|
||||||
return {
|
return {
|
||||||
hass: Object,
|
hass: {},
|
||||||
config: Object
|
config: {}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user