homeassistant 2025.10.0b7__py3-none-any.whl → 2025.10.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of homeassistant might be problematic. Click here for more details.

Files changed (997) hide show
  1. homeassistant/components/accuweather/const.py +1 -1
  2. homeassistant/components/accuweather/icons.json +3 -3
  3. homeassistant/components/accuweather/translations/el.json +7 -1
  4. homeassistant/components/accuweather/translations/fy.json +12 -0
  5. homeassistant/components/accuweather/translations/hu.json +18 -0
  6. homeassistant/components/accuweather/translations/sv.json +12 -0
  7. homeassistant/components/ai_task/translations/hu.json +30 -0
  8. homeassistant/components/airgradient/update.py +25 -4
  9. homeassistant/components/airly/translations/sl.json +2 -1
  10. homeassistant/components/airos/manifest.json +1 -1
  11. homeassistant/components/airos/translations/el.json +7 -0
  12. homeassistant/components/airos/translations/fy.json +22 -1
  13. homeassistant/components/airos/translations/ga.json +12 -0
  14. homeassistant/components/airos/translations/hu.json +36 -0
  15. homeassistant/components/airos/translations/nl.json +28 -1
  16. homeassistant/components/airos/translations/pl.json +20 -0
  17. homeassistant/components/airthings_ble/translations/fy.json +1 -0
  18. homeassistant/components/airtouch4/__init__.py +2 -5
  19. homeassistant/components/airtouch4/coordinator.py +9 -1
  20. homeassistant/components/aladdin_connect/translations/ga.json +1 -0
  21. homeassistant/components/aladdin_connect/translations/hu.json +28 -1
  22. homeassistant/components/aladdin_connect/translations/pl.json +1 -0
  23. homeassistant/components/aladdin_connect/translations/sk.json +1 -0
  24. homeassistant/components/aladdin_connect/translations/sv.json +28 -1
  25. homeassistant/components/aladdin_connect/translations/zh-Hans.json +1 -0
  26. homeassistant/components/aladdin_connect/translations/zh-Hant.json +1 -0
  27. homeassistant/components/alert/translations/sr-Latn.json +9 -0
  28. homeassistant/components/alert/translations/sr.json +9 -0
  29. homeassistant/components/alexa_devices/binary_sensor.py +51 -1
  30. homeassistant/components/alexa_devices/manifest.json +1 -1
  31. homeassistant/components/alexa_devices/sensor.py +5 -3
  32. homeassistant/components/alexa_devices/switch.py +11 -2
  33. homeassistant/components/alexa_devices/translations/en-GB.json +7 -0
  34. homeassistant/components/alexa_devices/translations/hu.json +40 -1
  35. homeassistant/components/alexa_devices/translations/sv.json +7 -0
  36. homeassistant/components/alexa_devices/utils.py +20 -0
  37. homeassistant/components/androidtv_remote/translations/hu.json +7 -1
  38. homeassistant/components/androidtv_remote/translations/sl.json +1 -0
  39. homeassistant/components/anova/translations/nl.json +2 -0
  40. homeassistant/components/anova/translations/sr-Latn.json +11 -0
  41. homeassistant/components/anova/translations/sr.json +11 -0
  42. homeassistant/components/anthropic/translations/hu.json +1 -0
  43. homeassistant/components/aosmith/translations/fr.json +9 -0
  44. homeassistant/components/aosmith/translations/hu.json +7 -0
  45. homeassistant/components/apcupsd/translations/hu.json +6 -0
  46. homeassistant/components/aprilaire/translations/sr-Latn.json +26 -0
  47. homeassistant/components/aprilaire/translations/sr.json +26 -0
  48. homeassistant/components/assist_pipeline/translations/pl.json +1 -1
  49. homeassistant/components/assist_pipeline/translations/sl.json +1 -0
  50. homeassistant/components/assist_satellite/translations/sr-Latn.json +9 -0
  51. homeassistant/components/assist_satellite/translations/sr.json +9 -0
  52. homeassistant/components/asuswrt/translations/nl.json +9 -0
  53. homeassistant/components/august/translations/hu.json +25 -1
  54. homeassistant/components/backup/translations/sr-Latn.json +11 -0
  55. homeassistant/components/backup/translations/sr.json +11 -0
  56. homeassistant/components/bayesian/translations/fy.json +1 -0
  57. homeassistant/components/bayesian/translations/hu.json +96 -0
  58. homeassistant/components/bayesian/translations/nl.json +7 -0
  59. homeassistant/components/binary_sensor/translations/fy.json +16 -0
  60. homeassistant/components/blue_current/translations/ar.json +9 -0
  61. homeassistant/components/blue_current/translations/nl.json +10 -0
  62. homeassistant/components/bluetooth/translations/el.json +1 -1
  63. homeassistant/components/bmw_connected_drive/translations/sr-Latn.json +11 -0
  64. homeassistant/components/bmw_connected_drive/translations/sr.json +11 -0
  65. homeassistant/components/bring/translations/ar.json +9 -0
  66. homeassistant/components/brother/manifest.json +1 -1
  67. homeassistant/components/brother/translations/hu.json +22 -1
  68. homeassistant/components/bsblan/translations/hu.json +17 -2
  69. homeassistant/components/camera/translations/sr-Latn.json +9 -0
  70. homeassistant/components/camera/translations/sr.json +9 -0
  71. homeassistant/components/climate/translations/ar.json +1 -0
  72. homeassistant/components/climate/translations/sr-Latn.json +3 -1
  73. homeassistant/components/climate/translations/sr.json +2 -1
  74. homeassistant/components/cloudflare/translations/sl.json +2 -1
  75. homeassistant/components/coinbase/translations/hu.json +5 -0
  76. homeassistant/components/comelit/config_flow.py +17 -8
  77. homeassistant/components/comelit/coordinator.py +2 -2
  78. homeassistant/components/comelit/cover.py +15 -5
  79. homeassistant/components/comelit/manifest.json +1 -1
  80. homeassistant/components/comelit/strings.json +2 -0
  81. homeassistant/components/comelit/translations/bg.json +2 -0
  82. homeassistant/components/comelit/translations/cs.json +2 -0
  83. homeassistant/components/comelit/translations/de.json +2 -0
  84. homeassistant/components/comelit/translations/en-GB.json +2 -0
  85. homeassistant/components/comelit/translations/en.json +2 -0
  86. homeassistant/components/comelit/translations/es.json +2 -0
  87. homeassistant/components/comelit/translations/et.json +2 -0
  88. homeassistant/components/comelit/translations/fy.json +8 -0
  89. homeassistant/components/comelit/translations/lt.json +2 -0
  90. homeassistant/components/comelit/translations/pl.json +2 -0
  91. homeassistant/components/comelit/translations/sk.json +2 -0
  92. homeassistant/components/comelit/translations/zh-Hans.json +2 -0
  93. homeassistant/components/comelit/translations/zh-Hant.json +2 -0
  94. homeassistant/components/compit/translations/el.json +25 -0
  95. homeassistant/components/compit/translations/fr.json +25 -0
  96. homeassistant/components/compit/translations/hu.json +25 -0
  97. homeassistant/components/compit/translations/sv.json +25 -0
  98. homeassistant/components/conversation/chat_log.py +1 -1
  99. homeassistant/components/cookidoo/translations/ar.json +9 -0
  100. homeassistant/components/cover/translations/fr.json +2 -1
  101. homeassistant/components/cover/translations/fy.json +2 -1
  102. homeassistant/components/cover/translations/nl.json +2 -1
  103. homeassistant/components/cync/manifest.json +1 -1
  104. homeassistant/components/cync/translations/el.json +20 -0
  105. homeassistant/components/cync/translations/fy.json +1 -0
  106. homeassistant/components/cync/translations/hu.json +20 -0
  107. homeassistant/components/cync/translations/pl.json +24 -0
  108. homeassistant/components/cync/translations/sv.json +20 -0
  109. homeassistant/components/daikin/manifest.json +1 -1
  110. homeassistant/components/datadog/translations/hu.json +28 -0
  111. homeassistant/components/deluge/translations/sr-Latn.json +11 -0
  112. homeassistant/components/deluge/translations/sr.json +11 -0
  113. homeassistant/components/droplet/translations/hu.json +17 -0
  114. homeassistant/components/ecobee/translations/ru.json +5 -1
  115. homeassistant/components/ecobee/translations/sk.json +5 -1
  116. homeassistant/components/ecobee/translations/zh-Hans.json +5 -1
  117. homeassistant/components/ecobee/translations/zh-Hant.json +5 -1
  118. homeassistant/components/ecoforest/translations/sr-Latn.json +11 -0
  119. homeassistant/components/ecoforest/translations/sr.json +11 -0
  120. homeassistant/components/ecovacs/manifest.json +1 -1
  121. homeassistant/components/ecovacs/translations/nl.json +1 -0
  122. homeassistant/components/ecovacs/translations/sr-Latn.json +11 -0
  123. homeassistant/components/ecovacs/translations/sr.json +11 -0
  124. homeassistant/components/eheimdigital/translations/hu.json +7 -1
  125. homeassistant/components/ekeybionyx/translations/el.json +24 -0
  126. homeassistant/components/ekeybionyx/translations/hu.json +24 -0
  127. homeassistant/components/ekeybionyx/translations/pl.json +22 -0
  128. homeassistant/components/ekeybionyx/translations/sv.json +22 -0
  129. homeassistant/components/electric_kiwi/translations/hu.json +1 -1
  130. homeassistant/components/elevenlabs/translations/bg.json +0 -3
  131. homeassistant/components/elevenlabs/translations/cs.json +1 -1
  132. homeassistant/components/elevenlabs/translations/de.json +1 -1
  133. homeassistant/components/elevenlabs/translations/el.json +1 -2
  134. homeassistant/components/elevenlabs/translations/en-GB.json +1 -2
  135. homeassistant/components/elevenlabs/translations/en.json +1 -1
  136. homeassistant/components/elevenlabs/translations/es.json +1 -1
  137. homeassistant/components/elevenlabs/translations/et.json +1 -2
  138. homeassistant/components/elevenlabs/translations/fr.json +1 -2
  139. homeassistant/components/elevenlabs/translations/ga.json +1 -2
  140. homeassistant/components/elevenlabs/translations/gl.json +1 -2
  141. homeassistant/components/elevenlabs/translations/hu.json +3 -3
  142. homeassistant/components/elevenlabs/translations/ja.json +1 -2
  143. homeassistant/components/elevenlabs/translations/ko.json +1 -2
  144. homeassistant/components/elevenlabs/translations/lt.json +1 -2
  145. homeassistant/components/elevenlabs/translations/pt.json +1 -2
  146. homeassistant/components/elevenlabs/translations/ru.json +1 -2
  147. homeassistant/components/elevenlabs/translations/sk.json +1 -2
  148. homeassistant/components/elevenlabs/translations/sv.json +1 -2
  149. homeassistant/components/elevenlabs/translations/tr.json +1 -2
  150. homeassistant/components/elevenlabs/translations/zh-Hans.json +1 -2
  151. homeassistant/components/elevenlabs/translations/zh-Hant.json +1 -1
  152. homeassistant/components/elgato/translations/sl.json +2 -1
  153. homeassistant/components/elkm1/translations/hu.json +6 -0
  154. homeassistant/components/emoncms/translations/hu.json +8 -1
  155. homeassistant/components/enphase_envoy/translations/fy.json +9 -0
  156. homeassistant/components/enphase_envoy/translations/hu.json +1 -0
  157. homeassistant/components/enphase_envoy/translations/nl.json +2 -1
  158. homeassistant/components/enphase_envoy/translations/sr-Latn.json +11 -0
  159. homeassistant/components/enphase_envoy/translations/sr.json +11 -0
  160. homeassistant/components/environment_canada/manifest.json +1 -1
  161. homeassistant/components/esphome/translations/fr.json +3 -1
  162. homeassistant/components/esphome/translations/pl.json +6 -2
  163. homeassistant/components/esphome/translations/sl.json +9 -1
  164. homeassistant/components/eufylife_ble/translations/fy.json +9 -0
  165. homeassistant/components/eufylife_ble/translations/nl.json +3 -0
  166. homeassistant/components/ezviz/translations/fy.json +7 -0
  167. homeassistant/components/ezviz/translations/nl.json +5 -0
  168. homeassistant/components/fan/translations/hu.json +3 -0
  169. homeassistant/components/file/translations/pl.json +14 -0
  170. homeassistant/components/file/translations/sv.json +11 -0
  171. homeassistant/components/fitbit/translations/fy.json +10 -0
  172. homeassistant/components/fitbit/translations/hu.json +1 -1
  173. homeassistant/components/fitbit/translations/nl.json +6 -0
  174. homeassistant/components/freebox/translations/sl.json +1 -0
  175. homeassistant/components/fritz/translations/fr.json +2 -1
  176. homeassistant/components/fritzbox/translations/sl.json +3 -1
  177. homeassistant/components/fritzbox_callmonitor/translations/sr-Latn.json +11 -0
  178. homeassistant/components/fritzbox_callmonitor/translations/sr.json +11 -0
  179. homeassistant/components/fronius/translations/sr-Latn.json +11 -0
  180. homeassistant/components/fronius/translations/sr.json +11 -0
  181. homeassistant/components/frontend/manifest.json +1 -1
  182. homeassistant/components/fully_kiosk/translations/el.json +3 -0
  183. homeassistant/components/fyta/translations/hu.json +6 -0
  184. homeassistant/components/generic_thermostat/translations/ar.json +2 -0
  185. homeassistant/components/geocaching/translations/hu.json +1 -1
  186. homeassistant/components/gios/translations/sl.json +2 -1
  187. homeassistant/components/glances/translations/el.json +3 -3
  188. homeassistant/components/google/translations/hu.json +1 -1
  189. homeassistant/components/google_assistant_sdk/__init__.py +0 -4
  190. homeassistant/components/google_assistant_sdk/helpers.py +8 -2
  191. homeassistant/components/google_assistant_sdk/services.py +1 -1
  192. homeassistant/components/google_assistant_sdk/strings.json +3 -0
  193. homeassistant/components/google_assistant_sdk/translations/cs.json +4 -1
  194. homeassistant/components/google_assistant_sdk/translations/de.json +4 -1
  195. homeassistant/components/google_assistant_sdk/translations/el.json +0 -1
  196. homeassistant/components/google_assistant_sdk/translations/en-GB.json +4 -1
  197. homeassistant/components/google_assistant_sdk/translations/en.json +4 -1
  198. homeassistant/components/google_assistant_sdk/translations/es.json +4 -1
  199. homeassistant/components/google_assistant_sdk/translations/et.json +4 -1
  200. homeassistant/components/google_assistant_sdk/translations/fi.json +0 -1
  201. homeassistant/components/google_assistant_sdk/translations/fy.json +11 -0
  202. homeassistant/components/google_assistant_sdk/translations/ga.json +0 -1
  203. homeassistant/components/google_assistant_sdk/translations/he.json +0 -1
  204. homeassistant/components/google_assistant_sdk/translations/hu.json +1 -2
  205. homeassistant/components/google_assistant_sdk/translations/id.json +0 -1
  206. homeassistant/components/google_assistant_sdk/translations/it.json +0 -1
  207. homeassistant/components/google_assistant_sdk/translations/ja.json +0 -1
  208. homeassistant/components/google_assistant_sdk/translations/ko.json +0 -1
  209. homeassistant/components/google_assistant_sdk/translations/lt.json +4 -1
  210. homeassistant/components/google_assistant_sdk/translations/nl.json +0 -1
  211. homeassistant/components/google_assistant_sdk/translations/pl.json +5 -0
  212. homeassistant/components/google_assistant_sdk/translations/pt-BR.json +0 -1
  213. homeassistant/components/google_assistant_sdk/translations/pt.json +1 -1
  214. homeassistant/components/google_assistant_sdk/translations/ru.json +0 -1
  215. homeassistant/components/google_assistant_sdk/translations/sk.json +4 -1
  216. homeassistant/components/google_assistant_sdk/translations/sl.json +1 -1
  217. homeassistant/components/google_assistant_sdk/translations/sv.json +0 -1
  218. homeassistant/components/google_assistant_sdk/translations/tr.json +0 -1
  219. homeassistant/components/google_assistant_sdk/translations/zh-Hans.json +4 -1
  220. homeassistant/components/google_assistant_sdk/translations/zh-Hant.json +4 -1
  221. homeassistant/components/google_drive/translations/hu.json +1 -1
  222. homeassistant/components/google_generative_ai_conversation/entity.py +10 -2
  223. homeassistant/components/google_generative_ai_conversation/translations/hu.json +70 -1
  224. homeassistant/components/google_generative_ai_conversation/translations/sl.json +3 -1
  225. homeassistant/components/google_mail/translations/hu.json +1 -1
  226. homeassistant/components/google_photos/translations/hu.json +1 -1
  227. homeassistant/components/google_sheets/translations/hu.json +1 -1
  228. homeassistant/components/google_tasks/translations/hu.json +1 -1
  229. homeassistant/components/growatt_server/translations/bg.json +0 -3
  230. homeassistant/components/growatt_server/translations/ca.json +1 -5
  231. homeassistant/components/growatt_server/translations/cs.json +2 -2
  232. homeassistant/components/growatt_server/translations/da.json +0 -3
  233. homeassistant/components/growatt_server/translations/de.json +2 -2
  234. homeassistant/components/growatt_server/translations/el.json +2 -2
  235. homeassistant/components/growatt_server/translations/en-GB.json +2 -2
  236. homeassistant/components/growatt_server/translations/en.json +2 -2
  237. homeassistant/components/growatt_server/translations/es.json +2 -2
  238. homeassistant/components/growatt_server/translations/et.json +2 -2
  239. homeassistant/components/growatt_server/translations/fi.json +1 -5
  240. homeassistant/components/growatt_server/translations/fr.json +2 -2
  241. homeassistant/components/growatt_server/translations/ga.json +1 -5
  242. homeassistant/components/growatt_server/translations/he.json +0 -3
  243. homeassistant/components/growatt_server/translations/hu.json +2 -3
  244. homeassistant/components/growatt_server/translations/id.json +1 -5
  245. homeassistant/components/growatt_server/translations/it.json +1 -5
  246. homeassistant/components/growatt_server/translations/ja.json +1 -5
  247. homeassistant/components/growatt_server/translations/ko.json +1 -5
  248. homeassistant/components/growatt_server/translations/lt.json +2 -2
  249. homeassistant/components/growatt_server/translations/nb.json +1 -5
  250. homeassistant/components/growatt_server/translations/nl.json +1 -5
  251. homeassistant/components/growatt_server/translations/pl.json +1 -5
  252. homeassistant/components/growatt_server/translations/pt-BR.json +1 -5
  253. homeassistant/components/growatt_server/translations/pt.json +2 -2
  254. homeassistant/components/growatt_server/translations/ro.json +1 -5
  255. homeassistant/components/growatt_server/translations/ru.json +1 -5
  256. homeassistant/components/growatt_server/translations/sk.json +2 -2
  257. homeassistant/components/growatt_server/translations/sl.json +0 -3
  258. homeassistant/components/growatt_server/translations/sv.json +1 -5
  259. homeassistant/components/growatt_server/translations/tr.json +1 -5
  260. homeassistant/components/growatt_server/translations/uk.json +1 -5
  261. homeassistant/components/growatt_server/translations/zh-Hans.json +2 -2
  262. homeassistant/components/growatt_server/translations/zh-Hant.json +2 -2
  263. homeassistant/components/habitica/translations/hu.json +26 -1
  264. homeassistant/components/habitica/translations/lt.json +3 -3
  265. homeassistant/components/habitica/translations/nl.json +7 -0
  266. homeassistant/components/habitica/translations/sv.json +24 -0
  267. homeassistant/components/hassio/manifest.json +1 -1
  268. homeassistant/components/hassio/translations/el.json +8 -3
  269. homeassistant/components/hassio/translations/fy.json +3 -0
  270. homeassistant/components/hassio/translations/pl.json +4 -0
  271. homeassistant/components/hassio/translations/sl.json +10 -0
  272. homeassistant/components/hive/translations/sr-Latn.json +11 -0
  273. homeassistant/components/hive/translations/sr.json +11 -0
  274. homeassistant/components/holiday/manifest.json +1 -1
  275. homeassistant/components/home_connect/translations/fy.json +40 -0
  276. homeassistant/components/home_connect/translations/hu.json +1 -1
  277. homeassistant/components/home_connect/translations/nl.json +36 -0
  278. homeassistant/components/home_connect/translations/sr-Latn.json +9 -0
  279. homeassistant/components/home_connect/translations/sr.json +9 -0
  280. homeassistant/components/homeassistant/translations/de.json +2 -2
  281. homeassistant/components/homeassistant/translations/el.json +1 -1
  282. homeassistant/components/homeassistant/translations/hu.json +7 -0
  283. homeassistant/components/homeassistant_connect_zbt2/config_flow.py +1 -5
  284. homeassistant/components/homeassistant_connect_zbt2/translations/cs.json +2 -2
  285. homeassistant/components/homeassistant_connect_zbt2/translations/de.json +2 -2
  286. homeassistant/components/homeassistant_connect_zbt2/translations/en-GB.json +2 -2
  287. homeassistant/components/homeassistant_connect_zbt2/translations/en.json +2 -2
  288. homeassistant/components/homeassistant_connect_zbt2/translations/et.json +2 -2
  289. homeassistant/components/homeassistant_connect_zbt2/translations/fr.json +10 -8
  290. homeassistant/components/homeassistant_connect_zbt2/translations/fy.json +17 -0
  291. homeassistant/components/homeassistant_connect_zbt2/translations/ga.json +14 -0
  292. homeassistant/components/homeassistant_connect_zbt2/translations/hu.json +232 -0
  293. homeassistant/components/homeassistant_connect_zbt2/translations/pl.json +16 -0
  294. homeassistant/components/homeassistant_connect_zbt2/translations/sk.json +2 -2
  295. homeassistant/components/homeassistant_connect_zbt2/translations/sv.json +11 -0
  296. homeassistant/components/homeassistant_connect_zbt2/translations/zh-Hans.json +24 -8
  297. homeassistant/components/homeassistant_connect_zbt2/translations/zh-Hant.json +2 -2
  298. homeassistant/components/homeassistant_connect_zbt2/update.py +1 -1
  299. homeassistant/components/homeassistant_hardware/helpers.py +77 -2
  300. homeassistant/components/homeassistant_hardware/manifest.json +1 -1
  301. homeassistant/components/homeassistant_hardware/strings.json +1 -1
  302. homeassistant/components/homeassistant_hardware/translations/cs.json +1 -1
  303. homeassistant/components/homeassistant_hardware/translations/de.json +1 -1
  304. homeassistant/components/homeassistant_hardware/translations/el.json +0 -1
  305. homeassistant/components/homeassistant_hardware/translations/en-GB.json +1 -1
  306. homeassistant/components/homeassistant_hardware/translations/en.json +1 -1
  307. homeassistant/components/homeassistant_hardware/translations/es.json +0 -1
  308. homeassistant/components/homeassistant_hardware/translations/et.json +1 -1
  309. homeassistant/components/homeassistant_hardware/translations/fr.json +7 -1
  310. homeassistant/components/homeassistant_hardware/translations/fy.json +17 -0
  311. homeassistant/components/homeassistant_hardware/translations/ga.json +10 -1
  312. homeassistant/components/homeassistant_hardware/translations/he.json +0 -1
  313. homeassistant/components/homeassistant_hardware/translations/hu.json +57 -1
  314. homeassistant/components/homeassistant_hardware/translations/id.json +0 -1
  315. homeassistant/components/homeassistant_hardware/translations/lt.json +0 -1
  316. homeassistant/components/homeassistant_hardware/translations/pl.json +13 -0
  317. homeassistant/components/homeassistant_hardware/translations/pt.json +0 -1
  318. homeassistant/components/homeassistant_hardware/translations/ru.json +0 -1
  319. homeassistant/components/homeassistant_hardware/translations/sk.json +1 -1
  320. homeassistant/components/homeassistant_hardware/translations/sv.json +23 -2
  321. homeassistant/components/homeassistant_hardware/translations/tr.json +0 -1
  322. homeassistant/components/homeassistant_hardware/translations/zh-Hans.json +17 -1
  323. homeassistant/components/homeassistant_hardware/translations/zh-Hant.json +1 -1
  324. homeassistant/components/homeassistant_hardware/update.py +1 -0
  325. homeassistant/components/homeassistant_hardware/util.py +41 -34
  326. homeassistant/components/homeassistant_sky_connect/translations/cs.json +2 -2
  327. homeassistant/components/homeassistant_sky_connect/translations/de.json +2 -2
  328. homeassistant/components/homeassistant_sky_connect/translations/en-GB.json +2 -2
  329. homeassistant/components/homeassistant_sky_connect/translations/en.json +2 -2
  330. homeassistant/components/homeassistant_sky_connect/translations/et.json +2 -2
  331. homeassistant/components/homeassistant_sky_connect/translations/fr.json +10 -8
  332. homeassistant/components/homeassistant_sky_connect/translations/fy.json +21 -0
  333. homeassistant/components/homeassistant_sky_connect/translations/ga.json +14 -0
  334. homeassistant/components/homeassistant_sky_connect/translations/hu.json +96 -16
  335. homeassistant/components/homeassistant_sky_connect/translations/sk.json +2 -2
  336. homeassistant/components/homeassistant_sky_connect/translations/sv.json +36 -6
  337. homeassistant/components/homeassistant_sky_connect/translations/zh-Hans.json +24 -8
  338. homeassistant/components/homeassistant_sky_connect/translations/zh-Hant.json +2 -2
  339. homeassistant/components/homeassistant_yellow/translations/cs.json +1 -1
  340. homeassistant/components/homeassistant_yellow/translations/de.json +1 -1
  341. homeassistant/components/homeassistant_yellow/translations/en-GB.json +1 -1
  342. homeassistant/components/homeassistant_yellow/translations/en.json +1 -1
  343. homeassistant/components/homeassistant_yellow/translations/et.json +1 -1
  344. homeassistant/components/homeassistant_yellow/translations/fr.json +5 -4
  345. homeassistant/components/homeassistant_yellow/translations/fy.json +11 -0
  346. homeassistant/components/homeassistant_yellow/translations/ga.json +7 -0
  347. homeassistant/components/homeassistant_yellow/translations/hu.json +48 -8
  348. homeassistant/components/homeassistant_yellow/translations/ru.json +6 -0
  349. homeassistant/components/homeassistant_yellow/translations/sk.json +1 -1
  350. homeassistant/components/homeassistant_yellow/translations/sv.json +15 -3
  351. homeassistant/components/homeassistant_yellow/translations/zh-Hans.json +12 -4
  352. homeassistant/components/homeassistant_yellow/translations/zh-Hant.json +1 -1
  353. homeassistant/components/homee/translations/hu.json +14 -0
  354. homeassistant/components/homekit/translations/sl.json +3 -0
  355. homeassistant/components/homekit_controller/manifest.json +1 -1
  356. homeassistant/components/homekit_controller/translations/sr-Latn.json +11 -0
  357. homeassistant/components/homekit_controller/translations/sr.json +11 -0
  358. homeassistant/components/huawei_lte/translations/nl.json +6 -0
  359. homeassistant/components/humidifier/translations/nl.json +2 -1
  360. homeassistant/components/humidifier/translations/sr-Latn.json +13 -0
  361. homeassistant/components/humidifier/translations/sr.json +13 -0
  362. homeassistant/components/husqvarna_automower/translations/hu.json +19 -1
  363. homeassistant/components/husqvarna_automower_ble/translations/hu.json +4 -0
  364. homeassistant/components/huum/translations/hu.json +7 -0
  365. homeassistant/components/icloud/translations/fr.json +10 -5
  366. homeassistant/components/icloud/translations/hu.json +3 -0
  367. homeassistant/components/icloud/translations/nl.json +1 -0
  368. homeassistant/components/icloud/translations/sl.json +5 -1
  369. homeassistant/components/idasen_desk/coordinator.py +24 -2
  370. homeassistant/components/idasen_desk/translations/fy.json +7 -0
  371. homeassistant/components/idasen_desk/translations/nl.json +10 -0
  372. homeassistant/components/imeon_inverter/translations/hu.json +6 -0
  373. homeassistant/components/incomfort/translations/sr-Latn.json +11 -0
  374. homeassistant/components/incomfort/translations/sr.json +11 -0
  375. homeassistant/components/input_number/translations/cs.json +1 -1
  376. homeassistant/components/input_number/translations/de.json +1 -1
  377. homeassistant/components/input_number/translations/el.json +1 -1
  378. homeassistant/components/input_number/translations/en-GB.json +1 -1
  379. homeassistant/components/input_number/translations/en.json +1 -1
  380. homeassistant/components/input_number/translations/es.json +1 -1
  381. homeassistant/components/input_number/translations/et.json +1 -1
  382. homeassistant/components/input_number/translations/lt.json +1 -1
  383. homeassistant/components/input_number/translations/sk.json +1 -1
  384. homeassistant/components/input_number/translations/zh-Hant.json +1 -1
  385. homeassistant/components/input_select/translations/sk.json +2 -2
  386. homeassistant/components/iometer/manifest.json +2 -2
  387. homeassistant/components/iotty/translations/hu.json +1 -1
  388. homeassistant/components/ipp/translations/sr-Latn.json +11 -0
  389. homeassistant/components/ipp/translations/sr.json +11 -0
  390. homeassistant/components/irm_kmi/translations/el.json +28 -0
  391. homeassistant/components/irm_kmi/translations/fr.json +28 -0
  392. homeassistant/components/irm_kmi/translations/fy.json +11 -0
  393. homeassistant/components/irm_kmi/translations/hu.json +34 -0
  394. homeassistant/components/irm_kmi/translations/sv.json +31 -0
  395. homeassistant/components/iron_os/translations/sr-Latn.json +18 -0
  396. homeassistant/components/iron_os/translations/sr.json +18 -0
  397. homeassistant/components/ista_ecotrend/translations/sr-Latn.json +15 -0
  398. homeassistant/components/ista_ecotrend/translations/sr.json +15 -0
  399. homeassistant/components/isy994/translations/sl.json +2 -1
  400. homeassistant/components/keenetic_ndms2/translations/hu.json +2 -1
  401. homeassistant/components/knx/translations/hu.json +3 -0
  402. homeassistant/components/konnected/translations/fy.json +6 -0
  403. homeassistant/components/konnected/translations/ga.json +6 -0
  404. homeassistant/components/konnected/translations/sv.json +6 -0
  405. homeassistant/components/konnected/translations/zh-Hans.json +6 -0
  406. homeassistant/components/lamarzocco/manifest.json +1 -1
  407. homeassistant/components/lametric/translations/hu.json +1 -1
  408. homeassistant/components/lcn/translations/fy.json +11 -0
  409. homeassistant/components/lcn/translations/nl.json +7 -0
  410. homeassistant/components/letpot/translations/hu.json +8 -0
  411. homeassistant/components/letpot/translations/pl.json +5 -0
  412. homeassistant/components/lg_thinq/translations/hu.json +7 -1
  413. homeassistant/components/lg_thinq/translations/sr-Latn.json +16 -0
  414. homeassistant/components/lg_thinq/translations/sr.json +16 -0
  415. homeassistant/components/libre_hardware_monitor/translations/hu.json +19 -0
  416. homeassistant/components/lifx/translations/sl.json +7 -0
  417. homeassistant/components/light/translations/hu.json +2 -1
  418. homeassistant/components/litterrobot/translations/fr.json +14 -0
  419. homeassistant/components/litterrobot/translations/fy.json +5 -0
  420. homeassistant/components/litterrobot/translations/hu.json +15 -0
  421. homeassistant/components/litterrobot/translations/nl.json +3 -0
  422. homeassistant/components/logbook/translations/ar.json +3 -0
  423. homeassistant/components/logbook/translations/fr.json +4 -0
  424. homeassistant/components/logbook/translations/sl.json +6 -1
  425. homeassistant/components/lyric/translations/hu.json +1 -1
  426. homeassistant/components/mastodon/translations/sv.json +4 -0
  427. homeassistant/components/matter/translations/el.json +1 -1
  428. homeassistant/components/matter/translations/hu.json +3 -0
  429. homeassistant/components/matter/translations/nl.json +3 -0
  430. homeassistant/components/matter/translations/sv.json +3 -0
  431. homeassistant/components/mcp/translations/el.json +8 -1
  432. homeassistant/components/mcp/translations/fy.json +5 -1
  433. homeassistant/components/mcp/translations/ga.json +20 -1
  434. homeassistant/components/mcp/translations/hu.json +9 -2
  435. homeassistant/components/mcp/translations/nl.json +8 -1
  436. homeassistant/components/mcp/translations/pl.json +18 -0
  437. homeassistant/components/mcp/translations/sv.json +8 -1
  438. homeassistant/components/mcp/translations/zh-Hans.json +20 -1
  439. homeassistant/components/mealie/translations/lt.json +4 -4
  440. homeassistant/components/media_player/translations/sr-Latn.json +3 -0
  441. homeassistant/components/media_player/translations/sr.json +9 -0
  442. homeassistant/components/media_source/models.py +5 -1
  443. homeassistant/components/media_source/strings.json +3 -0
  444. homeassistant/components/media_source/translations/cs.json +3 -0
  445. homeassistant/components/media_source/translations/de.json +3 -0
  446. homeassistant/components/media_source/translations/el.json +3 -0
  447. homeassistant/components/media_source/translations/en-GB.json +3 -0
  448. homeassistant/components/media_source/translations/en.json +3 -0
  449. homeassistant/components/media_source/translations/es.json +3 -0
  450. homeassistant/components/media_source/translations/et.json +3 -0
  451. homeassistant/components/media_source/translations/fr.json +3 -0
  452. homeassistant/components/media_source/translations/ga.json +3 -0
  453. homeassistant/components/media_source/translations/hu.json +3 -0
  454. homeassistant/components/media_source/translations/lt.json +3 -0
  455. homeassistant/components/media_source/translations/pl.json +5 -0
  456. homeassistant/components/media_source/translations/pt.json +3 -0
  457. homeassistant/components/media_source/translations/ru.json +3 -0
  458. homeassistant/components/media_source/translations/sk.json +3 -0
  459. homeassistant/components/media_source/translations/zh-Hans.json +3 -0
  460. homeassistant/components/media_source/translations/zh-Hant.json +3 -0
  461. homeassistant/components/melcloud/manifest.json +1 -1
  462. homeassistant/components/microbees/translations/hu.json +1 -1
  463. homeassistant/components/miele/sensor.py +1 -0
  464. homeassistant/components/miele/translations/fy.json +1 -0
  465. homeassistant/components/miele/translations/hu.json +13 -1
  466. homeassistant/components/miele/translations/sr-Latn.json +16 -0
  467. homeassistant/components/miele/translations/sr.json +16 -0
  468. homeassistant/components/mjpeg/translations/sl.json +1 -0
  469. homeassistant/components/modbus/entity.py +1 -1
  470. homeassistant/components/modbus/modbus.py +7 -4
  471. homeassistant/components/monzo/translations/hu.json +1 -1
  472. homeassistant/components/motionmount/translations/fy.json +5 -0
  473. homeassistant/components/motionmount/translations/nl.json +2 -1
  474. homeassistant/components/mqtt/lock.py +4 -1
  475. homeassistant/components/mqtt/translations/cs.json +1 -1
  476. homeassistant/components/mqtt/translations/de.json +1 -1
  477. homeassistant/components/mqtt/translations/el.json +2 -0
  478. homeassistant/components/mqtt/translations/en-GB.json +1 -1
  479. homeassistant/components/mqtt/translations/en.json +1 -1
  480. homeassistant/components/mqtt/translations/es.json +1 -1
  481. homeassistant/components/mqtt/translations/et.json +1 -1
  482. homeassistant/components/mqtt/translations/fr.json +1 -2
  483. homeassistant/components/mqtt/translations/fy.json +3 -1
  484. homeassistant/components/mqtt/translations/ga.json +3 -2
  485. homeassistant/components/mqtt/translations/he.json +1 -2
  486. homeassistant/components/mqtt/translations/hu.json +305 -16
  487. homeassistant/components/mqtt/translations/ja.json +1 -2
  488. homeassistant/components/mqtt/translations/lt.json +1 -1
  489. homeassistant/components/mqtt/translations/nl.json +1 -2
  490. homeassistant/components/mqtt/translations/pt.json +1 -2
  491. homeassistant/components/mqtt/translations/ru.json +1 -2
  492. homeassistant/components/mqtt/translations/sk.json +1 -1
  493. homeassistant/components/mqtt/translations/sv.json +4 -2
  494. homeassistant/components/mqtt/translations/zh-Hans.json +3 -1
  495. homeassistant/components/mqtt/translations/zh-Hant.json +1 -1
  496. homeassistant/components/music_assistant/translations/sk.json +1 -1
  497. homeassistant/components/mysensors/translations/hu.json +6 -6
  498. homeassistant/components/myuplink/translations/hu.json +1 -1
  499. homeassistant/components/nasweb/translations/hu.json +10 -0
  500. homeassistant/components/neato/translations/hu.json +1 -1
  501. homeassistant/components/nederlandse_spoorwegen/translations/fr.json +7 -0
  502. homeassistant/components/nederlandse_spoorwegen/translations/hu.json +28 -0
  503. homeassistant/components/nest/translations/hu.json +1 -1
  504. homeassistant/components/netatmo/translations/hu.json +1 -1
  505. homeassistant/components/niko_home_control/translations/hu.json +7 -1
  506. homeassistant/components/nordpool/__init__.py +1 -0
  507. homeassistant/components/nordpool/coordinator.py +32 -9
  508. homeassistant/components/nordpool/services.py +1 -1
  509. homeassistant/components/ntfy/strings.json +1 -1
  510. homeassistant/components/ntfy/translations/cs.json +1 -1
  511. homeassistant/components/ntfy/translations/de.json +1 -1
  512. homeassistant/components/ntfy/translations/el.json +3 -0
  513. homeassistant/components/ntfy/translations/en-GB.json +1 -1
  514. homeassistant/components/ntfy/translations/en.json +1 -1
  515. homeassistant/components/ntfy/translations/es.json +0 -1
  516. homeassistant/components/ntfy/translations/et.json +1 -1
  517. homeassistant/components/ntfy/translations/ga.json +0 -1
  518. homeassistant/components/ntfy/translations/hu.json +10 -1
  519. homeassistant/components/ntfy/translations/lt.json +1 -1
  520. homeassistant/components/ntfy/translations/pt.json +1 -1
  521. homeassistant/components/ntfy/translations/ru.json +1 -1
  522. homeassistant/components/ntfy/translations/sk.json +1 -1
  523. homeassistant/components/ntfy/translations/zh-Hans.json +1 -1
  524. homeassistant/components/ntfy/translations/zh-Hant.json +1 -1
  525. homeassistant/components/number/translations/bg.json +0 -1
  526. homeassistant/components/number/translations/ca.json +0 -1
  527. homeassistant/components/number/translations/cs.json +1 -1
  528. homeassistant/components/number/translations/da.json +0 -1
  529. homeassistant/components/number/translations/de.json +1 -1
  530. homeassistant/components/number/translations/el.json +1 -1
  531. homeassistant/components/number/translations/en-GB.json +1 -1
  532. homeassistant/components/number/translations/en.json +1 -1
  533. homeassistant/components/number/translations/es.json +1 -1
  534. homeassistant/components/number/translations/et.json +1 -1
  535. homeassistant/components/number/translations/fi.json +0 -1
  536. homeassistant/components/number/translations/fr.json +0 -1
  537. homeassistant/components/number/translations/fy.json +13 -0
  538. homeassistant/components/number/translations/ga.json +3 -1
  539. homeassistant/components/number/translations/he.json +0 -1
  540. homeassistant/components/number/translations/hu.json +6 -1
  541. homeassistant/components/number/translations/id.json +0 -1
  542. homeassistant/components/number/translations/it.json +0 -1
  543. homeassistant/components/number/translations/ja.json +0 -1
  544. homeassistant/components/number/translations/ko.json +0 -1
  545. homeassistant/components/number/translations/lt.json +1 -1
  546. homeassistant/components/number/translations/lv.json +0 -1
  547. homeassistant/components/number/translations/nb.json +0 -1
  548. homeassistant/components/number/translations/nl.json +3 -1
  549. homeassistant/components/number/translations/pl.json +0 -1
  550. homeassistant/components/number/translations/pt-BR.json +0 -1
  551. homeassistant/components/number/translations/pt.json +0 -1
  552. homeassistant/components/number/translations/ro.json +0 -1
  553. homeassistant/components/number/translations/ru.json +0 -1
  554. homeassistant/components/number/translations/sk.json +1 -1
  555. homeassistant/components/number/translations/sv.json +3 -1
  556. homeassistant/components/number/translations/tr.json +0 -1
  557. homeassistant/components/number/translations/uk.json +0 -1
  558. homeassistant/components/number/translations/vi.json +0 -1
  559. homeassistant/components/number/translations/zh-Hans.json +3 -0
  560. homeassistant/components/number/translations/zh-Hant.json +1 -1
  561. homeassistant/components/ohme/translations/fy.json +9 -0
  562. homeassistant/components/ohme/translations/nl.json +8 -1
  563. homeassistant/components/ollama/translations/hu.json +55 -0
  564. homeassistant/components/ondilo_ico/translations/hu.json +1 -1
  565. homeassistant/components/onedrive/backup.py +5 -2
  566. homeassistant/components/onedrive/translations/de.json +1 -1
  567. homeassistant/components/onedrive/translations/hu.json +1 -1
  568. homeassistant/components/onvif/translations/sl.json +1 -0
  569. homeassistant/components/open_router/translations/hu.json +44 -0
  570. homeassistant/components/openai_conversation/translations/hu.json +64 -1
  571. homeassistant/components/openweathermap/translations/fy.json +1 -0
  572. homeassistant/components/openweathermap/translations/hu.json +14 -1
  573. homeassistant/components/opower/manifest.json +1 -1
  574. homeassistant/components/opower/translations/hu.json +6 -0
  575. homeassistant/components/oralb/translations/bg.json +0 -1
  576. homeassistant/components/oralb/translations/ca.json +0 -1
  577. homeassistant/components/oralb/translations/cs.json +0 -1
  578. homeassistant/components/oralb/translations/da.json +1 -2
  579. homeassistant/components/oralb/translations/de.json +1 -2
  580. homeassistant/components/oralb/translations/el.json +0 -1
  581. homeassistant/components/oralb/translations/en-GB.json +0 -1
  582. homeassistant/components/oralb/translations/en.json +1 -1
  583. homeassistant/components/oralb/translations/es.json +0 -1
  584. homeassistant/components/oralb/translations/et.json +0 -1
  585. homeassistant/components/oralb/translations/fi.json +0 -1
  586. homeassistant/components/oralb/translations/fr.json +0 -1
  587. homeassistant/components/oralb/translations/fy.json +1 -0
  588. homeassistant/components/oralb/translations/ga.json +0 -1
  589. homeassistant/components/oralb/translations/he.json +0 -1
  590. homeassistant/components/oralb/translations/hr.json +0 -1
  591. homeassistant/components/oralb/translations/hu.json +0 -1
  592. homeassistant/components/oralb/translations/id.json +0 -1
  593. homeassistant/components/oralb/translations/it.json +0 -1
  594. homeassistant/components/oralb/translations/ja.json +0 -1
  595. homeassistant/components/oralb/translations/ko.json +0 -1
  596. homeassistant/components/oralb/translations/lt.json +0 -1
  597. homeassistant/components/oralb/translations/nb.json +0 -1
  598. homeassistant/components/oralb/translations/nl.json +0 -1
  599. homeassistant/components/oralb/translations/pl.json +0 -1
  600. homeassistant/components/oralb/translations/pt-BR.json +0 -1
  601. homeassistant/components/oralb/translations/pt.json +0 -1
  602. homeassistant/components/oralb/translations/ro.json +0 -1
  603. homeassistant/components/oralb/translations/ru.json +0 -1
  604. homeassistant/components/oralb/translations/sk.json +0 -1
  605. homeassistant/components/oralb/translations/sl.json +1 -2
  606. homeassistant/components/oralb/translations/sr-Latn.json +1 -0
  607. homeassistant/components/oralb/translations/sr.json +1 -0
  608. homeassistant/components/oralb/translations/sv.json +0 -1
  609. homeassistant/components/oralb/translations/tr.json +0 -1
  610. homeassistant/components/oralb/translations/uk.json +0 -1
  611. homeassistant/components/oralb/translations/zh-Hans.json +0 -1
  612. homeassistant/components/oralb/translations/zh-Hant.json +0 -1
  613. homeassistant/components/osoenergy/translations/sr-Latn.json +17 -0
  614. homeassistant/components/osoenergy/translations/sr.json +17 -0
  615. homeassistant/components/otbr/config_flow.py +3 -0
  616. homeassistant/components/overkiz/translations/hu.json +1 -0
  617. homeassistant/components/overkiz/translations/sr-Latn.json +11 -0
  618. homeassistant/components/overkiz/translations/sr.json +11 -0
  619. homeassistant/components/ovo_energy/manifest.json +1 -1
  620. homeassistant/components/paperless_ngx/translations/nl.json +1 -0
  621. homeassistant/components/playstation_network/translations/hu.json +8 -0
  622. homeassistant/components/plugwise/translations/select.sr-Latn.json +7 -0
  623. homeassistant/components/plugwise/translations/select.sr.json +7 -0
  624. homeassistant/components/plugwise/translations/sr-Latn.json +9 -0
  625. homeassistant/components/plugwise/translations/sr.json +2 -2
  626. homeassistant/components/plum_lightpad/translations/fy.json +1 -0
  627. homeassistant/components/point/translations/hu.json +1 -1
  628. homeassistant/components/pooldose/translations/el.json +2 -1
  629. homeassistant/components/pooldose/translations/fr.json +7 -0
  630. homeassistant/components/pooldose/translations/hu.json +49 -0
  631. homeassistant/components/portainer/manifest.json +1 -1
  632. homeassistant/components/portainer/translations/el.json +38 -0
  633. homeassistant/components/portainer/translations/fy.json +13 -0
  634. homeassistant/components/portainer/translations/ga.json +14 -0
  635. homeassistant/components/portainer/translations/hu.json +22 -0
  636. homeassistant/components/portainer/translations/nl.json +9 -0
  637. homeassistant/components/portainer/translations/pl.json +18 -0
  638. homeassistant/components/portainer/translations/sv.json +1 -0
  639. homeassistant/components/proximity/translations/hu.json +25 -1
  640. homeassistant/components/proxmoxve/__init__.py +1 -0
  641. homeassistant/components/prusalink/translations/sensor.sr-Latn.json +7 -0
  642. homeassistant/components/prusalink/translations/sensor.sr.json +7 -0
  643. homeassistant/components/prusalink/translations/sr-Latn.json +11 -0
  644. homeassistant/components/prusalink/translations/sr.json +11 -0
  645. homeassistant/components/pushover/const.py +0 -1
  646. homeassistant/components/pushover/notify.py +1 -1
  647. homeassistant/components/pyload/translations/hu.json +6 -0
  648. homeassistant/components/qbittorrent/translations/sr-Latn.json +11 -0
  649. homeassistant/components/qbittorrent/translations/sr.json +11 -0
  650. homeassistant/components/random/translations/fy.json +9 -0
  651. homeassistant/components/random/translations/ga.json +1 -0
  652. homeassistant/components/random/translations/hu.json +4 -1
  653. homeassistant/components/random/translations/nl.json +1 -0
  654. homeassistant/components/random/translations/sv.json +1 -0
  655. homeassistant/components/random/translations/zh-Hans.json +1 -0
  656. homeassistant/components/remote/translations/ar.json +11 -0
  657. homeassistant/components/remote/translations/hu.json +3 -0
  658. homeassistant/components/remote_calendar/translations/hu.json +2 -1
  659. homeassistant/components/renault/renault_hub.py +55 -39
  660. homeassistant/components/reolink/manifest.json +1 -1
  661. homeassistant/components/reolink/translations/af.json +1 -0
  662. homeassistant/components/ring/translations/sl.json +2 -1
  663. homeassistant/components/roborock/config_flow.py +5 -5
  664. homeassistant/components/roborock/manifest.json +1 -1
  665. homeassistant/components/roborock/strings.json +2 -0
  666. homeassistant/components/roborock/translations/cs.json +3 -1
  667. homeassistant/components/roborock/translations/de.json +3 -1
  668. homeassistant/components/roborock/translations/el.json +3 -1
  669. homeassistant/components/roborock/translations/en-GB.json +3 -1
  670. homeassistant/components/roborock/translations/en.json +3 -1
  671. homeassistant/components/roborock/translations/es.json +3 -1
  672. homeassistant/components/roborock/translations/et.json +3 -1
  673. homeassistant/components/roborock/translations/fi.json +47 -0
  674. homeassistant/components/roborock/translations/ga.json +3 -1
  675. homeassistant/components/roborock/translations/lt.json +3 -1
  676. homeassistant/components/roborock/translations/nl.json +1 -0
  677. homeassistant/components/roborock/translations/pl.json +3 -1
  678. homeassistant/components/roborock/translations/pt.json +3 -1
  679. homeassistant/components/roborock/translations/sk.json +3 -1
  680. homeassistant/components/roborock/translations/sr-Latn.json +11 -0
  681. homeassistant/components/roborock/translations/sr.json +11 -0
  682. homeassistant/components/roborock/translations/sv.json +3 -1
  683. homeassistant/components/roborock/translations/zh-Hans.json +3 -1
  684. homeassistant/components/roborock/translations/zh-Hant.json +3 -1
  685. homeassistant/components/roomba/translations/ru.json +4 -2
  686. homeassistant/components/roomba/translations/sk.json +4 -2
  687. homeassistant/components/roomba/translations/zh-Hans.json +4 -2
  688. homeassistant/components/roomba/translations/zh-Hant.json +4 -2
  689. homeassistant/components/route_b_smart_meter/translations/el.json +24 -0
  690. homeassistant/components/route_b_smart_meter/translations/hu.json +24 -0
  691. homeassistant/components/route_b_smart_meter/translations/pl.json +34 -0
  692. homeassistant/components/satel_integra/binary_sensor.py +4 -2
  693. homeassistant/components/satel_integra/strings.json +4 -0
  694. homeassistant/components/satel_integra/translations/bg.json +1 -0
  695. homeassistant/components/satel_integra/translations/cs.json +4 -0
  696. homeassistant/components/satel_integra/translations/de.json +4 -0
  697. homeassistant/components/satel_integra/translations/el.json +4 -0
  698. homeassistant/components/satel_integra/translations/en-GB.json +4 -0
  699. homeassistant/components/satel_integra/translations/en.json +4 -0
  700. homeassistant/components/satel_integra/translations/es.json +4 -0
  701. homeassistant/components/satel_integra/translations/et.json +4 -0
  702. homeassistant/components/satel_integra/translations/fr.json +25 -0
  703. homeassistant/components/satel_integra/translations/fy.json +82 -0
  704. homeassistant/components/satel_integra/translations/hu.json +132 -0
  705. homeassistant/components/satel_integra/translations/lt.json +4 -0
  706. homeassistant/components/satel_integra/translations/pl.json +206 -1
  707. homeassistant/components/satel_integra/translations/sk.json +4 -0
  708. homeassistant/components/satel_integra/translations/zh-Hans.json +4 -0
  709. homeassistant/components/satel_integra/translations/zh-Hant.json +4 -0
  710. homeassistant/components/scrape/translations/el.json +1 -0
  711. homeassistant/components/scrape/translations/fy.json +2 -1
  712. homeassistant/components/scrape/translations/ga.json +2 -0
  713. homeassistant/components/scrape/translations/hu.json +7 -1
  714. homeassistant/components/scrape/translations/nl.json +2 -0
  715. homeassistant/components/scrape/translations/sv.json +2 -0
  716. homeassistant/components/scrape/translations/zh-Hans.json +2 -0
  717. homeassistant/components/sensor/translations/fy.json +3 -0
  718. homeassistant/components/sensor/translations/ga.json +3 -0
  719. homeassistant/components/sensor/translations/hu.json +9 -0
  720. homeassistant/components/sensor/translations/sv.json +3 -0
  721. homeassistant/components/sensor/translations/zh-Hans.json +3 -0
  722. homeassistant/components/senz/translations/hu.json +1 -1
  723. homeassistant/components/sfr_box/translations/sr-Latn.json +11 -0
  724. homeassistant/components/sfr_box/translations/sr.json +11 -0
  725. homeassistant/components/sftp_storage/translations/hu.json +14 -0
  726. homeassistant/components/sharkiq/manifest.json +1 -1
  727. homeassistant/components/shelly/binary_sensor.py +1 -1
  728. homeassistant/components/shelly/cover.py +2 -0
  729. homeassistant/components/shelly/translations/el.json +15 -0
  730. homeassistant/components/shelly/translations/fr.json +6 -0
  731. homeassistant/components/shelly/translations/fy.json +15 -0
  732. homeassistant/components/shelly/translations/ga.json +12 -0
  733. homeassistant/components/shelly/translations/hu.json +21 -0
  734. homeassistant/components/shelly/translations/nl.json +7 -0
  735. homeassistant/components/shelly/translations/sv.json +7 -0
  736. homeassistant/components/shelly/translations/zh-Hans.json +12 -0
  737. homeassistant/components/shelly/utils.py +17 -19
  738. homeassistant/components/simplisafe/__init__.py +19 -3
  739. homeassistant/components/siren/translations/fy.json +3 -0
  740. homeassistant/components/slack/strings.json +2 -2
  741. homeassistant/components/slack/translations/bg.json +0 -1
  742. homeassistant/components/slack/translations/ca.json +0 -2
  743. homeassistant/components/slack/translations/de.json +3 -3
  744. homeassistant/components/slack/translations/en-GB.json +2 -2
  745. homeassistant/components/slack/translations/en.json +2 -2
  746. homeassistant/components/slack/translations/es.json +0 -2
  747. homeassistant/components/slack/translations/fi.json +0 -2
  748. homeassistant/components/slack/translations/fr.json +0 -2
  749. homeassistant/components/slack/translations/ga.json +0 -2
  750. homeassistant/components/slack/translations/hu.json +0 -2
  751. homeassistant/components/slack/translations/id.json +0 -2
  752. homeassistant/components/slack/translations/it.json +0 -2
  753. homeassistant/components/slack/translations/ja.json +0 -2
  754. homeassistant/components/slack/translations/ko.json +0 -2
  755. homeassistant/components/slack/translations/lt.json +1 -1
  756. homeassistant/components/slack/translations/nb.json +0 -2
  757. homeassistant/components/slack/translations/nl.json +0 -2
  758. homeassistant/components/slack/translations/pl.json +0 -2
  759. homeassistant/components/slack/translations/pt-BR.json +0 -2
  760. homeassistant/components/slack/translations/ro.json +0 -2
  761. homeassistant/components/slack/translations/sk.json +1 -1
  762. homeassistant/components/slack/translations/sv.json +0 -2
  763. homeassistant/components/slack/translations/tr.json +0 -2
  764. homeassistant/components/slack/translations/uk.json +0 -2
  765. homeassistant/components/slack/translations/zh-Hans.json +1 -1
  766. homeassistant/components/sleep_as_android/translations/hu.json +134 -0
  767. homeassistant/components/sleepiq/translations/hu.json +5 -0
  768. homeassistant/components/smappee/translations/hu.json +1 -1
  769. homeassistant/components/smarla/translations/ar.json +9 -0
  770. homeassistant/components/smartthings/climate.py +2 -0
  771. homeassistant/components/smartthings/icons.json +11 -0
  772. homeassistant/components/smartthings/manifest.json +1 -1
  773. homeassistant/components/smartthings/sensor.py +5 -2
  774. homeassistant/components/smartthings/strings.json +8 -1
  775. homeassistant/components/smartthings/translations/cs.json +8 -1
  776. homeassistant/components/smartthings/translations/de.json +8 -1
  777. homeassistant/components/smartthings/translations/el.json +19 -0
  778. homeassistant/components/smartthings/translations/en-GB.json +8 -1
  779. homeassistant/components/smartthings/translations/en.json +8 -1
  780. homeassistant/components/smartthings/translations/es.json +2 -1
  781. homeassistant/components/smartthings/translations/et.json +8 -1
  782. homeassistant/components/smartthings/translations/fr.json +1 -2
  783. homeassistant/components/smartthings/translations/fy.json +16 -0
  784. homeassistant/components/smartthings/translations/ga.json +5 -1
  785. homeassistant/components/smartthings/translations/hu.json +4 -1
  786. homeassistant/components/smartthings/translations/lt.json +7 -1
  787. homeassistant/components/smartthings/translations/pl.json +20 -0
  788. homeassistant/components/smartthings/translations/pt.json +5 -1
  789. homeassistant/components/smartthings/translations/sk.json +8 -1
  790. homeassistant/components/smartthings/translations/sr-Latn.json +16 -0
  791. homeassistant/components/smartthings/translations/sr.json +16 -0
  792. homeassistant/components/smartthings/translations/zh-Hans.json +8 -1
  793. homeassistant/components/smartthings/translations/zh-Hant.json +8 -1
  794. homeassistant/components/smlight/icons.json +22 -0
  795. homeassistant/components/smlight/switch.py +1 -1
  796. homeassistant/components/solaredge/translations/bg.json +2 -4
  797. homeassistant/components/solaredge/translations/ca.json +2 -4
  798. homeassistant/components/solaredge/translations/cs.json +2 -2
  799. homeassistant/components/solaredge/translations/da.json +1 -2
  800. homeassistant/components/solaredge/translations/de.json +2 -2
  801. homeassistant/components/solaredge/translations/el.json +2 -4
  802. homeassistant/components/solaredge/translations/en-GB.json +2 -4
  803. homeassistant/components/solaredge/translations/en.json +2 -2
  804. homeassistant/components/solaredge/translations/es-419.json +1 -2
  805. homeassistant/components/solaredge/translations/es.json +2 -4
  806. homeassistant/components/solaredge/translations/et.json +2 -2
  807. homeassistant/components/solaredge/translations/fi.json +2 -4
  808. homeassistant/components/solaredge/translations/fr.json +2 -4
  809. homeassistant/components/solaredge/translations/ga.json +2 -4
  810. homeassistant/components/solaredge/translations/hu.json +2 -4
  811. homeassistant/components/solaredge/translations/id.json +2 -4
  812. homeassistant/components/solaredge/translations/it.json +2 -4
  813. homeassistant/components/solaredge/translations/ja.json +2 -4
  814. homeassistant/components/solaredge/translations/ka.json +1 -2
  815. homeassistant/components/solaredge/translations/ko.json +2 -4
  816. homeassistant/components/solaredge/translations/lb.json +2 -4
  817. homeassistant/components/solaredge/translations/lt.json +2 -4
  818. homeassistant/components/solaredge/translations/nb.json +2 -4
  819. homeassistant/components/solaredge/translations/nl.json +2 -4
  820. homeassistant/components/solaredge/translations/pl.json +2 -4
  821. homeassistant/components/solaredge/translations/pt-BR.json +2 -4
  822. homeassistant/components/solaredge/translations/pt.json +2 -4
  823. homeassistant/components/solaredge/translations/ro.json +2 -4
  824. homeassistant/components/solaredge/translations/ru.json +2 -4
  825. homeassistant/components/solaredge/translations/sk.json +2 -2
  826. homeassistant/components/solaredge/translations/sl.json +2 -4
  827. homeassistant/components/solaredge/translations/sv.json +2 -4
  828. homeassistant/components/solaredge/translations/tr.json +2 -4
  829. homeassistant/components/solaredge/translations/uk.json +2 -4
  830. homeassistant/components/solaredge/translations/vi.json +1 -2
  831. homeassistant/components/solaredge/translations/zh-Hans.json +2 -4
  832. homeassistant/components/solaredge/translations/zh-Hant.json +2 -2
  833. homeassistant/components/sonos/translations/hu.json +10 -0
  834. homeassistant/components/spotify/translations/hu.json +1 -1
  835. homeassistant/components/sql/translations/el.json +58 -0
  836. homeassistant/components/sql/translations/fy.json +9 -0
  837. homeassistant/components/sql/translations/ga.json +1 -0
  838. homeassistant/components/sql/translations/hu.json +8 -1
  839. homeassistant/components/sql/translations/nl.json +1 -0
  840. homeassistant/components/sql/translations/sl.json +13 -0
  841. homeassistant/components/sql/translations/sv.json +1 -0
  842. homeassistant/components/sql/translations/zh-Hans.json +1 -0
  843. homeassistant/components/squeezebox/__init__.py +5 -2
  844. homeassistant/components/squeezebox/button.py +3 -1
  845. homeassistant/components/squeezebox/coordinator.py +3 -1
  846. homeassistant/components/squeezebox/media_player.py +3 -1
  847. homeassistant/components/squeezebox/switch.py +3 -1
  848. homeassistant/components/starline/translations/nl.json +3 -0
  849. homeassistant/components/starlink/translations/sr-Latn.json +9 -0
  850. homeassistant/components/starlink/translations/sr.json +9 -0
  851. homeassistant/components/steamist/translations/nl.json +7 -0
  852. homeassistant/components/switch/translations/hu.json +3 -0
  853. homeassistant/components/switchbot/translations/fr.json +5 -0
  854. homeassistant/components/switchbot/translations/hu.json +8 -0
  855. homeassistant/components/switchbot/translations/nl.json +2 -0
  856. homeassistant/components/switchbot_cloud/translations/hu.json +27 -0
  857. homeassistant/components/synology_dsm/config_flow.py +18 -8
  858. homeassistant/components/system_bridge/sensor.py +1 -1
  859. homeassistant/components/systemmonitor/translations/el.json +9 -0
  860. homeassistant/components/tado/translations/sr-Latn.json +3 -0
  861. homeassistant/components/tado/translations/sr.json +3 -0
  862. homeassistant/components/tasmota/translations/hu.json +4 -4
  863. homeassistant/components/telegram_bot/translations/de.json +1 -1
  864. homeassistant/components/template/binary_sensor.py +1 -0
  865. homeassistant/components/template/translations/fy.json +23 -0
  866. homeassistant/components/template/translations/ga.json +1 -0
  867. homeassistant/components/template/translations/hu.json +875 -18
  868. homeassistant/components/template/translations/nl.json +17 -0
  869. homeassistant/components/template/translations/sv.json +1 -0
  870. homeassistant/components/template/translations/zh-Hans.json +1 -0
  871. homeassistant/components/tesla_fleet/translations/hu.json +1 -1
  872. homeassistant/components/teslemetry/translations/hu.json +14 -0
  873. homeassistant/components/teslemetry/translations/sr-Latn.json +11 -0
  874. homeassistant/components/teslemetry/translations/sr.json +9 -0
  875. homeassistant/components/tessie/translations/nl.json +6 -0
  876. homeassistant/components/tibber/manifest.json +1 -1
  877. homeassistant/components/timer/translations/sr-Latn.json +9 -0
  878. homeassistant/components/timer/translations/sr.json +9 -0
  879. homeassistant/components/togrill/coordinator.py +17 -5
  880. homeassistant/components/togrill/translations/hu.json +16 -0
  881. homeassistant/components/togrill/translations/sv.json +69 -1
  882. homeassistant/components/tolo/translations/el.json +2 -1
  883. homeassistant/components/tolo/translations/fy.json +7 -0
  884. homeassistant/components/tolo/translations/hu.json +2 -1
  885. homeassistant/components/tolo/translations/sv.json +2 -1
  886. homeassistant/components/toon/translations/hu.json +1 -1
  887. homeassistant/components/tplink/translations/nl.json +3 -0
  888. homeassistant/components/traccar_server/translations/hu.json +9 -1
  889. homeassistant/components/traccar_server/translations/nl.json +1 -0
  890. homeassistant/components/tractive/translations/ar.json +9 -0
  891. homeassistant/components/transmission/translations/sr-Latn.json +11 -0
  892. homeassistant/components/transmission/translations/sr.json +11 -0
  893. homeassistant/components/tuya/cover.py +2 -1
  894. homeassistant/components/tuya/translations/fy.json +5 -0
  895. homeassistant/components/tuya/translations/hu.json +34 -0
  896. homeassistant/components/tuya/translations/nl.json +11 -0
  897. homeassistant/components/tuya/translations/sensor.sr-Latn.json +7 -0
  898. homeassistant/components/tuya/translations/sensor.sr.json +7 -0
  899. homeassistant/components/tuya/translations/sr-Latn.json +5 -0
  900. homeassistant/components/tuya/translations/sr.json +11 -0
  901. homeassistant/components/twinkly/translations/fy.json +7 -0
  902. homeassistant/components/twinkly/translations/nl.json +3 -0
  903. homeassistant/components/unifiprotect/translations/hu.json +3 -0
  904. homeassistant/components/update/translations/hu.json +3 -0
  905. homeassistant/components/uptime_kuma/translations/hu.json +40 -0
  906. homeassistant/components/uptimerobot/translations/hu.json +6 -0
  907. homeassistant/components/vacuum/translations/sr-Latn.json +9 -0
  908. homeassistant/components/vacuum/translations/sr.json +9 -0
  909. homeassistant/components/valve/translations/nl.json +18 -0
  910. homeassistant/components/vegehub/translations/hu.json +3 -1
  911. homeassistant/components/venstar/translations/sr-Latn.json +11 -0
  912. homeassistant/components/venstar/translations/sr.json +11 -0
  913. homeassistant/components/vesync/fan.py +8 -7
  914. homeassistant/components/vesync/manifest.json +1 -1
  915. homeassistant/components/vicare/const.py +4 -3
  916. homeassistant/components/vicare/sensor.py +9 -6
  917. homeassistant/components/vicare/translations/nl.json +2 -1
  918. homeassistant/components/vicare/translations/sr-Latn.json +9 -0
  919. homeassistant/components/vicare/translations/sr.json +9 -0
  920. homeassistant/components/victron_remote_monitoring/config_flow.py +3 -3
  921. homeassistant/components/victron_remote_monitoring/coordinator.py +4 -4
  922. homeassistant/components/victron_remote_monitoring/manifest.json +1 -1
  923. homeassistant/components/victron_remote_monitoring/sensor.py +62 -18
  924. homeassistant/components/victron_remote_monitoring/translations/el.json +25 -0
  925. homeassistant/components/victron_remote_monitoring/translations/fi.json +9 -0
  926. homeassistant/components/victron_remote_monitoring/translations/fr.json +102 -0
  927. homeassistant/components/victron_remote_monitoring/translations/fy.json +23 -0
  928. homeassistant/components/victron_remote_monitoring/translations/hu.json +25 -0
  929. homeassistant/components/vizio/translations/sl.json +2 -1
  930. homeassistant/components/voip/translations/pl.json +1 -1
  931. homeassistant/components/voip/translations/sl.json +1 -1
  932. homeassistant/components/volvo/translations/fy.json +8 -0
  933. homeassistant/components/volvo/translations/hu.json +58 -0
  934. homeassistant/components/volvo/translations/nl.json +2 -0
  935. homeassistant/components/volvo/translations/sr-Latn.json +11 -0
  936. homeassistant/components/volvo/translations/sr.json +11 -0
  937. homeassistant/components/wallbox/const.py +1 -1
  938. homeassistant/components/wallbox/coordinator.py +6 -1
  939. homeassistant/components/weather/translations/cs.json +1 -1
  940. homeassistant/components/weheat/translations/hu.json +1 -1
  941. homeassistant/components/weheat/translations/sr-Latn.json +11 -0
  942. homeassistant/components/weheat/translations/sr.json +11 -0
  943. homeassistant/components/whirlpool/translations/hu.json +1 -0
  944. homeassistant/components/withings/translations/fy.json +9 -0
  945. homeassistant/components/withings/translations/hu.json +1 -1
  946. homeassistant/components/withings/translations/nl.json +9 -0
  947. homeassistant/components/wolflink/translations/sensor.sr-Latn.json +7 -0
  948. homeassistant/components/wolflink/translations/sensor.sr.json +7 -0
  949. homeassistant/components/wolflink/translations/sr-Latn.json +11 -0
  950. homeassistant/components/wolflink/translations/sr.json +11 -0
  951. homeassistant/components/workday/calendar.py +6 -4
  952. homeassistant/components/workday/manifest.json +1 -1
  953. homeassistant/components/wyoming/translations/pl.json +1 -1
  954. homeassistant/components/wyoming/translations/sl.json +1 -1
  955. homeassistant/components/xbox/translations/hu.json +1 -1
  956. homeassistant/components/yale/translations/hu.json +1 -1
  957. homeassistant/components/yolink/translations/hu.json +10 -1
  958. homeassistant/components/zha/__init__.py +14 -1
  959. homeassistant/components/zha/config_flow.py +26 -21
  960. homeassistant/components/zha/entity.py +14 -3
  961. homeassistant/components/zha/strings.json +2 -5
  962. homeassistant/components/zha/translations/cs.json +41 -16
  963. homeassistant/components/zha/translations/de.json +1 -4
  964. homeassistant/components/zha/translations/el.json +15 -4
  965. homeassistant/components/zha/translations/en-GB.json +1 -4
  966. homeassistant/components/zha/translations/en.json +1 -4
  967. homeassistant/components/zha/translations/es.json +41 -16
  968. homeassistant/components/zha/translations/et.json +1 -4
  969. homeassistant/components/zha/translations/fr.json +48 -14
  970. homeassistant/components/zha/translations/fy.json +3 -0
  971. homeassistant/components/zha/translations/ga.json +1 -0
  972. homeassistant/components/zha/translations/hu.json +1 -0
  973. homeassistant/components/zha/translations/lt.json +41 -16
  974. homeassistant/components/zha/translations/pl.json +14 -4
  975. homeassistant/components/zha/translations/pt.json +41 -16
  976. homeassistant/components/zha/translations/ru.json +75 -13
  977. homeassistant/components/zha/translations/sk.json +41 -16
  978. homeassistant/components/zha/translations/sl.json +18 -6
  979. homeassistant/components/zha/translations/sr-Latn.json +7 -0
  980. homeassistant/components/zha/translations/sr.json +11 -0
  981. homeassistant/components/zha/translations/sv.json +55 -0
  982. homeassistant/components/zha/translations/zh-Hans.json +53 -11
  983. homeassistant/components/zha/translations/zh-Hant.json +41 -16
  984. homeassistant/components/zwave_js/config_flow.py +80 -29
  985. homeassistant/components/zwave_js/light.py +9 -8
  986. homeassistant/components/zwave_js/translations/nl.json +6 -0
  987. homeassistant/components/zwave_js/translations/ru.json +9 -0
  988. homeassistant/components/zwave_me/translations/lt.json +1 -1
  989. homeassistant/const.py +1 -1
  990. homeassistant/package_constraints.txt +2 -2
  991. {homeassistant-2025.10.0b7.dist-info → homeassistant-2025.10.2.dist-info}/METADATA +2 -2
  992. {homeassistant-2025.10.0b7.dist-info → homeassistant-2025.10.2.dist-info}/RECORD +997 -831
  993. {homeassistant-2025.10.0b7.dist-info → homeassistant-2025.10.2.dist-info}/WHEEL +0 -0
  994. {homeassistant-2025.10.0b7.dist-info → homeassistant-2025.10.2.dist-info}/entry_points.txt +0 -0
  995. {homeassistant-2025.10.0b7.dist-info → homeassistant-2025.10.2.dist-info}/licenses/LICENSE.md +0 -0
  996. {homeassistant-2025.10.0b7.dist-info → homeassistant-2025.10.2.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
  997. {homeassistant-2025.10.0b7.dist-info → homeassistant-2025.10.2.dist-info}/top_level.txt +0 -0
@@ -25,6 +25,7 @@
25
25
  "title": "Obnovenie automatickej z\u00e1lohy"
26
26
  },
