homeassistant 2025.7.0b1__py3-none-any.whl → 2025.7.0b5__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.
Files changed (534) hide show
  1. homeassistant/components/ai_task/translations/fr.json +22 -1
  2. homeassistant/components/ai_task/translations/hu.json +22 -0
  3. homeassistant/components/ai_task/translations/it.json +22 -0
  4. homeassistant/components/ai_task/translations/ja.json +20 -0
  5. homeassistant/components/alexa_devices/manifest.json +1 -1
  6. homeassistant/components/alexa_devices/translations/cs.json +12 -1
  7. homeassistant/components/alexa_devices/translations/de.json +8 -0
  8. homeassistant/components/alexa_devices/translations/el.json +8 -0
  9. homeassistant/components/alexa_devices/translations/es.json +12 -1
  10. homeassistant/components/alexa_devices/translations/et.json +8 -0
  11. homeassistant/components/alexa_devices/translations/hu.json +27 -1
  12. homeassistant/components/alexa_devices/translations/it.json +29 -0
  13. homeassistant/components/alexa_devices/translations/ja.json +29 -0
  14. homeassistant/components/alexa_devices/translations/pt.json +12 -1
  15. homeassistant/components/alexa_devices/translations/sk.json +8 -0
  16. homeassistant/components/alexa_devices/translations/sv.json +8 -0
  17. homeassistant/components/alexa_devices/translations/zh-Hans.json +12 -1
  18. homeassistant/components/alexa_devices/translations/zh-Hant.json +8 -0
  19. homeassistant/components/altruist/translations/hu.json +51 -0
  20. homeassistant/components/altruist/translations/ja.json +50 -0
  21. homeassistant/components/anthropic/__init__.py +6 -0
  22. homeassistant/components/anthropic/translations/fr.json +37 -0
  23. homeassistant/components/anthropic/translations/hu.json +37 -0
  24. homeassistant/components/anthropic/translations/it.json +37 -0
  25. homeassistant/components/anthropic/translations/nl.json +2 -1
  26. homeassistant/components/assist_satellite/__init__.py +24 -6
  27. homeassistant/components/assist_satellite/services.yaml +18 -6
  28. homeassistant/components/assist_satellite/translations/fr.json +8 -0
  29. homeassistant/components/assist_satellite/translations/hu.json +38 -0
  30. homeassistant/components/assist_satellite/translations/it.json +8 -0
  31. homeassistant/components/assist_satellite/translations/ja.json +8 -0
  32. homeassistant/components/asuswrt/translations/nl.json +6 -0
  33. homeassistant/components/backup/translations/de.json +1 -1
  34. homeassistant/components/blue_current/translations/el.json +3 -1
  35. homeassistant/components/bluetooth/translations/el.json +3 -0
  36. homeassistant/components/climate/translations/hu.json +3 -0
  37. homeassistant/components/comelit/translations/de.json +1 -1
  38. homeassistant/components/counter/translations/sv.json +2 -2
  39. homeassistant/components/denonavr/translations/el.json +5 -0
  40. homeassistant/components/derivative/translations/fr.json +4 -0
  41. homeassistant/components/derivative/translations/hu.json +4 -0
  42. homeassistant/components/derivative/translations/it.json +4 -0
  43. homeassistant/components/devolo_home_control/translations/hu.json +21 -0
  44. homeassistant/components/devolo_home_control/translations/it.json +6 -0
  45. homeassistant/components/devolo_home_control/translations/nl.json +10 -0
  46. homeassistant/components/dsmr/sensor.py +8 -0
  47. homeassistant/components/ecovacs/translations/el.json +1 -0
  48. homeassistant/components/electric_kiwi/translations/hu.json +6 -0
  49. homeassistant/components/electric_kiwi/translations/ja.json +6 -0
  50. homeassistant/components/emoncms/translations/el.json +3 -0
  51. homeassistant/components/enphase_envoy/translations/hu.json +30 -0
  52. homeassistant/components/enphase_envoy/translations/it.json +27 -0
  53. homeassistant/components/enphase_envoy/translations/ja.json +27 -0
  54. homeassistant/components/enphase_envoy/translations/sv.json +4 -1
  55. homeassistant/components/ezviz/translations/hu.json +10 -0
  56. homeassistant/components/ezviz/translations/it.json +10 -0
  57. homeassistant/components/ezviz/translations/ja.json +10 -0
  58. homeassistant/components/ezviz/translations/sv.json +1 -1
  59. homeassistant/components/fitbit/translations/hu.json +6 -0
  60. homeassistant/components/fitbit/translations/ja.json +6 -0
  61. homeassistant/components/fritz/translations/nl.json +3 -0
  62. homeassistant/components/fronius/translations/el.json +14 -1
  63. homeassistant/components/fronius/translations/sv.json +2 -2
  64. homeassistant/components/frontend/manifest.json +1 -1
  65. homeassistant/components/geocaching/translations/hu.json +6 -0
  66. homeassistant/components/geocaching/translations/ja.json +6 -0
  67. homeassistant/components/google/translations/hu.json +6 -0
  68. homeassistant/components/google/translations/ja.json +6 -0
  69. homeassistant/components/google_assistant_sdk/translations/hu.json +6 -0
  70. homeassistant/components/google_assistant_sdk/translations/ja.json +11 -0
  71. homeassistant/components/google_drive/translations/hu.json +6 -0
  72. homeassistant/components/google_drive/translations/ja.json +6 -0
  73. homeassistant/components/google_generative_ai_conversation/__init__.py +15 -0
  74. homeassistant/components/google_generative_ai_conversation/conversation.py +0 -10
  75. homeassistant/components/google_generative_ai_conversation/translations/cs.json +28 -0
  76. homeassistant/components/google_generative_ai_conversation/translations/fr.json +82 -1
  77. homeassistant/components/google_generative_ai_conversation/translations/hu.json +69 -0
  78. homeassistant/components/google_generative_ai_conversation/translations/it.json +69 -0
  79. homeassistant/components/google_generative_ai_conversation/translations/ja.json +69 -0
  80. homeassistant/components/google_generative_ai_conversation/translations/nl.json +16 -0
  81. homeassistant/components/google_generative_ai_conversation/translations/pt.json +28 -0
  82. homeassistant/components/google_generative_ai_conversation/translations/sv.json +2 -0
  83. homeassistant/components/google_mail/translations/hu.json +6 -0
  84. homeassistant/components/google_mail/translations/ja.json +6 -0
  85. homeassistant/components/google_photos/translations/hu.json +6 -0
  86. homeassistant/components/google_photos/translations/ja.json +6 -0
  87. homeassistant/components/google_sheets/translations/hu.json +6 -0
  88. homeassistant/components/google_sheets/translations/ja.json +6 -0
  89. homeassistant/components/google_tasks/translations/hu.json +6 -0
  90. homeassistant/components/google_tasks/translations/ja.json +6 -0
  91. homeassistant/components/group/translations/pl.json +52 -2
  92. homeassistant/components/home_connect/translations/hu.json +6 -0
  93. homeassistant/components/home_connect/translations/ja.json +9 -0
  94. homeassistant/components/homeassistant/translations/fr.json +1 -0
  95. homeassistant/components/homeassistant/translations/hu.json +1 -0
  96. homeassistant/components/homeassistant/translations/it.json +1 -0
  97. homeassistant/components/homeassistant/translations/ja.json +1 -0
  98. homeassistant/components/homeassistant/translations/nl.json +1 -1
  99. homeassistant/components/homeassistant_hardware/firmware_config_flow.py +119 -7
  100. homeassistant/components/homeassistant_hardware/strings.json +3 -1
  101. homeassistant/components/homeassistant_hardware/translations/de.json +2 -0
  102. homeassistant/components/homeassistant_hardware/translations/el.json +1 -0
  103. homeassistant/components/homeassistant_hardware/translations/en-GB.json +1 -0
  104. homeassistant/components/homeassistant_hardware/translations/en.json +2 -0
  105. homeassistant/components/homeassistant_hardware/translations/es.json +1 -0
  106. homeassistant/components/homeassistant_hardware/translations/et.json +1 -0
  107. homeassistant/components/homeassistant_hardware/translations/fr.json +4 -0
  108. homeassistant/components/homeassistant_hardware/translations/hu.json +4 -0
  109. homeassistant/components/homeassistant_hardware/translations/it.json +6 -0
  110. homeassistant/components/homeassistant_hardware/translations/ja.json +4 -0
  111. homeassistant/components/homeassistant_hardware/translations/pt.json +1 -0
  112. homeassistant/components/homeassistant_hardware/translations/ru.json +1 -0
  113. homeassistant/components/homeassistant_hardware/translations/sk.json +1 -0
  114. homeassistant/components/homeassistant_hardware/translations/sv.json +1 -0
  115. homeassistant/components/homeassistant_hardware/translations/zh-Hans.json +1 -0
  116. homeassistant/components/homeassistant_hardware/translations/zh-Hant.json +1 -0
  117. homeassistant/components/homeassistant_sky_connect/config_flow.py +1 -1
  118. homeassistant/components/homeassistant_sky_connect/strings.json +6 -2
  119. homeassistant/components/homeassistant_sky_connect/translations/de.json +4 -0
  120. homeassistant/components/homeassistant_sky_connect/translations/el.json +2 -0
  121. homeassistant/components/homeassistant_sky_connect/translations/en-GB.json +2 -0
  122. homeassistant/components/homeassistant_sky_connect/translations/en.json +4 -0
  123. homeassistant/components/homeassistant_sky_connect/translations/es.json +2 -0
  124. homeassistant/components/homeassistant_sky_connect/translations/et.json +2 -0
  125. homeassistant/components/homeassistant_sky_connect/translations/fr.json +4 -0
  126. homeassistant/components/homeassistant_sky_connect/translations/hu.json +4 -0
  127. homeassistant/components/homeassistant_sky_connect/translations/it.json +4 -0
  128. homeassistant/components/homeassistant_sky_connect/translations/ja.json +4 -0
  129. homeassistant/components/homeassistant_sky_connect/translations/pt.json +2 -0
  130. homeassistant/components/homeassistant_sky_connect/translations/ru.json +2 -0
  131. homeassistant/components/homeassistant_sky_connect/translations/sk.json +2 -0
  132. homeassistant/components/homeassistant_sky_connect/translations/sv.json +2 -0
  133. homeassistant/components/homeassistant_sky_connect/translations/zh-Hans.json +2 -0
  134. homeassistant/components/homeassistant_sky_connect/translations/zh-Hant.json +2 -0
  135. homeassistant/components/homeassistant_yellow/strings.json +3 -1
  136. homeassistant/components/homeassistant_yellow/translations/bg.json +0 -1
  137. homeassistant/components/homeassistant_yellow/translations/cs.json +0 -1
  138. homeassistant/components/homeassistant_yellow/translations/de.json +2 -0
  139. homeassistant/components/homeassistant_yellow/translations/el.json +1 -0
  140. homeassistant/components/homeassistant_yellow/translations/en-GB.json +2 -1
  141. homeassistant/components/homeassistant_yellow/translations/en.json +3 -1
  142. homeassistant/components/homeassistant_yellow/translations/es.json +1 -0
  143. homeassistant/components/homeassistant_yellow/translations/et.json +1 -0
  144. homeassistant/components/homeassistant_yellow/translations/fr.json +2 -1
  145. homeassistant/components/homeassistant_yellow/translations/he.json +0 -1
  146. homeassistant/components/homeassistant_yellow/translations/hu.json +3 -1
  147. homeassistant/components/homeassistant_yellow/translations/id.json +0 -1
  148. homeassistant/components/homeassistant_yellow/translations/it.json +2 -1
  149. homeassistant/components/homeassistant_yellow/translations/ja.json +2 -1
  150. homeassistant/components/homeassistant_yellow/translations/lt.json +0 -1
  151. homeassistant/components/homeassistant_yellow/translations/pt.json +1 -0
  152. homeassistant/components/homeassistant_yellow/translations/ru.json +1 -0
  153. homeassistant/components/homeassistant_yellow/translations/sk.json +1 -0
  154. homeassistant/components/homeassistant_yellow/translations/sv.json +1 -1
  155. homeassistant/components/homeassistant_yellow/translations/tr.json +0 -1
  156. homeassistant/components/homeassistant_yellow/translations/zh-Hans.json +1 -0
  157. homeassistant/components/homeassistant_yellow/translations/zh-Hant.json +1 -0
  158. homeassistant/components/homee/translations/hu.json +25 -0
  159. homeassistant/components/homee/translations/ja.json +31 -1
  160. homeassistant/components/homewizard/translations/hu.json +19 -2
  161. homeassistant/components/homewizard/translations/sv.json +1 -1
  162. homeassistant/components/honeywell/__init__.py +8 -16
  163. homeassistant/components/honeywell/config_flow.py +6 -2
  164. homeassistant/components/honeywell/manifest.json +1 -1
  165. homeassistant/components/husqvarna_automower/button.py +3 -1
  166. homeassistant/components/husqvarna_automower/translations/hu.json +6 -0
  167. homeassistant/components/husqvarna_automower/translations/ja.json +6 -0
  168. homeassistant/components/imap/translations/fr.json +2 -0
  169. homeassistant/components/immich/translations/hu.json +5 -0
  170. homeassistant/components/immich/translations/ja.json +9 -0
  171. homeassistant/components/input_number/translations/sv.json +2 -2
  172. homeassistant/components/input_text/translations/sv.json +1 -1
  173. homeassistant/components/iotty/translations/hu.json +6 -0
  174. homeassistant/components/iotty/translations/ja.json +6 -0
  175. homeassistant/components/iron_os/manifest.json +1 -1
  176. homeassistant/components/ista_ecotrend/util.py +14 -14
  177. homeassistant/components/jellyfin/client_wrapper.py +1 -2
  178. homeassistant/components/jellyfin/coordinator.py +3 -0
  179. homeassistant/components/jellyfin/manifest.json +1 -2
  180. homeassistant/components/juicenet/translations/hu.json +8 -1
  181. homeassistant/components/juicenet/translations/it.json +8 -1
  182. homeassistant/components/juicenet/translations/ja.json +8 -1
  183. homeassistant/components/keenetic_ndms2/translations/hu.json +4 -0
  184. homeassistant/components/keenetic_ndms2/translations/it.json +4 -0
  185. homeassistant/components/keenetic_ndms2/translations/ja.json +4 -0
  186. homeassistant/components/knx/translations/ja.json +11 -0
  187. homeassistant/components/lamarzocco/entity.py +19 -1
  188. homeassistant/components/lamarzocco/number.py +0 -4
  189. homeassistant/components/lamarzocco/sensor.py +2 -4
  190. homeassistant/components/lametric/translations/hu.json +6 -0
  191. homeassistant/components/lametric/translations/ja.json +6 -0
  192. homeassistant/components/lifx/translations/el.json +2 -1
  193. homeassistant/components/litterrobot/translations/hu.json +4 -0
  194. homeassistant/components/litterrobot/translations/it.json +4 -0
  195. homeassistant/components/lyric/translations/hu.json +6 -0
  196. homeassistant/components/lyric/translations/ja.json +6 -0
  197. homeassistant/components/matter/translations/hu.json +32 -0
  198. homeassistant/components/matter/translations/ja.json +29 -0
  199. homeassistant/components/mcp/translations/hu.json +6 -0
  200. homeassistant/components/meater/translations/hu.json +12 -1
  201. homeassistant/components/microbees/translations/hu.json +6 -0
  202. homeassistant/components/microbees/translations/ja.json +6 -0
  203. homeassistant/components/miele/translations/hu.json +30 -1
  204. homeassistant/components/miele/translations/it.json +24 -1
  205. homeassistant/components/miele/translations/ja.json +29 -0
  206. homeassistant/components/minecraft_server/translations/sv.json +1 -1
  207. homeassistant/components/monzo/translations/hu.json +6 -0
  208. homeassistant/components/monzo/translations/ja.json +6 -0
  209. homeassistant/components/motioneye/translations/sv.json +1 -1
  210. homeassistant/components/mqtt/config_flow.py +34 -7
  211. homeassistant/components/mqtt/strings.json +11 -4
  212. homeassistant/components/mqtt/translations/bg.json +1 -3
  213. homeassistant/components/mqtt/translations/cs.json +21 -6
  214. homeassistant/components/mqtt/translations/de.json +23 -16
  215. homeassistant/components/mqtt/translations/el.json +11 -0
  216. homeassistant/components/mqtt/translations/en-GB.json +2 -6
  217. homeassistant/components/mqtt/translations/en.json +13 -6
  218. homeassistant/components/mqtt/translations/es.json +13 -6
  219. homeassistant/components/mqtt/translations/et.json +13 -6
  220. homeassistant/components/mqtt/translations/fr.json +38 -6
  221. homeassistant/components/mqtt/translations/fy.json +2 -5
  222. homeassistant/components/mqtt/translations/ga.json +2 -6
  223. homeassistant/components/mqtt/translations/he.json +2 -6
  224. homeassistant/components/mqtt/translations/hu.json +39 -6
  225. homeassistant/components/mqtt/translations/it.json +40 -0
  226. homeassistant/components/mqtt/translations/ja.json +39 -4
  227. homeassistant/components/mqtt/translations/lt.json +2 -6
  228. homeassistant/components/mqtt/translations/mk.json +1 -6
  229. homeassistant/components/mqtt/translations/nl.json +39 -7
  230. homeassistant/components/mqtt/translations/pt.json +4 -6
  231. homeassistant/components/mqtt/translations/ru.json +13 -6
  232. homeassistant/components/mqtt/translations/sk.json +13 -6
  233. homeassistant/components/mqtt/translations/sl.json +2 -6
  234. homeassistant/components/mqtt/translations/sv.json +13 -6
  235. homeassistant/components/mqtt/translations/tr.json +2 -6
  236. homeassistant/components/mqtt/translations/zh-Hans.json +13 -6
  237. homeassistant/components/mqtt/translations/zh-Hant.json +13 -6
  238. homeassistant/components/music_assistant/translations/hu.json +7 -0
  239. homeassistant/components/music_assistant/translations/ja.json +7 -0
  240. homeassistant/components/myuplink/translations/hu.json +6 -0
  241. homeassistant/components/myuplink/translations/ja.json +6 -0
  242. homeassistant/components/nam/translations/pl.json +9 -0
  243. homeassistant/components/neato/translations/hu.json +6 -0
  244. homeassistant/components/neato/translations/ja.json +6 -0
  245. homeassistant/components/nest/translations/hu.json +6 -0
  246. homeassistant/components/nest/translations/ja.json +6 -0
  247. homeassistant/components/netatmo/translations/hu.json +6 -0
  248. homeassistant/components/netatmo/translations/ja.json +6 -0
  249. homeassistant/components/nextcloud/translations/nl.json +3 -0
  250. homeassistant/components/nextdns/translations/fr.json +6 -0
  251. homeassistant/components/nextdns/translations/hu.json +14 -0
  252. homeassistant/components/nextdns/translations/ja.json +6 -0
  253. homeassistant/components/ntfy/translations/hu.json +112 -2
  254. homeassistant/components/ntfy/translations/it.json +82 -0
  255. homeassistant/components/ntfy/translations/ja.json +71 -0
  256. homeassistant/components/ntfy/translations/nl.json +18 -0
  257. homeassistant/components/ntfy/translations/sv.json +1 -0
  258. homeassistant/components/number/translations/sv.json +2 -2
  259. homeassistant/components/nut/config_flow.py +4 -2
  260. homeassistant/components/nut/translations/el.json +42 -0
  261. homeassistant/components/nzbget/translations/ja.json +5 -0
  262. homeassistant/components/ollama/__init__.py +6 -0
  263. homeassistant/components/ollama/translations/fr.json +33 -0
  264. homeassistant/components/ollama/translations/hu.json +33 -0
  265. homeassistant/components/ollama/translations/it.json +35 -0
  266. homeassistant/components/ollama/translations/ja.json +33 -0
  267. homeassistant/components/ollama/translations/sv.json +1 -0
  268. homeassistant/components/ondilo_ico/translations/hu.json +6 -0
  269. homeassistant/components/ondilo_ico/translations/ja.json +6 -0
  270. homeassistant/components/onedrive/translations/hu.json +6 -0
  271. homeassistant/components/onedrive/translations/ja.json +6 -0
  272. homeassistant/components/onewire/translations/sv.json +1 -1
  273. homeassistant/components/openai_conversation/__init__.py +6 -0
  274. homeassistant/components/openai_conversation/translations/fr.json +56 -0
  275. homeassistant/components/openai_conversation/translations/hu.json +56 -0
  276. homeassistant/components/openai_conversation/translations/it.json +56 -0
  277. homeassistant/components/openai_conversation/translations/ja.json +45 -0
  278. homeassistant/components/openai_conversation/translations/nl.json +13 -0
  279. homeassistant/components/openai_conversation/translations/sv.json +4 -0
  280. homeassistant/components/opentherm_gw/climate.py +12 -1
  281. homeassistant/components/opentherm_gw/strings.json +3 -0
  282. homeassistant/components/opentherm_gw/translations/de.json +3 -0
  283. homeassistant/components/opentherm_gw/translations/en.json +3 -0
  284. homeassistant/components/opentherm_gw/translations/ja.json +5 -0
  285. homeassistant/components/osoenergy/translations/nl.json +1 -0
  286. homeassistant/components/paperless_ngx/manifest.json +1 -1
  287. homeassistant/components/paperless_ngx/translations/hu.json +8 -4
  288. homeassistant/components/paperless_ngx/translations/ja.json +20 -0
  289. homeassistant/components/peblar/translations/el.json +12 -0
  290. homeassistant/components/pegel_online/translations/bg.json +1 -2
  291. homeassistant/components/pegel_online/translations/ca.json +1 -2
  292. homeassistant/components/pegel_online/translations/cs.json +1 -2
  293. homeassistant/components/pegel_online/translations/de.json +1 -1
  294. homeassistant/components/pegel_online/translations/el.json +1 -1
  295. homeassistant/components/pegel_online/translations/en-GB.json +1 -1
  296. homeassistant/components/pegel_online/translations/en.json +1 -1
  297. homeassistant/components/pegel_online/translations/es.json +1 -1
  298. homeassistant/components/pegel_online/translations/et.json +1 -1
  299. homeassistant/components/pegel_online/translations/fi.json +1 -2
  300. homeassistant/components/pegel_online/translations/fr.json +1 -2
  301. homeassistant/components/pegel_online/translations/hu.json +1 -1
  302. homeassistant/components/pegel_online/translations/id.json +1 -2
  303. homeassistant/components/pegel_online/translations/it.json +1 -2
  304. homeassistant/components/pegel_online/translations/ja.json +1 -2
  305. homeassistant/components/pegel_online/translations/ko.json +1 -2
  306. homeassistant/components/pegel_online/translations/lt.json +1 -2
  307. homeassistant/components/pegel_online/translations/lv.json +1 -2
  308. homeassistant/components/pegel_online/translations/nl.json +1 -2
  309. homeassistant/components/pegel_online/translations/pt.json +1 -2
  310. homeassistant/components/pegel_online/translations/ru.json +1 -1
  311. homeassistant/components/pegel_online/translations/sk.json +1 -1
  312. homeassistant/components/pegel_online/translations/sv.json +1 -1
  313. homeassistant/components/pegel_online/translations/tr.json +1 -2
  314. homeassistant/components/pegel_online/translations/zh-Hant.json +1 -1
  315. homeassistant/components/person/__init__.py +1 -2
  316. homeassistant/components/pi_hole/translations/fr.json +1 -0
  317. homeassistant/components/playstation_network/diagnostics.py +55 -0
  318. homeassistant/components/playstation_network/quality_scale.yaml +1 -1
  319. homeassistant/components/playstation_network/translations/fr.json +15 -0
  320. homeassistant/components/playstation_network/translations/hu.json +73 -0
  321. homeassistant/components/playstation_network/translations/it.json +73 -0
  322. homeassistant/components/playstation_network/translations/ja.json +44 -0
  323. homeassistant/components/playstation_network/translations/pl.json +73 -0
  324. homeassistant/components/playstation_network/translations/ru.json +1 -0
  325. homeassistant/components/playstation_network/translations/sv.json +2 -1
  326. homeassistant/components/plugwise/translations/sv.json +2 -2
  327. homeassistant/components/point/translations/hu.json +6 -0
  328. homeassistant/components/point/translations/ja.json +6 -0
  329. homeassistant/components/proximity/translations/bg.json +0 -3
  330. homeassistant/components/proximity/translations/ca.json +2 -27
  331. homeassistant/components/proximity/translations/cs.json +1 -25
  332. homeassistant/components/proximity/translations/el.json +1 -25
  333. homeassistant/components/proximity/translations/en-GB.json +4 -4
  334. homeassistant/components/proximity/translations/en.json +4 -4
  335. homeassistant/components/proximity/translations/et.json +1 -1
  336. homeassistant/components/proximity/translations/fi.json +1 -25
  337. homeassistant/components/proximity/translations/fr.json +1 -25
  338. homeassistant/components/proximity/translations/gl.json +1 -24
  339. homeassistant/components/proximity/translations/hu.json +1 -25
  340. homeassistant/components/proximity/translations/id.json +1 -25
  341. homeassistant/components/proximity/translations/it.json +1 -13
  342. homeassistant/components/proximity/translations/ja.json +1 -25
  343. homeassistant/components/proximity/translations/lt.json +1 -25
  344. homeassistant/components/proximity/translations/nl.json +8 -0
  345. homeassistant/components/proximity/translations/pl.json +1 -25
  346. homeassistant/components/proximity/translations/pt-BR.json +1 -25
  347. homeassistant/components/proximity/translations/pt.json +1 -25
  348. homeassistant/components/proximity/translations/ru.json +1 -25
  349. homeassistant/components/proximity/translations/sk.json +2 -2
  350. homeassistant/components/proximity/translations/sv.json +1 -25
  351. homeassistant/components/proximity/translations/tr.json +1 -25
  352. homeassistant/components/proximity/translations/zh-Hans.json +2 -2
  353. homeassistant/components/pushbullet/sensor.py +7 -2
  354. homeassistant/components/random/translations/sv.json +4 -4
  355. homeassistant/components/reolink/manifest.json +1 -1
  356. homeassistant/components/reolink/translations/hu.json +21 -0
  357. homeassistant/components/reolink/translations/it.json +12 -0
  358. homeassistant/components/reolink/translations/ja.json +15 -0
  359. homeassistant/components/rest/data.py +46 -1
  360. homeassistant/components/russound_rio/translations/hu.json +21 -0
  361. homeassistant/components/russound_rio/translations/ja.json +21 -0
  362. homeassistant/components/screenlogic/translations/el.json +7 -0
  363. homeassistant/components/sensibo/translations/el.json +1 -0
  364. homeassistant/components/sensor/translations/pl.json +1 -0
  365. homeassistant/components/senz/translations/hu.json +6 -0
  366. homeassistant/components/senz/translations/ja.json +6 -0
  367. homeassistant/components/shelly/entity.py +10 -3
  368. homeassistant/components/shelly/manifest.json +1 -1
  369. homeassistant/components/sma/translations/ja.json +8 -0
  370. homeassistant/components/smappee/translations/hu.json +6 -0
  371. homeassistant/components/smappee/translations/ja.json +6 -0
  372. homeassistant/components/smarla/translations/ja.json +9 -0
  373. homeassistant/components/smartthings/translations/hu.json +15 -0
  374. homeassistant/components/smartthings/translations/ja.json +6 -0
  375. homeassistant/components/sonos/translations/cs.json +6 -0
  376. homeassistant/components/sonos/translations/fr.json +6 -0
  377. homeassistant/components/sonos/translations/hu.json +9 -0
  378. homeassistant/components/sonos/translations/it.json +11 -0
  379. homeassistant/components/sonos/translations/ja.json +9 -0
  380. homeassistant/components/spotify/translations/hu.json +6 -0
  381. homeassistant/components/stream/__init__.py +8 -4
  382. homeassistant/components/stream/const.py +2 -1
  383. homeassistant/components/stream/core.py +3 -1
  384. homeassistant/components/subaru/strings.json +2 -2
  385. homeassistant/components/subaru/translations/ca.json +0 -1
  386. homeassistant/components/subaru/translations/cs.json +0 -2
  387. homeassistant/components/subaru/translations/de.json +2 -2
  388. homeassistant/components/subaru/translations/el.json +2 -2
  389. homeassistant/components/subaru/translations/en-GB.json +2 -2
  390. homeassistant/components/subaru/translations/en.json +2 -2
  391. homeassistant/components/subaru/translations/es.json +2 -2
  392. homeassistant/components/subaru/translations/et.json +2 -2
  393. homeassistant/components/subaru/translations/fi.json +0 -1
  394. homeassistant/components/subaru/translations/hu.json +2 -2
  395. homeassistant/components/subaru/translations/it.json +0 -1
  396. homeassistant/components/subaru/translations/ja.json +0 -1
  397. homeassistant/components/subaru/translations/ko.json +0 -1
  398. homeassistant/components/subaru/translations/lt.json +0 -2
  399. homeassistant/components/subaru/translations/pt-BR.json +0 -1
  400. homeassistant/components/subaru/translations/pt.json +2 -2
  401. homeassistant/components/subaru/translations/ru.json +2 -2
  402. homeassistant/components/subaru/translations/sk.json +2 -2
  403. homeassistant/components/subaru/translations/sv.json +0 -2
  404. homeassistant/components/subaru/translations/tr.json +0 -2
  405. homeassistant/components/subaru/translations/zh-Hans.json +2 -2
  406. homeassistant/components/subaru/translations/zh-Hant.json +2 -2
  407. homeassistant/components/sun/translations/ja.json +9 -0
  408. homeassistant/components/swiss_public_transport/translations/el.json +60 -6
  409. homeassistant/components/switchbot/translations/hu.json +54 -0
  410. homeassistant/components/switchbot/translations/it.json +53 -0
  411. homeassistant/components/switchbot/translations/ja.json +46 -0
  412. homeassistant/components/switchbot/translations/sv.json +2 -0
  413. homeassistant/components/switchbot_cloud/__init__.py +6 -1
  414. homeassistant/components/switchbot_cloud/binary_sensor.py +8 -1
  415. homeassistant/components/switchbot_cloud/sensor.py +3 -2
  416. homeassistant/components/telegram_bot/config_flow.py +23 -11
  417. homeassistant/components/telegram_bot/manifest.json +1 -1
  418. homeassistant/components/telegram_bot/translations/cs.json +30 -0
  419. homeassistant/components/telegram_bot/translations/de.json +23 -1
  420. homeassistant/components/telegram_bot/translations/el.json +30 -0
  421. homeassistant/components/telegram_bot/translations/en-GB.json +3 -1
  422. homeassistant/components/telegram_bot/translations/es.json +30 -0
  423. homeassistant/components/telegram_bot/translations/et.json +24 -0
  424. homeassistant/components/telegram_bot/translations/fr.json +3 -1
  425. homeassistant/components/telegram_bot/translations/hu.json +56 -0
  426. homeassistant/components/telegram_bot/translations/it.json +30 -0
  427. homeassistant/components/telegram_bot/translations/ja.json +99 -0
  428. homeassistant/components/telegram_bot/translations/pt.json +30 -0
  429. homeassistant/components/telegram_bot/translations/ru.json +21 -1
  430. homeassistant/components/telegram_bot/translations/sk.json +30 -0
  431. homeassistant/components/telegram_bot/translations/sv.json +23 -0
  432. homeassistant/components/telegram_bot/translations/zh-Hans.json +30 -0
  433. homeassistant/components/telegram_bot/translations/zh-Hant.json +30 -0
  434. homeassistant/components/template/translations/pl.json +25 -3
  435. homeassistant/components/tesla_fleet/translations/de.json +1 -1
  436. homeassistant/components/tesla_fleet/translations/hu.json +30 -0
  437. homeassistant/components/tesla_fleet/translations/ja.json +22 -0
  438. homeassistant/components/teslemetry/coordinator.py +6 -6
  439. homeassistant/components/teslemetry/translations/de.json +2 -2
  440. homeassistant/components/text/translations/sv.json +1 -1
  441. homeassistant/components/thermopro/strings.json +1 -1
  442. homeassistant/components/thermopro/translations/cs.json +0 -7
  443. homeassistant/components/thermopro/translations/de.json +1 -1
  444. homeassistant/components/thermopro/translations/el.json +1 -1
  445. homeassistant/components/thermopro/translations/en-GB.json +1 -1
  446. homeassistant/components/thermopro/translations/en.json +1 -1
  447. homeassistant/components/thermopro/translations/et.json +1 -1
  448. homeassistant/components/thermopro/translations/ja.json +0 -7
  449. homeassistant/components/thermopro/translations/lt.json +0 -7
  450. homeassistant/components/thermopro/translations/nl.json +0 -7
  451. homeassistant/components/thermopro/translations/pt-BR.json +0 -7
  452. homeassistant/components/thermopro/translations/pt.json +0 -7
  453. homeassistant/components/thermopro/translations/sk.json +1 -1
  454. homeassistant/components/thermopro/translations/sv.json +0 -7
  455. homeassistant/components/thermopro/translations/tr.json +0 -7
  456. homeassistant/components/tibber/manifest.json +1 -1
  457. homeassistant/components/tibber/sensor.py +1 -1
  458. homeassistant/components/tilt_pi/translations/hu.json +31 -0
  459. homeassistant/components/tilt_pi/translations/ja.json +31 -0
  460. homeassistant/components/tilt_pi/translations/nl.json +7 -0
  461. homeassistant/components/toon/translations/hu.json +6 -0
  462. homeassistant/components/vegehub/translations/hu.json +44 -0
  463. homeassistant/components/vegehub/translations/it.json +44 -0
  464. homeassistant/components/vegehub/translations/ja.json +44 -0
  465. homeassistant/components/vegehub/translations/sv.json +2 -1
  466. homeassistant/components/vesync/fan.py +25 -17
  467. homeassistant/components/vicare/translations/sv.json +2 -2
  468. homeassistant/components/vulcan/manifest.json +1 -1
  469. homeassistant/components/wallbox/const.py +4 -0
  470. homeassistant/components/wallbox/coordinator.py +47 -20
  471. homeassistant/components/wallbox/lock.py +1 -12
  472. homeassistant/components/wallbox/number.py +1 -12
  473. homeassistant/components/wallbox/translations/hu.json +3 -0
  474. homeassistant/components/wallbox/translations/ja.json +5 -0
  475. homeassistant/components/weheat/translations/hu.json +6 -0
  476. homeassistant/components/withings/translations/de.json +4 -4
  477. homeassistant/components/withings/translations/hu.json +6 -0
  478. homeassistant/components/withings/translations/ja.json +3 -0
  479. homeassistant/components/wled/translations/fr.json +1 -0
  480. homeassistant/components/wmspro/cover.py +4 -7
  481. homeassistant/components/wmspro/light.py +12 -9
  482. homeassistant/components/wmspro/manifest.json +1 -1
  483. homeassistant/components/wyoming/translations/sv.json +2 -2
  484. homeassistant/components/xbox/translations/hu.json +6 -0
  485. homeassistant/components/xiaomi_miio/translations/fr.json +24 -2
  486. homeassistant/components/xiaomi_miio/translations/hu.json +30 -7
  487. homeassistant/components/yale/translations/hu.json +6 -0
  488. homeassistant/components/yolink/translations/hu.json +6 -0
  489. homeassistant/components/zha/translations/fr.json +50 -0
  490. homeassistant/components/zha/translations/hu.json +53 -0
  491. homeassistant/components/zha/translations/it.json +50 -0
  492. homeassistant/components/zha/translations/ja.json +41 -0
  493. homeassistant/components/zha/translations/nl.json +7 -0
  494. homeassistant/components/zha/translations/sv.json +23 -0
  495. homeassistant/components/zwave_js/config_flow.py +84 -88
  496. homeassistant/components/zwave_js/strings.json +31 -15
  497. homeassistant/components/zwave_js/translations/bg.json +0 -3
  498. homeassistant/components/zwave_js/translations/cs.json +0 -17
  499. homeassistant/components/zwave_js/translations/de.json +27 -11
  500. homeassistant/components/zwave_js/translations/el.json +25 -9
  501. homeassistant/components/zwave_js/translations/en-GB.json +25 -9
  502. homeassistant/components/zwave_js/translations/en.json +25 -9
  503. homeassistant/components/zwave_js/translations/es.json +25 -9
  504. homeassistant/components/zwave_js/translations/et.json +25 -9
  505. homeassistant/components/zwave_js/translations/fi.json +0 -14
  506. homeassistant/components/zwave_js/translations/fr.json +6 -0
  507. homeassistant/components/zwave_js/translations/ga.json +0 -19
  508. homeassistant/components/zwave_js/translations/hu.json +33 -9
  509. homeassistant/components/zwave_js/translations/it.json +26 -0
  510. homeassistant/components/zwave_js/translations/ja.json +26 -0
  511. homeassistant/components/zwave_js/translations/lt.json +0 -17
  512. homeassistant/components/zwave_js/translations/mk.json +0 -10
  513. homeassistant/components/zwave_js/translations/pt.json +10 -18
  514. homeassistant/components/zwave_js/translations/ru.json +28 -8
  515. homeassistant/components/zwave_js/translations/sk.json +25 -9
  516. homeassistant/components/zwave_js/translations/sv.json +30 -14
  517. homeassistant/components/zwave_js/translations/tr.json +0 -12
  518. homeassistant/components/zwave_js/translations/zh-Hans.json +27 -11
  519. homeassistant/components/zwave_js/translations/zh-Hant.json +25 -9
  520. homeassistant/const.py +1 -1
  521. homeassistant/generated/integrations.json +1 -8
  522. homeassistant/package_constraints.txt +1 -1
  523. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/METADATA +1 -1
  524. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/RECORD +529 -511
  525. homeassistant/components/dweet/__init__.py +0 -79
  526. homeassistant/components/dweet/manifest.json +0 -10
  527. homeassistant/components/dweet/sensor.py +0 -124
  528. homeassistant/components/thermopro/translations/ga.json +0 -9
  529. homeassistant/components/thermopro/translations/mk.json +0 -9
  530. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/WHEEL +0 -0
  531. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/entry_points.txt +0 -0
  532. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/licenses/LICENSE.md +0 -0
  533. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
  534. {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/top_level.txt +0 -0
@@ -13,12 +13,13 @@
13
13
  "addon_install_failed": "Nem siker\u00fclt telep\u00edteni a {addon_name} kieg\u00e9sz\u00edt\u0151t.",
14
14
  "addon_set_config_failed": "A {addon_name} konfigur\u00e1ci\u00f3 be\u00e1ll\u00edt\u00e1sa sikertelen.",
15
15
  "addon_start_failed": "A {addon_name} b\u0151v\u00edtm\u00e9ny elind\u00edt\u00e1sa sikertelen.",
16
+ "fw_download_failed": "A(z) {firmware_name} firmware let\u00f6lt\u00e9se a(z) {model} eszk\u00f6zh\u00f6z nem siker\u00fclt. Gy\u0151z\u0151dj\u00f6n meg r\u00f3la, hogy a Home Assistant rendelkezik internetkapcsolattal, majd pr\u00f3b\u00e1lja meg \u00fajra.",
16
17
  "not_hassio": "A hardverbe\u00e1ll\u00edt\u00e1sok csak a Home Assistant OS telep\u00edt\u00e9sein konfigur\u00e1lhat\u00f3k.",
17
18
  "not_hassio_thread": "Az OpenThread border router b\u0151v\u00edtm\u00e9ny csak a Home Assistant OS rendszeren telep\u00edthet\u0151. Ha a(z) {model} eszk\u00f6zt Thread \u00fatv\u00e1laszt\u00f3k\u00e9nt szeretn\u00e9 haszn\u00e1lni, manu\u00e1lisan friss\u00edtse a firmware-t a [web flasher]({docs_web_flasher_url} seg\u00edts\u00e9g\u00e9vel, majd \u00e1ll\u00edtsa be az OpenThread border routert a kommunik\u00e1ci\u00f3hoz.",
18
19
  "otbr_addon_already_running": "Az OpenThread Thread \u00fatv\u00e1laszt\u00f3 b\u0151v\u00edtm\u00e9ny m\u00e1r fut, nem telep\u00edthet\u0151 \u00fajra.",
19
20
  "otbr_still_using_stick": "Ezt a(z) {model} modellt az OpenThread Thread \u00fatv\u00e1laszt\u00f3 b\u0151v\u00edtm\u00e9ny haszn\u00e1lja. Ha haszn\u00e1lja a Thread h\u00e1l\u00f3zatot, gy\u0151z\u0151dj\u00f6n meg r\u00f3la, hogy rendelkezik alternat\u00edv Thread \u00fatv\u00e1laszt\u00f3val. T\u00e1vol\u00edtsa el a b\u0151v\u00edtm\u00e9nyt \u00e9s pr\u00f3b\u00e1lja meg \u00fajra.",
20
21
  "read_hw_settings_error": "Hardverbe\u00e1ll\u00edt\u00e1sok olvas\u00e1sa sikertelen",
21
- "unsupported_firmware": "A(z) {model} eszk\u00f6z r\u00e1di\u00f3firmware-je nem \u00e1llap\u00edthat\u00f3 meg. Gy\u0151z\u0151dj\u00f6n meg r\u00f3la, hogy jelenleg nincs m\u00e1sik integr\u00e1ci\u00f3 vagy b\u0151v\u00edtm\u00e9ny, amely megpr\u00f3b\u00e1l kommunik\u00e1lni az eszk\u00f6zzel.",
22
+ "unsupported_firmware": "A(z) {model} r\u00e1di\u00f3s firmware-verzi\u00f3ja nem \u00e1llap\u00edthat\u00f3 meg. Ellen\u0151rizze, hogy nincs-e m\u00e1s integr\u00e1ci\u00f3 vagy b\u0151v\u00edtm\u00e9ny, amely \u00e9ppen megpr\u00f3b\u00e1l kommunik\u00e1lni az eszk\u00f6zzel.",
22
23
  "write_hw_settings_error": "Hardverbe\u00e1ll\u00edt\u00e1sok \u00edr\u00e1sa sikertelen",
23
24
  "zha_migration_failed": "A ZHA migr\u00e1ci\u00f3 nem siker\u00fclt.",
24
25
  "zha_still_using_stick": "Ezt a(z) {model} modellt a Zigbee Home Automation integr\u00e1ci\u00f3 haszn\u00e1lja. K\u00e9rj\u00fck, migr\u00e1lja Zigbee h\u00e1l\u00f3zat\u00e1t egy m\u00e1sik adapterre vagy t\u00f6r\u00f6lje az integr\u00e1ci\u00f3t \u00e9s pr\u00f3b\u00e1lja \u00fajra."
@@ -28,6 +29,7 @@
28
29
  },
