strings.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "title": "Tuya Local",
  3. "config": {
  4. "step": {
  5. "user": {
  6. "title": "Configure your Tuya Local device",
  7. "description": "[Follow these instructions to find your device id and local key.](https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md)",
  8. "data": {
  9. "name": "Name",
  10. "host": "IP address or hostname",
  11. "device_id": "Device ID (uuid)",
  12. "local_key": "Local key",
  13. "type": "Device type",
  14. "climate": "Include a climate entity",
  15. "display_light": "Include LED display as a light entity",
  16. "child_lock": "Include child lock as a lock entity (unsupported on fans)"
  17. }
  18. }
  19. },
  20. "abort": {
  21. "already_configured": "A device with that ID has already been added."
  22. },
  23. "error": {
  24. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  25. }
  26. },
  27. "options": {
  28. "step": {
  29. "user": {
  30. "title": "Configure your Tuya Local device",
  31. "description": "[Follow these instructions to find your local key.](https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md)",
  32. "data": {
  33. "host": "IP address or hostname",
  34. "local_key": "Local key",
  35. "type": "Device type",
  36. "climate": "Include device as a climate entity",
  37. "display_light": "Include LED display as light entity",
  38. "child_lock": "Include child lock as lock entity (unsupported on fans)"
  39. }
  40. }
  41. },
  42. "error": {
  43. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  44. }
  45. }
  46. }