homeassistant 2025.7.0b0__py3-none-any.whl → 2025.7.0b2__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 (312) hide show
  1. homeassistant/components/aemet/sensor.py +1 -1
  2. homeassistant/components/airq/coordinator.py +2 -2
  3. homeassistant/components/alexa_devices/__init__.py +5 -2
  4. homeassistant/components/alexa_devices/notify.py +2 -0
  5. homeassistant/components/alexa_devices/quality_scale.yaml +1 -1
  6. homeassistant/components/alexa_devices/strings.json +11 -4
  7. homeassistant/components/alexa_devices/switch.py +2 -0
  8. homeassistant/components/alexa_devices/translations/bg.json +6 -4
  9. homeassistant/components/alexa_devices/translations/cs.json +12 -5
  10. homeassistant/components/alexa_devices/translations/de.json +14 -7
  11. homeassistant/components/alexa_devices/translations/el.json +12 -5
  12. homeassistant/components/alexa_devices/translations/en.json +12 -5
  13. homeassistant/components/alexa_devices/translations/es.json +12 -5
  14. homeassistant/components/alexa_devices/translations/et.json +12 -5
  15. homeassistant/components/alexa_devices/translations/ga.json +0 -6
  16. homeassistant/components/alexa_devices/translations/he.json +0 -4
  17. homeassistant/components/alexa_devices/translations/hu.json +0 -4
  18. homeassistant/components/alexa_devices/translations/id.json +1 -0
  19. homeassistant/components/alexa_devices/translations/lt.json +0 -4
  20. homeassistant/components/alexa_devices/translations/mk.json +12 -0
  21. homeassistant/components/alexa_devices/translations/nl.json +0 -4
  22. homeassistant/components/alexa_devices/translations/pl.json +0 -4
  23. homeassistant/components/alexa_devices/translations/pt.json +0 -4
  24. homeassistant/components/alexa_devices/translations/ru.json +4 -5
  25. homeassistant/components/alexa_devices/translations/sk.json +12 -5
  26. homeassistant/components/alexa_devices/translations/sv.json +17 -5
  27. homeassistant/components/alexa_devices/translations/tr.json +0 -4
  28. homeassistant/components/alexa_devices/translations/zh-Hans.json +27 -5
  29. homeassistant/components/alexa_devices/translations/zh-Hant.json +12 -5
  30. homeassistant/components/alexa_devices/utils.py +40 -0
  31. homeassistant/components/altruist/translations/id.json +11 -0
  32. homeassistant/components/anthropic/__init__.py +14 -1
  33. homeassistant/components/anthropic/translations/bg.json +21 -0
  34. homeassistant/components/anthropic/translations/ga.json +32 -1
  35. homeassistant/components/anthropic/translations/id.json +19 -0
  36. homeassistant/components/anthropic/translations/ru.json +30 -0
  37. homeassistant/components/backup/translations/de.json +1 -1
  38. homeassistant/components/buienradar/sensor.py +0 -1
  39. homeassistant/components/cambridge_audio/translations/sv.json +1 -1
  40. homeassistant/components/comelit/translations/de.json +1 -1
  41. homeassistant/components/counter/translations/sv.json +2 -2
  42. homeassistant/components/demo/translations/select.sv.json +2 -2
  43. homeassistant/components/derivative/translations/ga.json +20 -0
  44. homeassistant/components/derivative/translations/ru.json +3 -0
  45. homeassistant/components/devolo_home_control/translations/bg.json +6 -0
  46. homeassistant/components/devolo_home_control/translations/id.json +5 -0
  47. homeassistant/components/devolo_home_control/translations/sv.json +10 -0
  48. homeassistant/components/devolo_home_control/translations/zh-Hans.json +10 -0
  49. homeassistant/components/dlink/manifest.json +1 -1
  50. homeassistant/components/ecovacs/translations/sv.json +1 -1
  51. homeassistant/components/enphase_envoy/translations/sv.json +5 -2
  52. homeassistant/components/ezviz/translations/bg.json +6 -0
  53. homeassistant/components/ezviz/translations/mk.json +13 -0
  54. homeassistant/components/ezviz/translations/sv.json +10 -0
  55. homeassistant/components/ezviz/translations/zh-Hans.json +10 -0
  56. homeassistant/components/fronius/translations/sv.json +2 -2
  57. homeassistant/components/frontend/manifest.json +1 -1
  58. homeassistant/components/goodwe/translations/sv.json +5 -5
  59. homeassistant/components/google_generative_ai_conversation/__init__.py +21 -0
  60. homeassistant/components/google_generative_ai_conversation/config_flow.py +72 -36
  61. homeassistant/components/google_generative_ai_conversation/const.py +15 -2
  62. homeassistant/components/google_generative_ai_conversation/diagnostics.py +1 -0
  63. homeassistant/components/google_generative_ai_conversation/entity.py +7 -2
  64. homeassistant/components/google_generative_ai_conversation/helpers.py +73 -0
  65. homeassistant/components/google_generative_ai_conversation/strings.json +28 -1
  66. homeassistant/components/google_generative_ai_conversation/translations/bg.json +19 -0
  67. homeassistant/components/google_generative_ai_conversation/translations/cs.json +28 -0
  68. homeassistant/components/google_generative_ai_conversation/translations/de.json +28 -0
  69. homeassistant/components/google_generative_ai_conversation/translations/el.json +28 -0
  70. homeassistant/components/google_generative_ai_conversation/translations/en.json +28 -0
  71. homeassistant/components/google_generative_ai_conversation/translations/es.json +28 -0
  72. homeassistant/components/google_generative_ai_conversation/translations/et.json +28 -0
  73. homeassistant/components/google_generative_ai_conversation/translations/ga.json +9 -0
  74. homeassistant/components/google_generative_ai_conversation/translations/id.json +30 -0
  75. homeassistant/components/google_generative_ai_conversation/translations/mk.json +11 -0
  76. homeassistant/components/google_generative_ai_conversation/translations/ru.json +67 -0
  77. homeassistant/components/google_generative_ai_conversation/translations/sk.json +28 -0
  78. homeassistant/components/google_generative_ai_conversation/translations/sv.json +23 -0
  79. homeassistant/components/google_generative_ai_conversation/translations/zh-Hans.json +28 -0
  80. homeassistant/components/google_generative_ai_conversation/translations/zh-Hant.json +28 -0
  81. homeassistant/components/google_generative_ai_conversation/tts.py +48 -106
  82. homeassistant/components/group/translations/el.json +18 -18
  83. homeassistant/components/habitica/const.py +1 -1
  84. homeassistant/components/harmony/translations/select.sv.json +1 -1
  85. homeassistant/components/harmony/translations/sv.json +1 -1
  86. homeassistant/components/homeassistant_hardware/firmware_config_flow.py +89 -7
  87. homeassistant/components/homeassistant_hardware/strings.json +2 -1
  88. homeassistant/components/homeassistant_hardware/translations/de.json +1 -0
  89. homeassistant/components/homeassistant_hardware/translations/en-GB.json +1 -0
  90. homeassistant/components/homeassistant_hardware/translations/en.json +1 -0
  91. homeassistant/components/homeassistant_hardware/translations/ga.json +9 -0
  92. homeassistant/components/homeassistant_hardware/translations/mk.json +9 -0
  93. homeassistant/components/homeassistant_sky_connect/config_flow.py +1 -1
  94. homeassistant/components/homeassistant_sky_connect/strings.json +4 -2
  95. homeassistant/components/homeassistant_sky_connect/translations/de.json +2 -0
  96. homeassistant/components/homeassistant_sky_connect/translations/en-GB.json +2 -0
  97. homeassistant/components/homeassistant_sky_connect/translations/en.json +2 -0
  98. homeassistant/components/homeassistant_sky_connect/translations/ga.json +10 -0
  99. homeassistant/components/homeassistant_sky_connect/translations/mk.json +7 -0
  100. homeassistant/components/homeassistant_yellow/strings.json +2 -1
  101. homeassistant/components/homeassistant_yellow/translations/bg.json +0 -1
  102. homeassistant/components/homeassistant_yellow/translations/cs.json +0 -1
  103. homeassistant/components/homeassistant_yellow/translations/de.json +1 -0
  104. homeassistant/components/homeassistant_yellow/translations/el.json +0 -1
  105. homeassistant/components/homeassistant_yellow/translations/en-GB.json +2 -1
  106. homeassistant/components/homeassistant_yellow/translations/en.json +2 -1
  107. homeassistant/components/homeassistant_yellow/translations/es.json +0 -1
  108. homeassistant/components/homeassistant_yellow/translations/et.json +0 -1
  109. homeassistant/components/homeassistant_yellow/translations/fr.json +0 -1
  110. homeassistant/components/homeassistant_yellow/translations/ga.json +5 -0
  111. homeassistant/components/homeassistant_yellow/translations/he.json +0 -1
  112. homeassistant/components/homeassistant_yellow/translations/hu.json +0 -1
  113. homeassistant/components/homeassistant_yellow/translations/id.json +0 -1
  114. homeassistant/components/homeassistant_yellow/translations/it.json +0 -1
  115. homeassistant/components/homeassistant_yellow/translations/ja.json +0 -1
  116. homeassistant/components/homeassistant_yellow/translations/lt.json +0 -1
  117. homeassistant/components/homeassistant_yellow/translations/pt.json +0 -1
  118. homeassistant/components/homeassistant_yellow/translations/ru.json +0 -1
  119. homeassistant/components/homeassistant_yellow/translations/sk.json +0 -1
  120. homeassistant/components/homeassistant_yellow/translations/sv.json +0 -1
  121. homeassistant/components/homeassistant_yellow/translations/tr.json +0 -1
  122. homeassistant/components/homeassistant_yellow/translations/zh-Hans.json +0 -1
  123. homeassistant/components/homeassistant_yellow/translations/zh-Hant.json +0 -1
  124. homeassistant/components/homewizard/translations/sv.json +3 -1
  125. homeassistant/components/http/auth.py +1 -1
  126. homeassistant/components/image/__init__.py +34 -3
  127. homeassistant/components/input_number/translations/sv.json +2 -2
  128. homeassistant/components/input_select/translations/sv.json +6 -6
  129. homeassistant/components/input_text/translations/sv.json +1 -1
  130. homeassistant/components/iron_os/manifest.json +1 -1
  131. homeassistant/components/iron_os/translations/sv.json +1 -1
  132. homeassistant/components/keenetic_ndms2/translations/id.json +3 -0
  133. homeassistant/components/lamarzocco/entity.py +19 -1
  134. homeassistant/components/lamarzocco/number.py +0 -4
  135. homeassistant/components/lamarzocco/sensor.py +2 -4
  136. homeassistant/components/lamarzocco/translations/sv.json +3 -3
  137. homeassistant/components/lametric/translations/sv.json +2 -2
  138. homeassistant/components/lametric/update.py +1 -1
  139. homeassistant/components/lg_thinq/translations/sv.json +5 -5
  140. homeassistant/components/litterrobot/translations/bg.json +4 -0
  141. homeassistant/components/litterrobot/translations/ga.json +3 -0
  142. homeassistant/components/matter/translations/id.json +5 -0
  143. homeassistant/components/matter/vacuum.py +38 -26
  144. homeassistant/components/meater/__init__.py +5 -1
  145. homeassistant/components/meater/coordinator.py +4 -2
  146. homeassistant/components/media_source/local_source.py +21 -4
  147. homeassistant/components/minecraft_server/translations/sv.json +1 -1
  148. homeassistant/components/motioneye/translations/sv.json +1 -1
  149. homeassistant/components/mqtt/translations/bg.json +10 -0
  150. homeassistant/components/mqtt/translations/cs.json +19 -0
  151. homeassistant/components/mqtt/translations/el.json +21 -0
  152. homeassistant/components/mqtt/translations/fi.json +3 -0
  153. homeassistant/components/mqtt/translations/ga.json +25 -0
  154. homeassistant/components/mqtt/translations/mk.json +23 -0
  155. homeassistant/components/mqtt/translations/ru.json +1 -0
  156. homeassistant/components/mqtt/translations/sv.json +24 -0
  157. homeassistant/components/mqtt/translations/zh-Hans.json +26 -0
  158. homeassistant/components/mqtt/translations/zh-Hant.json +19 -0
  159. homeassistant/components/music_assistant/button.py +0 -6
  160. homeassistant/components/ntfy/translations/id.json +13 -0
  161. homeassistant/components/ntfy/translations/sv.json +1 -0
  162. homeassistant/components/number/translations/sv.json +2 -2
  163. homeassistant/components/nut/config_flow.py +4 -2
  164. homeassistant/components/ohme/translations/sv.json +1 -1
  165. homeassistant/components/ollama/__init__.py +8 -0
  166. homeassistant/components/ollama/const.py +2 -0
  167. homeassistant/components/ollama/translations/bg.json +19 -0
  168. homeassistant/components/ollama/translations/ga.json +31 -1
  169. homeassistant/components/ollama/translations/id.json +18 -0
  170. homeassistant/components/ollama/translations/mk.json +13 -1
  171. homeassistant/components/ollama/translations/sv.json +1 -0
  172. homeassistant/components/onewire/translations/sv.json +4 -4
  173. homeassistant/components/openai_conversation/__init__.py +8 -0
  174. homeassistant/components/openai_conversation/const.py +1 -1
  175. homeassistant/components/openai_conversation/conversation.py +1 -1
  176. homeassistant/components/openai_conversation/translations/bg.json +26 -0
  177. homeassistant/components/openai_conversation/translations/id.json +23 -0
  178. homeassistant/components/openai_conversation/translations/mk.json +44 -0
  179. homeassistant/components/openai_conversation/translations/sv.json +4 -0
  180. homeassistant/components/playstation_network/diagnostics.py +55 -0
  181. homeassistant/components/playstation_network/quality_scale.yaml +1 -1
  182. homeassistant/components/playstation_network/translations/bg.json +25 -1
  183. homeassistant/components/playstation_network/translations/es.json +1 -1
  184. homeassistant/components/playstation_network/translations/ga.json +31 -0
  185. homeassistant/components/playstation_network/translations/id.json +14 -0
  186. homeassistant/components/playstation_network/translations/mk.json +18 -0
  187. homeassistant/components/playstation_network/translations/pl.json +73 -0
  188. homeassistant/components/playstation_network/translations/sv.json +29 -0
  189. homeassistant/components/playstation_network/translations/zh-Hans.json +29 -0
  190. homeassistant/components/plugwise/translations/sv.json +2 -2
  191. homeassistant/components/qnap/translations/sv.json +1 -1
  192. homeassistant/components/random/translations/sv.json +4 -4
  193. homeassistant/components/remote_calendar/translations/fi.json +34 -0
  194. homeassistant/components/select/translations/sv.json +10 -10
  195. homeassistant/components/smarla/__init__.py +2 -2
  196. homeassistant/components/sonos/translations/bg.json +5 -0
  197. homeassistant/components/sonos/translations/cs.json +6 -0
  198. homeassistant/components/sonos/translations/el.json +6 -0
  199. homeassistant/components/sonos/translations/ga.json +8 -0
  200. homeassistant/components/sonos/translations/mk.json +10 -0
  201. homeassistant/components/sonos/translations/ru.json +6 -0
  202. homeassistant/components/sonos/translations/sv.json +6 -0
  203. homeassistant/components/sonos/translations/zh-Hans.json +9 -0
  204. homeassistant/components/sonos/translations/zh-Hant.json +6 -0
  205. homeassistant/components/subaru/strings.json +2 -2
  206. homeassistant/components/subaru/translations/ca.json +0 -1
  207. homeassistant/components/subaru/translations/cs.json +0 -2
  208. homeassistant/components/subaru/translations/de.json +2 -2
  209. homeassistant/components/subaru/translations/el.json +0 -2
  210. homeassistant/components/subaru/translations/en-GB.json +0 -2
  211. homeassistant/components/subaru/translations/en.json +2 -2
  212. homeassistant/components/subaru/translations/es.json +0 -2
  213. homeassistant/components/subaru/translations/et.json +0 -2
  214. homeassistant/components/subaru/translations/fi.json +0 -1
  215. homeassistant/components/subaru/translations/hu.json +0 -2
  216. homeassistant/components/subaru/translations/it.json +0 -1
  217. homeassistant/components/subaru/translations/ja.json +0 -1
  218. homeassistant/components/subaru/translations/ko.json +0 -1
  219. homeassistant/components/subaru/translations/lt.json +0 -2
  220. homeassistant/components/subaru/translations/pt-BR.json +0 -1
  221. homeassistant/components/subaru/translations/pt.json +0 -2
  222. homeassistant/components/subaru/translations/ru.json +0 -2
  223. homeassistant/components/subaru/translations/sk.json +0 -2
  224. homeassistant/components/subaru/translations/sv.json +0 -2
  225. homeassistant/components/subaru/translations/tr.json +0 -2
  226. homeassistant/components/subaru/translations/zh-Hans.json +0 -2
  227. homeassistant/components/subaru/translations/zh-Hant.json +0 -2
  228. homeassistant/components/switchbot/translations/bg.json +26 -0
  229. homeassistant/components/switchbot/translations/ga.json +33 -0
  230. homeassistant/components/switchbot/translations/id.json +19 -0
  231. homeassistant/components/switchbot/translations/mk.json +49 -0
  232. homeassistant/components/switchbot/translations/sv.json +54 -0
  233. homeassistant/components/switchbot/translations/zh-Hans.json +53 -0
  234. homeassistant/components/telegram_bot/__init__.py +20 -4
  235. homeassistant/components/telegram_bot/bot.py +33 -29
  236. homeassistant/components/telegram_bot/config_flow.py +66 -20
  237. homeassistant/components/telegram_bot/const.py +1 -1
  238. homeassistant/components/telegram_bot/strings.json +33 -10
  239. homeassistant/components/telegram_bot/translations/bg.json +0 -1
  240. homeassistant/components/telegram_bot/translations/cs.json +35 -12
  241. homeassistant/components/telegram_bot/translations/de.json +35 -12
  242. homeassistant/components/telegram_bot/translations/el.json +35 -12
  243. homeassistant/components/telegram_bot/translations/en-GB.json +6 -11
  244. homeassistant/components/telegram_bot/translations/en.json +35 -12
  245. homeassistant/components/telegram_bot/translations/es.json +35 -12
  246. homeassistant/components/telegram_bot/translations/et.json +34 -11
  247. homeassistant/components/telegram_bot/translations/fr.json +5 -12
  248. homeassistant/components/telegram_bot/translations/ga.json +5 -11
  249. homeassistant/components/telegram_bot/translations/he.json +3 -8
  250. homeassistant/components/telegram_bot/translations/hu.json +5 -12
  251. homeassistant/components/telegram_bot/translations/id.json +0 -5
  252. homeassistant/components/telegram_bot/translations/it.json +2 -5
  253. homeassistant/components/telegram_bot/translations/lt.json +5 -12
  254. homeassistant/components/telegram_bot/translations/mk.json +7 -5
  255. homeassistant/components/telegram_bot/translations/nl.json +5 -12
  256. homeassistant/components/telegram_bot/translations/pt.json +5 -12
  257. homeassistant/components/telegram_bot/translations/ru.json +12 -11
  258. homeassistant/components/telegram_bot/translations/sk.json +35 -12
  259. homeassistant/components/telegram_bot/translations/sv.json +28 -12
  260. homeassistant/components/telegram_bot/translations/tr.json +5 -12
  261. homeassistant/components/telegram_bot/translations/zh-Hans.json +35 -12
  262. homeassistant/components/telegram_bot/translations/zh-Hant.json +35 -12
  263. homeassistant/components/template/translations/sv.json +5 -5
  264. homeassistant/components/text/translations/sv.json +1 -1
  265. homeassistant/components/tilt_pi/translations/id.json +11 -0
  266. homeassistant/components/tts/__init__.py +15 -0
  267. homeassistant/components/unifiprotect/translations/zh-Hans.json +3 -3
  268. homeassistant/components/utility_meter/translations/sv.json +9 -9
  269. homeassistant/components/vegehub/translations/bg.json +2 -0
  270. homeassistant/components/vegehub/translations/id.json +11 -0
  271. homeassistant/components/vegehub/translations/sv.json +2 -1
  272. homeassistant/components/vicare/translations/sv.json +2 -2
  273. homeassistant/components/whirlpool/translations/sv.json +12 -12
  274. homeassistant/components/wyoming/translations/sv.json +2 -2
  275. homeassistant/components/zha/translations/bg.json +23 -0
  276. homeassistant/components/zha/translations/el.json +10 -0
  277. homeassistant/components/zha/translations/ga.json +20 -0
  278. homeassistant/components/zha/translations/id.json +6 -0
  279. homeassistant/components/zha/translations/sv.json +23 -0
  280. homeassistant/components/zha/translations/zh-Hans.json +50 -0
  281. homeassistant/components/zwave_js/api.py +1 -1
  282. homeassistant/components/zwave_js/config_flow.py +15 -68
  283. homeassistant/components/zwave_js/manifest.json +1 -1
  284. homeassistant/components/zwave_js/strings.json +1 -5
  285. homeassistant/components/zwave_js/translations/bg.json +0 -3
  286. homeassistant/components/zwave_js/translations/cs.json +0 -5
  287. homeassistant/components/zwave_js/translations/de.json +1 -5
  288. homeassistant/components/zwave_js/translations/el.json +0 -5
  289. homeassistant/components/zwave_js/translations/en-GB.json +1 -5
  290. homeassistant/components/zwave_js/translations/en.json +1 -5
  291. homeassistant/components/zwave_js/translations/es.json +1 -5
  292. homeassistant/components/zwave_js/translations/et.json +0 -5
  293. homeassistant/components/zwave_js/translations/ga.json +0 -5
  294. homeassistant/components/zwave_js/translations/hu.json +0 -5
  295. homeassistant/components/zwave_js/translations/lt.json +0 -5
  296. homeassistant/components/zwave_js/translations/mk.json +0 -5
  297. homeassistant/components/zwave_js/translations/pt.json +0 -5
  298. homeassistant/components/zwave_js/translations/ru.json +0 -5
  299. homeassistant/components/zwave_js/translations/sk.json +0 -5
  300. homeassistant/components/zwave_js/translations/sv.json +0 -5
  301. homeassistant/components/zwave_js/translations/zh-Hans.json +0 -5
  302. homeassistant/components/zwave_js/translations/zh-Hant.json +1 -5
  303. homeassistant/config_entries.py +6 -0
  304. homeassistant/const.py +1 -1
  305. homeassistant/package_constraints.txt +1 -1
  306. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/METADATA +1 -1
  307. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/RECORD +312 -294
  308. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/WHEEL +0 -0
  309. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/entry_points.txt +0 -0
  310. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/licenses/LICENSE.md +0 -0
  311. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
  312. {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/top_level.txt +0 -0
@@ -52,7 +52,7 @@
52
52
  "unit_of_measurement": "trofeos"
53
53
  },
