mirror of https://github.com/home-assistant/core
28 lines
829 B
JSON
28 lines
829 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
},
|
|
"data_description": {
|
|
"host": "Hostname or IP address of your Volumio media player."
|
|
}
|
|
},
|
|
"discovery_confirm": {
|
|
"description": "Do you want to add Volumio (`{name}`) to Home Assistant?",
|
|
"title": "Discovered Volumio"
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"cannot_connect": "Cannot connect to discovered Volumio"
|
|
}
|
|
}
|
|
}
|