mirror of
https://github.com/home-assistant/core.git
synced 2026-05-26 10:15:33 +01:00
21 lines
441 B
JSON
21 lines
441 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"confirm": {
|
|
"description": "Do you want to set up Tasmota?"
|
|
},
|
|
"config": {
|
|
"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."
|
|
}
|
|
}
|
|
}
|