Files
HomeAssistance/custom_components/wyzeapi/strings.json
T
2026-06-05 22:34:31 -04:00

78 lines
2.8 KiB
JSON

{
"title": "[%key:common::config_flow::data::title%]",
"config": {
"step": {
"user": {
"title": "[%key:common::config_flow::data::title%]",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
"keyid": "[%key:common::config_flow::data::key_id%]",
"apikey": "[%key:common::config_flow::data::api_key%]"
},
"data_description": {
"username": "Wyze or 3rd party OAuth email address",
"password": "Wyze or 3rd party OAuth password"
}
},
"2fa": {
"title": "[%key:common::config_flow::data::title%]",
"data": {
"verification_code": "[%key:common::config_flow::data::verification_code%]"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"options": {
"step": {
"init": {
"data": {
"bulb_local_control": "Use Local Control for Color Bulbs and Light Strips"
}
},
"user": {
"title": "[%key:common::config_flow::data::title%]",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
"keyid": "[%key:common::config_flow::data::key_id%]",
"apikey": "[%key:common::config_flow::data::api_key%]"
}
},
"2fa": {
"title": "[%key:common::config_flow::data::title%]",
"data": {
"verification_code": "[%key:common::config_flow::data::verification_code%]"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
},
"issues": {
"entity_changed": {
"title": "Wyze Entity Error",
"description": "{automation} may need attention. {entity} may have changed or been removed. This is due to a change in outdoor plug devices. Once fixed you can ignore this issue."
},
"device_changed": {
"title": "Wyze Device Error",
"description": "{automation} may need attention. A device has changed or been removed. This is due to a change in outdoor plug devices. Once fixed you can ignore this issue."
}
}
}