1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/wiffi/strings.json
2022-12-12 11:40:00 +01:00

27 lines
535 B
JSON

{
"config": {
"step": {
"user": {
"title": "Set up 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)"
}
}
}
}
}