Always set latest pin (#23328)

This commit is contained in:
Paulus Schoutsen 2019-04-23 13:13:00 -07:00 committed by GitHub
parent b252d8e2cd
commit d505f1c5f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,10 @@ class CloudClient(Interface):
entity_config=google_conf.get(CONF_ENTITY_CONFIG),
)
# Set it to the latest.
self._google_config.secure_devices_pin = \
self._prefs.google_secure_devices_pin
return self._google_config
@property