New platform: Ezviz

This commit is contained in:
Pierre Ourdouillé
2020-01-01 21:02:44 +01:00
parent 5e3f391710
commit d3608d97b6
5 changed files with 16 additions and 0 deletions

View File

@@ -220,6 +220,7 @@ omit =
homeassistant/components/eufy/*
homeassistant/components/everlights/light.py
homeassistant/components/evohome/*
homeassistant/components/ezviz/*
homeassistant/components/familyhub/camera.py
homeassistant/components/fastdotcom/*
homeassistant/components/ffmpeg/camera.py

View File

@@ -0,0 +1 @@
"""Support for Ezviz devices via Ezviz Cloud API."""

View File

@@ -0,0 +1,8 @@
{
"domain": "ezviz",
"name": "Ezviz",
"documentation": "https://www.home-assistant.io/integrations/ezviz",
"dependencies": [],
"codeowners": ["@baqs"],
"requirements": ["pyezviz==0.0.2"]
}

View File

@@ -1228,6 +1228,9 @@ pyephember==0.3.1
# homeassistant.components.everlights
pyeverlights==0.1.0
# homeassistant.components.ezviz
pyezviz==0.0.2
# homeassistant.components.fortigate
pyfgt==0.5.1

View File

@@ -391,6 +391,9 @@ pyalmond==0.0.2
# homeassistant.components.arlo
pyarlo==0.2.3
# homeassistant.components.atome
pyatome==0.1.1
# homeassistant.components.blackbird
pyblackbird==0.5