Fix storing Google pin (#11470)

This commit is contained in:
Paulus Schoutsen 2022-01-28 00:55:34 -08:00 committed by GitHub
parent a91897821a
commit 389a100b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,6 +137,7 @@ export class CloudGooglePref extends LitElement {
"ui.panel.config.cloud.account.google.enter_pin_info" "ui.panel.config.cloud.account.google.enter_pin_info"
)} )}
<mwc-textfield <mwc-textfield
id="google_secure_devices_pin"
.label=${this.hass.localize( .label=${this.hass.localize(
"ui.panel.config.cloud.account.google.devices_pin" "ui.panel.config.cloud.account.google.devices_pin"
)} )}