54
54
  "online_id": {
55
- "name": "ID en l\u00ednea"
55
+ "name": "ID online"
56
56
  },
57
57
  "trophy_level": {
58
58
  "name": "Nivel de trofeo"
@@ -0,0 +1,31 @@
1
+ {
2
+ "entity": {
3
+ "sensor": {
4
+ "earned_trophies_bronze": {
5
+ "name": "Tr\u00f3faithe cr\u00e9-umha",
6
+ "unit_of_measurement": "tr\u00f3faithe"
7
+ },
8
+ "earned_trophies_gold": {
9
+ "name": "Tr\u00f3faithe \u00f3ir",
10
+ "unit_of_measurement": "tr\u00f3faithe"
11
+ },
12
+ "earned_trophies_platinum": {
13
+ "name": "Tr\u00f3faithe platanam",
14
+ "unit_of_measurement": "tr\u00f3faithe"
15
+ },
16
+ "earned_trophies_silver": {
17
+ "name": "Tr\u00f3faithe airgid",
18
+ "unit_of_measurement": "tr\u00f3faithe"
19
+ },
20
+ "online_id": {
21
+ "name": "Aitheantas Ar L\u00edne"
22
+ },
23
+ "trophy_level": {
24
+ "name": "Leibh\u00e9al tr\u00f3fa\u00ed"
25
+ },
26
+ "trophy_level_progress": {
27
+ "name": "An ch\u00e9ad leibh\u00e9al eile"
28
+ }
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "config": {
3
+ "abort": {
4
+ "already_configured": "Akun sudah dikonfigurasi",
5
+ "reauth_successful": "Autentikasi ulang berhasil"
6
+ },
7
+ "error": {
8
+ "cannot_connect": "Gagal terhubung",
9
+ "invalid_account": "Token akses tidak valid",
10
+ "invalid_auth": "Autentikasi tidak valid",
11
+ "unknown": "Kesalahan tak terduga"
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "entity": {
3
+ "sensor": {
4
+ "earned_trophies_silver": {
5
+ "name": "\u0421\u0440\u0435\u0431\u0440\u0435\u043d\u0438 \u0442\u0440\u043e\u0444\u0435\u0438"
6
+ },
7
+ "online_id": {
8
+ "name": "\u041e\u043d\u043b\u0430\u0458\u043d-ID"
9
+ },
10
+ "trophy_level": {
11
+ "name": "\u041d\u0438\u0432\u043e \u043d\u0430 \u0442\u0440\u043e\u0444\u0435\u0458"
12
+ },
13
+ "trophy_level_progress": {
14
+ "name": "\u0421\u043b\u0435\u0434\u043d\u043e \u043d\u0438\u0432\u043e"
15
+ }
16
+ }
17
+ }
18
+ }
@@ -0,0 +1,73 @@
1
+ {
2
+ "config": {
3
+ "abort": {
4
+ "already_configured": "Konto jest ju\u017c skonfigurowane",
5
+ "reauth_successful": "Ponowne uwierzytelnienie si\u0119 powiod\u0142o",
6
+ "unique_id_mismatch": "Podany token NPSSO odpowiada kontu {wrong_account}. Prosz\u0119 ponownie uwierzytelni\u0107 si\u0119 za pomoc\u0105 konta **{name}**"
7
+ },
8
+ "error": {
9
+ "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
10
+ "invalid_account": "Niepoprawny token dost\u0119pu",
11
+ "invalid_auth": "Niepoprawne uwierzytelnienie",
12
+ "unknown": "Nieoczekiwany b\u0142\u0105d"
13
+ },
14
+ "step": {
15
+ "reauth_confirm": {
16
+ "data": {
17
+ "npsso": "Token NPSSO"
18
+ },
19
+ "data_description": {
20
+ "npsso": "Token NPSSO jest generowany po pomy\u015blnym zalogowaniu si\u0119 na konto PlayStation Network i s\u0142u\u017cy do uwierzytelniania \u017c\u0105da\u0144 w aplikacji Home Assistant."
21
+ },
22
+ "description": "Token NPSSO dla **{name}** wygas\u0142. Aby uzyska\u0107 nowy, zaloguj si\u0119 najpierw na swoje [konto PlayStation]({psn_link}). Nast\u0119pnie [kliknij tutaj]({npsso_link}), aby pozyska\u0107 token.",
23
+ "title": "Ponowne uwierzytelnienie {name} w PlayStation Network"
24
+ },
25
+ "user": {
26
+ "data": {
27
+ "npsso": "Token NPSSO"
28
+ },
29
+ "data_description": {
30
+ "npsso": "Token NPSSO jest generowany po pomy\u015blnym zalogowaniu si\u0119 na konto PlayStation Network i s\u0142u\u017cy do uwierzytelniania \u017c\u0105da\u0144 w aplikacji Home Assistant."
31
+ },
32
+ "description": "Aby uzyska\u0107 token NPSSO, zaloguj si\u0119 najpierw na swoje [konto PlayStation]({psn_link}). Nast\u0119pnie [kliknij tutaj]({npsso_link}), aby pobra\u0107 token."
33
+ }
34
+ }
35
+ },
36
+ "entity": {
37
+ "sensor": {
38
+ "earned_trophies_bronze": {
39
+ "name": "Br\u0105z",
40
+ "unit_of_measurement": "trofea"
41
+ },
42
+ "earned_trophies_gold": {
43
+ "name": "Z\u0142oto",
44
+ "unit_of_measurement": "trofea"
45
+ },
46
+ "earned_trophies_platinum": {
47
+ "name": "Platyna",
48
+ "unit_of_measurement": "trofea"
49
+ },
50
+ "earned_trophies_silver": {
51
+ "name": "Srebro",
52
+ "unit_of_measurement": "trofea"
53
+ },
54
+ "online_id": {
55
+ "name": "Identyfikator online"
56
+ },
57
+ "trophy_level": {
58
+ "name": "Poziom trofe\u00f3w"
59
+ },
60
+ "trophy_level_progress": {
61
+ "name": "Nast\u0119pny poziom"
62
+ }
63
+ }
64
+ },
65
+ "exceptions": {
66
+ "not_ready": {
67
+ "message": "Uwierzytelnianie w PlayStation Network nie powiod\u0142o si\u0119."
68
+ },
69
+ "update_failed": {
70
+ "message": "Pobieranie danych nie powiod\u0142o si\u0119 podczas pr\u00f3by uzyskania dost\u0119pu do PlayStation Network."
71
+ }
72
+ }
73
+ }
@@ -28,5 +28,34 @@
28
28
  }
29
29
  }
30
30
  }
31
+ },
32
+ "entity": {
33
+ "sensor": {
34
+ "earned_trophies_bronze": {
35
+ "name": "Bronstrof\u00e9er",
36
+ "unit_of_measurement": "trof\u00e9er"
37
+ },
38
+ "earned_trophies_gold": {
39
+ "name": "Guldtrof\u00e9er",
40
+ "unit_of_measurement": "trof\u00e9er"
41
+ },
42
+ "earned_trophies_platinum": {
43
+ "name": "Platinatrof\u00e9er",
44
+ "unit_of_measurement": "trof\u00e9er"
45
+ },
46
+ "earned_trophies_silver": {
47
+ "name": "Silvertrof\u00e9er",
48
+ "unit_of_measurement": "trof\u00e9er"
49
+ },
50
+ "online_id": {
51
+ "name": "Online-ID"
52
+ },
53
+ "trophy_level": {
54
+ "name": "Trof\u00e9niv\u00e5"
55
+ },
56
+ "trophy_level_progress": {
57
+ "name": "N\u00e4sta niv\u00e5"
58
+ }
59
+ }
31
60
  }
32
61
  }
