From e39a475a481a94a16d3e122353dabd7bb7100c78 Mon Sep 17 00:00:00 2001 From: Richard Date: Thu, 11 Jan 2018 16:27:26 -0500 Subject: [PATCH] Additional device support and typo fix (#4328) yi-hack-v3 now officially supports 27US and 47US fixed typo in username variable --- source/_components/camera.yi.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/camera.yi.markdown b/source/_components/camera.yi.markdown index 8b12c67e9a4..d5f1fa4d1af 100644 --- a/source/_components/camera.yi.markdown +++ b/source/_components/camera.yi.markdown @@ -15,7 +15,7 @@ ha_iot_class: "Local Polling" The `yi` camera platform allows you to utilize [Yi Home Cameras](https://www.yitechnology.com/) within Home Assistant. Specifically, this platform supports the line of Yi Home Cameras that are based on the Hi3518e Chipset. This includes: -* Yi Home 17CN +* Yi Home 17CN / 27US / 47US * Yi 1080p Home * Yi Dome * Yi 1080p Dome @@ -63,7 +63,7 @@ Configuration variables: - **host** (*Required*): The IP address or hostname of the camera. - **password** (*Required*): The password to the FTP server on the camera (from above). - **path** (*Optional*): The path to the raw MP4 files. Defaults to `/tmp/sd/record`. -- **username** (*Optional*): The user that can access the FTP server. Ddefaults to `root`. +- **username** (*Optional*): The user that can access the FTP server. Defaults to `root`. - **ffmpeg_arguments** (*Optional*): Extra options to pass to `ffmpeg` (e.g. image quality or video filter options). ## {% linkable_title Image quality %}