1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-28 19:26:11 +01:00
Files

45 lines
1.4 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"reconfigure": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "[%key:component::nfandroidtv::config::step::user::data_description::host%]"
},
"description": "Reconfigure {name}"
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"name": "[%key:common::config_flow::data::name%]"
},
"data_description": {
"host": "The hostname or IP address of your TV."
},
"description": "Please refer to the documentation to make sure all requirements are met."
}
}
},
"exceptions": {
"connection_failed": {
"message": "Failed to connect to host: {host}"
},
"invalid_notification_icon": {
"message": "Invalid icon data provided. Got {type}"
},
"invalid_notification_image": {
"message": "Invalid image data provided. Got {type}"
}
}
}