en.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "host": "IP address or hostname",
  10. "device_id": "Device ID (uuid)",
  11. "local_key": "Local key"
  12. }
  13. }
  14. "type": {
  15. "title": "Choose the type of device",
  16. "description": "Choose the type that matches your device",
  17. "data": {
  18. "type": "Device type"
  19. }
  20. }
  21. "entities": {
  22. "title": "Device details",
  23. "description": "Choose a name for this device, and which entities will be enabled",
  24. "data": {
  25. "name": "Name",
  26. "humidifier": "Include a humidifier entity",
  27. "fan": "Include a fan entitiy"
  28. "climate": "Include a climate entity",
  29. "light": "Include a light entity",
  30. "lock": "Include a lock entity",
  31. "switch": "Include a switch entity"
  32. }
  33. }
  34. },
  35. "abort": {
  36. "already_configured": "A device with that ID has already been added.",
  37. "imported_connection": "Unable to connect to your device with the configured details."
  38. },
  39. "error": {
  40. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  41. }
  42. },
  43. "options": {
  44. "step": {
  45. "user": {
  46. "title": "Configure your Tuya Local device",
  47. "description": "[Follow these instructions to find your local key.](https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md)",
  48. "data": {
  49. "host": "IP address or hostname",
  50. "local_key": "Local key",
  51. "type": "Device type",
  52. "humidifier": "Include a humidifier entity",
  53. "fan": "Include a fan entitiy"
  54. "climate": "Include a climate entity",
  55. "light": "Include a light entity",
  56. "lock": "Include a lock entity",
  57. "switch": "Include a switch entity",
  58. }
  59. },
  60. },
  61. "error": {
  62. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  63. },
  64. "abort": {
  65. "not_supported": "No configuration matching this device was found"
  66. }
  67. }
  68. }