en.json 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  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": {"type": "Device type"}
  18. },
  19. "choose_entities": {
  20. "title": "Device details",
  21. "description": "Choose a name for this device, and which entities will be enabled",
  22. "data": {
  23. "name": "Name",
  24. "binary_sensor": "Include a binary sensor entity",
  25. "climate": "Include a climate entity",
  26. "cover": "Include a cover entity",
  27. "fan": "Include a fan entity",
  28. "humidifier": "Include a humidifier entity",
  29. "light": "Include a light entity",
  30. "lock": "Include a lock entity",
  31. "number": "Include a number entity",
  32. "select": "Include a select entity",
  33. "sensor": "Include a sensor entity",
  34. "switch": "Include a switch entity",
  35. "vacuum": "Include a vacuum 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_error": "Include error as a binary_sensor entity.",
  39. "binary_sensor_high_temperature": "Include high temperature alarm as a binary_sensor entity",
  40. "binary_sensor_low_temperature": "Include low temperature alarm as a binary_sensor entity",
  41. "binary_sensor_sensor_fault": "Include sensor fault as a binary_sensor entity",
  42. "binary_sensor_tank": "Include tank as a binary_sensor entity",
  43. "binary_sensor_valve": "Include valve as a binary_sensor entity",
  44. "binary_sensor_water_flow": "Include water flow warning as a binary_sensor entity",
  45. "binary_sensor_short_circuit": "Include short circuit as a binary_sensor entity",
  46. "binary_sensor_surge": "Include surge detection as a binary_sensor entity",
  47. "binary_sensor_overload": "Include overload detection as a binary_sensor entity",
  48. "binary_sensor_leakage_current": "Include leakage current as a binary_sensor entity",
  49. "binary_sensor_fire": "Include fire detection as a binary_sensor entity",
  50. "binary_sensor_high_power": "Include high power detection as a binary_sensor entity",
  51. "binary_sensor_self_test": "Include self test as a binary_sensor entity",
  52. "binary_sensor_overcurrent": "Include overcurrent detection as a binary_sensor entity",
  53. "binary_sensor_unbalanced": "Include unbalanced detection as a binary_sensor entity",
  54. "binary_sensor_overvoltage": "Include overvoltage detection as a binary_sensor entity",
  55. "binary_sensor_undervoltage": "Include undervoltage detection as a binary_sensor entity",
  56. "binary_sensor_phase_fault": "Include phase fault detection as a binary_sensor entity",
  57. "binary_sensor_outage": "Include outage detection as a binary_sensor entity",
  58. "binary_sensor_magnetism": "Include magnetism detection as a binary_sensor entity",
  59. "binary_sensor_low_credit": "Include low credit as a binary_sensor entity",
  60. "binary_sensor_credit": "Include credit as a binary_sensor entity",
  61. "climate_dehumidifier_as_climate": "Include a climate entity for the dehumidifier (deprecated, recommend using humidifier and fan instead)",
  62. "fan_intensity": "Include intensity as a fan entity",
  63. "light_aq_indicator": "Include AQ indicator as a light entity",
  64. "light_backlight": "Include backlight as a light entity",
  65. "light_display": "Include display as a light entity",
  66. "light_flame": "Include flame as a light entity",
  67. "light_night_light": "Include night light as a light entity",
  68. "light_uv_sterilization": "Include UV sterilization as a light entity",
  69. "lock_child_lock": "Include child lock as a lock entity",
  70. "number_calibration_offset": "Include calibration offset as a number entity",
  71. "number_calibration_offset_external": "Include calibration offset for external sensor as a number entity",
  72. "number_calibration_offset_internal": "Include calibration offset for internal sensor as a number entity",
  73. "number_calibration_swing": "Include calibration swing as a number entity",
  74. "number_calibration_swing_external": "Include calibration swing for external sensor as a number entity",
  75. "number_calibration_swing_internal": "Include calibration swing for internal sensor as a number entity",
  76. "number_compressor_delay": "Include compressor delay as a number entity",
  77. "number_cooling_hysteresis": "Include cooling hysteresis as a number entity",
  78. "number_heating_hysteresis": "Include heating hysteresis as a number entity",
  79. "number_continuous_heat_hours": "Include Continuous Heating Time as a number entity",
  80. "number_fan_runtime": "Include fan run time as a number entity",
  81. "number_high_temperature_limit": "Include High Temperature Limit as a number entity",
  82. "number_low_temperature_limit": "Include Low Temperature Limit as a number entity",
  83. "number_floor_temperature_limit": "Include Floor Temperature Limit as a number entity",
  84. "number_high_temperature_protection": "Include High Temperature Protection as a number entity",
  85. "number_low_temperature_protection": "Include Low Temperature Protection as a number entity",
  86. "number_holiday_days": "Include Holiday Days as a number entity",
  87. "number_holiday_temperature": "Include Holiday Temperature as a number entity",
  88. "number_power_rating": "Include Power Rating as a number entity",
  89. "number_timer": "Include timer as a number entity",
  90. "number_timer_1": "Include timer 1 as a number entity",
  91. "number_timer_2": "Include timer 2 as a number entity",
  92. "number_timer_3": "Include timer 3 as a number entity",
  93. "number_usb_timer": "Include timer USB as a number entity",
  94. "select_configuration": "Include configuration as a select entity",
  95. "select_initial_state": "Include initial state as a select entity",
  96. "select_installation": "Include installation as a select entity",
  97. "select_open_window_detection": "Include open window detection as a select entity",
  98. "select_pir_timeout": "Include PIR timeout as a select entity",
  99. "select_schedule": "Include schedule as a select entity",
  100. "select_timer": "Include timer as a select entity",
  101. "select_temperature_sensor": "Include temperature sensor config as a select entity",
  102. "select_temperature_unit": "Include temerature unit as a select entity",
  103. "sensor_active_filter_life": "Include active filter life as a sensor entity",
  104. "sensor_air_quality": "Include air quality as a sensor entity",
  105. "sensor_balance_energy": "Include balance energy as a sensor_entity",
  106. "sensor_charcoal_filter_life": "Include charcoal filter life as a sensor entity",
  107. "sensor_clean_area": "Include clean area as a sensor entity",
  108. "sensor_clean_time": "Include clean time as a sensor entity",
  109. "sensor_filter": "Include filter as a sensor entity",
  110. "sensor_edge_brush": "Include edge brush as a sensor entity",
  111. "sensor_roll_brush": "Include roll brush as a sensor entity",
  112. "sensor_current": "Include current as a sensor entity",
  113. "sensor_current_humidity": "Include current humidity as a sensor entity",
  114. "sensor_current_temperature": "Include current temperature as a sensor entity",
  115. "sensor_energy": "Include energy as a sensor entity",
  116. "sensor_external_temperature": "Include external temperature as a sensor entity",
  117. "sensor_floor_temperature": "Include floor temperature as a sensor entity",
  118. "sensor_hepa_filter_life": "Include HEPA filter life as a sensor entity",
  119. "sensor_open": "Include open as a sensor entity",
  120. "sensor_power": "Include power as a sensor entity",
  121. "sensor_power_level": "Include power level as a sensor entity",
  122. "sensor_pm2_5": "Include PM2.5 as a sensor entity",
  123. "sensor_prefilter_life": "Include prefilter life as a sensor entity",
  124. "sensor_status": "Include status as a sensor entity",
  125. "sensor_timer": "Include time remaining as a sensor entity",
  126. "sensor_voltage": "Include voltage as a sensor entity",
  127. "sensor_ambient_temperature": "Include ambient temperature as a sensor entity",
  128. "sensor_cooling_coil_pipe_temperature": "Include cooling coil pipe temperature as a sensor entity",
  129. "sensor_cooling_plate_temperature": "Include cooling plate temperature as a sensor entity",
  130. "sensor_eev_opening": "Include EEV opening as a sensor entity",
  131. "sensor_evaporator_coil_pipe_temperature": "Include evaporator coil pipe temperature as a sensor entity",
  132. "sensor_exhaust_gas_temperature": "Include exhaust gas temperature as a sensor entity",
  133. "sensor_outlet_water_temperature": "Include outlet water temperature as a sensor entity",
  134. "sensor_return_gas_temperature": "Include return gas temperature as a sensor entity",
  135. "sensor_water_level": "Include water level as a sensor entity",
  136. "switch_adaptive": "Include adaptive as a switch entity",
  137. "switch_air_clean": "Include air clean as a switch entity",
  138. "switch_anti_frost": "Include anti-frost as a switch entity",
  139. "switch_edge_brush_reset": "Include edge brush reset as a switch entity",
  140. "switch_roll_brush_reset": "Include roll brush reset as a switch entity",
  141. "switch_energy_reset": "Include energy reset as a switch entity",
  142. "switch_factory_reset": "Include factory reset as a switch entity",
  143. "switch_filter_reset": "Include filter reset as a switch entity",
  144. "switch_ionizer": "Include ionizer as a switch entity",
  145. "switch_master": "Include master switch as a switch entity",
  146. "switch_open_window_detector": "Include open window detect as a switch entity",
  147. "switch_outlet": "Include outlet as a switch entity",
  148. "switch_outlet_1": "Include outlet 1 as a switch entity",
  149. "switch_outlet_2": "Include outlet 2 as a switch entity",
  150. "switch_outlet_3": "Include outlet 3 as a switch entity",
  151. "switch_overcharge_cutoff": "Include overcharge cutoff as a switch entity",
  152. "switch_prepay": "Include prepay as a switch entity",
  153. "switch_sleep": "Include sleep mode as a switch entity",
  154. "switch_sound": "Include sound mute as a switch entity",
  155. "switch_time_sync": "Include time sync as a switch entity",
  156. "switch_usb_switch": "Include USB as a switch entity",
  157. "switch_uv_sterilization": "Include UV sterilization as a switch"
  158. }
  159. }
  160. },
  161. "abort": {
  162. "already_configured": "A device with that ID has already been added.",
  163. "not_supported": "Sorry, there is no support for this device."
  164. },
  165. "error": {
  166. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  167. }
  168. },
  169. "options": {
  170. "step": {
  171. "user": {
  172. "title": "Configure your Tuya Local device",
  173. "description": "[Follow these instructions to find your local key.](https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md)",
  174. "data": {
  175. "host": "IP address or hostname",
  176. "local_key": "Local key",
  177. "binary_sensor": "Include a binary sensor entity",
  178. "climate": "Include a climate entity",
  179. "cover": "Include a cover entity",
  180. "fan": "Include a fan entity",
  181. "humidifier": "Include a humidifier entity",
  182. "light": "Include a light entity",
  183. "lock": "Include a lock entity",
  184. "number": "Include a number entity",
  185. "select": "Include a select entity",
  186. "sensor": "Include a sensor entity",
  187. "switch": "Include a switch entity",
  188. "vacuum": "Include a vacuum entity",
  189. "binary_sensor_continuous_heat": "Include continuous heat alarm as a binary_sensor entity",
  190. "binary_sensor_defrost": "Include defrost as a binary_sensor entity",
  191. "binary_sensor_error": "Include error as a binary_sensor entity.",
  192. "binary_sensor_high_temperature": "Include high temperature alarm as a binary_sensor entity",
  193. "binary_sensor_low_temperature": "Include low temperature alarm as a binary_sensor entity",
  194. "binary_sensor_sensor_fault": "Include sensor fault as a binary_sensor entity",
  195. "binary_sensor_tank": "Include tank as a binary_sensor entity",
  196. "binary_sensor_valve": "Include valve as a binary_sensor entity",
  197. "binary_sensor_water_flow": "Include water flow warning as a binary_sensor entity",
  198. "binary_sensor_short_circuit": "Include short circuit as a binary_sensor entity",
  199. "binary_sensor_surge": "Include surge detection as a binary_sensor entity",
  200. "binary_sensor_overload": "Include overload detection as a binary_sensor entity",
  201. "binary_sensor_leakage_current": "Include leakage current as a binary_sensor entity",
  202. "binary_sensor_fire": "Include fire detection as a binary_sensor entity",
  203. "binary_sensor_high_power": "Include high power detection as a binary_sensor entity",
  204. "binary_sensor_self_test": "Include self test as a binary_sensor entity",
  205. "binary_sensor_overcurrent": "Include overcurrent detection as a binary_sensor entity",
  206. "binary_sensor_unbalanced": "Include unbalanced detection as a binary_sensor entity",
  207. "binary_sensor_overvoltage": "Include overvoltage detection as a binary_sensor entity",
  208. "binary_sensor_undervoltage": "Include undervoltage detection as a binary_sensor entity",
  209. "binary_sensor_phase_fault": "Include phase fault detection as a binary_sensor entity",
  210. "binary_sensor_outage": "Include outage detection as a binary_sensor entity",
  211. "binary_sensor_magnetism": "Include magnetism detection as a binary_sensor entity",
  212. "binary_sensor_low_credit": "Include low credit as a binary_sensor entity",
  213. "binary_sensor_credit": "Include credit as a binary_sensor entity",
  214. "climate_dehumidifier_as_climate": "Include a climate entity for the dehumidifier (deprecated, recommend using humidifier and fan instead)",
  215. "fan_intensity": "Include intensity as a fan entity",
  216. "light_aq_indicator": "Include AQ indicator as a light entity",
  217. "light_backlight": "Include backlight as a light entity",
  218. "light_display": "Include display as a light entity",
  219. "light_flame": "Include flame as a light entity",
  220. "light_night_light": "Include night light as a light entity",
  221. "light_uv_sterilization": "Include UV sterilization as a light entity",
  222. "lock_child_lock": "Include child lock as a lock entity",
  223. "number_calibration_offset": "Include calibration offset as a number entity",
  224. "number_calibration_offset_external": "Include calibration offset for external sensor as a number entity",
  225. "number_calibration_offset_internal": "Include calibration offset for internal sensor as a number entity",
  226. "number_calibration_swing": "Include calibration swing as a number entity",
  227. "number_calibration_swing_external": "Include calibration swing for external sensor as a number entity",
  228. "number_calibration_swing_internal": "Include calibration swing for internal sensor as a number entity",
  229. "number_compressor_delay": "Include compressor delay as a number entity",
  230. "number_cooling_hysteresis": "Include cooling hysteresis as a number entity",
  231. "number_heating_hysteresis": "Include heating hysteresis as a number entity",
  232. "number_continuous_heat_hours": "Include Continuous Heating Time as a number entity",
  233. "number_fan_runtime": "Include fan run time as a number entity",
  234. "number_high_temperature_limit": "Include High Temperature Limit as a number entity",
  235. "number_low_temperature_limit": "Include Low Temperature Limit as a number entity",
  236. "number_floor_temperature_limit": "Include Floor Temperature Limit as a number entity",
  237. "number_high_temperature_protection": "Include High Temperature Protection as a number entity",
  238. "number_low_temperature_protection": "Include Low Temperature Protection as a number entity",
  239. "number_holiday_days": "Include Holiday Days as a number entity",
  240. "number_holiday_temperature": "Include Holiday Temperature as a number entity",
  241. "number_power_rating": "Include Power Rating as a number entity",
  242. "number_timer": "Include timer as a number entity",
  243. "number_timer_1": "Include timer 1 as a number entity",
  244. "number_timer_2": "Include timer 2 as a number entity",
  245. "number_timer_3": "Include timer 3 as a number entity",
  246. "number_usb_timer": "Include timer USB as a number entity",
  247. "select_configuration": "Include configuration as a select entity",
  248. "select_initial_state": "Include initial state as a select entity",
  249. "select_installation": "Include installation as a select entity",
  250. "select_open_window_detection": "Include open window detection as a select entity",
  251. "select_pir_timeout": "Include PIR timeout as a select entity",
  252. "select_schedule": "Include schedule as a select entity",
  253. "select_timer": "Include timer as a select entity",
  254. "select_temperature_sensor": "Include temperature sensor config as a select entity",
  255. "select_temperature_unit": "Include temerature unit as a select entity",
  256. "sensor_active_filter_life": "Include active filter life as a sensor entity",
  257. "sensor_air_quality": "Include air quality as a sensor entity",
  258. "sensor_balance_energy": "Include balance energy as a sensor_entity",
  259. "sensor_charcoal_filter_life": "Include charcoal filter life as a sensor entity",
  260. "sensor_clean_area": "Include clean area as a sensor entity",
  261. "sensor_clean_time": "Include clean time as a sensor entity",
  262. "sensor_filter": "Include filter as a sensor entity",
  263. "sensor_edge_brush": "Include edge brush as a sensor entity",
  264. "sensor_roll_brush": "Include roll brush as a sensor entity",
  265. "sensor_current": "Include current as a sensor entity",
  266. "sensor_current_humidity": "Include current humidity as a sensor entity",
  267. "sensor_current_temperature": "Include current temperature as a sensor entity",
  268. "sensor_energy": "Include energy as a sensor entity",
  269. "sensor_external_temperature": "Include external temperature as a sensor entity",
  270. "sensor_floor_temperature": "Include floor temperature as a sensor entity",
  271. "sensor_hepa_filter_life": "Include HEPA filter life as a sensor entity",
  272. "sensor_open": "Include open as a sensor entity",
  273. "sensor_power": "Include power as a sensor entity",
  274. "sensor_power_level": "Include power level as a sensor entity",
  275. "sensor_pm2_5": "Include PM2.5 as a sensor entity",
  276. "sensor_prefilter_life": "Include prefilter life as a sensor entity",
  277. "sensor_status": "Include status as a sensor entity",
  278. "sensor_timer": "Include time remaining as a sensor entity",
  279. "sensor_voltage": "Include voltage as a sensor entity",
  280. "sensor_ambient_temperature": "Include ambient temperature as a sensor entity",
  281. "sensor_cooling_coil_pipe_temperature": "Include cooling coil pipe temperature as a sensor entity",
  282. "sensor_cooling_plate_temperature": "Include cooling plate temperature as a sensor entity",
  283. "sensor_eev_opening": "Include EEV opening as a sensor entity",
  284. "sensor_evaporator_coil_pipe_temperature": "Include evaporator coil pipe temperature as a sensor entity",
  285. "sensor_exhaust_gas_temperature": "Include exhaust gas temperature as a sensor entity",
  286. "sensor_outlet_water_temperature": "Include outlet water temperature as a sensor entity",
  287. "sensor_return_gas_temperature": "Include return gas temperature as a sensor entity",
  288. "sensor_water_level": "Include water level as a sensor entity",
  289. "switch_adaptive": "Include adaptive as a switch entity",
  290. "switch_air_clean": "Include air clean as a switch entity",
  291. "switch_anti_frost": "Include anti-frost as a switch entity",
  292. "switch_edge_brush_reset": "Include edge brush reset as a switch entity",
  293. "switch_roll_brush_reset": "Include roll brush reset as a switch entity",
  294. "switch_energy_reset": "Include energy reset as a switch entity",
  295. "switch_factory_reset": "Include factory reset as a switch entity",
  296. "switch_filter_reset": "Include filter reset as a switch entity",
  297. "switch_ionizer": "Include ionizer as a switch entity",
  298. "switch_master": "Include master switch as a switch entity",
  299. "switch_open_window_detector": "Include open window detect as a switch entity",
  300. "switch_outlet": "Include outlet as a switch entity",
  301. "switch_outlet_1": "Include outlet 1 as a switch entity",
  302. "switch_outlet_2": "Include outlet 2 as a switch entity",
  303. "switch_outlet_3": "Include outlet 3 as a switch entity",
  304. "switch_overcharge_cutoff": "Include overcharge cutoff as a switch entity",
  305. "switch_prepay": "Include prepay as a switch entity",
  306. "switch_sleep": "Include sleep mode as a switch entity",
  307. "switch_sound": "Include sound mute as a switch entity",
  308. "switch_time_sync": "Include time sync as a switch entity",
  309. "switch_usb_switch": "Include USB as a switch entity",
  310. "switch_uv_sterilization": "Include UV sterilization as a switch"
  311. }
  312. }
  313. },
  314. "error": {
  315. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  316. },
  317. "abort": {"not_supported": "Sorry, there is no support for this device."}
  318. }
  319. }