en.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "config": {
  3. "step": {
  4. "user": {
  5. "title": "Odido 5G router",
  6. "description": "Read statistics from the 5G router supplied with the Odido 'Klik & Klaar' internet subscription",
  7. "data": {
  8. "ip_address": "IP address router",
  9. "username": "Username",
  10. "password": "Password"
  11. }
  12. }
  13. },
  14. "error": {
  15. "connection": "Could not connect to the router, check if the IP address is correct.",
  16. "login": "Invalid username or password.",
  17. "response": "Unknown response returned by the router, check debug logs."
  18. }
  19. },
  20. "options": {
  21. "step": {
  22. "init": {
  23. "data": {
  24. "scan_interval": "Refresh interval (seconds)"
  25. }
  26. }
  27. }
  28. },
  29. "entity": {
  30. "sensor": {
  31. "rssi": { "name": "Received Signal Strength Indicator" },
  32. "rsrq": { "name": "Received Signal Received Quality" },
  33. "rsrp": { "name": "Received Signal Received Power" },
  34. "sinr": { "name": "Signal To Noise Ratio" },
  35. "network_technology": { "name": "Network Technology" },
  36. "network_band": { "name": "Network Band" }
  37. }
  38. }
  39. }