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
@@ -241,6 +241,7 @@ SENSORS: tuple[DSMRSensorEntityDescription, ...] = (
241
241
  obis_reference="SHORT_POWER_FAILURE_COUNT",
242
242
  dsmr_versions={"2.2", "4", "5", "5L"},
243
243
  entity_registry_enabled_default=False,
244
+ state_class=SensorStateClass.TOTAL_INCREASING,
244
245
  entity_category=EntityCategory.DIAGNOSTIC,
245
246
  ),
246
247
  DSMRSensorEntityDescription(
@@ -249,6 +250,7 @@ SENSORS: tuple[DSMRSensorEntityDescription, ...] = (
249
250
  obis_reference="LONG_POWER_FAILURE_COUNT",
250
251
  dsmr_versions={"2.2", "4", "5", "5L"},
251
252
  entity_registry_enabled_default=False,
253
+ state_class=SensorStateClass.TOTAL_INCREASING,
252
254
  entity_category=EntityCategory.DIAGNOSTIC,
253
255
  ),
254
256
  DSMRSensorEntityDescription(
@@ -257,6 +259,7 @@ SENSORS: tuple[DSMRSensorEntityDescription, ...] = (
257
259
  obis_reference="VOLTAGE_SAG_L1_COUNT",
258
260
  dsmr_versions={"2.2", "4", "5", "5L"},
259
261
  entity_registry_enabled_default=False,
262
+ state_class=SensorStateClass.TOTAL_INCREASING,
260
263
  entity_category=EntityCategory.DIAGNOSTIC,
261
264
  ),
262
265
  DSMRSensorEntityDescription(
@@ -265,6 +268,7 @@ SENSORS: tuple[DSMRSensorEntityDescription, ...] = (
265
268
  obis_reference="VOLTAGE_SAG_L2_COUNT",
266
269
  dsmr_versions={"2.2", "4", "5", "5L"},
267
270
  entity_registry_enabled_default=False,
271
+ state_class=SensorStateClass.TOTAL_INCREASING,
268
272
  entity_category=EntityCategory.DIAGNOSTIC,
269
273
  ),
270
274
  DSMRSensorEntityDescription(
@@ -273,6 +277,7 @@ SENSORS: tuple[DSMRSensorEntityDescription, ...] = (
273
277
  obis_reference="VOLTAGE_SAG_L3_COUNT",
274
278
  dsmr_versions={"2.2", "4", "5", "5L"},
275
279
  entity_registry_enabled_default=False,
280
+ state_class=SensorStateClass.TOTAL_INCREASING,
276
281
  entity_category=EntityCategory.DIAGNOSTIC,
277
282
  ),
278
283
  DSMRSensorEntityDescription(
@@ -281,6 +286,7 @@ SENSORS: tuple[DSMRSensorEntityDescription, ...] = (
281
286
  obis_reference="VOLTAGE_SWELL_L1_COUNT",
282
287
  dsmr_versions={"2.2", "4", "5", "5L"},
283
288
  entity_registry_enabled_default=False,
289
+ state_class=SensorStateClass.TOTAL_INCREASING,
284
290
  entity_category=EntityCategory.DIAGNOSTIC,
285
291
  ),
286
292
  DSMRSensorEntityDescription(
@@ -289,6 +295,7 @@ SENSORS: tuple[DSMRSensorEntityDescription, ...] = (
289
295
  obis_reference="VOLTAGE_SWELL_L2_COUNT",
290
296
  dsmr_versions={"2.2", "4", "5", "5L"},
291
297
  entity_registry_enabled_default=False,
298
+ state_class=SensorStateClass.TOTAL_INCREASING,
292
299
  entity_category=EntityCategory.DIAGNOSTIC,
293
300
  ),
294
301
  DSMRSensorEntityDescription(
@@ -297,6 +304,7 @@ SENSORS: tuple[DSMRSensorEntityDescription, ...] = (
297
304
  obis_reference="VOLTAGE_SWELL_L3_COUNT",
298
305
  dsmr_versions={"2.2", "4", "5", "5L"},
299
306
  entity_registry_enabled_default=False,
307
+ state_class=SensorStateClass.TOTAL_INCREASING,
300
308
  entity_category=EntityCategory.DIAGNOSTIC,
301
309
  ),
302
310
  DSMRSensorEntityDescription(
@@ -132,6 +132,7 @@
132
132
  "station_state": {
133
133
  "name": "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c3\u03c4\u03b1\u03b8\u03bc\u03bf\u03cd",
134
134
  "state": {
135
+ "emptying_dustbin": "\u0391\u03b4\u03b5\u03b9\u03b1\u03c3\u03bc\u03b1 \u03ba\u03ac\u03b4\u03bf\u03c5 \u03b1\u03c0\u03bf\u03c1\u03c1\u03b9\u03bc\u03bc\u03ac\u03c4\u03c9\u03bd",
135
136
  "idle": "\u03a3\u03b5 \u03b1\u03b4\u03c1\u03ac\u03bd\u03b5\u03b9\u03b1"
136
137
  }
137
138
  },
@@ -20,6 +20,12 @@
20
20
  },
21
21
  "step": {
22
22
  "pick_implementation": {
23
+ "data": {
24
+ "implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
25
+ },
26
+ "data_description": {
27
+ "implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
28
+ },
23
29
  "title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
24
30
  },
25
31
  "reauth_confirm": {
@@ -20,6 +20,12 @@
20
20
  },
21
21
  "step": {
22
22
  "pick_implementation": {
23
+ "data": {
24
+ "implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
25
+ },
26
+ "data_description": {
27
+ "implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
28
+ },
23
29
  "title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
24
30
  },
25
31
  "reauth_confirm": {
@@ -29,6 +29,9 @@
29
29
  }
30
30
  },
31
31
  "issues": {
32
+ "migrate_database": {
33
+ "description": "\u03a4\u03bf [emoncms]({url}) \u03c3\u03b1\u03c2 \u03b4\u03b5\u03bd \u03b4\u03b9\u03b1\u03b8\u03ad\u03c4\u03b5\u03b9 \u03bc\u03bf\u03bd\u03b1\u03b4\u03b9\u03ba\u03cc \u03b1\u03bd\u03b1\u03b3\u03bd\u03c9\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc.\n\n\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b1\u03bd\u03b1\u03b2\u03b1\u03b8\u03bc\u03af\u03c3\u03c4\u03b5 \u03c4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd \u03c3\u03c4\u03b7\u03bd \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 11.5.7 \u03ba\u03b1\u03b9 \u03ba\u03ac\u03bd\u03c4\u03b5 \u03bc\u03b5\u03c4\u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b2\u03ac\u03c3\u03b7\u03c2 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03c4\u03bf\u03c5 emoncms.\n\n\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c3\u03c4\u03b7\u03bd \u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7 \u03c4\u03bf\u03c5 [emoncms]({doc_url})"
34
+ },
32
35
  "missing_include_only_feed_id": {
33
36
  "description": "\u0397 \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u03c4\u03bf\u03c5 {domain} \u03bc\u03b5 \u03c7\u03c1\u03ae\u03c3\u03b7 YAML \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b5\u03af\u03c4\u03b1\u03b9.\n\n\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c4\u03b5 \u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03b1 \u03c4\u03b9\u03c2 \u03c4\u03c1\u03bf\u03c6\u03bf\u03b4\u03bf\u03c3\u03af\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03af\u03c3\u03b5\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03bf \u03ba\u03bf\u03c5\u03bc\u03c0\u03af `configure` \u03c4\u03b7\u03c2 \u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7\u03c2.",
34
37
  "title": "\u0394\u03b5\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03c4\u03c1\u03bf\u03c6\u03bf\u03b4\u03bf\u03c3\u03af\u03b1 \u03c3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03ae\u03c1\u03b1 {domain} "
@@ -120,6 +120,12 @@
120
120
  }
121
121
  },
122
122
  "sensor": {
123
+ "ac_current": {
124
+ "name": "\u00c1ramer\u0151ss\u00e9g AC"
125
+ },
126
+ "ac_voltage": {
127
+ "name": "Fesz\u00fclts\u00e9g AC"
128
+ },
123
129
  "acb_available_energy": {
124
130
  "name": "El\u00e9rhet\u0151 ACB akkumul\u00e1tor energia"
125
131
  },
@@ -141,6 +147,9 @@
141
147
  "aggregated_max_capacity": {
142
148
  "name": "\u00d6sszes\u00edtett akkumul\u00e1tor kapacit\u00e1s"
143
149
  },
150
+ "aggregated_soc": {
151
+ "name": "\u00d6sszes\u00edtett akkumul\u00e1tor t\u00f6lt\u00f6tts\u00e9gi szint (SoC)"
152
+ },
144
153
  "available_energy": {
145
154
  "name": "El\u00e9rhet\u0151 akkumul\u00e1tor-energia"
146
155
  },
@@ -183,6 +192,21 @@
183
192
  "daily_production_phase": {
184
193
  "name": "Energiatermel\u00e9s ma {phase_name}"
185
194
  },
195
+ "dc_current": {
196
+ "name": "\u00c1ramer\u0151ss\u00e9g DC"
197
+ },
198
+ "dc_voltage": {
199
+ "name": "Fesz\u00fclts\u00e9g DC"
200
+ },
201
+ "energy_produced": {
202
+ "name": "Energiatermel\u00e9s az el\u0151z\u0151 jelent\u00e9s \u00f3ta"
203
+ },
204
+ "energy_today": {
205
+ "name": "Energiatermel\u00e9s ma"
206
+ },
207
+ "last_report_duration": {
208
+ "name": "Jelent\u00e9s id\u0151tartama"
209
+ },
186
210
  "last_reported": {
187
211
  "name": "Utols\u00f3 jelent\u00e9s"
188
212
  },
@@ -210,6 +234,9 @@
210
234
  "lifetime_consumption_phase": {
211
235
  "name": "\u00c9lettartam alatti energiafogyaszt\u00e1s {phase_name}"
212
236
  },
237
+ "lifetime_energy": {
238
+ "name": "Teljes energiatermel\u00e9s"
239
+ },
213
240
  "lifetime_net_consumption": {
214
241
  "name": "\u00c9lettartamra vet\u00edtett nett\u00f3 energiafogyaszt\u00e1s"
215
242
  },
@@ -231,6 +258,9 @@
231
258
  "max_capacity": {
232
259
  "name": "Akkumul\u00e1tor kapacit\u00e1s"
233
260
  },
261
+ "max_reported": {
262
+ "name": "\u00c9lettartam alatti maxim\u00e1lis teljes\u00edtm\u00e9ny"
263
+ },
234
264
  "net_consumption": {
235
265
  "name": "Aktu\u00e1lis nett\u00f3 energiafogyaszt\u00e1s"
236
266
  },
@@ -111,6 +111,12 @@
111
111
  }
112
112
  },
113
113
  "sensor": {
114
+ "ac_current": {
115
+ "name": "corrente alternata"
116
+ },
117
+ "ac_voltage": {
118
+ "name": "tensione alternata"
119
+ },
114
120
  "acb_battery_state": {
115
121
  "state": {
116
122
  "idle": "Inattivo"
@@ -140,6 +146,21 @@
140
146
  "daily_production": {
141
147
  "name": "Produzione di energia oggi"
142
148
  },
149
+ "dc_current": {
150
+ "name": "corrente continua"
151
+ },
152
+ "dc_voltage": {
153
+ "name": "tensione continua"
154
+ },
155
+ "energy_produced": {
156
+ "name": "Produzione di energia dall'ultimo rapporto"
157
+ },
158
+ "energy_today": {
159
+ "name": "Produzione di energia oggi"
160
+ },
161
+ "last_report_duration": {
162
+ "name": "Durata dell'ultimo rapporto"
163
+ },
143
164
  "last_reported": {
144
165
  "name": "Ultimo segnalato"
145
166
  },
@@ -158,12 +179,18 @@
158
179
  "lifetime_consumption": {
159
180
  "name": "Consumo energetico nel corso della vita"
160
181
  },
182
+ "lifetime_energy": {
183
+ "name": "Produzione di energia nel corso della vita"
184
+ },
161
185
  "lifetime_production": {
162
186
  "name": "Produzione di energia nel corso della vita"
163
187
  },
164
188
  "max_capacity": {
165
189
  "name": "Capacit\u00e0 della batteria"
166
190
  },
191
+ "max_reported": {
192
+ "name": "Potenza massima durante la vita utile"
193
+ },
167
194
  "reserve_energy": {
168
195
  "name": "Energia di riserva della batteria"
169
196
  },
@@ -119,6 +119,12 @@
119
119
  }
120
120
  },
121
121
  "sensor": {
122
+ "ac_current": {
123
+ "name": "\u4ea4\u6d41\u96fb\u6d41"
124
+ },
125
+ "ac_voltage": {
126
+ "name": "\u4ea4\u6d41\u96fb\u5727"
127
+ },
122
128
  "acb_available_energy": {
123
129
  "name": "\u5229\u7528\u53ef\u80fd\u306aACB\u30d0\u30c3\u30c6\u30ea\u30fc\u30a8\u30cd\u30eb\u30ae\u30fc"
124
130
  },
@@ -174,6 +180,21 @@
174
180
  "daily_production_phase": {
175
181
  "name": "\u4eca\u65e5\u306e\u30a8\u30cd\u30eb\u30ae\u30fc\u751f\u7523\u91cf{phase_name}"
176
182
  },
183
+ "dc_current": {
184
+ "name": "\u76f4\u6d41\u96fb\u6d41"
185
+ },
186
+ "dc_voltage": {
187
+ "name": "\u76f4\u6d41\u96fb\u5727"
188
+ },
189
+ "energy_produced": {
190
+ "name": "\u524d\u56de\u30ec\u30dd\u30fc\u30c8\u304b\u3089\u306e\u30a8\u30cd\u30eb\u30ae\u30fc\u751f\u7523\u91cf"
191
+ },
192
+ "energy_today": {
193
+ "name": "\u4eca\u65e5\u306e\u30a8\u30cd\u30eb\u30ae\u30fc\u751f\u7523\u91cf"
194
+ },
195
+ "last_report_duration": {
196
+ "name": "\u6700\u7d42\u30ec\u30dd\u30fc\u30c8\u671f\u9593"
197
+ },
177
198
  "last_reported": {
178
199
  "name": "\u6700\u7d42\u5831\u544a"
179
200
  },
@@ -201,6 +222,9 @@
201
222
  "lifetime_consumption_phase": {
202
223
  "name": "\u751f\u6daf\u30a8\u30cd\u30eb\u30ae\u30fc\u6d88\u8cbb\u91cf{phase_name}"
203
224
  },
225
+ "lifetime_energy": {
226
+ "name": "\u751f\u6daf\u30a8\u30cd\u30eb\u30ae\u30fc\u751f\u7523\u91cf"
227
+ },
204
228
  "lifetime_net_consumption": {
205
229
  "name": "\u751f\u6daf\u306e\u6b63\u5473\u30a8\u30cd\u30eb\u30ae\u30fc\u6d88\u8cbb\u91cf"
206
230
  },
@@ -222,6 +246,9 @@
222
246
  "max_capacity": {
223
247
  "name": "\u30d0\u30c3\u30c6\u30ea\u30fc\u5bb9\u91cf"
224
248
  },
249
+ "max_reported": {
250
+ "name": "\u751f\u6daf\u6700\u5927\u51fa\u529b"
251
+ },
225
252
  "net_consumption": {
226
253
  "name": "\u73fe\u5728\u306e\u6b63\u5473\u6d88\u8cbb\u96fb\u529b"
227
254
  },
@@ -95,7 +95,7 @@
95
95
  }
96
96
  },
97
97
  "relay_microgrid_action": {
98
- "name": "Mikron\u00e4ts\u00e5tg\u00e4rd",
98
+ "name": "Mikron\u00e4t-\u00e5tg\u00e4rd",
99
99
  "state": {
100
100
  "none": "Ingen",
101
101
  "not_powered": "Ej str\u00f6msatt",
@@ -195,6 +195,9 @@
195
195
  "dc_voltage": {
196
196
  "name": "DC-sp\u00e4nning"
197
197
  },
198
+ "energy_produced": {
199
+ "name": "Energiproduktion sedan f\u00f6reg\u00e5ende rapport"
200
+ },
198
201
  "energy_today": {
199
202
  "name": "Elproduktion i dag"
200
203
  },
@@ -95,6 +95,16 @@
95
95
  "silent": "Csendes",
96
96
  "soft": "L\u00e1gy"
97
97
  }
98
+ },
99
+ "battery_camera_work_mode": {
100
+ "name": "Akkumul\u00e1tor \u00fczemm\u00f3d",
101
+ "state": {
102
+ "custom": "Egy\u00e9ni",
103
+ "high_performance": "Nagy teljes\u00edtm\u00e9ny",
104
+ "plugged_in": "Csatlakoztatva",
105
+ "power_save": "Energiatakar\u00e9kos",
106
+ "super_power_save": "Ultra energiatakar\u00e9kos"
107
+ }
98
108
  }
99
109
  },
100
110
  "sensor": {
@@ -93,6 +93,16 @@
93
93
  "silent": "Silenzioso",
94
94
  "soft": "Morbido"
95
95
  }
96
+ },
97
+ "battery_camera_work_mode": {
98
+ "name": "Modalit\u00e0 di funzionamento della batteria",
99
+ "state": {
100
+ "custom": "Personalizzato",
101
+ "high_performance": "Alte prestazioni",
102
+ "plugged_in": "Collegato",
103
+ "power_save": "Risparmio energetico",
104
+ "super_power_save": "Super risparmio energetico"
105
+ }
96
106
  }
97
107
  },
98
108
  "sensor": {
@@ -95,6 +95,16 @@
95
95
  "silent": "\u30b5\u30a4\u30ec\u30f3\u30c8",
96
96
  "soft": "\u30bd\u30d5\u30c8"
97
97
  }
98
+ },
99
+ "battery_camera_work_mode": {
100
+ "name": "\u30d0\u30c3\u30c6\u30ea\u30fc\u52d5\u4f5c\u30e2\u30fc\u30c9",
101
+ "state": {
102
+ "custom": "\u30ab\u30b9\u30bf\u30e0",
103
+ "high_performance": "\u9ad8\u6027\u80fd",
104
+ "plugged_in": "\u30d7\u30e9\u30b0\u30a4\u30f3",
105
+ "power_save": "\u7701\u96fb\u529b",
106
+ "super_power_save": "\u8d85\u7701\u96fb\u529b"
107
+ }
98
108
  }
99
109
  },
100
110
  "sensor": {
@@ -103,7 +103,7 @@
103
103
  "high_performance": "H\u00f6g prestanda",
104
104
  "plugged_in": "Inkopplad",
105
105
  "power_save": "Str\u00f6msparl\u00e4ge",
106
- "super_power_save": "Superstr\u00f6msparl\u00e4ge"
106
+ "super_power_save": "Super-str\u00f6msparl\u00e4ge"
107
107
  }
108
108
  }
109
109
  },
