From 78783555eac8a750ad564804341f24792fc61b5e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 13 Feb 2020 00:36:04 +0100 Subject: [PATCH] Fix spelling of VIVOTEK (#31773) * Fix spelling of VIVOTEK in manifest * Also adjust default name of camera to match the brand name --- homeassistant/components/vivotek/camera.py | 4 ++-- homeassistant/components/vivotek/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/vivotek/camera.py b/homeassistant/components/vivotek/camera.py index f4a195f5b0c..6bf9fdace5a 100644 --- a/homeassistant/components/vivotek/camera.py +++ b/homeassistant/components/vivotek/camera.py @@ -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" diff --git a/homeassistant/components/vivotek/manifest.json b/homeassistant/components/vivotek/manifest.json index 9246bc4c89b..3b4a4211f34 100644 --- a/homeassistant/components/vivotek/manifest.json +++ b/homeassistant/components/vivotek/manifest.json @@ -1,6 +1,6 @@ { "domain": "vivotek", - "name": "Vivotek", + "name": "VIVOTEK", "documentation": "https://www.home-assistant.io/integrations/vivotek", "requirements": ["libpyvivotek==0.4.0"], "dependencies": [],