@@ -33,6 +33,35 @@
33
33
  }
34
34
  }
35
35
  },
36
+ "entity": {
37
+ "sensor": {
38
+ "earned_trophies_bronze": {
39
+ "name": "\u94dc\u5956\u676f",
40
+ "unit_of_measurement": "\u5956\u676f"
41
+ },
42
+ "earned_trophies_gold": {
43
+ "name": "\u91d1\u5956\u676f",
44
+ "unit_of_measurement": "\u5956\u676f"
45
+ },
46
+ "earned_trophies_platinum": {
47
+ "name": "\u767d\u91d1\u5956\u676f",
48
+ "unit_of_measurement": "\u5956\u676f"
49
+ },
50
+ "earned_trophies_silver": {
51
+ "name": "\u94f6\u5956\u676f",
52
+ "unit_of_measurement": "\u5956\u676f"
53
+ },
54
+ "online_id": {
55
+ "name": "\u5728\u7ebf ID"
56
+ },
57
+ "trophy_level": {
58
+ "name": "\u5956\u676f\u7ea7\u522b"
59
+ },
60
+ "trophy_level_progress": {
61
+ "name": "\u4e0b\u4e00\u7ea7"
62
+ }
63
+ }
64
+ },
36
65
  "exceptions": {
37
66
  "not_ready": {
38
67
  "message": "PlayStation Network \u8eab\u4efd\u9a8c\u8bc1\u5931\u8d25\u3002"
@@ -99,10 +99,10 @@
99
99
  },
100
100
  "number": {
101
101
  "max_dhw_temperature": {
102
- "name": "B\u00f6rv\u00e4rde f\u00f6r tappvarmvatten"
102
+ "name": "B\u00f6rv\u00e4rde f\u00f6r varmvatten"
103
103
  },
104
104
  "maximum_boiler_temperature": {
105
- "name": "B\u00f6rv\u00e4rde f\u00f6r maximal panntemperatur"
105
+ "name": "H\u00f6gsta b\u00f6rv\u00e4rde f\u00f6r panntemperatur"
106
106
  },
107
107
  "temperature_offset": {
108
108
  "name": "Temperaturf\u00f6rskjutning"
@@ -74,7 +74,7 @@
74
74
  "name": "Drifttid"
75
75
  },
76
76
  "volume_percentage_used": {
77
- "name": "Anv\u00e4nd volym ({monitor_device})"
77
+ "name": "Volymanv\u00e4ndning ({monitor_device})"
78
78
  },
79
79
  "volume_size_free": {
80
80
  "name": "Ledigt utrymme ({monitor_device})"
@@ -11,8 +11,8 @@
11
11
  "sensor": {
12
12
  "data": {
13
13
  "device_class": "Enhetsklass",
14
- "maximum": "Maximum",
15
- "minimum": "Minimum",
14
+ "maximum": "H\u00f6gst",
15
+ "minimum": "L\u00e4gst",
16
16
  "name": "Namn",
17
17
  "unit_of_measurement": "M\u00e5ttenhet"
18
18
  },
@@ -37,8 +37,8 @@
37
37
  "sensor": {
38
38
  "data": {
39
39
  "device_class": "Enhetsklass",
40
- "maximum": "Maximum",
41
- "minimum": "Minimum",
40
+ "maximum": "H\u00f6gst",
41
+ "minimum": "L\u00e4gst",
42
42
  "unit_of_measurement": "M\u00e5ttenhet"
43
43
  },
44
44
  "title": "Slumpm\u00e4ssig sensor"
@@ -0,0 +1,34 @@
1
+ {
2
+ "config": {
3
+ "abort": {
4
+ "already_configured": "Palvelu on jo m\u00e4\u00e4ritetty"
5
+ },
6
+ "error": {
7
+ "cannot_connect": "Yhteyden muodostaminen ep\u00e4onnistui",
8
+ "forbidden": "Palvelin ymm\u00e4rsi pyynn\u00f6n, mutta kielt\u00e4ytyi hyv\u00e4ksym\u00e4st\u00e4 sit\u00e4.",
9
+ "invalid_ics_file": "Kalenteritietojen lukemisessa oli ongelma. Katso lis\u00e4tietoja virhelokista."
10
+ },
11
+ "step": {
12
+ "user": {
13
+ "data": {
14
+ "calendar_name": "Kalenterin nimi",
15
+ "url": "Kalenterin URL-osoite"
16
+ },
17
+ "data_description": {
18
+ "calendar_name": "K\u00e4ytt\u00f6liittym\u00e4ss\u00e4 n\u00e4kyv\u00e4 kalenterin nimi.",
19
+ "url": "Et\u00e4kalenterin URL-osoite."
20
+ },
21
+ "description": "Anna tuotavalle kalenterille nimi"
22
+ }
23
+ }
24
+ },
25
+ "exceptions": {
26
+ "unable_to_fetch": {
27
+ "message": "Kalenteritietojen nouto ep\u00e4onnistui: {err}"
28
+ },
29
+ "unable_to_parse": {
30
+ "message": "Kalenteritietojen j\u00e4sent\u00e4minen ep\u00e4onnistui: {err}"
31
+ }
32
+ },
33
+ "title": "Et\u00e4kalenteri"
34
+ }
@@ -11,19 +11,19 @@
11
11
  "selected_option": "Nuvarande valt alternativ f\u00f6r {entity_name}"
12
12
  },
13
13
  "extra_fields": {
14
- "cycle": "Cykla",
14
+ "cycle": "Loopa",
15
15
  "for": "Varaktighet",
16
16
  "from": "Fr\u00e5n",
17
17
  "option": "Alternativ",
18
18
  "to": "Till"
19
19
  },
20
20
  "trigger_type": {
21
- "current_option_changed": "Alternativ f\u00f6r {entity_name} har \u00e4ndrats"
21
+ "current_option_changed": "Alternativ f\u00f6r {entity_name} \u00e4ndrat"
22
22
  }
23
23
  },
24
24
  "entity_component": {
25
25
  "_": {
26
- "name": "V\u00e4ljare",
26
+ "name": "Val",
27
27
  "state_attributes": {
28
28
  "options": {
29
29
  "name": "Alternativ"
@@ -46,11 +46,11 @@
46
46
  "name": "Sista"
47
47
  },
48
48
  "select_next": {
49
- "description": "V\u00e4ljer n\u00e4sta alternativ.",
49
+ "description": "V\u00e4ljer det n\u00e4sta alternativet.",
50
50
  "fields": {
51
51
  "cycle": {
52
- "description": "Om alternativet ska g\u00e5 fr\u00e5n det sista till det f\u00f6rsta.",
53
- "name": "Cykla"
52
+ "description": "Om alternativet ska loopa fr\u00e5n det sista till det f\u00f6rsta.",
53
+ "name": "Loopa"
54
54
  }
55
55
  },
56
56
  "name": "N\u00e4sta"
@@ -66,15 +66,15 @@
66
66
  "name": "V\u00e4lj"
67
67
  },
68
68
  "select_previous": {
69
- "description": "V\u00e4ljer f\u00f6reg\u00e5ende alternativ.",
69
+ "description": "V\u00e4ljer det f\u00f6reg\u00e5ende alternativet.",
70
70
  "fields": {
71
71
  "cycle": {
72
- "description": "Om alternativet ska g\u00e5 fr\u00e5n det f\u00f6rsta till det sista.",
73
- "name": "Cykla"
72
+ "description": "Om alternativet ska loopa fr\u00e5n det f\u00f6rsta till det sista.",
73
+ "name": "Loopa"
74
74
  }
75
75
  },
76
76
  "name": "F\u00f6reg\u00e5ende"
77
77
  }
78
78
  },
79
- "title": "V\u00e4ljare"
79
+ "title": "Val"
80
80
  }
@@ -5,7 +5,7 @@ from pysmarlaapi import Connection, Federwiege
5
5
  from homeassistant.config_entries import ConfigEntry
6
6
  from homeassistant.const import CONF_ACCESS_TOKEN
7
7
  from homeassistant.core import HomeAssistant
8
- from homeassistant.exceptions import ConfigEntryAuthFailed
8
+ from homeassistant.exceptions import ConfigEntryError
9
9
 
10
10
  from .const import HOST, PLATFORMS
11
11
 
@@ -18,7 +18,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: FederwiegeConfigEntry) -
18
18
 
19
19
  # Check if token still has access
20
20
  if not await connection.refresh_token():
21
- raise ConfigEntryAuthFailed("Invalid authentication")
21
+ raise ConfigEntryError("Invalid authentication")
22
22
 
23
23
  federwiege = Federwiege(hass.loop, connection)
24
24
  federwiege.register()
@@ -25,6 +25,11 @@
25
25
  }
26
26
  }
27
27
  },