27
27
  "choose_formation_strategy": {
28
+ "description": "Vyberte sie\u0165ov\u00e9 nastavenia pre v\u00e1\u0161 adapt\u00e9r.",
28
29
  "menu_option_descriptions": {
29
30
  "choose_automatic_backup": "To v\u00e1m umo\u017en\u00ed zmeni\u0165 sie\u0165ov\u00e9 nastavenia adapt\u00e9ra sp\u00e4\u0165 do predch\u00e1dzaj\u00faceho stavu, ak ste ich zmenili.",
30
31
  "form_initial_network": "T\u00fdm sa vytvor\u00ed nov\u00e1 sie\u0165 Zigbee.",
@@ -36,6 +37,7 @@
36
37
  "choose_automatic_backup": "Obnovenie automatickej z\u00e1lohy",
37
38
  "form_initial_network": "Vytvorenie siete",
38
39
  "form_new_network": "Vyma\u017ete nastavenia siete a vytvorte nov\u00fa sie\u0165",
40
+ "reuse_settings": "Zachova\u0165 sie\u0165ov\u00e9 nastavenia adapt\u00e9ra",
39
41
  "upload_manual_backup": "Nahratie manu\u00e1lnej z\u00e1lohy"
40
42
  },
41
43
  "title": "Tvorba siete"
@@ -56,6 +58,7 @@
56
58
  "data": {
57
59
  "path": "Cesta k s\u00e9riov\u00e9mu zariadeniu"
58
60
  },
61
+ "description": "Vyberte s\u00e9riov\u00fd port pre v\u00e1\u0161 Zigbee adapt\u00e9r",
59
62
  "title": "Vyberte s\u00e9riov\u00fd port"
60
63
  },