29
30
  "progress": {
30
31
  "install_addon": "K\u00e9rj\u00fck, v\u00e1rjon, am\u00edg a {addon_name} b\u0151v\u00edtm\u00e9ny telep\u00edt\u00e9se befejez\u0151dik. Ez t\u00f6bb percet is ig\u00e9nybe vehet.",
32
+ "install_firmware": "V\u00e1rjon, am\u00edg a(z) {firmware_name} firmware telep\u00edt\u00e9sre ker\u00fcl a(z) {model} eszk\u00f6zre, ez n\u00e9h\u00e1ny percet vehet ig\u00e9nybe. Ne m\u00f3dos\u00edtson semmit a hardveren vagy a szoftveren, am\u00edg a folyamat be nem fejez\u0151dik.",
31
33
  "start_addon": "K\u00e9rj\u00fck, v\u00e1rjon, am\u00edg a {addon_name} b\u0151v\u00edtm\u00e9ny ind\u00edt\u00e1sa befejez\u0151dik. Ez n\u00e9h\u00e1ny m\u00e1sodpercig eltarthat.",
32
34
  "start_otbr_addon": "K\u00e9rj\u00fck, v\u00e1rjon, am\u00edg a {addon_name} b\u0151v\u00edtm\u00e9ny ind\u00edt\u00e1sa befejez\u0151dik. Ez n\u00e9h\u00e1ny m\u00e1sodpercig eltarthat."
33
35
  },
