mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Always set latest pin (#23328)
This commit is contained in:
parent
b252d8e2cd
commit
d505f1c5f2
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user