mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Update cloud-google-pref.ts
This commit is contained in:
parent
bc54a42e01
commit
5cfd28881b
@ -137,8 +137,7 @@ export class CloudGooglePref extends LitElement {
|
|||||||
<div class="card-actions">
|
<div class="card-actions">
|
||||||
<ha-call-api-button
|
<ha-call-api-button
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.disabled="${!this.cloudStatus.google_registered ||
|
.disabled=${!google_enabled}
|
||||||
!google_enabled}"
|
|
||||||
@hass-api-called=${this._syncEntitiesCalled}
|
@hass-api-called=${this._syncEntitiesCalled}
|
||||||
path="cloud/google_actions/sync"
|
path="cloud/google_actions/sync"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user