1
mirror of https://github.com/home-assistant/core synced 2024-07-18 12:02:20 +02:00

Fix spelling of VIVOTEK (#31773)

* Fix spelling of VIVOTEK in manifest

* Also adjust default name of camera to match the brand name
This commit is contained in:
Franck Nijhof 2020-02-13 00:36:04 +01:00 committed by GitHub
parent 6879105b14
commit 78783555ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -25,8 +25,8 @@ CONF_FRAMERATE = "framerate"
CONF_SECURITY_LEVEL = "security_level"
CONF_STREAM_PATH = "stream_path"
DEFAULT_CAMERA_BRAND = "Vivotek"
DEFAULT_NAME = "Vivotek Camera"
DEFAULT_CAMERA_BRAND = "VIVOTEK"
DEFAULT_NAME = "VIVOTEK Camera"
DEFAULT_EVENT_0_KEY = "event_i0_enable"
DEFAULT_SECURITY_LEVEL = "admin"
DEFAULT_STREAM_SOURCE = "live.sdp"

View File

@ -1,6 +1,6 @@
{
"domain": "vivotek",
"name": "Vivotek",
"name": "VIVOTEK",
"documentation": "https://www.home-assistant.io/integrations/vivotek",
"requirements": ["libpyvivotek==0.4.0"],
"dependencies": [],