mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00: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:
parent
6879105b14
commit
78783555ea
@ -25,8 +25,8 @@ CONF_FRAMERATE = "framerate"
|
|||||||
CONF_SECURITY_LEVEL = "security_level"
|
CONF_SECURITY_LEVEL = "security_level"
|
||||||
CONF_STREAM_PATH = "stream_path"
|
CONF_STREAM_PATH = "stream_path"
|
||||||
|
|
||||||
DEFAULT_CAMERA_BRAND = "Vivotek"
|
DEFAULT_CAMERA_BRAND = "VIVOTEK"
|
||||||
DEFAULT_NAME = "Vivotek Camera"
|
DEFAULT_NAME = "VIVOTEK Camera"
|
||||||
DEFAULT_EVENT_0_KEY = "event_i0_enable"
|
DEFAULT_EVENT_0_KEY = "event_i0_enable"
|
||||||
DEFAULT_SECURITY_LEVEL = "admin"
|
DEFAULT_SECURITY_LEVEL = "admin"
|
||||||
DEFAULT_STREAM_SOURCE = "live.sdp"
|
DEFAULT_STREAM_SOURCE = "live.sdp"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"domain": "vivotek",
|
"domain": "vivotek",
|
||||||
"name": "Vivotek",
|
"name": "VIVOTEK",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/vivotek",
|
"documentation": "https://www.home-assistant.io/integrations/vivotek",
|
||||||
"requirements": ["libpyvivotek==0.4.0"],
|
"requirements": ["libpyvivotek==0.4.0"],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user