Fix: broken links in Nest integration doc (#15447)

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.
This commit is contained in:
Adrià Vilanova Martínez 2020-10-28 11:37:47 +01:00 committed by Franck Nijhof
parent a3985f1bc9
commit 617e8bf1c4
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -26,9 +26,9 @@ The two APIs support different features and devices. The SDM API integration is
There is currently support for the following device types within Home Assistant:
- [Binary Sensor](#binary-sensor) (Legacy API Only)
- [Camera](#camera) (Legacy API Only)
- [Climate](#climate) (Legacy API Only)
- [Binary Sensor](#binary-sensor-legacy-api-only) (Legacy API Only)
- [Camera](#camera) (Both APIs)
- [Climate](#climate-legacy-api-only) (Legacy API Only)
- [Sensor](#sensor) (Both APIs)
## Device Access: Developer Account Setup