Skip to content

Commit

Permalink
Fix spelling of VIVOTEK (home-assistant#31773)
Browse files Browse the repository at this point in the history
* Fix spelling of VIVOTEK in manifest

* Also adjust default name of camera to match the brand name
  • Loading branch information
frenck authored Feb 12, 2020
1 parent 6879105 commit 7878355
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/vivotek/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
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"
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/vivotek/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"domain": "vivotek",
"name": "Vivotek",
"name": "VIVOTEK",
"documentation": "https://www.home-assistant.io/integrations/vivotek",
"requirements": ["libpyvivotek==0.4.0"],
"dependencies": [],
Expand Down

0 comments on commit 7878355

Please sign in to comment.