Always set latest pin (#23328)

This commit is contained in:
Paulus Schoutsen 2019-04-23 13:13:00 -07:00
parent 6149c2877d
commit 9e76293141

View File

@ -106,6 +106,10 @@ class CloudClient(Interface):
entity_config=google_conf.get(CONF_ENTITY_CONFIG), 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 return self._google_config
@property @property