1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 10:27:52 +00:00
Files
core/homeassistant/components/wiffi/strings.json
2025-10-28 10:33:10 +01:00

27 lines
535 B
JSON

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