mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
Only show warning when google is enabled (#9054)
This commit is contained in:
parent
df22fd00ca
commit
f8aa472409
@ -51,7 +51,7 @@ export class CloudGooglePref extends LitElement {
|
|||||||
<p>
|
<p>
|
||||||
${this.hass.localize("ui.panel.config.cloud.account.google.info")}
|
${this.hass.localize("ui.panel.config.cloud.account.google.info")}
|
||||||
</p>
|
</p>
|
||||||
${!this.cloudStatus.google_registered
|
${google_enabled && !this.cloudStatus.google_registered
|
||||||
? html`
|
? html`
|
||||||
<h3 class="warning">
|
<h3 class="warning">
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user