61
64
  "choose_setup_strategy": {
@@ -76,6 +79,13 @@
76
79
  "confirm_hardware": {
77
80
  "description": "Chcete nastavi\u0165 {name}?"
78
81
  },
82
+ "manual_pick_radio_type": {
83
+ "data": {
84
+ "radio_type": "Typ adapt\u00e9ra"
85
+ },
86
+ "description": "Vyberte si typ adapt\u00e9ra Zigbee",
87
+ "title": "Vyberte typ adapt\u00e9ra"
88
+ },
79
89
  "manual_port_config": {
80
90
  "data": {
81
91
  "baudrate": "R\u00fdchlos\u0165 s\u00e9riov\u00e9ho portu",
@@ -90,6 +100,13 @@
90
100
  "description": "ZHA nedok\u00e1zal automaticky zisti\u0165 nastavenia s\u00e9riov\u00e9ho portu pre v\u00e1\u0161 adapt\u00e9r. Zvy\u010dajne ide o probl\u00e9m s firmv\u00e9rom alebo opr\u00e1vneniami. \n\nAk pou\u017e\u00edvate firmv\u00e9r s ne\u0161tandardn\u00fdmi nastaveniami, zadajte nastavenia s\u00e9riov\u00e9ho portu",
91
101
  "title": "Nastavenia s\u00e9riov\u00e9ho portu"
92
102
  },
103
+ "maybe_confirm_ezsp_restore": {
104
+ "data": {
105
+ "overwrite_coordinator_ieee": "Trval\u00e1 v\u00fdmena adresy adapt\u00e9ra IEEE"
106
+ },
107
+ "description": "Va\u0161a z\u00e1loha m\u00e1 in\u00fa adresu IEEE ako v\u00e1\u0161 adapt\u00e9r. Aby va\u0161a sie\u0165 fungovala spr\u00e1vne, mala by sa zmeni\u0165 aj adresa IEEE v\u00e1\u0161ho adapt\u00e9ra. \n\nIde o trval\u00fa oper\u00e1ciu.",
108
+ "title": "Prep\u00edsa\u0165 adresu IEEE adapt\u00e9ra"
109
+ },
93
110
  "maybe_reset_old_radio": {
94
111
  "description": "Z\u00e1loha bola vytvoren\u00e1 sk\u00f4r a v\u00e1\u0161 star\u00fd adapt\u00e9r sa v r\u00e1mci migr\u00e1cie resetuje.",
95
112
  "title": "Resetovanie star\u00e9ho adapt\u00e9ra"
@@ -100,6 +117,10 @@
100
117
  },
101
118
  "description": "Obnovte nastavenia siete z nahran\u00e9ho z\u00e1lo\u017en\u00e9ho s\u00faboru JSON. M\u00f4\u017eete si ho stiahnu\u0165 z inej in\u0161tal\u00e1cie ZHA z **Nastavenia siete** alebo pou\u017ei\u0165 s\u00fabor Zigbee2MQTT `coordinator_backup.json`.",
102
119
  "title": "Nahratie manu\u00e1lnej z\u00e1lohy"
120
+ },
121
+ "verify_radio": {
122
+ "description": "Adapt\u00e9r, ktor\u00fd pou\u017e\u00edvate ({name}), sa neodpor\u00fa\u010da a jeho podpora m\u00f4\u017ee by\u0165 v bud\u00facnosti zru\u0161en\u00e1. Pozrite si dokument\u00e1ciu integr\u00e1cie Zigbee Home Automation, kde n\u00e1jdete [zoznam odpor\u00fa\u010dan\u00fdch adapt\u00e9rov]({docs_recommended_adapters_url}).",
123
+ "title": "Adapt\u00e9r sa neodpor\u00fa\u010da"
103
124
  }
104
125
  }
