Files
2025-10-28 10:33:10 +01:00

32 lines
915 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"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": {
"invalid_notification_icon": {
"message": "Invalid icon data provided. Got {type}"
},
"invalid_notification_image": {
"message": "Invalid image data provided. Got {type}"
}
}
}