@@ -23,6 +23,12 @@
23
23
  "title": "Fitbit \u00f6sszekapcsol\u00e1sa"
24
24
  },
25
25
  "pick_implementation": {
26
+ "data": {
27
+ "implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
28
+ },
29
+ "data_description": {
30
+ "implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
31
+ },
26
32
  "title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
27
33
  },
28
34
  "reauth_confirm": {
@@ -23,6 +23,12 @@
23
23
  "title": "Fitbit \u3092\u30ea\u30f3\u30af\u3059\u308b"
24
24
  },
25
25
  "pick_implementation": {
26
+ "data": {
27
+ "implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
28
+ },
29
+ "data_description": {
30
+ "implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
31
+ },
26
32
  "title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
27
33
  },
28
34
  "reauth_confirm": {
@@ -61,6 +61,9 @@
61
61
  }
62
62
  },
63
63
  "sensor": {
64
+ "external_ipv6": {
65
+ "name": "Externe IPv6"
66
+ },
64
67
  "gb_received": {
65
68
  "name": "GB ontvangen"
66
69
  },
@@ -102,7 +102,20 @@
102
102
  "emergency_power_derating_activated": "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5 \u03b7 \u03c5\u03c0\u03bf\u03b2\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7 \u03b9\u03c3\u03c7\u03cd\u03bf\u03c2 \u03ad\u03ba\u03c4\u03b1\u03ba\u03c4\u03b7\u03c2 \u03b1\u03bd\u03ac\u03b3\u03ba\u03b7\u03c2",
103
103
  "error_during_logging_data_recording": "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03ba\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2",
104
104
  "error_during_update_process": "\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7\u03c2",
105
- "mains_voltage_dependent_power_reduction": "\u039c\u03b5\u03af\u03c9\u03c3\u03b7 \u03b9\u03c3\u03c7\u03cd\u03bf\u03c2 \u03b5\u03be\u03b1\u03c1\u03c4\u03ce\u03bc\u03b5\u03bd\u03b7 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03c4\u03ac\u03c3\u03b7 \u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5"
105
+ "mains_voltage_dependent_power_reduction": "\u039c\u03b5\u03af\u03c9\u03c3\u03b7 \u03b9\u03c3\u03c7\u03cd\u03bf\u03c2 \u03b5\u03be\u03b1\u03c1\u03c4\u03ce\u03bc\u03b5\u03bd\u03b7 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03c4\u03ac\u03c3\u03b7 \u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5",
106
+ "rcmu_error": "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 RCMU",
107
+ "real_time_clock_communication_error": "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2 \u03bc\u03bf\u03bd\u03ac\u03b4\u03b1\u03c2 \u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03bf\u03cd \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd \u03c7\u03c1\u03cc\u03bd\u03bf\u03c5 (Real Time Clock module)",
108
+ "real_time_clock_hardware_error": "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03c5\u03bb\u03b9\u03ba\u03bf\u03cd \u03c3\u03c4\u03b7 \u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 \u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03bf\u03cd \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd \u03c7\u03c1\u03cc\u03bd\u03bf\u03c5 (Real Time Clock module)",
109
+ "real_time_clock_in_emergency_mode": "\u0395\u03c3\u03c9\u03c4\u03b5\u03c1\u03b9\u03ba\u03cc \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1: \u0397 \u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 \u03c1\u03bf\u03bb\u03bf\u03b3\u03b9\u03bf\u03cd \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd \u03c7\u03c1\u03cc\u03bd\u03bf\u03c5 (Real Time Clock module) \u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03c4\u03b1\u03b9 \u03c3\u03b5 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03ad\u03ba\u03c4\u03b1\u03ba\u03c4\u03b7\u03c2 \u03b1\u03bd\u03ac\u03b3\u03ba\u03b7\u03c2",
110
+ "software_problem": "\u03a0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1 \u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03b9\u03ba\u03bf\u03cd",
111
+ "software_update_invalid_country_setup": "\u039f\u03bc\u03ac\u03b4\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7\u03c2 \u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03b9\u03ba\u03bf\u03cd 0 (\u03bc\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c7\u03ce\u03c1\u03b1\u03c2)",
112
+ "storage_unit_not_available": "\u0397 \u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2 \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b7",
113
+ "time_lost": "\u03a7\u03b1\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2",
114
+ "too_little_dc_power_for_feed_in_operation": "\u03a0\u03bf\u03bb\u03cd \u03bc\u03b9\u03ba\u03c1\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2 DC \u03b3\u03b9\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c4\u03c1\u03bf\u03c6\u03bf\u03b4\u03bf\u03c3\u03af\u03b1\u03c2",
115
+ "unique_id_conflict": "\u0394\u03b9\u03ad\u03bd\u03b5\u03be\u03b7 \u03bc\u03bf\u03bd\u03b1\u03b4\u03b9\u03ba\u03bf\u03cd ID",
116
+ "update_file_corrupt": "\u03a4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03b1\u03c4\u03b5\u03c3\u03c4\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf",
117
+ "update_file_does_not_match_device": "\u03a4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7\u03c2 \u03b4\u03b5\u03bd \u03c4\u03b1\u03b9\u03c1\u03b9\u03ac\u03b6\u03b5\u03b9 \u03bc\u03b5 \u03c4\u03b7 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae, \u03c4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03bf\u03bb\u03cd \u03c0\u03b1\u03bb\u03b9\u03cc",
118
+ "write_or_read_error_occurred": "\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03ae \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2"
106
119
  }
