core/homeassistant/components/wyoming/strings.json

23 lines
650 B
JSON

{
"config": {
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
}
},
"hassio_confirm": {
"description": "Do you want to configure Home Assistant to connect to the Wyoming service provided by the add-on: {addon}?"
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"no_services": "No services found at endpoint"
}
}
}