105
126
  },
@@ -1763,6 +1784,7 @@
1763
1784
  "fix_flow": {
1764
1785
  "step": {
1765
1786
  "init": {
1787
+ "description": "Sie\u0165ov\u00e9 nastavenia v\u00e1\u0161ho Zigbee adapt\u00e9ra nie s\u00fa v s\u00falade s najnov\u0161ou z\u00e1lohou siete. Zvy\u010dajne sa to st\u00e1va, ak ich prep\u00edsala in\u00e1 integr\u00e1cia Zigbee (napr. Zigbee2MQTT alebo deCONZ).\n\n{diff}\n\nAk ste z\u00e1merne nezmenili sie\u0165ov\u00e9 nastavenia, obnovte ich z najnov\u0161ej z\u00e1lohy: va\u0161e zariadenia inak nebud\u00fa fungova\u0165.",
1766
1788
  "menu_option_descriptions": {
1767
1789
  "restore_old_settings": "T\u00fdm sa obnovia posledn\u00e9 funk\u010dn\u00e9 nastavenia siete.",
1768
1790
  "use_new_settings": "T\u00fdm sa nov\u00e9 nastavenia zap\u00ed\u0161u na pam\u00e4\u0165ov\u00fa kartu. T\u00fato mo\u017enos\u0165 vyberte len vtedy, ak ste z\u00e1merne zmenili nastavenia."
@@ -1777,8 +1799,13 @@
1777
1799
  },
1778
1800
  "title": "Nastavenia siete Zigbee sa zmenili"
1779
1801
  },
1802
+ "wrong_silabs_firmware_installed_nabucasa": {
1803
+ "description": "V\u00e1\u0161 adapt\u00e9r Zigbee sa predt\u00fdm pou\u017e\u00edval s multiprotokolom (Zigbee a Thread) a st\u00e1le m\u00e1 nain\u0161talovan\u00fd multiprotokolov\u00fd firmv\u00e9r: ({firmware_type}). \n\nAk chcete, aby v\u00e1\u0161 adapt\u00e9r fungoval v\u00fdlu\u010dne s ZHA, mus\u00edte nain\u0161talova\u0165 firmv\u00e9r Zigbee: \n- Prejdite do Nastavenia > Syst\u00e9m > Hardv\u00e9r, vyberte zariadenie a vyberte polo\u017eku Konfigurova\u0165. \n- Vyberte mo\u017enos\u0165 \"Migrova\u0165 Zigbee na nov\u00fd adapt\u00e9r\" a postupujte pod\u013ea pokynov.",
1804
+ "title": "Zisten\u00fd adapt\u00e9r Zigbee s multiprotokolov\u00fdm firmv\u00e9rom"
1805
+ },
1780
1806
  "wrong_silabs_firmware_installed_other": {
1781
- "title": "Rozpoznan\u00e9 r\u00e1dio Zigbee s multiprotokolov\u00fdm firmv\u00e9rom"
1807
+ "description": "V\u00e1\u0161 adapt\u00e9r Zigbee bol predt\u00fdm pou\u017e\u00edvan\u00fd s multiprotokolom (Zigbee a Thread) a st\u00e1le m\u00e1 nain\u0161talovan\u00fd multiprotokolov\u00fd firmv\u00e9r: ({firmware_type}). \n\nAk chcete, aby v\u00e1\u0161 adapt\u00e9r fungoval v\u00fdlu\u010dne s ZHA, mus\u00edte nain\u0161talova\u0165 firmv\u00e9r Zigbee. Postupujte pod\u013ea pokynov v\u00fdrobcu v\u00e1\u0161ho adapt\u00e9ra Zigbee, aby ste zistili, ako to urobi\u0165.",
1808
+ "title": "Zisten\u00fd adapt\u00e9r Zigbee s multiprotokolov\u00fdm firmv\u00e9rom"
1782
1809
  }
1783
1810
  },
1784
1811
  "options": {
@@ -1787,6 +1814,7 @@
1787
1814
  "cannot_restore_backup": "Adapt\u00e9r, na ktor\u00fd obnovujete, nepodporuje spr\u00e1vne obnovenie z\u00e1lohy. Aktualizujte firmv\u00e9r. Chyba: {error}",
1788
1815
  "cannot_restore_backup_no_ieee_confirm": "Adapt\u00e9r, ktor\u00fd obnovujete, m\u00e1 zastaran\u00fd firmv\u00e9r a nem\u00f4\u017ee zap\u00edsa\u0165 adresu IEEE adapt\u00e9ra viackr\u00e1t. Aktualizujte firmv\u00e9r alebo potvr\u010fte trval\u00fd prepis v predch\u00e1dzaj\u00facom kroku.",
1789
1816
  "not_zha_device": "Toto zariadenie nie je zariadenie ZHA",
1817
+ "reconfigure_successful": "ZHA \u00faspe\u0161ne migroval z v\u00e1\u0161ho star\u00e9ho adapt\u00e9ra na nov\u00fd. Dajte sieti Zigbee nieko\u013eko min\u00fat na stabiliz\u00e1ciu. Ak star\u00fd adapt\u00e9r u\u017e nepotrebujete, m\u00f4\u017eete ho odpoji\u0165.",
1790
1818
  "usb_probe_failed": "Nepodarilo sa zisti\u0165 zariadenie USB",
1791
1819
  "wrong_firmware_installed": "Vo va\u0161om zariaden\u00ed je nain\u0161talovan\u00fd nespr\u00e1vny firmv\u00e9r a nie je mo\u017en\u00e9 ho pou\u017e\u00edva\u0165 so ZHA, k\u00fdm nebude nain\u0161talovan\u00fd spr\u00e1vny firmv\u00e9r. [Bola vytvoren\u00e1 oprava]({repair_url}) s \u010fal\u0161\u00edmi inform\u00e1ciami a pokynmi na opravu."
1792
1820
  },
@@ -1804,7 +1832,7 @@
1804
1832
  "title": "Obnovenie automatickej z\u00e1lohy"
1805
1833
  },
