From 3d597bb5b7db1294a7887f295ee97c14aecd9500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Vilanova=20Mart=C3=ADnez?= Date: Wed, 28 Oct 2020 11:37:47 +0100 Subject: [PATCH] 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. --- source/_integrations/nest.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/nest.markdown b/source/_integrations/nest.markdown index fc014cd45dd..d8e8693cc04 100644 --- a/source/_integrations/nest.markdown +++ b/source/_integrations/nest.markdown @@ -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