Skip to content

Commit

Permalink
Adds EZVIZ account setup instructions (#120)
Browse files Browse the repository at this point in the history
* Adds EZVIZ account setup instructions

* Update README.md
  • Loading branch information
alexmigf authored Dec 16, 2022
1 parent 6c5cab9 commit 1f8bbe8
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@ Updated Ezviz HA component making use of latest version of pyEzviz (API behind t

https://www.home-assistant.io/integrations/ezviz/

Install:
 
## EZVIZ account setup (doesn't require IE):
#

1) Register your account here: https://i.ezvizlife.com/user/userAction!goRegister.action
2) Take note of your **User Name**, you will need it to the EZVIZ Integration setup
3) Login here: https://euauth.ezvizlife.com/signIn
4) Logged in access the user account here: https://i.ezvizlife.com/user/userAction!displayUserInfo.action (to add/manage cameras) or use the EZVIZ App

 

## Install:
#

1) Copy to custom_components folder or use HACS custom repository. (Custom repository : RenierM26/ha-ezviz)
2) RESTART Home Assistant
Expand All @@ -16,10 +28,12 @@ The integration makes use of Config flows for config. Please install and configu
4) Type in your ezviz account username and password. Also please check your region code.
5) Your camera(s) should now be present on Hass

 

When upgrading from old verions:
## When upgrading from old verions:
#

****Legacy, you can now configure all settings via the integration page on hassio (also known as config flow).******
**Legacy, you can now configure all settings via the integration page on hassio (also known as config flow).**

From 0.0.4.0 (Legacy Yaml method no longer needed on latest version!):

Expand All @@ -43,11 +57,10 @@ camera:

```

 




Notes:
## Notes:
#

1) Hassio makes use of rtsp for camera streaming. This function will only work on the local network. (Mabe we'll be able to reverse engineer the ezviz cloud rtsp proxy in the future)
2) Please disable encryption on your cameras.
Expand Down

0 comments on commit 1f8bbe8

Please sign in to comment.