mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +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>
|
||||
`;
|
||||
}
|
||||
const emptyFilter = true || isEmptyFilter(this.cloudStatus.google_entities);
|
||||
const emptyFilter = isEmptyFilter(this.cloudStatus.google_entities);
|
||||
const filterFunc = this._getEntityFilterFunc(
|
||||
this.cloudStatus.google_entities
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user