Added note for users of earlier versions than 0.97 (#10659)

* Added note for users of earlier versions than 0.97

Updated page with a note for users coming from earlier versions than 0.97 to only remove password from the config file. Used parts of the text from the breaking change text for release 0.97.

Fixes issue #10179

* MInor change
This commit is contained in:
wmn79 2019-10-08 14:05:04 +02:00 committed by Franck Nijhof
parent d6c2db6c6a
commit 774fbdd195

View File

@ -47,3 +47,7 @@ scan_interval:
default: 60
type: integer
{% endconfiguration %}
<div class='note'>
As of release 0.97 Google passwords are no longer required in your configuration. Users coming from earlier releases should only remove the password entry from their configuration file (username is still required) and restart Home Assistant. The cookie file previously generated should still be valid and will allow the tracker to continue functioning normally until the cookie is invalidated.
</div>