158 lines
5.5 KiB
JSON
158 lines
5.5 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{serial}",
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to EZVIZ Cloud",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"url": "[%key:common::config_flow::data::url%]"
|
|
}
|
|
},
|
|
"user_custom_url": {
|
|
"title": "Connect to custom EZVIZ URL",
|
|
"description": "Manually specify your region URL",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"url": "[%key:common::config_flow::data::url%]"
|
|
}
|
|
},
|
|
"confirm": {
|
|
"title": "Discovered EZVIZ Camera",
|
|
"description": "Enter RTSP credentials for EZVIZ camera {serial} with IP {ip_address}",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
"description": "Enter credentials to reauthenticate to ezviz cloud account",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"invalid_host": "[%key:common::config_flow::error::invalid_host%]",
|
|
"mfa_required": "2FA enabled on account, please disable and retry"
|
|
},
|
|
"abort": {
|
|
"already_configured_account": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"ezviz_cloud_account_missing": "Ezviz cloud account missing. Please reconfigure Ezviz cloud account",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"timeout": "Request Timeout (seconds)",
|
|
"ffmpeg_arguments": "Arguments passed to ffmpeg for cameras"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"issues": {
|
|
"service_depreciation_detection_sensibility": {
|
|
"title": "Ezviz Detection sensitivity service is being removed",
|
|
"fix_flow": {
|
|
"step": {
|
|
"confirm": {
|
|
"title": "[%key:component::ezviz::issues::service_depreciation_detection_sensibility::title%]",
|
|
"description": "The Ezviz Detection sensitivity service is deprecated and will be removed in Home Assistant 2023.12.\nTo set the sensitivity, you can instead use the `number.set_value` service targetting the Detection sensitivity entity.\n\nPlease remove this service from your automations and scripts and select **submit** to close this issue."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"service_deprecation_alarm_sound_level": {
|
|
"title": "Ezviz Alarm sound level service is being removed",
|
|
"fix_flow": {
|
|
"step": {
|
|
"confirm": {
|
|
"title": "[%key:component::ezviz::issues::service_deprecation_alarm_sound_level::title%]",
|
|
"description": "Ezviz Alarm sound level service is deprecated and will be removed.\nTo set the Alarm sound level, you can instead use the `select.select_option` service targetting the Warning sound entity.\n\nPlease remove this service from your automations and scripts and select **submit** to close this issue."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"select": {
|
|
"alarm_sound_mode": {
|
|
"name": "Warning sound",
|
|
"state": {
|
|
"soft": "Soft",
|
|
"intensive": "Intensive",
|
|
"silent": "Silent"
|
|
}
|
|
}
|
|
},
|
|
"image": {
|
|
"last_motion_image": {
|
|
"name": "Last motion image"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"alarm_sound": {
|
|
"name": "Set warning sound level.",
|
|
"description": "Setx movement warning sound level.",
|
|
"fields": {
|
|
"level": {
|
|
"name": "Sound level",
|
|
"description": "Sound level (2 is disabled, 1 intensive, 0 soft)."
|
|
}
|
|
}
|
|
},
|
|
"ptz": {
|
|
"name": "PTZ",
|
|
"description": "Moves the camera to the direction, with defined speed.",
|
|
"fields": {
|
|
"direction": {
|
|
"name": "Direction",
|
|
"description": "Direction to move camera (up, down, left, right)."
|
|
},
|
|
"speed": {
|
|
"name": "Speed",
|
|
"description": "Speed of movement (from 1 to 9)."
|
|
}
|
|
}
|
|
},
|
|
"set_alarm_detection_sensibility": {
|
|
"name": "Detection sensitivity",
|
|
"description": "Sets the detection sensibility level.",
|
|
"fields": {
|
|
"level": {
|
|
"name": "Sensitivity level",
|
|
"description": "Sensibility level (1-6) for type 0 (Normal camera) or (1-100) for type 3 (PIR sensor camera)."
|
|
},
|
|
"type_value": {
|
|
"name": "Detection type",
|
|
"description": "Type of detection. Options : 0 - Camera or 3 - PIR Sensor Camera."
|
|
}
|
|
}
|
|
},
|
|
"sound_alarm": {
|
|
"name": "Sound alarm",
|
|
"description": "Sounds the alarm on your camera.",
|
|
"fields": {
|
|
"enable": {
|
|
"name": "Alarm sound",
|
|
"description": "Enter 1 or 2 (1=disable, 2=enable)."
|
|
}
|
|
}
|
|
},
|
|
"wake_device": {
|
|
"name": "Wake camera",
|
|
"description": "This can be used to wake the camera/device from hibernation."
|
|
}
|
|
}
|
|
}
|