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)".
This commit is contained in:
Adrià Vilanova Martínez 2020-11-06 23:54:59 +01:00 committed by GitHub
parent b060e45126
commit 88cb91e674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)