1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 18:38:17 +00:00
Files
core/homeassistant/components/tasmota/strings.json
2025-10-28 10:33:10 +01:00

31 lines
977 B
JSON

{
"config": {
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
},
"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\nTasmota 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 device are disabled until the configuration has been corrected.",
"title": "Tasmota device {name} has an invalid MQTT topic"
}
}
}