en.json 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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. "binary_sensor": "Include a binary sensor entity",
  27. "climate": "Include a climate entity",
  28. "fan": "Include a fan entitiy",
  29. "humidifier": "Include a humidifier entity",
  30. "light": "Include a light entity",
  31. "lock": "Include a lock entity",
  32. "number": "Include a number entity",
  33. "select": "Include a select entity",
  34. "sensor": "Include a sensor entity",
  35. "switch": "Include a switch entity",
  36. "binary_sensor_continuous_heat": "Include continuous heat alarm as a binary_sensor entity",
  37. "binary_sensor_defrost": "Include defrost as a binary_sensor entity.",
  38. "binary_sensor_high_temperature": "Include high temperature alarm as a binary_sensor entity",
  39. "binary_sensor_low_temperature": "Include low temperature alarm as a binary_sensor entity",
  40. "binary_sensor_tank": "Include tank as a binary_sensor entity",
  41. "binary_sensor_water_flow": "Include water flow warning as a binary_sensor entity",
  42. "climate_dehumidifier_as_climate": "Include a climate entity for the dehumidifier (deprecated, recommend using humidifier and fan instead)",
  43. "fan_intensity": "Include intensity as a fan entitiy",
  44. "light_aq_indicator": "Include AQ indicator as a light entity",
  45. "light_backlight": "Include backlight as a light entity",
  46. "light_display": "Include display as a light entity",
  47. "light_flame": "Include flame as a light entity",
  48. "light_uv_sterilization": "Include UV sterilization as a light entitiy",
  49. "lock_child_lock": "Include child lock as a lock entity",
  50. "number_calibration_offset": "Include calibration offset as a number entitiy",
  51. "number_calibration_swing": "Include calibration swing as a number entity",
  52. "number_continuous_heat_hours": "Include Continuous Heating Time as a number entity",
  53. "number_high_temperature_limit": "Include High Temperature Limit as a number entity",
  54. "number_low_temperature_limit": "Include Low Temperature Limit as a number entity",
  55. "number_floor_temperature_limit": "Include Floor Temperature Limit as a number entity",
  56. "number_power_rating": "Include Power Rating as a number entity",
  57. "number_timer": "Include timer as a number entity",
  58. "select_installation": "Include installation as a select entity.",
  59. "select_schedule": "Include schedule as a select entity",
  60. "select_timer": "Include timer as a select entity",
  61. "select_temperature_sensor": "Include temperature sensor config as a select entity",
  62. "select_temperature_unit": "Include temerature unit as a select entity",
  63. "sensor_air_quality": "Include air quality as a sensor entity",
  64. "sensor_prefilter_life": "Include prefilter life as a sensor entity",
  65. "sensor_charcoal_filter_life": "Include charcoal filter life as a sensor entity",
  66. "sensor_active_filter_life": "Include active filter life as a sensor entity",
  67. "sensor_hepa_filter_life": "Include HEPA filter life as a sensor entity",
  68. "sensor_current_humidity": "Include current humidity as a sensor entity",
  69. "sensor_current_temperature": "Include current temperature as a sensor entity",
  70. "sensor_external_temperature": "Include external temperature as a sensor entity",
  71. "sensor_power_level": "Include power level as a sensor entity",
  72. "sensor_timer": "Include time remaining as a sensor entity",
  73. "sensor_floor_temperature": "Include floor temperature as a sensor entity",
  74. "sensor_current": "Include current as a sensor entity",
  75. "sensor_voltage": "Include voltage as a sensor entity",
  76. "sensor_open": "Include open as a sensor entity",
  77. "switch_adaptive": "Include adaptive as a switch entity",
  78. "switch_air_clean": "Include air clean as a switch entity",
  79. "switch_ionizer": "Include ionizer as a switch entity",
  80. "switch_master": "Include master switch as a switch entity",
  81. "switch_open_window_detector": "Include open window detect as a switch entity",
  82. "switch_outlet_1": "Include outlet 1 as a switch entity",
  83. "switch_outlet_2": "Include outlet 2 as a switch entity",
  84. "switch_sleep": "Include sleep mode as a switch entity",
  85. "switch_sound": "Include sound mute as a switch entity",
  86. "switch_uv_sterilization": "Include UV sterilization as a switch"
  87. }
  88. }
  89. },
  90. "abort": {
  91. "already_configured": "A device with that ID has already been added.",
  92. "not_supported": "Sorry, there is no support for this device."
  93. },
  94. "error": {
  95. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  96. }
  97. },
  98. "options": {
  99. "step": {
  100. "user": {
  101. "title": "Configure your Tuya Local device",
  102. "description": "[Follow these instructions to find your local key.](https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md)",
  103. "data": {
  104. "host": "IP address or hostname",
  105. "local_key": "Local key",
  106. "binary_sensor": "Include a binary sensor entity",
  107. "climate": "Include a climate entity",
  108. "fan": "Include a fan entitiy",
  109. "humidifier": "Include a humidifier entity",
  110. "light": "Include a light entity",
  111. "lock": "Include a lock entity",
  112. "number": "Include a number entity",
  113. "select": "Include a select entity",
  114. "sensor": "Include a sensor entity",
  115. "switch": "Include a switch entity",
  116. "binary_sensor_continuous_heat": "Include continuous heat alarm as a binary_sensor entity",
  117. "binary_sensor_defrost": "Include defrost as a binary_sensor entity.",
  118. "binary_sensor_high_temperature": "Include high temperature alarm as a binary_sensor entity",
  119. "binary_sensor_low_temperature": "Include low temperature alarm as a binary_sensor entity",
  120. "binary_sensor_tank": "Include tank as a binary_sensor entity.",
  121. "binary_sensor_water_flow": "Include water flow warning as a binary_sensor entity",
  122. "climate_dehumidifier_as_climate": "Include a climate entity for the dehumidifier (deprecated, recommend using humidifier and fan instead)",
  123. "fan_intensity": "Include intensity as a fan entitiy",
  124. "light_aq_indicator": "Include AQ indicator as a light entity",
  125. "light_backlight": "Include backlight as a light entity",
  126. "light_display": "Include display as a light entity",
  127. "light_flame": "Include flame as a light entity",
  128. "light_uv_sterilization": "Include UV sterilization as a light entitiy",
  129. "lock_child_lock": "Include child lock as a lock entity",
  130. "number_calibration_offset": "Include calibration offset as a number entitiy",
  131. "number_calibration_swing": "Include calibration swing as a number entity",
  132. "number_continuous_heat_hours": "Include Continuous Heating Time as a number entity",
  133. "number_high_temperature_limit": "Include High Temperature Limit as a number entity",
  134. "number_low_temperature_limit": "Include Low Temperature Limit as a number entity",
  135. "number_floor_temperature_limit": "Include Floor Temperature Limit as a number entity",
  136. "number_power_rating": "Include Power Rating as a number entity",
  137. "number_timer": "Include timer as a number entity",
  138. "select_installation": "Include installation as a select entity.",
  139. "select_schedule": "Include schedule as a select entity",
  140. "select_timer": "Include timer as a select entity",
  141. "select_temperature_sensor": "Include temperature sensor config as a select entity",
  142. "select_temperature_unit": "Include temerature unit as a select entity",
  143. "sensor_air_quality": "Include air quality as a sensor entity",
  144. "sensor_prefilter_life": "Include prefilter life as a sensor entity",
  145. "sensor_charcoal_filter_life": "Include charcoal filter life as a sensor entity",
  146. "sensor_active_filter_life": "Include active filter life as a sensor entity",
  147. "sensor_hepa_filter_life": "Include HEPA filter life as a sensor entity",
  148. "sensor_current_humidity": "Include current humidity as a sensor entity",
  149. "sensor_current_temperature": "Include current temperature as a sensor entity",
  150. "sensor_external_temperature": "Include external temperature as a sensor entity",
  151. "sensor_power_level": "Include power level as a sensor entity",
  152. "sensor_timer": "Include time remaining as a sensor entity",
  153. "sensor_floor_temperature": "Include floor temperature as a sensor entity",
  154. "sensor_current": "Include current as a sensor entity",
  155. "sensor_voltage": "Include voltage as a sensor entity",
  156. "sensor_open": "Include open as a sensor entity",
  157. "switch_adaptive": "Include adaptive as a switch entity",
  158. "switch_air_clean": "Include air clean as a switch entity",
  159. "switch_ionizer": "Include ionizer as a switch entity",
  160. "switch_master": "Include master switch as a switch entity",
  161. "switch_open_window_detector": "Include open window detect as a switch entity",
  162. "switch_outlet_1": "Include outlet 1 as a switch entity",
  163. "switch_outlet_2": "Include outlet 2 as a switch entity",
  164. "switch_sleep": "Include sleep mode as a switch entity",
  165. "switch_sound": "Include sound mute as a switch entity",
  166. "switch_uv_sterilization": "Include UV sterilization as a switch"
  167. }
  168. }
  169. },
  170. "error": {
  171. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  172. },
  173. "abort": {
  174. "not_supported": "Sorry, there is no support for this device."
  175. }
  176. }
  177. }