28
+ "exceptions": {
29
+ "entity_not_found": {
30
+ "message": "\u041e\u0431\u0435\u043a\u0442\u044a\u0442 {entity_id} \u043d\u0435 \u0435 \u043d\u0430\u043c\u0435\u0440\u0435\u043d."
31
+ }
32
+ },
28
33
  "services": {
29
34
  "restore": {
30
35
  "fields": {
@@ -83,6 +83,9 @@
83
83
  "announce_media_error": {
84
84
  "message": "Oznamov\u00e1n\u00ed klipu {media_id} se nezda\u0159ilo: {response}"
85
85
  },
86
+ "entity_not_found": {
87
+ "message": "Entita {entity_id} nebyla nalezena."
88
+ },
86
89
  "invalid_content_type": {
87
90
  "message": "Sonos nepodporuje typ medi\u00e1ln\u00edho obsahu: {media_type}"
88
91
  },
@@ -95,6 +98,9 @@
95
98
  "invalid_sonos_playlist": {
96
99
  "message": "Nelze naj\u00edt seznam skladeb Sonos: {name}"
97
100
  },
101
+ "speaker_not_found": {
102
+ "message": "{entity_id} nen\u00ed zn\u00e1m\u00fd reproduktor Sonos."
103
+ },
98
104
  "timeout_join": {
99
105
  "message": "\u010casov\u00fd limit p\u0159i \u010dek\u00e1n\u00ed na p\u0159ipojen\u00ed hr\u00e1\u010de Sonos ke skupin\u011b {group_description}"
100
106
  }
@@ -83,12 +83,18 @@
83
83
  "announce_media_error": {
84
84
  "message": "\u03a4\u03bf \u03ba\u03bb\u03b9\u03c0 \u03b1\u03bd\u03b1\u03ba\u03bf\u03af\u03bd\u03c9\u03c3\u03b7\u03c2 {media_id} \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5 {response}"
85
85
  },
86
+ "entity_not_found": {
87
+ "message": "\u0397 \u03bf\u03bd\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 {entity_id} \u03b4\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b5."
88
+ },
86
89
  "invalid_favorite": {
87
90
  "message": "\u0394\u03b5\u03bd \u03ae\u03c4\u03b1\u03bd \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae \u03b7 \u03b5\u03cd\u03c1\u03b5\u03c3\u03b7 \u03b5\u03bd\u03cc\u03c2 \u03b1\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c4\u03bf\u03c5 Sonos: {name}"
88
91
  },
89
92
  "invalid_sonos_playlist": {
90
93
  "message": "\u0394\u03b5\u03bd \u03ae\u03c4\u03b1\u03bd \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae \u03b7 \u03b5\u03cd\u03c1\u03b5\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03bb\u03af\u03c3\u03c4\u03b1\u03c2 \u03b1\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 Sonos: {name}"
91
94
  },
95
+ "speaker_not_found": {
96
+ "message": "\u03a4\u03bf {entity_id} \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b3\u03bd\u03c9\u03c3\u03c4\u03cc \u03b7\u03c7\u03b5\u03af\u03bf Sonos."
97
+ },
92
98
  "timeout_join": {
93
99
  "message": "\u039b\u03ae\u03be\u03b7 \u03c7\u03c1\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd \u03bf\u03c1\u03af\u03bf\u03c5 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03ad\u03bd\u03c4\u03b1\u03be\u03b7 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2 \u03b1\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 \u03c0\u03bf\u03bb\u03c5\u03bc\u03ad\u03c3\u03c9\u03bd Sonos \u03c3\u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 {group_description}"
94
100
  }
@@ -3,5 +3,13 @@
3
3
  "abort": {
4
4
  "not_ipv4_address": "Gan aon seoladh IPv4 san fhaisn\u00e9is fionnachtana SSDP"
5
5
  }
6
+ },
7
+ "exceptions": {
8
+ "entity_not_found": {
9
+ "message": "N\u00edor aims\u00edodh eintiteas {entity_id}."
10
+ },
11
+ "speaker_not_found": {
12
+ "message": "N\u00ed cainteoir Sonos aitheanta \u00e9 {entity_id}."
13
+ }
6
14
  }
7
15
  }
@@ -0,0 +1,10 @@
1
+ {
2
+ "exceptions": {
3
+ "entity_not_found": {
4
+ "message": "\u0415\u043d\u0442\u0438\u0442\u0435\u0442\u043e\u0442 {entity_id} \u043d\u0435 \u0435 \u043f\u0440\u043e\u043d\u0430\u0458\u0434\u0435\u043d."
5
+ },
6
+ "speaker_not_found": {
7
+ "message": "{entity_id} \u043d\u0435 \u0435 \u043f\u043e\u0437\u043d\u0430\u0442 \u0437\u0432\u0443\u0447\u043d\u0438\u043a \u043d\u0430 Sonos."
8
+ }
9
+ }
10
+ }
@@ -83,6 +83,9 @@
83
83
  "announce_media_error": {
84
84
  "message": "\u0410\u043d\u043e\u043d\u0441 \u043a\u043b\u0438\u043f\u0430 {media_id} \u043d\u0435 \u0443\u0434\u0430\u043b\u0441\u044f {response}"
85
85
  },
86
+ "entity_not_found": {
87
+ "message": "\u041e\u0431\u044a\u0435\u043a\u0442 {entity_id} \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d."
88
+ },
86
89
  "invalid_content_type": {
87
90
  "message": "Sonos \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u0438\u043f \u043c\u0435\u0434\u0438\u0430\u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430: {media_type}"
88
91
  },
@@ -94,6 +97,9 @@
94
97
  },
