2024-01-24 11:00:51 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"error": {
|
|
|
|
"api_exception": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"client_connector_error": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"timeout_error": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"invalid_ip": "Invalid IPv4 address"
|
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
|
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]"
|
|
|
|
},
|
|
|
|
"flow_title": "{name}",
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::ip%]",
|
|
|
|
"model": "[%key:common::generic::model%]"
|
|
|
|
},
|
|
|
|
"description": "Manually configure your Bang & Olufsen device."
|
|
|
|
},
|
|
|
|
"zeroconf_confirm": {
|
|
|
|
"title": "Setup Bang & Olufsen device",
|
|
|
|
"description": "Confirm the configuration of the {model}-{serial_number} @ {host}."
|
|
|
|
}
|
|
|
|
}
|
2024-06-24 19:06:57 +00:00
|
|
|
},
|
|
|
|
"exceptions": {
|
|
|
|
"m3u_invalid_format": {
|
|
|
|
"message": "Media sources with the .m3u extension are not supported."
|
|
|
|
}
|
2024-01-24 11:00:51 +00:00
|
|
|
}
|
|
|
|
}
|