Add light entity to Ezviz (#27561)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
RenierM26 2023-06-01 13:04:59 +02:00 committed by GitHub
parent 560a8b9921
commit d4a9240cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.