mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +00:00
Correctly warn if Google entities defined in YAML (#3230)
This commit is contained in:
parent
d94223a61e
commit
ab157fdbff
@ -60,7 +60,7 @@ class CloudGoogleAssistant extends LitElement {
|
|||||||
<hass-loading-screen></hass-loading-screen>
|
<hass-loading-screen></hass-loading-screen>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
const emptyFilter = true || isEmptyFilter(this.cloudStatus.google_entities);
|
const emptyFilter = isEmptyFilter(this.cloudStatus.google_entities);
|
||||||
const filterFunc = this._getEntityFilterFunc(
|
const filterFunc = this._getEntityFilterFunc(
|
||||||
this.cloudStatus.google_entities
|
this.cloudStatus.google_entities
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user