en.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. {
  2. "title": "Tuya Local",
  3. "config": {
  4. "step": {
  5. "user": {
  6. "title": "Configure your Tuya Local device",
  7. "description": "Devices can either be added manually or cloud-assisted with the help of the Smart Life app.",
  8. "data": {
  9. "setup_mode": "Setup choice:"
  10. }
  11. },
  12. "cloud": {
  13. "title": "Login to Tuya",
  14. "description": "Enter your Smart Life or Tuya Smart user code.\n\nYou can find this code in the Smart Life app or Tuya Smart app in **Settings** > **Account and Security** screen, and enter the code shown on the **User Code** field. The user code is case sensitive, please be sure to enter it exactly as shown in the app.",
  15. "data": {
  16. "user_code": "User code:"
  17. }
  18. },
  19. "scan": {
  20. "title": "Complete the login",
  21. "description": "Use Smart Life app or Tuya Smart app to scan the following QR-code to complete the login.\n\nContinue to the next step once you have completed this step in the app."
  22. },
  23. "choose_device": {
  24. "title": "Choose the device to add",
  25. "description": "Please pick the device to add from the first drop-down list. Already added devices are not shown.\n\nIf the device connects through a gateway, select that from the gateway list otherwise choose None.",
  26. "data": {
  27. "device_id": "Choose device:",
  28. "hub_id": "Choose gateway:"
  29. }
  30. },
  31. "search": {
  32. "title": "Locate the device IP address",
  33. "description": "Tuya cloud does not provide local IP addresses so we must now search your local network to find the device. This takes up to 20 seconds.\n\nIf unsuccessful you will need to provide the IP address yourself some other way such as from router DHCP assignment.\n\nFor this step and the following device addition to succeed you must shut down the mobile app or its connections to the device will often block Tuya Local communication with them."
  34. },
  35. "local": {
  36. "title": "Configure your Tuya Local device",
  37. "description": "[Follow these instructions to find your device id and local key.](https://github.com/make-all/tuya-local#finding-your-device-id-and-local-key)",
  38. "data": {
  39. "host": "IP address or hostname",
  40. "device_id": "Device ID",
  41. "local_key": "Local key",
  42. "protocol_version": "Protocol version (try auto if not known)",
  43. "poll_only": "Poll only (try this if your device does not work fully)",
  44. "device_cid": "Sub device ID (for devices connected via gateway)"
  45. }
  46. },
  47. "select_type": {
  48. "title": "Choose the type of device",
  49. "description": "Choose the type that matches your device",
  50. "data": {
  51. "type": "Device type"
  52. }
  53. },
  54. "choose_entities": {
  55. "title": "Device details",
  56. "description": "Choose a name for this device",
  57. "data": {
  58. "name": "Name"
  59. }
  60. }
  61. },
  62. "abort": {
  63. "already_configured": "A device with that ID has already been added.",
  64. "not_supported": "Sorry, there is no support for this device.",
  65. "no_devices": "Unable to find any unregistered devices for the account."
  66. },
  67. "error": {
  68. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect.",
  69. "does_not_need_hub": "Device does not need a gateway and one was selected. Please review your choices.",
  70. "needs_hub": "Device needs a gateway and none was selected."
  71. }
  72. },
  73. "selector": {
  74. "setup_mode": {
  75. "options": {
  76. "cloud": "Smart Life cloud-assisted device setup.",
  77. "manual": "Manually provide device connection information."
  78. }
  79. }
  80. },
  81. "options": {
  82. "step": {
  83. "user": {
  84. "title": "Configure your Tuya Local device",
  85. "description": "[Follow these instructions to find your local key.](https://github.com/make-all/tuya-local#finding-your-device-id-and-local-key)",
  86. "data": {
  87. "host": "IP address or hostname",
  88. "local_key": "Local key",
  89. "protocol_version": "Protocol version (try auto if not known)",
  90. "poll_only": "Poll only (try this if your device does not work fully)",
  91. "device_cid": "Sub device ID (for devices connected via gateway)"
  92. }
  93. }
  94. },
  95. "error": {
  96. "connection": "Unable to connect to your device with those details. It could be an intermittent issue, or they may be incorrect."
  97. },
  98. "abort": {
  99. "not_supported": "Sorry, there is no support for this device."
  100. }
  101. },
  102. "entity": {
  103. "binary_sensor": {
  104. "defrost": {
  105. "name": "Defrost",
  106. "state": {
  107. "off": "Normal",
  108. "on": "Defrosting"
  109. }
  110. },
  111. "tank_empty": {
  112. "name": "Tank",
  113. "state": {
  114. "off": "OK",
  115. "on": "Low"
  116. }
  117. },
  118. "tank_full": {
  119. "name": "Tank",
  120. "state": {
  121. "off": "OK",
  122. "on": "Full"
  123. }
  124. }
  125. },
  126. "climate": {
  127. "aircon_extra": {
  128. "state_attributes": {
  129. "fan_mode": {
  130. "state": {
  131. "health": "Healthy",
  132. "medhigh": "Medium-High",
  133. "medlow": "Medium-Low",
  134. "natural": "Natural",
  135. "quiet": "Quiet",
  136. "sleep": "Sleep",
  137. "strong": "Strong"
  138. }
  139. },
  140. "swing_mode": {
  141. "state": {
  142. "topmost": "Topmost",
  143. "top": "Top",
  144. "middle": "Middle",
  145. "down": "Down",
  146. "downmost": "Downmost"
  147. }
  148. }
  149. }
  150. },
  151. "thermostat": {
  152. "state_attributes": {
  153. "fan_mode": {
  154. "state": {
  155. "cycle": "Cycle"
  156. }
  157. },
  158. "preset_mode": {
  159. "state": {
  160. "manual": "Manual",
  161. "program": "Program",
  162. "temp_override": "Temporary Override",
  163. "perm_override": "Permanent Override"
  164. }
  165. }
  166. }
  167. },
  168. "combo_floor": {
  169. "state_attributes": {
  170. "preset_mode": {
  171. "state": {
  172. "cool": "Cool air",
  173. "fan_only": "Fan",
  174. "heat": "Heat air",
  175. "floor_cool": "Cool floor",
  176. "floor_heat": "Heat floor"
  177. }
  178. }
  179. }
  180. },
  181. "swing_as_powerlevel": {
  182. "state_attributes": {
  183. "swing_mode": {
  184. "name": "Heating level",
  185. "state": {
  186. "stop": "Stop",
  187. "auto": "Auto"
  188. }
  189. }
  190. }
  191. },
  192. "pool_heatpump": {
  193. "state_attributes": {
  194. "preset_mode": {
  195. "state": {
  196. "smart_heat": "Smart heat",
  197. "quick_heat": "Quick heat",
  198. "quiet_heat": "Quiet heat",
  199. "smart_cool": "Smart cool",
  200. "quick_cool": "Quick cool",
  201. "quiet_cool": "Quiet cool",
  202. "auto": "Auto"
  203. }
  204. }
  205. }
  206. },
  207. "heater": {
  208. "name": "Heater"
  209. },
  210. "thermo_switch": {
  211. "state_attributes": {
  212. "hvac_mode": {
  213. "state": {
  214. "fan_only": "Pause"
  215. }
  216. }
  217. }
  218. }
  219. },
  220. "humidifier": {
  221. "dehumidifier": {
  222. "state_attributes": {
  223. "mode": {
  224. "state": {
  225. "laundry": "Dry clothes",
  226. "purify": "Purify"
  227. }
  228. }
  229. }
  230. }
  231. },
  232. "fan": {
  233. "fan_with_presets": {
  234. "state_attributes": {
  235. "preset_mode": {
  236. "state": {
  237. "normal": "Normal",
  238. "nature": "Natural",
  239. "sleep": "Sleep",
  240. "baby": "Baby",
  241. "fresh": "Fresh",
  242. "smart": "Smart",
  243. "strong": "Strong",
  244. "displayoff": "Display off",
  245. "off": "Off"
  246. }
  247. }
  248. }
  249. },
  250. "ventilation": {
  251. "state_attributes": {
  252. "preset_mode": {
  253. "state": {
  254. "fresh": "Fresh air",
  255. "circulate": "Circulate",
  256. "sleep": "Sleep",
  257. "auto": "Auto",
  258. "eco": "Eco",
  259. "anti-condensation": "Anti-condensation"
  260. }
  261. }
  262. }
  263. }
  264. },
  265. "light": {
  266. "backlight": {
  267. "name": "Backlight"
  268. },
  269. "display": {
  270. "name": "Display"
  271. },
  272. "embers": {
  273. "name": "Embers"
  274. },
  275. "flame": {
  276. "name": "Flame"
  277. },
  278. "indicator": {
  279. "name": "Indicator"
  280. },
  281. "laser": {
  282. "name": "Laser"
  283. },
  284. "logs": {
  285. "name": "Logs"
  286. },
  287. "nightlight": {
  288. "name": "Nightlight"
  289. }
  290. },
  291. "lock": {
  292. "child_lock": {
  293. "name": "Child lock"
  294. }
  295. },
  296. "number": {
  297. "timer": {
  298. "name": "Timer"
  299. }
  300. },
  301. "select": {
  302. "timer": {
  303. "name": "Timer"
  304. },
  305. "temperature_unit": {
  306. "name": "Temperature unit",
  307. "state": {
  308. "celsius": "Celsius",
  309. "fahrenheit": "Fahrenheit"
  310. }
  311. }
  312. },
  313. "sensor": {
  314. "time_remaining": {
  315. "name": "Time remaining"
  316. }
  317. },
  318. "switch": {
  319. "anti_frost": {
  320. "name": "Anti-frost"
  321. },
  322. "ionizer": {
  323. "name": "Ionizer"
  324. },
  325. "uv_sterilization": {
  326. "name": "UV sterilization"
  327. },
  328. "evaporator_cleaning": {
  329. "name": "Evaporator cleaning"
  330. }
  331. }
  332. }
  333. }