@@ -18,7 +18,6 @@
18
18
  "otbr_addon_already_running": "Add-on OpenThread Border Router sudah berjalan, tidak dapat diinstal lagi.",
19
19
  "otbr_still_using_stick": "{model} ini digunakan oleh add-on OpenThread Border Router. Jika Anda menggunakan jaringan Thread, pastikan Anda memiliki router perbatasan alternatif. Copot pengaya dan coba lagi.",
20
20
  "read_hw_settings_error": "Gagal membaca pengaturan perangkat keras",
21
- "unsupported_firmware": "Firmware radio pada {model} Anda tidak dapat dikenali. Pastikan tidak ada integrasi atau addon lain yang sedang mencoba berkomunikasi dengan perangkat.",
22
21
  "write_hw_settings_error": "Gagal menulis pengaturan perangkat keras",
23
22
  "zha_migration_failed": "Migrasi ZHA tidak berhasil.",
24
23
  "zha_still_using_stick": "{model} ini digunakan oleh integrasi Zigbee Home Automation. Migrasikan jaringan Zigbee Anda ke adaptor lain atau hapus integrasi dan coba lagi."
@@ -6,9 +6,9 @@
6
6
  "addon_install_failed": "Impossibile installare il componente aggiuntivo {addon_name}.",
7
7
  "addon_set_config_failed": "Impossibile impostare la configurazione di {addon_name}.",
