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 GitHub
parent cc9e661629
commit 3d597bb5b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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