107
120
  },
108
121
  "frequency_phase_average": {
@@ -374,10 +374,10 @@
374
374
  "name": "DC-sp\u00e4nning"
375
375
  },
376
376
  "voltage_dc_maximum_cell": {
377
- "name": "Maximal cellsp\u00e4nning"
377
+ "name": "H\u00f6gsta cellsp\u00e4nning"
378
378
  },
379
379
  "voltage_dc_minimum_cell": {
380
- "name": "Minsta cellsp\u00e4nning"
380
+ "name": "L\u00e4gsta cellsp\u00e4nning"
381
381
  },
382
382
  "voltage_dc_mppt_no": {
383
383
  "name": "DC-sp\u00e4nning {mppt_no}"
@@ -20,5 +20,5 @@
20
20
  "documentation": "https://www.home-assistant.io/integrations/frontend",
21
21
  "integration_type": "system",
22
22
  "quality_scale": "internal",
23
- "requirements": ["home-assistant-frontend==20250626.0"]
23
+ "requirements": ["home-assistant-frontend==20250627.0"]
24
24
  }
@@ -17,6 +17,12 @@
17
17
  },
18
18
  "step": {
19
19
  "pick_implementation": {
20
+ "data": {
21
+ "implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
22
+ },
23
+ "data_description": {
24
+ "implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
25
+ },
20
26
  "title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
21
27
  },
22
28
  "reauth_confirm": {
@@ -17,6 +17,12 @@
17
17
  },
18
18
  "step": {
19
19
  "pick_implementation": {
20
+ "data": {
21
+ "implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
22
+ },
23
+ "data_description": {
24
+ "implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
25
+ },
20
26
  "title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
21
27
  },
22
28
  "reauth_confirm": {
@@ -32,6 +32,12 @@
32
32
  "title": "\u00d6sszekapcsol\u00e1s Google-al"
33
33
  },
34
34
  "pick_implementation": {
35
+ "data": {
36
+ "implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
37
+ },
38
+ "data_description": {
39
+ "implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
40
+ },
35
41
  "title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
36
42
  },
37
43
  "reauth_confirm": {
@@ -31,6 +31,12 @@
31
31
  "title": "Google\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af\u3059\u308b"
32
32
  },
33
33
  "pick_implementation": {
34
+ "data": {
35
+ "implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
36
+ },
37
+ "data_description": {
38
+ "implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
39
+ },
34
40
  "title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
35
41
  },
36
42
  "reauth_confirm": {
@@ -25,6 +25,12 @@
25
25
  "title": "Google-fi\u00f3k \u00f6sszekapcsol\u00e1sa"
26
26
  },
27
27
  "pick_implementation": {
28
+ "data": {
29
+ "implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
30
+ },
31
+ "data_description": {
32
+ "implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
33
+ },
28
34
  "title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
29
35
  },
30
36
  "reauth_confirm": {
@@ -25,6 +25,12 @@
25
25
  "title": "Google\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af\u3059\u308b"
26
26
  },
27
27
  "pick_implementation": {
28
+ "data": {
29
+ "implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
30
+ },
31
+ "data_description": {
32
+ "implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
33
+ },
28
34
  "title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
29
35
  },
30
36
  "reauth_confirm": {
@@ -33,6 +39,11 @@
33
39
  }
34
40
  }
35
41
  },