8
8
  "addon_start_failed": "Impossibile avviare il componente aggiuntivo {addon_name}.",
9
+ "fw_download_failed": "Il firmware {firmware_name} per il tuo {model} non \u00e8 stato scaricato. Assicurati che Home Assistant abbia accesso a internet e riprova.",
9
10
  "not_hassio": "Le opzioni hardware possono essere configurate solo su installazioni HassOS.",
10
11
  "read_hw_settings_error": "Impossibile leggere le impostazioni hardware",
11
- "unsupported_firmware": "Il firmware della radio sul tuo {model} non pu\u00f2 essere determinato. Assicurati che nessun'altra integrazione o addon stia attualmente cercando di comunicare con il dispositivo.",
12
12
  "write_hw_settings_error": "Impossibile scrivere le impostazioni hardware",
13
13
  "zha_migration_failed": "La migrazione ZHA non \u00e8 riuscita."
14
14
  },
@@ -17,6 +17,7 @@
17
17
  },
18
18
  "progress": {
19
19
  "install_addon": "Attendi il completamento dell'installazione del componente aggiuntivo {addon_name}. L'operazione pu\u00f2 richiedere diversi minuti.",
20
+ "install_firmware": "Attendere mentre il firmware {firmware_name} viene installato sul tuo {model}, l'operazione richieder\u00e0 alcuni minuti. Non apportare modifiche all'hardware o al software fino al completamento dell'operazione.",
20
21
  "start_addon": "Attendi il completamento dell'avvio del componente aggiuntivo {addon_name}. L'operazione potrebbe richiedere alcuni secondi.",
21
22
  "start_otbr_addon": "Attendi il completamento dell'avvio del componente aggiuntivo {addon_name}. L'operazione potrebbe richiedere alcuni secondi."
22
23
  },