95
98
  "invalid_sonos_playlist": {
96
99
  "message": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0439\u0442\u0438 \u043f\u043b\u0435\u0439\u043b\u0438\u0441\u0442 Sonos: {name}"
100
+ },
101
+ "speaker_not_found": {
102
+ "message": "{entity_id} \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0439 \u043a\u043e\u043b\u043e\u043d\u043a\u043e\u0439 Sonos."
97
103
  }
98
104
  },
99
105
  "issues": {
@@ -83,6 +83,9 @@
83
83
  "announce_media_error": {
84
84
  "message": "Tillk\u00e4nnagivning av klipp {media_id} Misslyckades {response}"
85
85
  },
86
+ "entity_not_found": {
87
+ "message": "Entitet {entity_id} hittades inte."
88
+ },
86
89
  "invalid_content_type": {
87
90
  "message": "Sonos st\u00f6der inte medieinneh\u00e5llstyp: {media_type}"
88
91
  },
@@ -94,6 +97,9 @@
94
97
  },
95
98
  "invalid_sonos_playlist": {
96
99
  "message": "Kunde inte hitta Sonos-spellistan: {name}"
100
+ },
101
+ "speaker_not_found": {
102
+ "message": "{entity_id} \u00e4r inte en k\u00e4nd Sonos-h\u00f6gtalare."
97
103
  }
