en.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. "climate_dehumidifier_as_climate": "Include a climate entity for the dehumidifier (deprecated, recommend using humidifier and fan instead)",
  33. "fan_intensity": "Include intensity as a fan entitiy",
  34. "light_aq_indicator": "Include AQ indicator as a light entity",
  35. "light_backlight": "Include backlight as a light entity",
  36. "light_display": "Include display as a light entity",
  37. "light_flame": "Include flame as 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. "number_timer": "Include timer as a number entity",
  41. "select_timer": "Include timer as a select entity",
  42. "sensor_current_humidity": "Include current humidity as a sensor entity",
  43. "sensor_current_temperature": "Include current temperature as a sensor entity",
  44. "switch_air_clean": "Include air clean as a switch entity",
  45. "switch_ionizer": "Include ionizer as a switch entity",
  46. "switch_master": "Include master switch as a switch entity",
  47. "switch_open_window_detector": "Include open window detect as a switch entity",
  48. "switch_outlet_1": "Include outlet 1 as a switch entity",
  49. "switch_outlet_2": "Include outlet 2 as a switch entity",
  50. "switch_sleep": "Include sleep mode as a switch entity",
  51. "switch_sound": "Include sound mute as a switch entity",
  52. "switch_uv_sterilization": "Include UV sterilization as a switch"
  53. }
  54. }
  55. },
  56. "abort": {
  57. "already_configured": "A device with that ID has already been added.",
  58. "not_supported": "Sorry, there is no support for this device."
  59. },
  60. "error": {
  61. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  62. }
  63. },
  64. "options": {
  65. "step": {
  66. "user": {
  67. "title": "Configure your Tuya Local device",
  68. "description": "[Follow these instructions to find your local key.](https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md)",
  69. "data": {
  70. "host": "IP address or hostname",
  71. "local_key": "Local key",
  72. "humidifier": "Include a humidifier entity",
  73. "fan": "Include a fan entitiy",
  74. "climate": "Include a climate entity",
  75. "light": "Include a light entity",
  76. "lock": "Include a lock entity",
  77. "switch": "Include a switch entity",
  78. "climate_dehumidifier_as_climate": "Include a climate entity for the dehumidifier (deprecated, recommend using humidifier and fan instead)",
  79. "fan_intensity": "Include intensity as a fan entitiy",
  80. "light_aq_indicator": "Include AQ indicator as a light entity",
  81. "light_backlight": "Include backlight as a light entity",
  82. "light_display": "Include display as a light entity",
  83. "light_flame": "Include flame as a light entity",
  84. "light_uv_sterilization": "Include UV sterilization as a light entitiy",
  85. "lock_child_lock": "Include child lock as a lock entity",
  86. "number_timer": "Include timer as a number entity",
  87. "select_timer": "Include timer as a select entity",
  88. "sensor_current_humidity": "Include current humidity as a sensor entity",
  89. "sensor_current_temperature": "Include current temperature as a sensor entity",
  90. "switch_air_clean": "Include air clean as a switch entity",
  91. "switch_ionizer": "Include ionizer as a switch entity",
  92. "switch_master": "Include master switch as a switch entity",
  93. "switch_open_window_detector": "Include open window detect as a switch entity",
  94. "switch_outlet_1": "Include outlet 1 as a switch entity",
  95. "switch_outlet_2": "Include outlet 2 as a switch entity",
  96. "switch_sleep": "Include sleep mode as a switch entity",
  97. "switch_sound": "Include sound mute as a switch entity",
  98. "switch_uv_sterilization": "Include UV sterilization as a switch"
  99. }
  100. }
  101. },
  102. "error": {
  103. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  104. },
  105. "abort": {
  106. "not_supported": "Sorry, there is no support for this device."
  107. }
  108. }
  109. }