@@ -6,12 +6,12 @@
6
6
  "addon_install_failed": "{addon_name} \u30a2\u30c9\u30aa\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002",
7
7
  "addon_set_config_failed": "{addon_name} \u69cb\u6210\u3092\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002",
8
8
  "addon_start_failed": "{addon_name} \u30a2\u30c9\u30aa\u30f3\u3092\u958b\u59cb\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002",
9
+ "fw_download_failed": "{model}\u306e\u30d5\u30a1\u30fc\u30e0\u30a6\u30a7\u30a2{firmware_name}\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002Home Assistant \u304c\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3001\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",
9
10
  "not_hassio": "\u30cf\u30fc\u30c9\u30a6\u30a7\u30a2 \u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u3001Home Assistant OS \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u306e\u307f\u69cb\u6210\u3067\u304d\u307e\u3059\u3002",
10
11
  "not_hassio_thread": "OpenThread Border Router \u30a2\u30c9\u30aa\u30f3\u306f\u3001Home Assistant OS \u3067\u306e\u307f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059\u3002 {model} Thread \u30dc\u30fc\u30c0\u30fc \u30eb\u30fc\u30bf\u30fc\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u5834\u5408\u306f\u3001[Web \u30d5\u30e9\u30c3\u30b7\u30e3\u30fc]( {docs_web_flasher_url} ) \u3092\u4f7f\u7528\u3057\u3066\u30d5\u30a1\u30fc\u30e0\u30a6\u30a7\u30a2\u3092\u624b\u52d5\u3067\u30d5\u30e9\u30c3\u30b7\u30e5\u3057\u3001OpenThread Border Router \u304c\u901a\u4fe1\u3067\u304d\u308b\u3088\u3046\u306b\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
11
12
  "otbr_addon_already_running": "OpenThread Border Router \u30a2\u30c9\u30aa\u30f3\u306f\u3059\u3067\u306b\u5b9f\u884c\u3055\u308c\u3066\u3044\u308b\u305f\u3081\u3001\u518d\u5ea6\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002",
12
13
  "otbr_still_using_stick": "\u3053\u306e{model} OpenThread Border Router \u30a2\u30c9\u30aa\u30f3\u306b\u3088\u3063\u3066\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002Thread \u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u306f\u3001\u4ee3\u66ff\u306e\u5883\u754c\u30eb\u30fc\u30bf\u30fc\u304c\u3042\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30a2\u30c9\u30aa\u30f3\u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3001\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",
13
14
  "read_hw_settings_error": "\u30cf\u30fc\u30c9\u30a6\u30a7\u30a2\u8a2d\u5b9a\u306e\u8aad\u307f\u53d6\u308a\u306b\u5931\u6557\u3057\u307e\u3057\u305f",
14
- "unsupported_firmware": "{model}\u306e\u7121\u7dda\u30d5\u30a1\u30fc\u30e0\u30a6\u30a7\u30a2\u3092\u5224\u5225\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u73fe\u5728\u3001\u4ed6\u306e\u7d71\u5408\u307e\u305f\u306f\u30a2\u30c9\u30aa\u30f3\u304c\u30c7\u30d0\u30a4\u30b9\u3068\u901a\u4fe1\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
15
15
  "write_hw_settings_error": "\u30cf\u30fc\u30c9\u30a6\u30a7\u30a2\u8a2d\u5b9a\u306e\u66f8\u304d\u8fbc\u307f\u306b\u5931\u6557\u3057\u307e\u3057\u305f",
16
16
  "zha_migration_failed": "ZHA\u3078\u306e\u79fb\u884c\u306f\u6210\u529f\u3057\u307e\u305b\u3093\u3067\u3057\u305f\u3002",
17
17
  "zha_still_using_stick": "\u3053\u306e{model} Zigbee \u30db\u30fc\u30e0 \u30aa\u30fc\u30c8\u30e1\u30fc\u30b7\u30e7\u30f3\u7d71\u5408\u306b\u3088\u3063\u3066\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002Zigbee \u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u5225\u306e\u30a2\u30c0\u30d7\u30bf\u306b\u79fb\u884c\u3059\u308b\u304b\u3001\u7d71\u5408\u3092\u524a\u9664\u3057\u3066\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002"
@@ -21,6 +21,7 @@
21
21
  },
22
22
  "progress": {
23
23
  "install_addon": "{addon_name} \u30a2\u30c9\u30aa\u30f3\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u304c\u5b8c\u4e86\u3059\u308b\u307e\u3067\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002\u3053\u308c\u306b\u306f\u6570\u5206\u304b\u304b\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002",
24
+ "install_firmware": "{firmware_name}\u30d5\u30a1\u30fc\u30e0\u30a6\u30a7\u30a2\u304c{model}\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u308b\u307e\u3067\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002\u6570\u5206\u304b\u304b\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u5b8c\u4e86\u3059\u308b\u307e\u3067\u3001\u30cf\u30fc\u30c9\u30a6\u30a7\u30a2\u3084\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u306b\u5909\u66f4\u3092\u52a0\u3048\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002",
24
25
  "start_addon": "{addon_name} \u30a2\u30c9\u30aa\u30f3\u306e\u8d77\u52d5\u304c\u5b8c\u4e86\u3059\u308b\u307e\u3067\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002\u3053\u308c\u306b\u306f\u6570\u79d2\u304b\u304b\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002",
25
26
  "start_otbr_addon": "{addon_name} \u30a2\u30c9\u30aa\u30f3\u306e\u8d77\u52d5\u304c\u5b8c\u4e86\u3059\u308b\u307e\u3067\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002\u3053\u308c\u306b\u306f\u6570\u79d2\u304b\u304b\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002"
26
27
  },
@@ -18,7 +18,6 @@
18
18
  "otbr_addon_already_running": "OpenThread Border Router priedas jau veikia, jo negalima \u012fdiegti dar kart\u0105.",
19
19
  "otbr_still_using_stick": "\u0160\u012f {model} naudoja OpenThread Border Router priedas. Jei naudojate Thread tinkl\u0105, \u012fsitikinkite, kad turite alternatyvi\u0173 kra\u0161tini\u0173 mar\u0161rutizatori\u0173. Pa\u0161alinkite pried\u0105 ir bandykite dar kart\u0105.",
20
20
  "read_hw_settings_error": "Nepavyko nuskaityti aparat\u016bros nustatym\u0173",
