core/homeassistant/components/laundrify/strings.json

34 lines
1.0 KiB
JSON

{
"entity": {
"binary_sensor": {
"wash_cycle": {
"name": "Cycle"
}
}
},
"config": {
"step": {
"init": {
"description": "Please enter your personal Auth Code that is shown in the laundrify-App.",
"data": {
"code": "Auth Code (xxx-xxx)"
}
},
"reauth_confirm": {
"title": "[%key:common::config_flow::title::reauth%]",
"description": "The laundrify integration needs to re-authenticate."
}
},
"error": {
"invalid_format": "Invalid format. Please specify as xxx-xxx.",
"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_account%]",
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
}
}
}