From 9f5e3bfbd56fdc4b6876a2233840dcd98bcbbb4e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 16 Oct 2020 05:42:38 -0500 Subject: [PATCH] Update homekit camera resolutions for tvOS 14 (#41914) --- homeassistant/components/homekit/type_cameras.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/homekit/type_cameras.py b/homeassistant/components/homekit/type_cameras.py index 0febd7461e5..fc9d20d61aa 100644 --- a/homeassistant/components/homekit/type_cameras.py +++ b/homeassistant/components/homekit/type_cameras.py @@ -109,6 +109,7 @@ RESOLUTIONS = [ (1280, 720), (1280, 960), (1920, 1080), + (1600, 1200), ] VIDEO_PROFILE_NAMES = ["baseline", "main", "high"]