1806
1834
  "choose_formation_strategy": {
1807
- "description": "Vyberte sie\u0165ov\u00e9 nastavenia pre va\u0161e r\u00e1dio.",
1835
+ "description": "Vyberte sie\u0165ov\u00e9 nastavenia pre v\u00e1\u0161 adapt\u00e9r.",
1808
1836
  "menu_option_descriptions": {
1809
1837
  "choose_automatic_backup": "To v\u00e1m umo\u017en\u00ed zmeni\u0165 sie\u0165ov\u00e9 nastavenia adapt\u00e9ra sp\u00e4\u0165 do predch\u00e1dzaj\u00faceho stavu, ak ste ich zmenili.",
1810
1838
  "form_initial_network": "T\u00fdm sa vytvor\u00ed nov\u00e1 sie\u0165 Zigbee.",
@@ -1816,7 +1844,7 @@
1816
1844
  "choose_automatic_backup": "Obnovenie automatickej z\u00e1lohy",
1817
1845
  "form_initial_network": "Vytvorenie siete",
1818
1846
  "form_new_network": "Vyma\u017ete nastavenia siete a vytvorte nov\u00fa sie\u0165",
1819
- "reuse_settings": "Ponechajte nastavenia siete r\u00e1dia",
1847
+ "reuse_settings": "Zachova\u0165 sie\u0165ov\u00e9 nastavenia adapt\u00e9ra",
1820
1848
  "upload_manual_backup": "Nahratie manu\u00e1lnej z\u00e1lohy"
1821
1849
  },
1822
1850
  "title": "Tvorba siete"
@@ -1837,27 +1865,23 @@
1837
1865
  "data": {
1838
1866
  "path": "Cesta k s\u00e9riov\u00e9mu zariadeniu"
1839
1867
  },
1840
- "description": "Vyberte s\u00e9riov\u00fd port pre va\u0161e r\u00e1dio Zigbee",
1868
+ "description": "Vyberte s\u00e9riov\u00fd port pre v\u00e1\u0161 Zigbee adapt\u00e9r",
1841
1869
  "title": "Vyberte s\u00e9riov\u00fd port"
1842
1870
  },