21
- "unsupported_firmware": "Nepavyko nustatyti j\u016bs\u0173 {model} radijo programin\u0117s-technin\u0117s \u012frangos. \u012esitikinkite, kad jokia kita integracija ar priedas \u0161iuo metu nebando susisiekti su prietaisu.",
22
21
  "write_hw_settings_error": "Nepavyko \u012fra\u0161yti aparat\u016bros nustatym\u0173",
23
22
  "zha_migration_failed": "ZHA perk\u0117limas nepavyko.",
24
23
  "zha_still_using_stick": "\u0160\u012f {model} naudoja Zigbee Home Automation integracija. Perkelkite \u201eZigbee\u201c tinkl\u0105 \u012f kit\u0105 adapter\u012f arba i\u0161trinkite integracij\u0105 ir bandykite dar kart\u0105."
@@ -13,6 +13,7 @@
13
13
  "addon_install_failed": "Falha ao instalar o complemento {addon_name}.",
14
14
  "addon_set_config_failed": "Falha ao definir a configura\u00e7\u00e3o de {addon_name}.",
15
15
  "addon_start_failed": "Falha ao iniciar o complemento {addon_name} .",
16
+ "fw_download_failed": "Falha no download do firmware {firmware_name} para o seu {model}. Certifique-se de que o Home Assistant tem acesso \u00e0 Internet e tente novamente.",
16
17
  "not_hassio": "As op\u00e7\u00f5es de hardware s\u00f3 podem ser configuradas em instala\u00e7\u00f5es do Home Assistant OS.",
17
18
  "not_hassio_thread": "O suplemento OpenThread Border Router s\u00f3 pode ser instalado com o Home Assistant OS. Se quiser usar o {model} como router de borda Thread, por favor, atualize o firmware manualmente usando o [web flasher]({docs_web_flasher_url}) e configure o OpenThread Border Router para comunicar com ele.",
18
19
  "otbr_addon_already_running": "O add-on OpenThread Border Router j\u00e1 est\u00e1 em execu\u00e7\u00e3o, n\u00e3o pode ser instalado novamente.",
@@ -13,6 +13,7 @@
13
13
  "addon_install_failed": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \"{addon_name}\".",
14
14
  "addon_set_config_failed": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \"{addon_name}\".",
15
15
  "addon_start_failed": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \"{addon_name}\".",
16
+ "fw_download_failed": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043f\u0440\u043e\u0448\u0438\u0432\u043a\u0443 {firmware_name} \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e {model}. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e Home Assistant \u0438\u043c\u0435\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0443, \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0441\u043d\u043e\u0432\u0430.",
16
17
  "not_hassio": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u044f \u043c\u043e\u0436\u043d\u043e \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0445 Home Assistant OS.",
17
18
  "not_hassio_thread": "\u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \"OpenThread Border Router\" \u043c\u043e\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0432 Home Assistant OS. \u0415\u0441\u043b\u0438 \u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c {model} \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0433\u0440\u0430\u043d\u0438\u0447\u043d\u043e\u0433\u043e \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440\u0430 Thread, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u043f\u0440\u043e\u0448\u0438\u0432\u043a\u0443 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e [web flasher]({docs_web_flasher_url}) \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 OpenThread Border Router \u0434\u043b\u044f \u0441\u0432\u044f\u0437\u0438 \u0441 \u043d\u0438\u043c.",
18
19
  "otbr_addon_already_running": "\u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 OpenThread Border Router \u0443\u0436\u0435 \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u043e, \u0435\u0433\u043e \u043d\u0435\u043b\u044c\u0437\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043d\u043e\u0432\u0430.",
@@ -13,6 +13,7 @@
13
13
  "addon_install_failed": "Nepodarilo sa nain\u0161talova\u0165 doplnok {addon_name}.",
14
14
  "addon_set_config_failed": "Nepodarilo sa nastavi\u0165 konfigur\u00e1ciu {addon_name}.",
15
15
  "addon_start_failed": "Nepodarilo sa spusti\u0165 doplnok {addon_name}.",
16
+ "fw_download_failed": "{firmware_name} firmv\u00e9r pre v\u00e1\u0161 {model} sa nepodarilo stiahnu\u0165. Uistite sa, \u017ee aplik\u00e1cia Home Assistant m\u00e1 pr\u00edstup na internet a sk\u00faste to znova.",
16
17
  "not_hassio": "Mo\u017enosti hardv\u00e9ru mo\u017eno konfigurova\u0165 len v in\u0161tal\u00e1ci\u00e1ch opera\u010dn\u00e9ho syst\u00e9mu Home Assistant.",
17
18
  "not_hassio_thread": "Doplnok OpenThread Border Router je mo\u017en\u00e9 nain\u0161talova\u0165 len s opera\u010dn\u00fdm syst\u00e9mom Home Assistant. Ak chcete pou\u017e\u00edva\u0165 {model} ako Thread border router, flashnite firmv\u00e9r manu\u00e1lne pomocou [web flasher]({docs_web_flasher_url}) a nastavte OpenThread Border Router, aby s n\u00edm komunikoval.",
18
19
  "otbr_addon_already_running": "Doplnok OpenThread Border Router je u\u017e spusten\u00fd, nie je mo\u017en\u00e9 ho znova nain\u0161talova\u0165.",
@@ -13,12 +13,12 @@
13
13
  "addon_install_failed": "Misslyckades att installera till\u00e4gget {addon_name}.",
14
14
  "addon_set_config_failed": "Misslyckades med att spara konfigurationen f\u00f6r {addon_name}.",
15
15
  "addon_start_failed": "Misslyckades att starta till\u00e4gget {addon_name}.",
16
+ "fw_download_failed": "Kunde inte ladda ner firmware {firmware_name} f\u00f6r din {model}. Kontrollera att Home Assistant har tillg\u00e5ng till internet och f\u00f6rs\u00f6k igen.",
16
17
  "not_hassio": "H\u00e5rdvarualternativen kan endast konfigureras p\u00e5 Home Assistant OS-installationer.",
17
18
  "not_hassio_thread": "Till\u00e4gget OpenThread Border Router kan endast installeras med Home Assistant OS. Om du vill anv\u00e4nda {model} som en Thread Border Router, flasha den fasta programvaran manuellt med hj\u00e4lp av [web flasher]({docs_web_flasher_url}) och st\u00e4ll in OpenThread Border Router f\u00f6r att kommunicera med den.",
18
19
  "otbr_addon_already_running": "Till\u00e4gget OpenThread-gr\u00e4nsrouter \u00e4r redan ig\u00e5ng, det kan inte installeras igen.",
19
20
  "otbr_still_using_stick": "Denna {model} anv\u00e4nds av till\u00e4gget OpenThread-gr\u00e4nsrouter. Om du anv\u00e4nder Thread-n\u00e4tverket, se till att du har alternativa gr\u00e4nsroutrar. Avinstallera till\u00e4gget och f\u00f6rs\u00f6k igen.",
20
21
  "read_hw_settings_error": "Misslyckades med att l\u00e4sa h\u00e5rdvaruinst\u00e4llningarna",
21
- "unsupported_firmware": "Radions firmware p\u00e5 din {model} kunde inte fastst\u00e4llas. Se till att ingen annan integration eller till\u00e4gg f\u00f6r n\u00e4rvarande f\u00f6rs\u00f6ker kommunicera med enheten.",
22
22
  "write_hw_settings_error": "Misslyckades med att skriva h\u00e5rdvaruinst\u00e4llningar",
23
23
  "zha_migration_failed": "ZHA migreringen misslyckades",
24
24
  "zha_still_using_stick": "Denna {model} anv\u00e4nds av Zigbee Home Automation-integrationen. Migrera ditt Zigbee-n\u00e4tverk till en annan adapter eller ta bort integrationen och f\u00f6rs\u00f6k igen."
@@ -11,7 +11,6 @@
11
11
  "otbr_addon_already_running": "OpenThread Border Router eklentisi zaten \u00e7al\u0131\u015f\u0131yor, tekrar y\u00fcklenemez.",
12
12
  "otbr_still_using_stick": "Bu {model} OpenThread Border Router eklentisi taraf\u0131ndan kullan\u0131l\u0131yor. Thread a\u011f\u0131n\u0131 kullan\u0131yorsan\u0131z alternatif border router'lar\u0131n\u0131z oldu\u011fundan emin olun. Eklentiyi kald\u0131r\u0131n ve tekrar deneyin.",
13
13
  "read_hw_settings_error": "Donan\u0131m ayarlar\u0131 okunamad\u0131",
14
- "unsupported_firmware": "{model} cihaz\u0131n\u0131zdaki radyo yaz\u0131l\u0131m\u0131 belirlenemedi. \u015eu anda cihazla ileti\u015fim kurmaya \u00e7al\u0131\u015fan ba\u015fka bir entegrasyon veya eklenti olmad\u0131\u011f\u0131ndan emin olun.",
15
14
  "write_hw_settings_error": "Donan\u0131m ayarlar\u0131 yaz\u0131lamad\u0131",
16
15
  "zha_migration_failed": "ZHA ge\u00e7i\u015fi ba\u015far\u0131l\u0131 olmad\u0131.",
17
16
  "zha_still_using_stick": "Bu {model} Zigbee Ev Otomasyonu entegrasyonu taraf\u0131ndan kullan\u0131l\u0131yor. L\u00fctfen Zigbee a\u011f\u0131n\u0131z\u0131 ba\u015fka bir adapt\u00f6re ta\u015f\u0131y\u0131n veya entegrasyonu silin ve tekrar deneyin."
@@ -13,6 +13,7 @@
13
13
  "addon_install_failed": "\u5b89\u88c5\u201c{addon_name}\u201d\u52a0\u8f7d\u9879\u5931\u8d25\u3002",
14
14
  "addon_set_config_failed": "\u8bbe\u7f6e\u201c{addon_name}\u201d\u914d\u7f6e\u5931\u8d25\u3002",
15
15
  "addon_start_failed": "\u542f\u52a8\u201c{addon_name}\u201d\u52a0\u8f7d\u9879\u5931\u8d25\u3002",
16
+ "fw_download_failed": "\u60a8\u201c{model}\u201d\u7684 {firmware_name} \u56fa\u4ef6\u4e0b\u8f7d\u5931\u8d25\u3002\u8bf7\u786e\u4fdd Home Assistant \u53ef\u4ee5\u8bbf\u95ee\u4e92\u8054\u7f51\uff0c\u7136\u540e\u91cd\u8bd5\u3002",
16
17
  "not_hassio": "\u786c\u4ef6\u9009\u9879\u53ea\u80fd\u5728 Home Assistant OS \u5b89\u88c5\u4e0a\u914d\u7f6e\u3002",