42
+ "exceptions": {
43
+ "grpc_error": {
44
+ "message": "Google\u30a2\u30b7\u30b9\u30bf\u30f3\u30c8\u3068\u306e\u901a\u4fe1\u306b\u5931\u6557\u3057\u307e\u3057\u305f"
45
+ }
46
+ },
36
47
  "options": {
37
48
  "step": {
38
49
  "init": {
@@ -29,6 +29,12 @@
29
29
  "title": "Google-fi\u00f3k \u00f6sszekapcsol\u00e1sa"
30
30
  },
31
31
  "pick_implementation": {
32
+ "data": {
33
+ "implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
34
+ },
35
+ "data_description": {
36
+ "implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
37
+ },
32
38
  "title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
33
39
  },
34
40
  "reauth_confirm": {
@@ -29,6 +29,12 @@
29
29
  "title": "Google\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af"
30
30
  },
31
31
  "pick_implementation": {
32
+ "data": {
33
+ "implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
34
+ },
35
+ "data_description": {
36
+ "implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
37
+ },
32
38
  "title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
33
39
  },
34
40
  "reauth_confirm": {
@@ -207,6 +207,8 @@ async def async_setup_entry(
207
207
 
208
208
  await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
209
209
 
210
+ entry.async_on_unload(entry.add_update_listener(async_update_options))
211
+
210
212
  return True
211
213
 
212
214
 
@@ -220,6 +222,13 @@ async def async_unload_entry(
220
222
  return True
221
223
 
222
224
 
225
+ async def async_update_options(
226
+ hass: HomeAssistant, entry: GoogleGenerativeAIConfigEntry
227
+ ) -> None:
228
+ """Update options."""
229
+ await hass.config_entries.async_reload(entry.entry_id)
230
+
231
+
223
232
  async def async_migrate_integration(hass: HomeAssistant) -> None:
224
233
  """Migrate integration entry structure."""
225
234
 
@@ -284,6 +293,12 @@ async def async_migrate_integration(hass: HomeAssistant) -> None:
284
293
  device.id,
285
294
  remove_config_entry_id=entry.entry_id,
286
295
  )
296
+ else:
297
+ device_registry.async_update_device(
298
+ device.id,
299
+ remove_config_entry_id=entry.entry_id,
300
+ remove_config_subentry_id=None,
301
+ )
287
302
 
288
303
  if not use_existing:
289
304
  await hass.config_entries.async_remove(entry.entry_id)
@@ -61,9 +61,6 @@ class GoogleGenerativeAIConversationEntity(
61
61
  self.hass, "conversation", self.entry.entry_id, self.entity_id
62
62
  )
63
63
  conversation.async_set_agent(self.hass, self.entry, self)
64
- self.entry.async_on_unload(
65
- self.entry.add_update_listener(self._async_entry_update_listener)
66
- )
67
64
 
68
65
  async def async_will_remove_from_hass(self) -> None:
69
66
  """When entity will be removed from Home Assistant."""
@@ -103,10 +100,3 @@ class GoogleGenerativeAIConversationEntity(
103
100
  conversation_id=chat_log.conversation_id,
104
101
  continue_conversation=chat_log.continue_conversation,
105
102
  )
106
-
107
- async def _async_entry_update_listener(
108
- self, hass: HomeAssistant, entry: ConfigEntry
109
- ) -> None:
110
- """Handle options update."""
111
- # Reload as we update device info + entity name + supported features
112
- await hass.config_entries.async_reload(entry.entry_id)