23 lines
535 B
JSON
23 lines
535 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"confirm": {
|
|
"description": "Do you want to set up Tasmota?"
|
|
},
|
|
"config": {
|
|
"title": "Tasmota",
|
|
"description": "Please enter the Tasmota configuration.",
|
|
"data": {
|
|
"discovery_prefix": "Discovery topic prefix"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
|
},
|
|
"error": {
|
|
"invalid_discovery_topic": "Invalid discovery topic prefix."
|
|
}
|
|
}
|
|
}
|