1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/wiffi/strings.json
Steffen Zimmermann 85f2e259da
Add unique id check in wiffi config flow (#60388)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-12-29 14:34:47 +01:00

27 lines
534 B
JSON

{
"config": {
"step": {
"user": {
"title": "Setup TCP server for WIFFI devices",
"data": {
"port": "[%key:common::config_flow::data::port%]"
}
}
},
"abort": {
"addr_in_use": "Server port already in use.",
"already_configured": "Server port is already configured.",
"start_server_failed": "Start server failed."
}
},
"options": {
"step": {
"init": {
"data": {
"timeout": "Timeout (minutes)"
}
}
}
}
}