mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
New platform: Ezviz
This commit is contained in:
@@ -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
|
||||
|
1
homeassistant/components/ezviz/__init__.py
Normal file
1
homeassistant/components/ezviz/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Support for Ezviz devices via Ezviz Cloud API."""
|
8
homeassistant/components/ezviz/manifest.json
Normal file
8
homeassistant/components/ezviz/manifest.json
Normal 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"]
|
||||
}
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user