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"]