From 291b05edfd10e2b6a6ebf57c34b04f58b082dc83 Mon Sep 17 00:00:00 2001 From: RenierM26 <66512715+RenierM26@users.noreply.github.com> Date: Thu, 25 May 2023 11:37:24 +0200 Subject: [PATCH] Add Ezviz number entity (#27496) Co-authored-by: Franck Nijhof --- source/_integrations/ezviz.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/ezviz.markdown b/source/_integrations/ezviz.markdown index 855ac2e703d..c43163be1f7 100644 --- a/source/_integrations/ezviz.markdown +++ b/source/_integrations/ezviz.markdown @@ -13,6 +13,7 @@ ha_config_flow: true ha_platforms: - binary_sensor - camera + - number - sensor - switch - update @@ -96,6 +97,10 @@ To enable/disable motion detection, use the Home Assistant built in services. Trigger device OTA firmware update process for latest stable version. +### Motion Detection Sensitivity + +The motion detection sensitivity can be adjusted using the "Detection sensitivity" Number entity. It's important to note that this entity fetches information from the device and will not update if your battery-powered camera is in sleep mode, as this measure is implemented to preserve battery life and prevent excessive drainage. + ## Troubleshooting - `authentication failed`: The authentication requires an EZVIZ account with two-step verification disabled. Google, Facebook, TikTok, or other Oauth-based accounts will not work.