1843
1871
  "init": {
1844
1872
  "description": "Vykon\u00e1 sa z\u00e1lohovanie a ZHA sa zastav\u00ed. Chcete pokra\u010dova\u0165?",
1845
1873
  "title": "Prekonfigurova\u0165 ZHA"
1846
1874
  },
1847
- "instruct_unplug": {
1848
- "description": "V\u00e1\u0161 star\u00fd adapt\u00e9r bol resetovan\u00fd. Ak hardv\u00e9r u\u017e nepotrebujete, m\u00f4\u017eete ho odpoji\u0165. Teraz m\u00f4\u017eete pripoji\u0165 nov\u00fd adapt\u00e9r.",
1849
- "title": "Odpojte star\u00fd adapt\u00e9r"
1850
- },
1851
1875
  "intent_migrate": {
1852
1876
  "description": "Pred pripojen\u00edm nov\u00e9ho adapt\u00e9ra je potrebn\u00e9 resetova\u0165 star\u00fd adapt\u00e9r. Vykon\u00e1 sa automatick\u00e1 z\u00e1loha. Ak pou\u017e\u00edvate kombinovan\u00fd adapt\u00e9r Z-Wave a Zigbee, ako napr\u00edklad HUSBZB-1, resetuje sa len \u010das\u0165 Zigbee. *Pozn\u00e1mka: ak migrujete z adapt\u00e9ra **ConBee/RaspBee**, uistite sa, \u017ee je na \u0148om nain\u0161talovan\u00fd firmv\u00e9r `0x26720700` alebo nov\u0161\u00ed! V opa\u010dnom pr\u00edpade sa m\u00f4\u017ee sta\u0165, \u017ee niektor\u00e9 zariadenia nebude mo\u017en\u00e9 po migr\u00e1cii ovl\u00e1da\u0165, k\u00fdm sa nezmen\u00ed ich nap\u00e1janie.* Chcete pokra\u010dova\u0165?",
1853
1877
  "title": "Migr\u00e1cia na nov\u00fd adapt\u00e9r"
1854
1878
  },
1855
1879
  "manual_pick_radio_type": {
1856
1880
  "data": {
1857
- "radio_type": "Typ r\u00e1dia"
1881
+ "radio_type": "Typ adapt\u00e9ra"
1858
1882
  },
1859
- "description": "Vyberte si typ r\u00e1dia Zigbee",
1860
- "title": "Typ r\u00e1dia"
1883
+ "description": "Vyberte si typ adapt\u00e9ra Zigbee",
1884
+ "title": "Typ adapt\u00e9ra"
1861
1885
  },
1862
1886
  "manual_port_config": {
1863
1887
  "data": {
@@ -1870,12 +1894,13 @@
1870
1894
  },
1871
1895
  "maybe_confirm_ezsp_restore": {
1872
1896
  "data": {
1873
- "overwrite_coordinator_ieee": "Natrvalo nahra\u010fte r\u00e1diov\u00fa adresu IEEE"
1897
+ "overwrite_coordinator_ieee": "Trval\u00e1 v\u00fdmena adresy adapt\u00e9ra IEEE"
1874
1898
  },
1875
- "description": "Va\u0161a z\u00e1loha m\u00e1 in\u00fa adresu IEEE ako va\u0161e r\u00e1dio. Aby va\u0161a sie\u0165 fungovala spr\u00e1vne, mala by sa zmeni\u0165 aj adresa IEEE v\u00e1\u0161ho r\u00e1dia. \n\n Ide o trval\u00fa oper\u00e1ciu.",
1876
- "title": "Prep\u00edsa\u0165 adresu IEEE r\u00e1dia"
1899
+ "description": "Va\u0161a z\u00e1loha m\u00e1 in\u00fa adresu IEEE ako v\u00e1\u0161 adapt\u00e9r. Aby va\u0161a sie\u0165 fungovala spr\u00e1vne, mala by sa zmeni\u0165 aj adresa IEEE v\u00e1\u0161ho adapt\u00e9ra. \n\nIde o trval\u00fa oper\u00e1ciu.",
1900
+ "title": "Prep\u00edsa\u0165 adresu IEEE adapt\u00e9ra"
1877
1901
  },
1878
1902
  "prompt_migrate_or_reconfigure": {
1903
+ "description": "Migrujete na nov\u00fd adapt\u00e9r alebo men\u00edte konfigur\u00e1ciu s\u00fa\u010dasn\u00e9ho adapt\u00e9ra?",
1879
1904
  "menu_option_descriptions": {
1880
1905
  "intent_migrate": "To v\u00e1m pom\u00f4\u017ee migrova\u0165 sie\u0165 Zigbee zo star\u00e9ho adapt\u00e9ra na nov\u00fd.",
1881
1906
  "intent_reconfigure": "To v\u00e1m umo\u017en\u00ed zmeni\u0165 s\u00e9riov\u00fd port pre v\u00e1\u0161 aktu\u00e1lny adapt\u00e9r Zigbee."
@@ -1894,8 +1919,8 @@
1894
1919
  "title": "Nahratie manu\u00e1lnej z\u00e1lohy"
1895
1920
  },
1896
1921
  "verify_radio": {
1897
- "description": "R\u00e1dio, ktor\u00e9 pou\u017e\u00edvate ({name}), sa neodpor\u00fa\u010da a jeho podpora m\u00f4\u017ee by\u0165 v bud\u00facnosti odstr\u00e1nen\u00e1. Pozrite si dokument\u00e1ciu integr\u00e1cie Zigbee Home Automation, kde n\u00e1jdete [zoznam odpor\u00fa\u010dan\u00fdch adapt\u00e9rov] ({docs_recommended_adapters_url}).",
1898
- "title": "R\u00e1dio sa neodpor\u00fa\u010da"
1922
+ "description": "Adapt\u00e9r, ktor\u00fd pou\u017e\u00edvate ({name}), sa neodpor\u00fa\u010da a jeho podpora m\u00f4\u017ee by\u0165 v bud\u00facnosti zru\u0161en\u00e1. Pozrite si dokument\u00e1ciu integr\u00e1cie Zigbee Home Automation, kde n\u00e1jdete [zoznam odpor\u00fa\u010dan\u00fdch adapt\u00e9rov]({docs_recommended_adapters_url}).",
1923
+ "title": "Adapt\u00e9r sa neodpor\u00fa\u010da"
1899
1924
  }
1900
1925
  }
1901
1926
  },
@@ -21,10 +21,12 @@
21
21
  "title": "Obnovi samodejno varnostno kopijo"
22
22
  },
23
23
  "choose_formation_strategy": {
24
+ "description": "Izberite omre\u017ene nastavitve za svoj vmesnik.",
24
25
  "menu_options": {
25
26
  "choose_automatic_backup": "Obnovi samodejno varnostno kopijo",
26
27
  "form_initial_network": "Ustvari omre\u017eje",
27
28
  "form_new_network": "Izbri\u0161i omre\u017ene nastavitve in ustvari novo omre\u017eje",
29
+ "reuse_settings": "Ohrani omre\u017ene nastavitve vmesnika",
28
30
  "upload_manual_backup": "Prenos ro\u010dne varnostne kopije"
29
31
  },
30
32
  "title": "Oblikovanje omre\u017eja"
@@ -33,6 +35,7 @@
33
35
  "data": {
34
36
  "path": "Pot serijske naprave"
35
37
  },
38
+ "description": "Izberite serijska vrata za vmesnik Zigbee",
36
39
  "title": "Izberite serijska vrata"
37
40
  },
