core/homeassistant/components/livisi/strings.json

19 lines
553 B
JSON

{
"config": {
"step": {
"user": {
"description": "Enter the IP address and the (local) password of the SHC.",
"data": {
"host": "[%key:common::config_flow::data::ip%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"wrong_password": "The password is incorrect.",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"wrong_ip_address": "The IP address is incorrect or the SHC cannot be reached locally."
}
}
}