98
104
  },
99
105
  "issues": {
@@ -83,6 +83,9 @@
83
83
  "announce_media_error": {
84
84
  "message": "\u64ad\u62a5\u7247\u6bb5 {media_id} \u5931\u8d25 {response}"
85
85
  },
86
+ "entity_not_found": {
87
+ "message": "\u672a\u627e\u5230\u5b9e\u4f53 {entity_id} \u3002"
88
+ },
86
89
  "invalid_content_type": {
87
90
  "message": "Sonos \u4e0d\u652f\u6301\u5a92\u4f53\u5185\u5bb9\u7c7b\u578b\uff1a{media_type}"
88
91
  },
@@ -94,6 +97,12 @@
94
97
  },
95
98
  "invalid_sonos_playlist": {
96
99
  "message": "\u627e\u4e0d\u5230 Sonos \u64ad\u653e\u5217\u8868\uff1a{name}"
100
+ },
101
+ "speaker_not_found": {
102
+ "message": "{entity_id} \u4e0d\u662f\u5df2\u77e5\u7684 Sonos \u626c\u58f0\u5668\u3002"
103
+ },
104
+ "timeout_join": {
105
+ "message": "\u7b49\u5f85 Sonos \u64ad\u653e\u5668\u52a0\u5165\u7fa4\u7ec4\u201c{group_description}\u201d\u65f6\u8d85\u65f6"
97
106
  }