38
41
  "confirm": {
@@ -41,8 +44,16 @@
41
44
  "confirm_hardware": {
42
45
  "description": "Ali \u017eelite nastaviti {name}?"
43
46
  },
47
+ "manual_pick_radio_type": {
48
+ "data": {
49
+ "radio_type": "Vrsta vmesnika"
50
+ },
51
+ "description": "Izberite vrsto vmesnika Zigbee",
52
+ "title": "Izberite vrsto vmesnika"
53
+ },
44
54
  "manual_port_config": {
45
55
  "data": {
56
+ "baudrate": "Hitrost serijskih vrat",
46
57
  "path": "Pot serijske naprave"
47
58
  },
48
59
  "title": "Nastavitve serijskih vrat"
@@ -223,6 +234,7 @@
223
234
  "fix_flow": {
224
235
  "step": {
225
236
  "init": {
237
+ "description": "Omre\u017ene nastavitve va\u0161ega Zigbee radia niso skladne z najnovej\u0161o varnostno kopijo omre\u017eja. To se obi\u010dajno zgodi, \u010de jih je prepisala druga integracija Zigbee (npr. Zigbee2MQTT ali deCONZ).\n\n{diff}\n\n\u010ce omre\u017enih nastavitev niste namerno spremenili, jih obnovite iz najnovej\u0161e varnostne kopije, sicer va\u0161e naprave ne bodo delovale.",
226
238
  "menu_options": {
227
239
  "restore_old_settings": "Obnovi varnostno kopijo (priporo\u010deno)",
228
240
  "use_new_settings": "Ohrani nove nastavitve"
@@ -257,12 +269,12 @@
257
269
  "title": "Obnovi samodejno varnostno kopijo"
258
270
  },
259
271
  "choose_formation_strategy": {
260
- "description": "Izberite omre\u017ene nastavitve za svoj radio.",
272
+ "description": "Izberite omre\u017ene nastavitve za svoj vmesnik.",
261
273
  "menu_options": {
262
274
  "choose_automatic_backup": "Obnovi samodejno varnostno kopijo",
263
275
  "form_initial_network": "Ustvari omre\u017eje",
264
276
  "form_new_network": "Izbri\u0161i omre\u017ene nastavitve in ustvari novo omre\u017eje",
265
- "reuse_settings": "Ohrani nastavitve radijskega omre\u017eja",
277
+ "reuse_settings": "Ohrani omre\u017ene nastavitve vmesnika",
266
278
  "upload_manual_backup": "Prenos ro\u010dne varnostne kopije"
267
279
  },
268
280
  "title": "Oblikovanje omre\u017eja"
@@ -271,7 +283,7 @@
271
283
  "data": {
272
284
  "path": "Pot serijske naprave"
273
285
  },
274
- "description": "Izberite serijska vrata za radio Zigbee",
286
+ "description": "Izberite serijska vrata za vmesnik Zigbee",
275
287
  "title": "Izberite serijska vrata"
276
288
  },
277
289
  "init": {
@@ -282,10 +294,10 @@
282
294
  },
283
295
  "manual_pick_radio_type": {
284
296
  "data": {
285
- "radio_type": "Vrsta radia"
297
+ "radio_type": "Vrsta vmesnika"
286
298
  },
287
- "description": "Izberite vrsto radia Zigbee",
288
- "title": "Vrsta radia"
299
+ "description": "Izberite vrsto vmesnika Zigbee",
300
+ "title": "Vrsta vmesnika"
289
301
  },
290
302
  "manual_port_config": {
291
303
  "data": {
@@ -9,6 +9,13 @@
9
9
  "shade": {
10
10
  "name": "Rolo zavesa"
11
11
  }
12
+ },
13
+ "sensor": {
14
+ "adaptation_run_status": {
15
+ "state": {
16
+ "nothing": "Mirovanje"
17
+ }
18
+ }
12
19
  }
13
20
  },
14
21
  "options": {
@@ -0,0 +1,11 @@
1
+ {
2
+ "entity": {
3
+ "sensor": {
4
+ "adaptation_run_status": {
5
+ "state": {
6
+ "nothing": "\u041c\u0438\u0440\u043e\u0432\u0430\u045a\u0435"
7
+ }
8
+ }
9
+ }
10
+ }
11
+ }
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "config": {
3
3
  "abort": {
4
+ "cannot_resolve_path": "Kunde inte l\u00f6sa enhetss\u00f6kv\u00e4gen: {path}",
5
+ "cannot_restore_backup": "Adaptern som du \u00e5terst\u00e4ller till st\u00f6der inte korrekt \u00e5terst\u00e4llning av s\u00e4kerhetskopior. V\u00e4nligen uppgradera den inbyggda programvaran. Fel: {error}",
6
+ "cannot_restore_backup_no_ieee_confirm": "Adaptern som du \u00e5terst\u00e4ller till har f\u00f6r\u00e5ldrad firmware och kan inte skriva adapterns IEEE-adress flera g\u00e5nger. Uppgradera den inbyggda programvaran eller bekr\u00e4fta permanent \u00f6verskrivning i f\u00f6reg\u00e5ende steg.",
4
7
  "invalid_zeroconf_data": "Koordinatorn har ogiltig Zeroconf-tj\u00e4nstinformation och kan inte identifieras av ZHA",
5
8
  "not_zha_device": "Den h\u00e4r enheten \u00e4r inte en ZHA-enhet",
9
+ "reconfigure_successful": "ZHA har framg\u00e5ngsrikt migrerat fr\u00e5n din gamla adapter till den nya. Ge ditt Zigbee-n\u00e4tverk n\u00e5gra minuter f\u00f6r att stabilisera sig. Om du inte l\u00e4ngre beh\u00f6ver den gamla adaptern kan du nu koppla ur den.",
6
10
  "single_instance_allowed": "Redan konfigurerad. Endast en konfiguration m\u00f6jlig.",
7
11
  "usb_probe_failed": "Det gick inte att unders\u00f6ka USB-enheten",
8
12
  "wrong_firmware_installed": "Din enhet k\u00f6r fel firmware och kan inte anv\u00e4ndas med ZHA f\u00f6rr\u00e4n r\u00e4tt firmware har installerats. [En reparation har skapats]({repair_url}) med mer information och instruktioner f\u00f6r hur du \u00e5tg\u00e4rdar detta."
@@ -21,6 +25,13 @@
21
25
  "title": "\u00c5terst\u00e4ll automatisk s\u00e4kerhetskopiering"
22
26
  },
23
27
  "choose_formation_strategy": {
28
+ "menu_option_descriptions": {
29
+ "choose_automatic_backup": "Detta g\u00f6r att du kan \u00e5terst\u00e4lla n\u00e4tverksinst\u00e4llningarna f\u00f6r din adapter till ett tidigare l\u00e4ge, om du har \u00e4ndrat dem.",
30
+ "form_initial_network": "Detta kommer att skapa ett nytt Zigbee-n\u00e4tverk.",
31
+ "form_new_network": "Detta kommer att skapa ett nytt Zigbee-n\u00e4tverk.",
32
+ "reuse_settings": "Detta g\u00f6r att ZHA kan importera inst\u00e4llningarna fr\u00e5n en stick som anv\u00e4ndes med annan programvara och migrera en del av n\u00e4tverket automatiskt.",
33
+ "upload_manual_backup": "Detta l\u00e5ter dig ladda upp en JSON-fil f\u00f6r s\u00e4kerhetskopiering fr\u00e5n ZHA eller Zigbee2MQTT-filen `coordinator_backup.json`."
34
+ },
24
35
  "menu_options": {
25
36
  "choose_automatic_backup": "\u00c5terst\u00e4ll en automatisk s\u00e4kerhetskopia",
26
37
  "form_initial_network": "Skapa ett n\u00e4tverk",
@@ -29,12 +40,36 @@
29
40
  },
30
41
  "title": "Bildande av n\u00e4tverk"
31
42
  },
43
+ "choose_migration_strategy": {
44
+ "description": "V\u00e4lj hur du vill migrera din Zigbee-n\u00e4tverksbackup fr\u00e5n din gamla adapter till en ny.",
45
+ "menu_option_descriptions": {
46
+ "migration_strategy_advanced": "Detta l\u00e5ter dig \u00e5terst\u00e4lla en specifik s\u00e4kerhetskopia fr\u00e5n n\u00e4tverket eller ladda upp en egen.",
47
+ "migration_strategy_recommended": "Detta \u00e4r det snabbaste alternativet f\u00f6r att migrera till en ny adapter."
48
+ },
49
+ "menu_options": {
50
+ "migration_strategy_advanced": "Avancerad migrering",
51
+ "migration_strategy_recommended": "Migrera automatiskt (rekommenderas)"
52
+ },
53
+ "title": "Migrera till en ny adapter"
54
+ },
32
55
  "choose_serial_port": {
33
56
  "data": {
34
57
  "path": "S\u00f6kv\u00e4g f\u00f6r seriell enhet"
35
58
  },
36
59
  "title": "V\u00e4lj en seriell port"
37
60
  },
61
+ "choose_setup_strategy": {
62
+ "description": "V\u00e4lj hur du vill konfigurera Zigbee. Automatisk installation rekommenderas om du inte \u00e5terst\u00e4ller ditt n\u00e4tverk fr\u00e5n en s\u00e4kerhetskopia eller installerar en adapter med icke-standardinst\u00e4llningar.",
63
+ "menu_option_descriptions": {
64
+ "setup_strategy_advanced": "Detta g\u00f6r att du kan \u00e5terst\u00e4lla fr\u00e5n en s\u00e4kerhetskopia.",
65
+ "setup_strategy_recommended": "Det h\u00e4r \u00e4r det snabbaste alternativet f\u00f6r att skapa ett nytt n\u00e4tverk och komma ig\u00e5ng."
66
+ },
67
+ "menu_options": {
68
+ "setup_strategy_advanced": "Avancerad konfiguration",
69
+ "setup_strategy_recommended": "Konfigurera automatiskt (rekommenderas)"
70
+ },
71
+ "title": "Konfigurera Zigbee"
72
+ },
38
73
  "confirm": {
39
74
  "description": "Vill du konfigurera {name}?"
40
75
  },
@@ -45,8 +80,17 @@
45
80
  "data": {
46
81
  "path": "S\u00f6kv\u00e4g f\u00f6r seriell enhet"
47
82
  },
83
+ "data_description": {
84
+ "baudrate": "Baudrate som ska anv\u00e4ndas vid kommunikation med den seriella porten, vanligtvis 115200 eller 460800",
85
+ "flow_control": "Kontrollera i dokumentationen f\u00f6r din adapter vilket alternativ som \u00e4r korrekt, vanligtvis `None` eller `Hardware`",
86
+ "path": "S\u00f6kv\u00e4g till serieporten eller TCP-adress `socket://`"
87
+ },
48
88
  "title": "Inst\u00e4llningar f\u00f6r seriell port"
49
89
  },
90
+ "maybe_reset_old_radio": {
91
+ "description": "En s\u00e4kerhetskopia skapades tidigare och din gamla adapter \u00e5terst\u00e4lls som en del av migreringen.",
92
+ "title": "\u00c5terst\u00e4llning av gammal adapter"
93
+ },
50
94
  "upload_manual_backup": {
51
95
  "data": {
52
96
  "uploaded_backup_file": "Ladda upp en fil"
@@ -1617,6 +1661,10 @@
1617
1661
  "fix_flow": {
1618
1662
  "step": {
1619
1663
  "init": {
1664
+ "menu_option_descriptions": {
1665
+ "restore_old_settings": "Detta \u00e5terst\u00e4ller dina n\u00e4tverksinst\u00e4llningar till det senaste fungerande tillst\u00e5ndet.",
1666
+ "use_new_settings": "Detta g\u00f6r att de nya inst\u00e4llningarna sparas p\u00e5 stickan. V\u00e4lj detta alternativ endast om du avsiktligt har \u00e4ndrat inst\u00e4llningarna."
1667
+ },
1620
1668
  "menu_options": {
1621
1669
  "restore_old_settings": "\u00c5terst\u00e4ll s\u00e4kerhetskopia (rekommenderas)",
1622
1670
  "use_new_settings": "Beh\u00e5ll de nya inst\u00e4llningarna"
@@ -1634,6 +1682,7 @@
1634
1682
  "options": {
1635
1683
  "abort": {
1636
1684
  "not_zha_device": "Den h\u00e4r enheten \u00e4r inte en ZHA-enhet",
1685
+ "reconfigure_successful": "ZHA har framg\u00e5ngsrikt migrerat fr\u00e5n din gamla adapter till den nya. Ge ditt Zigbee-n\u00e4tverk n\u00e5gra minuter f\u00f6r att stabilisera sig. Om du inte l\u00e4ngre beh\u00f6ver den gamla adaptern kan du nu koppla ur den.",
1637
1686
  "usb_probe_failed": "Det gick inte att unders\u00f6ka USB-enheten",
1638
1687
  "wrong_firmware_installed": "Din enhet k\u00f6r fel firmware och kan inte anv\u00e4ndas med ZHA f\u00f6rr\u00e4n r\u00e4tt firmware har installerats. [En reparation har skapats]({repair_url}) med mer information och instruktioner f\u00f6r hur du \u00e5tg\u00e4rdar detta."
1639
1688
  },
@@ -1661,6 +1710,12 @@
1661
1710
  },
1662
1711
  "title": "Bildande av n\u00e4tverk"
1663
1712
  },
1713
+ "choose_migration_strategy": {
1714
+ "menu_options": {
1715
+ "migration_strategy_recommended": "Migrera automatiskt (rekommenderas)"
1716
+ },
1717
+ "title": "Migrera till en ny adapter"
1718
+ },
1664
1719
  "choose_serial_port": {
1665
1720
  "data": {
1666
1721
  "path": "S\u00f6kv\u00e4g f\u00f6r seriell enhet"
@@ -25,6 +25,7 @@
25
25
  "title": "\u8fd8\u539f\u81ea\u52a8\u5907\u4efd"
26
26
  },
27
27
  "choose_formation_strategy": {
28
+ "description": "\u9009\u62e9\u60a8\u7684\u9002\u914d\u5668\u7684\u7f51\u7edc\u8bbe\u7f6e\u3002",
28
29
  "menu_option_descriptions": {
29
30
  "choose_automatic_backup": "\u5982\u679c\u60a8\u66f4\u6539\u4e86\u9002\u914d\u5668\u7684\u7f51\u7edc\u8bbe\u7f6e\uff0c\u8fd9\u5c06\u5141\u8bb8\u60a8\u5c06\u5176\u66f4\u6539\u56de\u4ee5\u524d\u7684\u72b6\u6001\u3002",
30
31
  "form_initial_network": "\u8fd9\u5c06\u521b\u5efa\u65b0\u7684 Zigbee \u7f51\u7edc\u3002",
@@ -36,6 +37,7 @@
36
37
  "choose_automatic_backup": "\u8fd8\u539f\u81ea\u52a8\u5907\u4efd",
37
38
  "form_initial_network": "\u521b\u5efa\u7f51\u7edc",
38
39
  "form_new_network": "\u5220\u9664\u7f51\u7edc\u8bbe\u7f6e\u5e76\u521b\u5efa\u65b0\u7f51\u7edc",
40
+ "reuse_settings": "\u4fdd\u7559\u9002\u914d\u5668\u7f51\u7edc\u8bbe\u7f6e",
39
41
  "upload_manual_backup": "\u4e0a\u4f20\u624b\u52a8\u5907\u4efd"
40
42
  },
41
43
  "title": "\u7f51\u7edc\u6784\u6210"
@@ -56,6 +58,7 @@
56
58
  "data": {
57
59
  "path": "\u4e32\u53e3\u8bbe\u5907\u8def\u5f84"
58
60
  },
61
+ "description": "\u9009\u62e9 Zigbee \u9002\u914d\u5668\u7684\u4e32\u884c\u7aef\u53e3",
59
62
  "title": "\u9009\u62e9\u4e32\u53e3"
60
63
  },
61
64
  "choose_setup_strategy": {
@@ -76,6 +79,13 @@
76
79
  "confirm_hardware": {
77
80
  "description": "\u60a8\u60f3\u8bbe\u7f6e {name} \u5417\uff1f"
78
81
  },
82
+ "manual_pick_radio_type": {
83
+ "data": {
84
+ "radio_type": "\u9002\u914d\u5668\u7c7b\u578b"
85
+ },
86
+ "description": "\u9009\u62e9\u60a8\u7684 Zigbee \u9002\u914d\u5668\u7c7b\u578b",
87
+ "title": "\u9009\u62e9\u9002\u914d\u5668\u7c7b\u578b"
88
+ },
79
89
  "manual_port_config": {
80
90
  "data": {
81
91
  "baudrate": "\u4e32\u53e3\u901f\u5ea6",
@@ -90,12 +100,27 @@
90
100
  "description": "ZHA \u65e0\u6cd5\u81ea\u52a8\u68c0\u6d4b\u60a8\u7684\u9002\u914d\u5668\u7684\u4e32\u884c\u7aef\u53e3\u8bbe\u7f6e\u3002\u8fd9\u901a\u5e38\u662f\u56fa\u4ef6\u6216\u6743\u9650\u95ee\u9898\u3002 \n \n\u5982\u679c\u60a8\u4f7f\u7528\u7684\u56fa\u4ef6\u5177\u6709\u975e\u6807\u51c6\u8bbe\u7f6e\uff0c\u8bf7\u8f93\u5165\u4e32\u884c\u7aef\u53e3\u8bbe\u7f6e",
91
101
  "title": "\u4e32\u53e3\u8bbe\u7f6e"
92
102
  },
103
+ "maybe_confirm_ezsp_restore": {
104
+ "data": {
105
+ "overwrite_coordinator_ieee": "\u6c38\u4e45\u66ff\u6362\u9002\u914d\u5668 IEEE \u5730\u5740"
106
+ },
107
+ "description": "\u60a8\u7684\u5907\u4efd\u8bbe\u5907\u7684 IEEE \u5730\u5740\u4e0e\u60a8\u7684\u9002\u914d\u5668\u4e0d\u540c\u3002\u4e3a\u4e86\u4fdd\u8bc1\u60a8\u7684\u7f51\u7edc\u6b63\u5e38\u8fd0\u884c\uff0c\u60a8\u9002\u914d\u5668\u7684 IEEE \u5730\u5740\u4e5f\u5e94\u66f4\u6539\u3002\n \n\u6b64\u64cd\u4f5c\u4e3a\u6c38\u4e45\u6027\u64cd\u4f5c\u3002",
108
+ "title": "\u8986\u76d6\u9002\u914d\u5668 IEEE \u5730\u5740"
109
+ },
110
+ "maybe_reset_old_radio": {
111
+ "description": "\u4e4b\u524d\u5df2\u521b\u5efa\u5907\u4efd\uff0c\u5e76\u4e14\u60a8\u7684\u65e7\u9002\u914d\u5668\u6b63\u5728\u4f5c\u4e3a\u8fc1\u79fb\u7684\u4e00\u90e8\u5206\u8fdb\u884c\u91cd\u7f6e\u3002",
112
+ "title": "\u91cd\u7f6e\u65e7\u9002\u914d\u5668"
113
+ },
93
114
  "upload_manual_backup": {
94
115
  "data": {
95
116
  "uploaded_backup_file": "\u4e0a\u4f20\u6587\u4ef6"
96
117
  },
97
118
  "description": "\u4ece\u4e0a\u4f20\u7684\u5907\u4efd JSON \u6587\u4ef6\u6062\u590d\u60a8\u7684\u7f51\u7edc\u8bbe\u7f6e\u3002\u60a8\u53ef\u4ee5\u901a\u8fc7 **\u7f51\u7edc\u8bbe\u7f6e** \u4ece\u4e0d\u540c\u7684 ZHA \u5b89\u88c5\u4e0b\u8f7d\u4e00\u4e2a\uff0c\u6216\u4f7f\u7528 Zigbee2MQTT `coordinator_backup.json` \u6587\u4ef6\u3002",
98
119
  "title": "\u4e0a\u4f20\u624b\u52a8\u5907\u4efd"
120
+ },
121
+ "verify_radio": {
122
+ "description": "\u4e0d\u63a8\u8350\u60a8\u6b63\u5728\u4f7f\u7528\u7684\u9002\u914d\u5668\uff08{name}\uff09\uff0c\u672a\u6765\u53ef\u80fd\u4f1a\u53d6\u6d88\u5bf9\u5b83\u7684\u652f\u6301\u3002\u53c2\u9605 Zigbee Home Automation \u96c6\u6210\u7684\u6587\u6863\u53ef\u83b7\u53d6\u3010\u63a8\u8350\u9002\u914d\u5668\u5217\u8868\u3011({docs_recommended_adapters_url}) \u3002",
123
+ "title": "\u4e0d\u63a8\u8350\u4f7f\u7528\u9002\u914d\u5668"
99
124
  }
100
125
  }
101
126
  },
@@ -1759,6 +1784,7 @@
1759
1784
  "fix_flow": {
1760
1785
  "step": {
1761
1786
  "init": {
1787
+ "description": "\u60a8\u7684 Zigbee \u9002\u914d\u5668\u7f51\u7edc\u8bbe\u7f6e\u4e0e\u6700\u65b0\u7684\u7f51\u7edc\u5907\u4efd\u4e0d\u4e00\u81f4\u3002\u8fd9\u79cd\u60c5\u51b5\u901a\u5e38\u662f\u7531\u4e8e\u53e6\u4e00\u4e2a Zigbee \u96c6\u6210\uff08\u4f8b\u5982 Zigbee2MQTT \u6216 deCONZ\uff09\u8986\u76d6\u4e86\u5b83\u4eec\u3002 \n\n{diff}\n\n\u5982\u679c\u60a8\u4e0d\u662f\u6709\u610f\u66f4\u6539\u7f51\u7edc\u8bbe\u7f6e\uff0c\u8bf7\u4ece\u6700\u8fd1\u7684\u5907\u4efd\u6062\u590d\uff0c\u5426\u5219\u60a8\u7684\u8bbe\u5907\u5c06\u65e0\u6cd5\u5de5\u4f5c\u3002",
1762
1788
  "menu_option_descriptions": {
1763
1789
  "restore_old_settings": "\u8fd9\u4f1a\u5c06\u60a8\u7684\u7f51\u7edc\u8bbe\u7f6e\u8fd8\u539f\u5230\u4e0a\u6b21\u7684\u5de5\u4f5c\u72b6\u6001\u3002",
1764
1790
  "use_new_settings": "\u8fd9\u5c06\u4f7f\u65b0\u8bbe\u7f6e\u5199\u5165\u8bb0\u5fc6\u68d2\u3002\u4ec5\u5f53\u60a8\u6709\u610f\u66f4\u6539\u8bbe\u7f6e\u65f6\u624d\u9009\u62e9\u6b64\u9009\u9879\u3002"
@@ -1773,8 +1799,13 @@
1773
1799
  },
1774
1800
  "title": "Zigbee \u7f51\u7edc\u8bbe\u7f6e\u5df2\u66f4\u6539"
1775
1801
  },
1802
+ "wrong_silabs_firmware_installed_nabucasa": {
1803
+ "description": "\u60a8\u7684 Zigbee \u9002\u914d\u5668\u4e4b\u524d\u66fe\u4e0e\u591a\u534f\u8bae\uff08Zigbee \u548c Thread\uff09\u4e00\u8d77\u4f7f\u7528\uff0c\u5e76\u4e14\u4ecd\u5b89\u88c5\u4e86\u591a\u534f\u8bae\u56fa\u4ef6\uff1a\uff08{firmware_type}\uff09\u3002\n \n\u8981\u4ec5\u4f7f\u7528 ZHA \u8fd0\u884c\u60a8\u7684\u9002\u914d\u5668\uff0c\u60a8\u9700\u8981\u5b89\u88c5 Zigbee \u56fa\u4ef6\uff1a\n- \u8f6c\u81f3\u201c\u8bbe\u7f6e\u201d > \u201c\u7cfb\u7edf\u201d > \u201c\u786c\u4ef6\u201d\uff0c\u9009\u62e9\u8bbe\u5907\u5e76\u9009\u62e9\u201c\u914d\u7f6e\u201d\u3002\n- \u9009\u62e9\u201c\u5c06 Zigbee \u8fc1\u79fb\u5230\u65b0\u9002\u914d\u5668\u201d\u9009\u9879\u5e76\u6309\u7167\u8bf4\u660e\u8fdb\u884c\u64cd\u4f5c\u3002",
1804
+ "title": "\u68c0\u6d4b\u5230\u5e26\u6709\u591a\u534f\u8bae\u56fa\u4ef6\u7684 Zigbee \u9002\u914d\u5668"
1805
+ },
1776
1806
  "wrong_silabs_firmware_installed_other": {
1777
- "title": "\u68c0\u6d4b\u5230\u5e26\u6709\u591a\u534f\u8bae\u56fa\u4ef6\u7684 Zigbee \u65e0\u7ebf\u7535"
1807
+ "description": "\u60a8\u7684 Zigbee \u9002\u914d\u5668\u4e4b\u524d\u7528\u4e8e\u591a\u534f\u8bae\uff08Zigbee \u548c Thread\uff09\uff0c\u5e76\u4e14\u4ecd\u7136\u5b89\u88c5\u6709\u591a\u534f\u8bae\u56fa\u4ef6\uff1a{firmware_type}\u3002\n\n\u8981\u5c06\u9002\u914d\u5668\u4e13\u95e8\u7528\u4e8e ZHA \uff0c\u9700\u8981\u5b89\u88c5 Zigbee \u56fa\u4ef6\u3002\u8bf7\u6309\u7167\u60a8\u7684 Zigbee \u9002\u914d\u5668\u5236\u9020\u5546\u7684\u8bf4\u660e\u4e66\u8fdb\u884c\u6b64\u64cd\u4f5c\u3002",
1808
+ "title": "\u68c0\u6d4b\u5230\u5e26\u6709\u591a\u534f\u8bae\u56fa\u4ef6\u7684 Zigbee \u9002\u914d\u5668"
1778
1809
  }
1779
1810
  },
1780
1811
  "options": {
@@ -1783,6 +1814,7 @@
1783
1814
  "cannot_restore_backup": "\u60a8\u6b63\u5728\u8fd8\u539f\u7684\u9002\u914d\u5668\u65e0\u6cd5\u6b63\u786e\u652f\u6301\u5907\u4efd\u6062\u590d\u3002\u8bf7\u5347\u7ea7\u56fa\u4ef6\u3002\n \n\u9519\u8bef\uff1a{error}",
1784
1815
  "cannot_restore_backup_no_ieee_confirm": "\u60a8\u8981\u6062\u590d\u7684\u9002\u914d\u5668\u56fa\u4ef6\u5df2\u8fc7\u671f\uff0c\u65e0\u6cd5\u591a\u6b21\u5199\u5165\u9002\u914d\u5668 IEEE \u5730\u5740\u3002\u8bf7\u5347\u7ea7\u56fa\u4ef6\u6216\u5728\u4e0a\u4e00\u6b65\u4e2d\u786e\u8ba4\u6c38\u4e45\u8986\u76d6\u3002",
1785
1816
  "not_zha_device": "\u6b64\u8bbe\u5907\u4e0d\u662f ZHA \u8bbe\u5907",
1817
+ "reconfigure_successful": "ZHA \u5df2\u6210\u529f\u4ece\u65e7\u9002\u914d\u5668\u8fc1\u79fb\u5230\u65b0\u9002\u914d\u5668\u3002\u8bf7\u7b49\u5f85\u51e0\u5206\u949f\uff0c\u8ba9\u60a8\u7684 Zigbee \u7f51\u7edc\u7a33\u5b9a\u4e0b\u6765\u3002\n \n\u5982\u679c\u60a8\u4e0d\u518d\u9700\u8981\u65e7\u9002\u914d\u5668\uff0c\u73b0\u5728\u53ef\u4ee5\u5c06\u5176\u62d4\u4e0b\u3002",
1786
1818
  "usb_probe_failed": "\u63a2\u6d4b USB \u8bbe\u5907\u5931\u8d25",
1787
1819
  "wrong_firmware_installed": "\u60a8\u7684\u8bbe\u5907\u8fd0\u884c\u7684\u662f\u9519\u8bef\u7684\u56fa\u4ef6\uff0c\u5728\u5b89\u88c5\u6b63\u786e\u7684\u56fa\u4ef6\u4e4b\u524d\uff0c\u65e0\u6cd5\u4e0e ZHA \u914d\u5408\u4f7f\u7528\u3002[\u5df2\u521b\u5efa\u4e00\u4e2a\u4fee\u590d]({repair_url}) \uff0c\u5176\u4e2d\u5305\u542b\u5173\u4e8e\u4fee\u590d\u6b64\u95ee\u9898\u7684\u66f4\u591a\u4fe1\u606f\u548c\u8bf4\u660e\u3002"
1788
1820
  },
@@ -1800,7 +1832,7 @@
1800
1832
  "title": "\u8fd8\u539f\u81ea\u52a8\u5907\u4efd"
1801
1833
  },
1802
1834
  "choose_formation_strategy": {
1803
- "description": "\u9009\u62e9\u9002\u914d\u5668\u7684\u7f51\u7edc\u8bbe\u7f6e\u3002",
1835
+ "description": "\u9009\u62e9\u60a8\u7684\u9002\u914d\u5668\u7684\u7f51\u7edc\u8bbe\u7f6e\u3002",
1804
1836
  "menu_option_descriptions": {
1805
1837
  "choose_automatic_backup": "\u5982\u679c\u60a8\u66f4\u6539\u4e86\u9002\u914d\u5668\u7684\u7f51\u7edc\u8bbe\u7f6e\uff0c\u8fd9\u5c06\u5141\u8bb8\u60a8\u5c06\u5176\u66f4\u6539\u56de\u4ee5\u524d\u7684\u72b6\u6001\u3002",
1806
1838
  "form_initial_network": "\u8fd9\u5c06\u521b\u5efa\u65b0\u7684 Zigbee \u7f51\u7edc\u3002",
@@ -1841,14 +1873,15 @@
1841
1873
  "title": "\u91cd\u65b0\u914d\u7f6e ZHA"
1842
1874
  },
1843
1875
  "intent_migrate": {
1844
- "title": "\u8fc1\u79fb\u5230\u65b0\u7684\u9002\u914d\u5668"
1876
+ "description": "\u5728\u63d2\u5165\u65b0\u7684\u9002\u914d\u5668\u4e4b\u524d\uff0c\u9700\u8981\u91cd\u7f6e\u65e7\u7684\u9002\u914d\u5668\u3002\u7cfb\u7edf\u5c06\u4f1a\u6267\u884c\u4e00\u6b21\u81ea\u52a8\u5907\u4efd\u3002\u5982\u679c\u60a8\u4f7f\u7528 Z-Wave \u548c Zigbee \u7ec4\u5408\u9002\u914d\u5668\uff08\u4f8b\u5982 HUSBZB-1\uff09\uff0c\u5219\u53ea\u4f1a\u91cd\u7f6e Zigbee \u90e8\u5206\u3002\n\n*\u6ce8\u610f\uff1a\u5982\u679c\u60a8\u4ece **ConBee/RaspBee** \u8fc1\u79fb\u8fc7\u6765\uff0c\u8bf7\u786e\u4fdd\u5b83\u8fd0\u884c\u56fa\u4ef6 0x26720700 \u6216\u66f4\u9ad8\u7248\u672c\uff01\u5426\u5219\uff0c\u67d0\u4e9b\u8bbe\u5907\u5728\u8fc1\u79fb\u4e4b\u540e\u53ef\u80fd\u65e0\u6cd5\u63a7\u5236\uff0c\u76f4\u5230\u60a8\u7535\u6e90\u91cd\u542f\u5b83\u4eec\u3002*\n\n\u60a8\u8981\u7ee7\u7eed\u5417 \uff1f",
1877
+ "title": "\u8fc1\u79fb\u5230\u65b0\u9002\u914d\u5668"
1845
1878
  },
1846
1879
  "manual_pick_radio_type": {
1847
1880
  "data": {
1848
- "radio_type": "\u5e7f\u64ad\u7c7b\u578b"
1881
+ "radio_type": "\u9002\u914d\u5668\u7c7b\u578b"
1849
1882
  },
1850
- "description": "\u9009\u62e9\u60a8\u7684 Zigbee \u65e0\u7ebf\u7535\u7c7b\u578b",
1851
- "title": "\u5e7f\u64ad\u7c7b\u578b"
1883
+ "description": "\u9009\u62e9\u60a8\u7684 Zigbee \u9002\u914d\u5668\u7c7b\u578b",
1884
+ "title": "\u9002\u914d\u5668\u7c7b\u578b"
1852
1885
  },
1853
1886
  "manual_port_config": {
1854
1887
  "data": {
@@ -1861,12 +1894,21 @@
1861
1894
  },
1862
1895
  "maybe_confirm_ezsp_restore": {
1863
1896
  "data": {
1864
- "overwrite_coordinator_ieee": "\u6c38\u4e45\u66ff\u6362\u65e0\u7ebf\u7535 IEEE \u5730\u5740"
1897
+ "overwrite_coordinator_ieee": "\u6c38\u4e45\u66ff\u6362\u9002\u914d\u5668 IEEE \u5730\u5740"
1865
1898
  },
1866
- "description": "\u60a8\u7684\u5907\u4efd\u5177\u6709\u4e0e\u60a8\u7684\u9002\u914d\u5668\u4e0d\u540c\u7684 IEEE \u5730\u5740\u3002\u4e3a\u4e86\u4f7f\u7f51\u7edc\u6b63\u5e38\u8fd0\u884c\uff0c\u5e94\u4fee\u6539\u9002\u914d\u5668\u7684 IEEE \u5730\u5740\u3002\n\n\u8fd9\u662f\u4e00\u4e2a\u6c38\u4e45\u6027\u7684\u64cd\u4f5c\u3002",
1867
- "title": "\u8986\u76d6\u65e0\u7ebf\u7535 IEEE \u5730\u5740"
1899
+ "description": "\u60a8\u7684\u5907\u4efd\u8bbe\u5907\u7684 IEEE \u5730\u5740\u4e0e\u60a8\u7684\u9002\u914d\u5668\u4e0d\u540c\u3002\u4e3a\u4e86\u4fdd\u8bc1\u60a8\u7684\u7f51\u7edc\u6b63\u5e38\u8fd0\u884c\uff0c\u60a8\u9002\u914d\u5668\u7684 IEEE \u5730\u5740\u4e5f\u5e94\u66f4\u6539\u3002\n \n\u6b64\u64cd\u4f5c\u4e3a\u6c38\u4e45\u6027\u64cd\u4f5c\u3002",
1900
+ "title": "\u8986\u76d6\u9002\u914d\u5668 IEEE \u5730\u5740"
1868
1901
  },
1869
1902
  "prompt_migrate_or_reconfigure": {
1903
+ "description": "\u60a8\u662f\u8981\u8fc1\u79fb\u5230\u65b0\u7684\u9002\u914d\u5668\uff0c\u8fd8\u662f\u91cd\u65b0\u914d\u7f6e\u5f53\u524d\u9002\u914d\u5668 \uff1f",
1904
+ "menu_option_descriptions": {
1905
+ "intent_migrate": "\u8fd9\u5c06\u5e2e\u52a9\u60a8\u5c06 Zigbee \u7f51\u7edc\u4ece\u65e7\u9002\u914d\u5668\u8fc1\u79fb\u5230\u65b0\u9002\u914d\u5668\u3002",
1906
+ "intent_reconfigure": "\u8fd9\u5c06\u5141\u8bb8\u60a8\u66f4\u6539\u5f53\u524d Zigbee \u9002\u914d\u5668\u7684\u4e32\u884c\u7aef\u53e3\u3002"
1907
+ },
1908
+ "menu_options": {
1909
+ "intent_migrate": "\u8fc1\u79fb\u5230\u65b0\u9002\u914d\u5668",
1910
+ "intent_reconfigure": "\u91cd\u65b0\u914d\u7f6e\u5f53\u524d\u9002\u914d\u5668"
1911
+ },
1870
1912
  "title": "\u8fc1\u79fb\u6216\u91cd\u65b0\u914d\u7f6e"
1871
1913
  },
1872
1914
  "upload_manual_backup": {
@@ -1877,8 +1919,8 @@
1877
1919
  "title": "\u4e0a\u4f20\u624b\u52a8\u5907\u4efd"
1878
1920
  },
1879
1921
  "verify_radio": {
1880
- "description": "\u60a8\u6b63\u5728\u4f7f\u7528\u7684\u9002\u914d\u5668 ({name}) \u4e0d\u88ab\u63a8\u8350\uff0c\u5e76\u4e14\u672a\u6765\u53ef\u80fd\u4f1a\u53d6\u6d88\u5bf9\u5b83\u7684\u652f\u6301\u3002\u8bf7\u53c2\u9605 Zigbee Home Automation \u96c6\u6210\u7684\u6587\u6863\u4ee5\u83b7\u53d6[\u63a8\u8350\u9002\u914d\u5668\u5217\u8868]({docs_recommended_adapters_url})\u3002",
1881
- "title": "\u4e0d\u63a8\u8350\u4f7f\u7528\u65e0\u7ebf\u7535"
1922
+ "description": "\u4e0d\u63a8\u8350\u60a8\u6b63\u5728\u4f7f\u7528\u7684\u9002\u914d\u5668\uff08{name}\uff09\uff0c\u672a\u6765\u53ef\u80fd\u4f1a\u53d6\u6d88\u5bf9\u5b83\u7684\u652f\u6301\u3002\u53c2\u9605 Zigbee Home Automation \u96c6\u6210\u7684\u6587\u6863\u53ef\u83b7\u53d6\u3010\u63a8\u8350\u9002\u914d\u5668\u5217\u8868\u3011({docs_recommended_adapters_url}) \u3002",
1923
+ "title": "\u4e0d\u63a8\u8350\u4f7f\u7528\u9002\u914d\u5668"
1882
1924
  }
1883
1925
  }
1884
1926
  },