Fix name and descriptions of actions in EZVIZ integration etc. (#135858)

This commit is contained in:
Norbert Rittel 2025-01-19 13:28:49 +01:00 committed by GitHub
parent 15d57692d9
commit 2f5545e7b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@
}, },
"reauth_confirm": { "reauth_confirm": {
"title": "[%key:common::config_flow::title::reauth%]", "title": "[%key:common::config_flow::title::reauth%]",
"description": "Enter credentials to reauthenticate to ezviz cloud account", "description": "Enter credentials to reauthenticate to EZVIZ cloud account",
"data": { "data": {
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]" "password": "[%key:common::config_flow::data::password%]"
@ -45,7 +45,7 @@
"abort": { "abort": {
"already_configured_account": "[%key:common::config_flow::abort::already_configured_account%]", "already_configured_account": "[%key:common::config_flow::abort::already_configured_account%]",
"unknown": "[%key:common::config_flow::error::unknown%]", "unknown": "[%key:common::config_flow::error::unknown%]",
"ezviz_cloud_account_missing": "Ezviz cloud account missing. Please reconfigure Ezviz cloud account", "ezviz_cloud_account_missing": "EZVIZ cloud account missing. Please reconfigure EZVIZ cloud account",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
} }
}, },
@ -53,7 +53,7 @@
"step": { "step": {
"init": { "init": {
"data": { "data": {
"timeout": "Request Timeout (seconds)", "timeout": "Request timeout (seconds)",
"ffmpeg_arguments": "Arguments passed to ffmpeg for cameras" "ffmpeg_arguments": "Arguments passed to ffmpeg for cameras"
} }
} }
@ -185,22 +185,22 @@
}, },
"services": { "services": {
"set_alarm_detection_sensibility": { "set_alarm_detection_sensibility": {
"name": "Detection sensitivity", "name": "Set detection sensibility",
"description": "Sets the detection sensibility level.", "description": "Changes the sensibility level of the motion detection.",
"fields": { "fields": {
"level": { "level": {
"name": "Sensitivity level", "name": "Level",
"description": "Sensibility level (1-6) for type 0 (Normal camera) or (1-100) for type 3 (PIR sensor camera)." "description": "Sensibility level. 1-6 for type 0 (normal camera), or 1-100 for type 3 (PIR sensor camera)."
}, },
"type_value": { "type_value": {
"name": "Detection type", "name": "Type",
"description": "Type of detection. Options : 0 - Camera or 3 - PIR Sensor Camera." "description": "Detection type. 0 for normal camera, or 3 for PIR sensor camera."
} }
} }
}, },
"wake_device": { "wake_device": {
"name": "Wake camera", "name": "Wake camera",
"description": "This can be used to wake the camera/device from hibernation." "description": "Wakes a camera from sleep mode. Especially useful for battery cameras."
} }
} }
} }