30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"single_instance_allowed": "Already configured. Only a single configuration possible."
|
|
},
|
|
"error": {
|
|
"invalid_discovery_topic": "Invalid discovery topic prefix."
|
|
},
|
|
"step": {
|
|
"config": {
|
|
"data": {
|
|
"discovery_prefix": "Discovery topic prefix"
|
|
}
|
|
},
|
|
"confirm": {
|
|
"description": "Do you want to set up Tasmota?"
|
|
}
|
|
}
|
|
},
|
|
"issues": {
|
|
"topic_duplicated": {
|
|
"description": "Several Tasmota devices are sharing the topic {topic}.\n\n Tasmota devices with this problem: {offenders}.",
|
|
"title": "Several Tasmota devices are sharing the same topic"
|
|
},
|
|
"topic_no_prefix": {
|
|
"description": "Tasmota device {name} with IP {ip} does not include `%prefix%` in its fulltopic.\n\nEntities for this devices are disabled until the configuration has been corrected.",
|
|
"title": "Tasmota device {name} has an invalid MQTT topic"
|
|
}
|
|
}
|
|
} |