1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 02:47:14 +00:00
Files
core/homeassistant/components/laundrify/strings.json
2025-10-28 10:33:10 +01:00

34 lines
1.0 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"invalid_format": "Invalid format. Please specify as xxx-xxx.",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"init": {
"data": {
"code": "Auth Code (xxx-xxx)"
},
"description": "Please enter your personal Auth Code that is shown in the laundrify app."
},
"reauth_confirm": {
"description": "The laundrify integration needs to re-authenticate.",
"title": "[%key:common::config_flow::title::reauth%]"
}
}
},
"entity": {
"binary_sensor": {
"wash_cycle": {
"name": "Cycle"
}
}
}
}