17
18
  "not_hassio_thread": "OpenThread \u8fb9\u754c\u8def\u7531\u5668\u52a0\u8f7d\u9879\u53ea\u80fd\u5b89\u88c5\u5230 Home Assistant OS \u3002\u5982\u679c\u60a8\u60f3\u8981\u5c06\u201c{model}\u201d\u7528\u4f5c Thread \u8fb9\u754c\u8def\u7531\u5668\uff0c\u8bf7\u4f7f\u7528\u3010web \u5237\u65b0\u7a0b\u5e8f\u3011({docs_web_flasher_url}) \u624b\u52a8\u5237\u65b0\u56fa\u4ef6\uff0c\u5e76\u8bbe\u7f6e OpenThread \u8fb9\u754c\u8def\u7531\u5668\u4e0e\u5176\u901a\u4fe1\u3002",
18
19
  "otbr_addon_already_running": "OpenThread \u8fb9\u754c\u8def\u7531\u5668\u52a0\u8f7d\u9879\u5df2\u5728\u8fd0\u884c\u4e2d\uff0c\u65e0\u6cd5\u518d\u6b21\u5b89\u88c5\u3002",
@@ -13,6 +13,7 @@
13
13
  "addon_install_failed": "\u7121\u6cd5\u5b89\u88dd{addon_name}\u9644\u52a0\u5143\u4ef6\u3002",
14
14
  "addon_set_config_failed": "\u8a2d\u7f6e{addon_name}\u8a2d\u5b9a\u5931\u6557\u3002",
15
15
  "addon_start_failed": "\u7121\u6cd5\u555f\u52d5{addon_name}\u9644\u52a0\u5143\u4ef6\u3002",
16
+ "fw_download_failed": "{model} \u7684 {firmware_name} \u97cc\u9ad4\u4e0b\u8f09\u5931\u6557\u3002\u8acb\u78ba\u8a8d Home Assistant \u7db2\u8def\u9023\u7dda\uff0c\u7136\u5f8c\u518d\u8a66\u4e00\u6b21\u3002",
16
17
  "not_hassio": "\u786c\u9ad4\u9078\u9805\u50c5\u80fd\u65bc Home Assistant OS \u5b89\u88dd\u6a21\u5f0f\u9032\u884c\u8a2d\u5b9a\u3002",
17
18
  "not_hassio_thread": "OpenThread \u908a\u754c\u8def\u7531\u5668\u9644\u52a0\u5143\u4ef6\u53ea\u80fd\u5b89\u88dd\u65bc Home Assistant OS\u3002\u5982\u679c\u60a8\u60f3\u4f7f\u7528 {model} \u4f5c\u70baThread \u908a\u754c\u8def\u7531\u5668\uff0c\u8acb\u624b\u52d5\u4f7f\u7528 [web flasher]({docs_web_flasher_url}) \u5237\u5beb\u65b0\u97cc\u9ad4\uff0c\u4e26\u8a2d\u5b9a OpenThread \u908a\u754c\u8def\u7531\u5668\u9032\u884c\u901a\u8a0a\u3002",
18
19
  "otbr_addon_already_running": "OpenThread \u908a\u754c\u8def\u7531\u5668\uff08OTBR\uff09\u9644\u52a0\u5143\u4ef6\u5df2\u5728\u57f7\u884c\u4e2d\u3001\u7121\u6cd5\u518d\u6b21\u5b89\u88dd\u3002",
@@ -160,6 +160,30 @@
160
160
  }
161
161
  },
