* Update Nest config snippet
The current sample yaml for the Nest SDM API asks users to supply subscriber_id as per "Subscription ID in Google Cloud Console".
This is potentially ambiguous - should they provide the Subscription ID, or just replace the last part of the dummy value with it? Users could incorporate "Subscription ID" as show in the console and craft the full path by hand, but they would also need to fill in the missing project ID (represented in the example yaml as '...'). To add to the confusion, the GCP project ID they would need to supply midway through this full path is different to the Device Access Console project_id they have just provided in the previous yaml parameter.
We can simplify this significantly by removing references to "Subscription ID" and just telling users to use the value under "Subscription name" in the same table - this is the fully qualified path which HA really wants.
Screenshot here for clarity: https://i.imgur.com/on39AtX.png
* Update nest.markdown
Description needs to stay on a single line.
In pull request #15447, apart from other changes, I changed the "Camera"
link label from "(Legacy API Only)" to "(Both APIs)", because the Camera
section mentioned that it was supported by both APIs (the SDM API camera
feature was merged in PR home-assistant/core#42325).
However, that feature didn't get released with HA 0.117.0, while my PR
was cherry-picked into the docs 0.117.0 release.
Therefore, this commit reverts the label back to "(Legacy API Only)".
Some of the links to the different device types in the beginning of
the Nest integration documentation were broken, because the section
titles changed.
This commit fixes this issue and also changes the "(Legacy API Only)"
string which is next to the Camera link to "(Both APIs)", because in the
corresponding section it is mentioned that it is partially supported by
the SDM API.
Some of the links to the different device types in the beginning of
the Nest integration documentation were broken, because the section
titles changed.
This commit fixes this issue and also changes the "(Legacy API Only)"
string which is next to the Camera link to "(Both APIs)", because in the
corresponding section it is mentioned that it is partially supported by
the SDM API.