mirror of
https://github.com/home-assistant/core.git
synced 2026-08-26 16:14:38 +01:00
* fix codespell issues * update nextcloud snapshots * update weheat snapshots * update waqi snapshots
20 lines
623 B
JSON
20 lines
623 B
JSON
{
|
|
"config": {
|
|
"flow_title": "Controller {serial}",
|
|
"step": {
|
|
"discovery_confirm": {
|
|
"title": "Add controller",
|
|
"description": "Add controller {serial}?"
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "Controller already configured",
|
|
"discovery_in_progress": "Discovery in progress",
|
|
"not_supported": "Configuration for QBUS happens through MQTT discovery. If your controller is not automatically discovered, check the prerequisites and troubleshooting section of the documentation."
|
|
},
|
|
"error": {
|
|
"no_controller": "No controllers were found"
|
|
}
|
|
}
|
|
}
|