162
162
  "event": {
163
+ "button_state": {
164
+ "name": "Kapcsol\u00f3",
165
+ "state_attributes": {
166
+ "event_type": {
167
+ "state": {
168
+ "lower": "Als\u00f3 gomb",
169
+ "released": "Felengedve",
170
+ "upper": "Fels\u0151 gomb"
171
+ }
172
+ }
173
+ }
174
+ },
175
+ "button_state_instance": {
176
+ "name": "Kapcsol\u00f3 {instance}",
177
+ "state_attributes": {
178
+ "event_type": {
179
+ "state": {
180
+ "lower": "Als\u00f3 gomb",
181
+ "released": "Felengedve",
182
+ "upper": "Fels\u0151 gomb"
183
+ }
184
+ }
185
+ }
186
+ },
163
187
  "up_down_remote": {
164
188
  "name": "Fel/le t\u00e1vir\u00e1ny\u00edt\u00f3",
165
189
  "state_attributes": {
@@ -170,6 +194,7 @@
170
194
  "c_button": "C gomb",
171
195
  "down": "Le",
172
196
  "down_long": "Le (hossz\u00fa nyom\u00e1s)",
197
+ "release": "Felengedve",
173
198
  "stop": "Meg\u00e1ll\u00edt\u00e1s",
174
199
  "stop_long": "Meg\u00e1ll\u00edt\u00e1s (hossz\u00fa nyom\u00e1s)",
175
200
  "up": "Fel",
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "config": {
3
3
  "abort": {
4
- "already_configured": "\u30c7\u30d0\u30a4\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059"
4
+ "already_configured": "\u30c7\u30d0\u30a4\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059",
5
+ "reconfigure_successful": "\u518d\u8a2d\u5b9a\u306b\u6210\u529f\u3057\u307e\u3057\u305f",
6
+ "wrong_hub": "\u30a2\u30c9\u30ec\u30b9\u306f\u5225\u306ehomee\u306e\u3082\u306e\u3067\u3059\u3002"
5
7
  },
6
8
  "error": {
7
9
  "cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f",
@@ -9,6 +11,16 @@
9
11
  "unknown": "\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc"
10
12
  },
11
13
  "step": {
14
+ "reconfigure": {
15
+ "data": {
16
+ "host": "\u30db\u30b9\u30c8"
17
+ },
18
+ "data_description": {
19
+ "host": "\u3042\u306a\u305f\u306ehomee\u306eIP\u30a2\u30c9\u30ec\u30b9\u3002"
20
+ },
21
+ "description": "homee\u306eIP\u30a2\u30c9\u30ec\u30b9\u3092\u518d\u8a2d\u5b9a\u3059\u308b\u3002",
22
+ "title": "homee\u306e\u518d\u69cb\u6210 {name}"
23
+ },
12
24
  "user": {
13
25
  "data": {
14
26
  "host": "\u30db\u30b9\u30c8",
@@ -61,6 +73,18 @@
61
73
  }
62
74
  },
63
75
  "number": {
76
+ "button_brightness_active": {
77
+ "name": "\u30dc\u30bf\u30f3\u306e\u660e\u308b\u3055\uff08\u30a2\u30af\u30c6\u30a3\u30d6\uff09"
78
+ },
79
+ "button_brightness_dimmed": {
80
+ "name": "\u30dc\u30bf\u30f3\u306e\u660e\u308b\u3055\uff08\u6697\u304f\u3059\u308b\uff09"
81
+ },
82
+ "display_brightness_active": {
83
+ "name": "\u30c7\u30a3\u30b9\u30d7\u30ec\u30a4\u306e\u660e\u308b\u3055\uff08\u30a2\u30af\u30c6\u30a3\u30d6\uff09"
84
+ },
85
+ "display_brightness_dimmed": {
86
+ "name": "\u30c7\u30a3\u30b9\u30d7\u30ec\u30a4\u306e\u660e\u308b\u3055\uff08\u6697\u304f\u3059\u308b\uff09"
87
+ },
64
88
  "down_position": {
65
89
  "name": "\u30c0\u30a6\u30f3\u30dd\u30b8\u30b7\u30e7\u30f3"
66
90
  },
@@ -73,6 +97,12 @@
73
97
  "endposition_configuration": {
74
98
  "name": "\u7d42\u4e86\u4f4d\u7f6e"
75
99
  },
100
+ "external_temperature_offset": {
101
+ "name": "\u5916\u90e8\u6e29\u5ea6\u30aa\u30d5\u30bb\u30c3\u30c8"
102
+ },
103
+ "floor_temperature_offset": {
104
+ "name": "\u5e8a\u6e29\u5ea6\u30aa\u30d5\u30bb\u30c3\u30c8"
105
+ },
76
106
  "motion_alarm_cancelation_delay": {
77
107
  "name": "\u30e2\u30fc\u30b7\u30e7\u30f3\u30a2\u30e9\u30fc\u30e0\u9045\u5ef6"
78
108
  }
@@ -18,6 +18,7 @@
18
18
  },
19
19
  "step": {
20
20
  "authorize": {
21
+ "description": "Nyomja meg a HomeWizard Energy eszk\u00f6z\u00f6n tal\u00e1lhat\u00f3 gombot k\u00e9t m\u00e1sodpercig, majd v\u00e1lassza ki az al\u00e1bbi gombot.",
21
22
  "title": "Enged\u00e9lyez\u00e9s"
22
23
  },
23
24
  "discovery_confirm": {
@@ -25,7 +26,7 @@
25
26
  "title": "Meger\u0151s\u00edt\u00e9s"
26
27
  },
27
28
  "reauth_confirm_update_token": {
28
- "description": "Nyomja meg a gombot a HomeWizard Energy eszk\u00f6z\u00f6n, majd v\u00e1lassza az al\u00e1bbi gombot.",
29
+ "description": "Nyomja meg a HomeWizard Energy eszk\u00f6z\u00f6n tal\u00e1lhat\u00f3 gombot k\u00e9t m\u00e1sodpercig, majd v\u00e1lassza ki az al\u00e1bbi gombot.",
29
30
  "title": "\u00dajrahiteles\u00edt\u00e9s"
30
31
  },
31
32
  "reauth_enable_api": {
@@ -58,6 +59,16 @@
58
59
  "name": "\u00c1llapotjelz\u0151 f\u00e9ny f\u00e9nyereje"
59
60
  }
60
61
  },
62
+ "select": {
63
+ "battery_group_mode": {
64
+ "name": "Akkumul\u00e1tor csoport \u00fczemm\u00f3d",
65
+ "state": {
66
+ "standby": "K\u00e9szenl\u00e9t",
67
+ "to_full": "K\u00e9zi t\u00f6lt\u00e9si m\u00f3d",
68
+ "zero": "Nulla m\u00f3d"
69
+ }
70
+ }
71
+ },
61
72
  "sensor": {
62
73
  "active_apparent_power_phase_va": {
63
74
  "name": "L\u00e1tsz\u00f3lagos teljes\u00edtm\u00e9ny {phase}. f\u00e1zis"
@@ -156,6 +167,12 @@
156
167
  "exceptions": {
157
168
  "api_disabled": {
158
169
  "message": "A helyi API le van tiltva."
170
+ },
171
+ "api_unauthorized": {
172
+ "message": "A helyi API nincs enged\u00e9lyezve. K\u00f6vesse a jav\u00edt\u00e1si javaslatban le\u00edrt l\u00e9p\u00e9seket az API-hozz\u00e1f\u00e9r\u00e9s vissza\u00e1ll\u00edt\u00e1s\u00e1hoz."
173
+ },
174
+ "communication_error": {
175
+ "message": "Hiba t\u00f6rt\u00e9nt a HomeWizard Energy eszk\u00f6zzel val\u00f3 kommunik\u00e1ci\u00f3 sor\u00e1n."
159
176
  }
160
177
  },
161
178
  "issues": {
@@ -166,7 +183,7 @@
166
183
  },
167
184
  "step": {
168
185
  "authorize": {
169
- "description": "Nyomja meg a gombot a HomeWizard Energy eszk\u00f6z\u00f6n, majd v\u00e1lassza az al\u00e1bbi gombot.",
186
+ "description": "Nyomja meg a HomeWizard Energy eszk\u00f6z\u00f6n tal\u00e1lhat\u00f3 gombot k\u00e9t m\u00e1sodpercig, majd v\u00e1lassza ki az al\u00e1bbi gombot.",
170
187
  "title": "Enged\u00e9lyez\u00e9s"
171
188
  },
172
189
  "confirm": {
@@ -64,7 +64,7 @@
64
64
  "state": {
65
65
  "standby": "Vilol\u00e4ge",
66
66
  "to_full": "Manuellt laddningsl\u00e4ge",
67
- "zero": "Nolll\u00e4ge"
67
+ "zero": "Noll\u00e4ge"
68
68
  }
69
69
  }
70
70
  },
@@ -9,17 +9,9 @@ from homeassistant.config_entries import ConfigEntry
9
9
  from homeassistant.const import CONF_PASSWORD, CONF_USERNAME, Platform
10
10
  from homeassistant.core import HomeAssistant, callback
11
11
  from homeassistant.exceptions import ConfigEntryAuthFailed, ConfigEntryNotReady
12
- from homeassistant.helpers.aiohttp_client import (
13
- async_create_clientsession,
14
- async_get_clientsession,
15
- )
16
-
17
- from .const import (
18
- _LOGGER,
19
- CONF_COOL_AWAY_TEMPERATURE,
20
- CONF_HEAT_AWAY_TEMPERATURE,
21
- DOMAIN,
22
- )
12
+ from homeassistant.helpers.aiohttp_client import async_create_clientsession
13
+
14
+ from .const import _LOGGER, CONF_COOL_AWAY_TEMPERATURE, CONF_HEAT_AWAY_TEMPERATURE
23
15
 
24
16
  UPDATE_LOOP_SLEEP_TIME = 5
25
17
  PLATFORMS = [Platform.CLIMATE, Platform.HUMIDIFIER, Platform.SENSOR, Platform.SWITCH]
@@ -56,11 +48,11 @@ async def async_setup_entry(
56
48
  username = config_entry.data[CONF_USERNAME]
57
49
  password = config_entry.data[CONF_PASSWORD]
58
50
 
59
- if len(hass.config_entries.async_entries(DOMAIN)) > 1:
60
- session = async_create_clientsession(hass)
61
- else:
62
- session = async_get_clientsession(hass)
63
-
51
+ # Always create a new session for Honeywell to prevent cookie injection
52
+ # issues. Even with response_url handling in aiosomecomfort 0.0.33+,
53
+ # cookies can still leak into other integrations when using the shared
54
+ # session. See issue #147395.
55
+ session = async_create_clientsession(hass)
64
56
  client = aiosomecomfort.AIOSomeComfort(username, password, session=session)
65
57
  try:
66
58
  await client.login()
@@ -16,7 +16,7 @@ from homeassistant.config_entries import (
16
16
  )
17
17
  from homeassistant.const import CONF_PASSWORD, CONF_USERNAME
18
18
  from homeassistant.core import callback
19
- from homeassistant.helpers.aiohttp_client import async_get_clientsession
19
+ from homeassistant.helpers.aiohttp_client import async_create_clientsession
20
20
 
21
21
  from .const import (
22
22
  CONF_COOL_AWAY_TEMPERATURE,
@@ -114,10 +114,14 @@ class HoneywellConfigFlow(ConfigFlow, domain=DOMAIN):
114
114
 
115
115
  async def is_valid(self, **kwargs) -> bool:
116
116
  """Check if login credentials are valid."""
117
+ # Always create a new session for Honeywell to prevent cookie injection
118
+ # issues. Even with response_url handling in aiosomecomfort 0.0.33+,
119
+ # cookies can still leak into other integrations when using the shared
120
+ # session. See issue #147395.
117
121
  client = aiosomecomfort.AIOSomeComfort(
118
122
  kwargs[CONF_USERNAME],
119
123
  kwargs[CONF_PASSWORD],
120
- session=async_get_clientsession(self.hass),
124
+ session=async_create_clientsession(self.hass),
121
125
  )
122
126
 
123
127
  await client.login()
@@ -6,5 +6,5 @@
6
6
  "documentation": "https://www.home-assistant.io/integrations/honeywell",
7
7
  "iot_class": "cloud_polling",
8
8
  "loggers": ["somecomfort"],
9
- "requirements": ["AIOSomecomfort==0.0.32"]
9
+ "requirements": ["AIOSomecomfort==0.0.33"]
10
10
  }
@@ -90,7 +90,9 @@ class AutomowerButtonEntity(AutomowerAvailableEntity, ButtonEntity):
90
90
  @property
91
91
  def available(self) -> bool:
92
92
  """Return the available attribute of the entity."""
93
- return self.entity_description.available_fn(self.mower_attributes)
93
+ return super().available and self.entity_description.available_fn(
94
+ self.mower_attributes
95
+ )
94
96
 
95
97
  @handle_sending_exception()
96
98
  async def async_press(self) -> None:
@@ -27,6 +27,12 @@
27
27
  "title": "A fi\u00f3kj\u00e1b\u00f3l hi\u00e1nyoznak bizonyos API kapcsolatok"
28
28
  },
29
29
  "pick_implementation": {
30
+ "data": {
31
+ "implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
32
+ },
33
+ "data_description": {
34
+ "implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
35
+ },
30
36
  "title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
31
37
  },
32
38
  "reauth_confirm": {
@@ -27,6 +27,12 @@
27
27
  "title": "\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u3044\u304f\u3064\u304b\u306eAPI\u63a5\u7d9a\u304c\u3042\u308a\u307e\u305b\u3093"
28
28
  },
29
29
  "pick_implementation": {
30
+ "data": {
31
+ "implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
32
+ },
33
+ "data_description": {
34
+ "implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
35
+ },
30
36
  "title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
31
37
  },
32
38
  "reauth_confirm": {
@@ -93,6 +93,8 @@
93
93
  },
94
94
  "ssl_cipher_list": {
95
95
  "options": {
96
+ "intermediate": "Chiffrements interm\u00e9diaires",
97
+ "modern": "Chiffrements modernes",
96
98
  "python_default": "Param\u00e8tres par d\u00e9faut"
97
99
  }
98
100
  }
@@ -68,6 +68,11 @@
68
68
  "name": "Vide\u00f3k sz\u00e1ma",
69
69
  "unit_of_measurement": "vide\u00f3"
70
70
  }
71
+ },
72
+ "update": {
73
+ "update": {
74
+ "name": "Verzi\u00f3"
75
+ }
71
76
  }
72
77
  }
73
78
  }
@@ -0,0 +1,9 @@
1
+ {
2
+ "entity": {
3
+ "update": {
4
+ "update": {
5
+ "name": "\u30d0\u30fc\u30b8\u30e7\u30f3"
6
+ }
7
+ }
8
+ }
9
+ }
@@ -14,10 +14,10 @@
14
14
  "name": "Initialt v\u00e4rde"
15
15
  },
16
16
  "max": {
17
- "name": "Maximum"
17
+ "name": "H\u00f6gst"
18
18
  },
19
19
  "min": {
20
- "name": "Minimum"
20
+ "name": "L\u00e4gst"
21
21
  },
22
22
  "mode": {
23
23
  "name": "L\u00e4ge",
@@ -11,7 +11,7 @@
11
11
  }
12
12
  },
13
13
  "max": {
14
- "name": "Maxl\u00e4ngd"
14
+ "name": "St\u00f6rsta l\u00e4ngd"
15
15
  },
16
16
  "min": {
17
17
  "name": "Minsta l\u00e4ngd"
@@ -15,6 +15,12 @@
15
15
  },
16
16
  "step": {
17
17
  "pick_implementation": {
18
+ "data": {
19
+ "implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
20
+ },
21
+ "data_description": {
22
+ "implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
23
+ },
18
24
  "title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
19
25
  }
20
26
  }
@@ -15,6 +15,12 @@
15
15
  },
16
16
  "step": {
17
17
  "pick_implementation": {
18
+ "data": {
19
+ "implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
20
+ },
21
+ "data_description": {
22
+ "implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
23
+ },
18
24
  "title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
19
25
  }
20
26
  }
@@ -14,5 +14,5 @@
14
14
  "iot_class": "local_polling",
15
15
  "loggers": ["pynecil"],
16
16
  "quality_scale": "platinum",
17
- "requirements": ["pynecil==4.1.0"]
17
+ "requirements": ["pynecil==4.1.1"]
18
18
  }
@@ -108,22 +108,22 @@ def get_statistics(
108
108
  if monthly_consumptions := get_consumptions(data, value_type):
109
109
  return [
110
110
  {
111
- "value": as_number(
112
- get_values_by_type(
113
- consumptions=consumptions,
114
- consumption_type=consumption_type,
115
- ).get(
116
- "additionalValue"
117
- if value_type == IstaValueType.ENERGY
118
- else "value"
119
- )
120
- ),
111
+ "value": as_number(value),
121
112
  "date": consumptions["date"],
122
113
  }
123
114
  for consumptions in monthly_consumptions
124
- if get_values_by_type(
125
- consumptions=consumptions,
126
- consumption_type=consumption_type,
127
- ).get("additionalValue" if value_type == IstaValueType.ENERGY else "value")
115
+ if (
116
+ value := (
117
+ consumption := get_values_by_type(
118
+ consumptions=consumptions,
119
+ consumption_type=consumption_type,
120
+ )
121
+ ).get(
122
+ "additionalValue"
123
+ if value_type == IstaValueType.ENERGY
124
+ and consumption.get("additionalValue") is not None
125
+ else "value"
126
+ )
127
+ )
128
128
  ]
129
129
  return None
@@ -66,8 +66,7 @@ def _connect_to_address(
66
66
  ) -> dict[str, Any]:
67
67
  """Connect to the Jellyfin server."""
68
68
  result: dict[str, Any] = connection_manager.connect_to_address(url)
69
-
70
- if result["State"] != CONNECTION_STATE["ServerSignIn"]:
69
+ if CONNECTION_STATE(result["State"]) != CONNECTION_STATE.ServerSignIn:
71
70
  raise CannotConnect
72
71
 
73
72
  return result
@@ -54,6 +54,9 @@ class JellyfinDataUpdateCoordinator(DataUpdateCoordinator[dict[str, dict[str, An
54
54
  self.api_client.jellyfin.sessions
55
55
  )
56
56
 
57
+ if sessions is None:
58
+ return {}
59
+
57
60
  sessions_by_id: dict[str, dict[str, Any]] = {
58
61
  session["Id"]: session
59
62
  for session in sessions