From 88cb91e6743380aaa67dd8c9dd7e4869516a5164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Vilanova=20Mart=C3=ADnez?= Date: Fri, 6 Nov 2020 23:54:59 +0100 Subject: [PATCH] Fix: camera feature isn't yet supported by Nest SDM (#15478) 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)". --- source/_integrations/nest.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nest.markdown b/source/_integrations/nest.markdown index ea8127a168a..25c6ae3835f 100644 --- a/source/_integrations/nest.markdown +++ b/source/_integrations/nest.markdown @@ -28,7 +28,7 @@ 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) (Legacy API Only) -- [Camera](#camera) (Both APIs) +- [Camera](#camera-legacy-api-only) (Legacy API Only) - [Climate](#climate-legacy-api-only) (Legacy API Only) - [Sensor](#sensor) (Both APIs)