en.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. "select_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. "choose_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. "fan_fan": "Include a fan entity",
  33. "fan_intensity": "Include intensity as a fan entitiy",
  34. "humidifier_humidifier": "Include a humidifier entity",
  35. "light_aq_indicator": "Include AQ indicator as a light entity",
  36. "light_display": "Include display as a light entity",
  37. "light_light": "Include a light entity",
  38. "light_uv_sterilization": "Include UV sterilization as a light entitiy",
  39. "lock_child_lock": "Include child lock as a lock entity",
  40. "switch_air_clean": "Include air clean as a switch entity",
  41. "switch_ionizer": "Include ionizer as a switch entity",
  42. "switch_master": "Include master switch as a switch entity",
  43. "switch_open_window_detector": "Include open window detect as a switch entity"
  44. "switch_sleep": "Include sleep mode as a switch entity",
  45. "switch_sound": "Include sound mute as a switch entity"
  46. }
  47. }
  48. },
  49. "abort": {
  50. "already_configured": "A device with that ID has already been added.",
  51. "not_supported": "Sorry, there is no support for this device."
  52. },
  53. "error": {
  54. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  55. }
  56. },
  57. "options": {
  58. "step": {
  59. "user": {
  60. "title": "Configure your Tuya Local device",
  61. "description": "[Follow these instructions to find your local key.](https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md)",
  62. "data": {
  63. "host": "IP address or hostname",
  64. "local_key": "Local key",
  65. "humidifier": "Include a humidifier entity",
  66. "fan": "Include a fan entitiy",
  67. "climate": "Include a climate entity",
  68. "light": "Include a light entity",
  69. "lock": "Include a lock entity",
  70. "switch": "Include a switch entity"
  71. }
  72. }
  73. },
  74. "error": {
  75. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  76. },
  77. "abort": {
  78. "not_supported": "Sorry, there is no support for this device."
  79. }
  80. }
  81. }