mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +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">
|
||||
<ha-call-api-button
|
||||
.hass=${this.hass}
|
||||
.disabled="${!this.cloudStatus.google_registered ||
|
||||
!google_enabled}"
|
||||
.disabled=${!google_enabled}
|
||||
@hass-api-called=${this._syncEntitiesCalled}
|
||||
path="cloud/google_actions/sync"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user