diff --git a/homeassistant/components/vivotek/camera.py b/homeassistant/components/vivotek/camera.py index f4a195f5b0c0..6bf9fdace5a7 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 9246bc4c89ba..3b4a4211f34d 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": [],