From d4a9240cb35452045e977fe48de913ae057c7723 Mon Sep 17 00:00:00 2001 From: RenierM26 <66512715+RenierM26@users.noreply.github.com> Date: Thu, 1 Jun 2023 13:04:59 +0200 Subject: [PATCH] Add light entity to Ezviz (#27561) 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 c43163be1f7..25dab26626f 100644 --- a/source/_integrations/ezviz.markdown +++ b/source/_integrations/ezviz.markdown @@ -13,6 +13,7 @@ ha_config_flow: true ha_platforms: - binary_sensor - camera + - light - number - sensor - switch @@ -101,6 +102,10 @@ Trigger device OTA firmware update process for latest stable version. 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. +### Light entity + +A light entity will be added to cameras + light combos. You can turn it on/off and set the brightness. + ## 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.