98
107
  },
99
108
  "issues": {
@@ -83,6 +83,9 @@
83
83
  "announce_media_error": {
84
84
  "message": "\u516c\u544a\u526a\u8f2f {media_id} \u5931\u6557 {response}"
85
85
  },
86
+ "entity_not_found": {
87
+ "message": "\u627e\u4e0d\u5230\u5be6\u9ad4 {entity_id}"
88
+ },
86
89
  "invalid_content_type": {
87
90
  "message": "Sonos \u4e0d\u652f\u63f4\u5a92\u9ad4\u5167\u5bb9\u985e\u578b\uff1a{media_type}"
88
91
  },
@@ -95,6 +98,9 @@
95
98
  "invalid_sonos_playlist": {
96
99
  "message": "\u627e\u4e0d\u5230 Sonos \u64ad\u653e\u5217\u8868\uff1a {name}"
97
100
  },
101
+ "speaker_not_found": {
102
+ "message": "{entity_id} \u4e26\u975e\u5df2\u77e5 Sonos \u63da\u8072\u5668\u3002"
103
+ },
98
104
  "timeout_join": {
99
105
  "message": "\u7b49\u5f85 Sonos \u64ad\u653e\u5668\u52a0\u5165\u7fa4\u7d44 {group_description} \u6642\u903e\u6642"
100
106
  }
@@ -102,11 +102,11 @@
102
102
  "services": {
103
103
  "unlock_specific_door": {
104
104
  "name": "Unlock specific door",
105
- "description": "Unlocks specific door(s).",
105
+ "description": "Unlocks the driver door, all doors, or the tailgate.",
106
106
  "fields": {
107
107
  "door": {
108
108
  "name": "Door",
109
- "description": "Which door(s) to open."
109
+ "description": "The specific door(s) to unlock."
110
110
  }
111
111
  }
112
112
  }
@@ -68,7 +68,6 @@
68
68
  },
69
69
  "services": {
70
70
  "unlock_specific_door": {
71
- "description": "Desbloqueja una o m\u00e9s portes espec\u00edfiques.",
72
71
  "fields": {
73
72
  "door": {
74
73
  "name": "Porta"
@@ -101,10 +101,8 @@
101
101
  },
102
102
  "services": {
103
103
  "unlock_specific_door": {
104
- "description": "Odemkne konkr\u00e9tn\u00ed dve\u0159e.",
105
104
  "fields": {
106
105
  "door": {
107
- "description": "Kter\u00e9 dve\u0159e otev\u0159\u00edt.",
108
106
  "name": "Dve\u0159e"
109
107
  }
110
108
  },
@@ -101,10 +101,10 @@
101
101
  },
102
102
  "services": {
103
103
  "unlock_specific_door": {
104
- "description": "Entriegelt bestimmte T\u00fcren.",
104
+ "description": "Entriegelt die Fahrert\u00fcr, alle T\u00fcren oder die Heckklappe.",
105
105
  "fields": {
106
106
  "door": {
107
- "description": "Welche T\u00fcr(en) ge\u00f6ffnet werden soll(en).",
107
+ "description": "Die zu entriegelnde(n) T\u00fcr(en).",
108
108
  "name": "T\u00fcr"
109
109
  }
110
110
  },
@@ -101,10 +101,8 @@
101
101
  },
102
102
  "services": {
103
103
  "unlock_specific_door": {
104
- "description": "\u039e\u03b5\u03ba\u03bb\u03b5\u03b9\u03b4\u03ce\u03bd\u03b5\u03b9 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b5\u03c2 \u03c0\u03cc\u03c1\u03c4\u03b5\u03c2.",
105
104
  "fields": {
106
105
  "door": {
107
- "description": "\u03a0\u03bf\u03b9\u03b5\u03c2 \u03c0\u03cc\u03c1\u03c4\u03b5\u03c2 \u03bd\u03b1 \u03b1\u03bd\u03bf\u03af\u03be\u03bf\u03c5\u03bd.",
108
106
  "name": "\u03a0\u03cc\u03c1\u03c4\u03b1"
109
107
  }
110
108
  },
@@ -101,10 +101,8 @@
101
101
  },
102
102
  "services": {
103
103
  "unlock_specific_door": {
104
- "description": "Unlocks specific door(s).",
105
104
  "fields": {
106
105
  "door": {
107
- "description": "Which door(s) to open.",
108
106
  "name": "Door"
109
107
  }
110
108
  },
@@ -101,10 +101,10 @@
101
101
  },
102
102
  "services": {
103
103
  "unlock_specific_door": {
104
- "description": "Unlocks specific door(s).",
104
+ "description": "Unlocks the driver door, all doors, or the tailgate.",
105
105
  "fields": {
106
106
  "door": {
107
- "description": "Which door(s) to open.",
107
+ "description": "The specific door(s) to unlock.",
108
108
  "name": "Door"
109
109
  }
110
110
  },