en.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "name": "Name of the router"
  12. }
  13. }
  14. },
  15. "error": {
  16. "connection": "Could not connect to the router, check if the IP address is correct.",
  17. "login": "Invalid username or password.",
  18. "response": "Unknown response returned by the router, check debug logs."
  19. }
  20. },
  21. "options": {
  22. "step": {
  23. "init": {
  24. "data": {
  25. "scan_interval": "Refresh interval (seconds)"
  26. }
  27. }
  28. }
  29. },
  30. "entity": {
  31. "sensor": {
  32. "rssi": { "name": "Received Signal Strength Indicator" },
  33. "rsrq": { "name": "Received Signal Received Quality" },
  34. "rsrp": { "name": "Received Signal Received Power" },
  35. "sinr": { "name": "Signal To Noise Ratio" },
  36. "network_technology": { "name": "Network Technology" },
  37. "network_band": { "name": "Network Band" }
  38. }
  39. }
  40. }