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.
- homeassistant/components/aemet/sensor.py +1 -1
- homeassistant/components/airq/coordinator.py +2 -2
- homeassistant/components/alexa_devices/__init__.py +5 -2
- homeassistant/components/alexa_devices/notify.py +2 -0
- homeassistant/components/alexa_devices/quality_scale.yaml +1 -1
- homeassistant/components/alexa_devices/strings.json +11 -4
- homeassistant/components/alexa_devices/switch.py +2 -0
- homeassistant/components/alexa_devices/translations/bg.json +6 -4
- homeassistant/components/alexa_devices/translations/cs.json +12 -5
- homeassistant/components/alexa_devices/translations/de.json +14 -7
- homeassistant/components/alexa_devices/translations/el.json +12 -5
- homeassistant/components/alexa_devices/translations/en.json +12 -5
- homeassistant/components/alexa_devices/translations/es.json +12 -5
- homeassistant/components/alexa_devices/translations/et.json +12 -5
- homeassistant/components/alexa_devices/translations/ga.json +0 -6
- homeassistant/components/alexa_devices/translations/he.json +0 -4
- homeassistant/components/alexa_devices/translations/hu.json +0 -4
- homeassistant/components/alexa_devices/translations/id.json +1 -0
- homeassistant/components/alexa_devices/translations/lt.json +0 -4
- homeassistant/components/alexa_devices/translations/mk.json +12 -0
- homeassistant/components/alexa_devices/translations/nl.json +0 -4
- homeassistant/components/alexa_devices/translations/pl.json +0 -4
- homeassistant/components/alexa_devices/translations/pt.json +0 -4
- homeassistant/components/alexa_devices/translations/ru.json +4 -5
- homeassistant/components/alexa_devices/translations/sk.json +12 -5
- homeassistant/components/alexa_devices/translations/sv.json +17 -5
- homeassistant/components/alexa_devices/translations/tr.json +0 -4
- homeassistant/components/alexa_devices/translations/zh-Hans.json +27 -5
- homeassistant/components/alexa_devices/translations/zh-Hant.json +12 -5
- homeassistant/components/alexa_devices/utils.py +40 -0
- homeassistant/components/altruist/translations/id.json +11 -0
- homeassistant/components/anthropic/__init__.py +14 -1
- homeassistant/components/anthropic/translations/bg.json +21 -0
- homeassistant/components/anthropic/translations/ga.json +32 -1
- homeassistant/components/anthropic/translations/id.json +19 -0
- homeassistant/components/anthropic/translations/ru.json +30 -0
- homeassistant/components/backup/translations/de.json +1 -1
- homeassistant/components/buienradar/sensor.py +0 -1
- homeassistant/components/cambridge_audio/translations/sv.json +1 -1
- homeassistant/components/comelit/translations/de.json +1 -1
- homeassistant/components/counter/translations/sv.json +2 -2
- homeassistant/components/demo/translations/select.sv.json +2 -2
- homeassistant/components/derivative/translations/ga.json +20 -0
- homeassistant/components/derivative/translations/ru.json +3 -0
- homeassistant/components/devolo_home_control/translations/bg.json +6 -0
- homeassistant/components/devolo_home_control/translations/id.json +5 -0
- homeassistant/components/devolo_home_control/translations/sv.json +10 -0
- homeassistant/components/devolo_home_control/translations/zh-Hans.json +10 -0
- homeassistant/components/dlink/manifest.json +1 -1
- homeassistant/components/ecovacs/translations/sv.json +1 -1
- homeassistant/components/enphase_envoy/translations/sv.json +5 -2
- homeassistant/components/ezviz/translations/bg.json +6 -0
- homeassistant/components/ezviz/translations/mk.json +13 -0
- homeassistant/components/ezviz/translations/sv.json +10 -0
- homeassistant/components/ezviz/translations/zh-Hans.json +10 -0
- homeassistant/components/fronius/translations/sv.json +2 -2
- homeassistant/components/frontend/manifest.json +1 -1
- homeassistant/components/goodwe/translations/sv.json +5 -5
- homeassistant/components/google_generative_ai_conversation/__init__.py +21 -0
- homeassistant/components/google_generative_ai_conversation/config_flow.py +72 -36
- homeassistant/components/google_generative_ai_conversation/const.py +15 -2
- homeassistant/components/google_generative_ai_conversation/diagnostics.py +1 -0
- homeassistant/components/google_generative_ai_conversation/entity.py +7 -2
- homeassistant/components/google_generative_ai_conversation/helpers.py +73 -0
- homeassistant/components/google_generative_ai_conversation/strings.json +28 -1
- homeassistant/components/google_generative_ai_conversation/translations/bg.json +19 -0
- homeassistant/components/google_generative_ai_conversation/translations/cs.json +28 -0
- homeassistant/components/google_generative_ai_conversation/translations/de.json +28 -0
- homeassistant/components/google_generative_ai_conversation/translations/el.json +28 -0
- homeassistant/components/google_generative_ai_conversation/translations/en.json +28 -0
- homeassistant/components/google_generative_ai_conversation/translations/es.json +28 -0
- homeassistant/components/google_generative_ai_conversation/translations/et.json +28 -0
- homeassistant/components/google_generative_ai_conversation/translations/ga.json +9 -0
- homeassistant/components/google_generative_ai_conversation/translations/id.json +30 -0
- homeassistant/components/google_generative_ai_conversation/translations/mk.json +11 -0
- homeassistant/components/google_generative_ai_conversation/translations/ru.json +67 -0
- homeassistant/components/google_generative_ai_conversation/translations/sk.json +28 -0
- homeassistant/components/google_generative_ai_conversation/translations/sv.json +23 -0
- homeassistant/components/google_generative_ai_conversation/translations/zh-Hans.json +28 -0
- homeassistant/components/google_generative_ai_conversation/translations/zh-Hant.json +28 -0
- homeassistant/components/google_generative_ai_conversation/tts.py +48 -106
- homeassistant/components/group/translations/el.json +18 -18
- homeassistant/components/habitica/const.py +1 -1
- homeassistant/components/harmony/translations/select.sv.json +1 -1
- homeassistant/components/harmony/translations/sv.json +1 -1
- homeassistant/components/homeassistant_hardware/firmware_config_flow.py +89 -7
- homeassistant/components/homeassistant_hardware/strings.json +2 -1
- homeassistant/components/homeassistant_hardware/translations/de.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/en-GB.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/en.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/ga.json +9 -0
- homeassistant/components/homeassistant_hardware/translations/mk.json +9 -0
- homeassistant/components/homeassistant_sky_connect/config_flow.py +1 -1
- homeassistant/components/homeassistant_sky_connect/strings.json +4 -2
- homeassistant/components/homeassistant_sky_connect/translations/de.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/en-GB.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/en.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/ga.json +10 -0
- homeassistant/components/homeassistant_sky_connect/translations/mk.json +7 -0
- homeassistant/components/homeassistant_yellow/strings.json +2 -1
- homeassistant/components/homeassistant_yellow/translations/bg.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/cs.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/de.json +1 -0
- homeassistant/components/homeassistant_yellow/translations/el.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/en-GB.json +2 -1
- homeassistant/components/homeassistant_yellow/translations/en.json +2 -1
- homeassistant/components/homeassistant_yellow/translations/es.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/et.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/fr.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/ga.json +5 -0
- homeassistant/components/homeassistant_yellow/translations/he.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/hu.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/id.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/it.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/ja.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/lt.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/pt.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/ru.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/sk.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/sv.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/tr.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/zh-Hans.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/zh-Hant.json +0 -1
- homeassistant/components/homewizard/translations/sv.json +3 -1
- homeassistant/components/http/auth.py +1 -1
- homeassistant/components/image/__init__.py +34 -3
- homeassistant/components/input_number/translations/sv.json +2 -2
- homeassistant/components/input_select/translations/sv.json +6 -6
- homeassistant/components/input_text/translations/sv.json +1 -1
- homeassistant/components/iron_os/manifest.json +1 -1
- homeassistant/components/iron_os/translations/sv.json +1 -1
- homeassistant/components/keenetic_ndms2/translations/id.json +3 -0
- homeassistant/components/lamarzocco/entity.py +19 -1
- homeassistant/components/lamarzocco/number.py +0 -4
- homeassistant/components/lamarzocco/sensor.py +2 -4
- homeassistant/components/lamarzocco/translations/sv.json +3 -3
- homeassistant/components/lametric/translations/sv.json +2 -2
- homeassistant/components/lametric/update.py +1 -1
- homeassistant/components/lg_thinq/translations/sv.json +5 -5
- homeassistant/components/litterrobot/translations/bg.json +4 -0
- homeassistant/components/litterrobot/translations/ga.json +3 -0
- homeassistant/components/matter/translations/id.json +5 -0
- homeassistant/components/matter/vacuum.py +38 -26
- homeassistant/components/meater/__init__.py +5 -1
- homeassistant/components/meater/coordinator.py +4 -2
- homeassistant/components/media_source/local_source.py +21 -4
- homeassistant/components/minecraft_server/translations/sv.json +1 -1
- homeassistant/components/motioneye/translations/sv.json +1 -1
- homeassistant/components/mqtt/translations/bg.json +10 -0
- homeassistant/components/mqtt/translations/cs.json +19 -0
- homeassistant/components/mqtt/translations/el.json +21 -0
- homeassistant/components/mqtt/translations/fi.json +3 -0
- homeassistant/components/mqtt/translations/ga.json +25 -0
- homeassistant/components/mqtt/translations/mk.json +23 -0
- homeassistant/components/mqtt/translations/ru.json +1 -0
- homeassistant/components/mqtt/translations/sv.json +24 -0
- homeassistant/components/mqtt/translations/zh-Hans.json +26 -0
- homeassistant/components/mqtt/translations/zh-Hant.json +19 -0
- homeassistant/components/music_assistant/button.py +0 -6
- homeassistant/components/ntfy/translations/id.json +13 -0
- homeassistant/components/ntfy/translations/sv.json +1 -0
- homeassistant/components/number/translations/sv.json +2 -2
- homeassistant/components/nut/config_flow.py +4 -2
- homeassistant/components/ohme/translations/sv.json +1 -1
- homeassistant/components/ollama/__init__.py +8 -0
- homeassistant/components/ollama/const.py +2 -0
- homeassistant/components/ollama/translations/bg.json +19 -0
- homeassistant/components/ollama/translations/ga.json +31 -1
- homeassistant/components/ollama/translations/id.json +18 -0
- homeassistant/components/ollama/translations/mk.json +13 -1
- homeassistant/components/ollama/translations/sv.json +1 -0
- homeassistant/components/onewire/translations/sv.json +4 -4
- homeassistant/components/openai_conversation/__init__.py +8 -0
- homeassistant/components/openai_conversation/const.py +1 -1
- homeassistant/components/openai_conversation/conversation.py +1 -1
- homeassistant/components/openai_conversation/translations/bg.json +26 -0
- homeassistant/components/openai_conversation/translations/id.json +23 -0
- homeassistant/components/openai_conversation/translations/mk.json +44 -0
- homeassistant/components/openai_conversation/translations/sv.json +4 -0
- homeassistant/components/playstation_network/diagnostics.py +55 -0
- homeassistant/components/playstation_network/quality_scale.yaml +1 -1
- homeassistant/components/playstation_network/translations/bg.json +25 -1
- homeassistant/components/playstation_network/translations/es.json +1 -1
- homeassistant/components/playstation_network/translations/ga.json +31 -0
- homeassistant/components/playstation_network/translations/id.json +14 -0
- homeassistant/components/playstation_network/translations/mk.json +18 -0
- homeassistant/components/playstation_network/translations/pl.json +73 -0
- homeassistant/components/playstation_network/translations/sv.json +29 -0
- homeassistant/components/playstation_network/translations/zh-Hans.json +29 -0
- homeassistant/components/plugwise/translations/sv.json +2 -2
- homeassistant/components/qnap/translations/sv.json +1 -1
- homeassistant/components/random/translations/sv.json +4 -4
- homeassistant/components/remote_calendar/translations/fi.json +34 -0
- homeassistant/components/select/translations/sv.json +10 -10
- homeassistant/components/smarla/__init__.py +2 -2
- homeassistant/components/sonos/translations/bg.json +5 -0
- homeassistant/components/sonos/translations/cs.json +6 -0
- homeassistant/components/sonos/translations/el.json +6 -0
- homeassistant/components/sonos/translations/ga.json +8 -0
- homeassistant/components/sonos/translations/mk.json +10 -0
- homeassistant/components/sonos/translations/ru.json +6 -0
- homeassistant/components/sonos/translations/sv.json +6 -0
- homeassistant/components/sonos/translations/zh-Hans.json +9 -0
- homeassistant/components/sonos/translations/zh-Hant.json +6 -0
- homeassistant/components/subaru/strings.json +2 -2
- homeassistant/components/subaru/translations/ca.json +0 -1
- homeassistant/components/subaru/translations/cs.json +0 -2
- homeassistant/components/subaru/translations/de.json +2 -2
- homeassistant/components/subaru/translations/el.json +0 -2
- homeassistant/components/subaru/translations/en-GB.json +0 -2
- homeassistant/components/subaru/translations/en.json +2 -2
- homeassistant/components/subaru/translations/es.json +0 -2
- homeassistant/components/subaru/translations/et.json +0 -2
- homeassistant/components/subaru/translations/fi.json +0 -1
- homeassistant/components/subaru/translations/hu.json +0 -2
- homeassistant/components/subaru/translations/it.json +0 -1
- homeassistant/components/subaru/translations/ja.json +0 -1
- homeassistant/components/subaru/translations/ko.json +0 -1
- homeassistant/components/subaru/translations/lt.json +0 -2
- homeassistant/components/subaru/translations/pt-BR.json +0 -1
- homeassistant/components/subaru/translations/pt.json +0 -2
- homeassistant/components/subaru/translations/ru.json +0 -2
- homeassistant/components/subaru/translations/sk.json +0 -2
- homeassistant/components/subaru/translations/sv.json +0 -2
- homeassistant/components/subaru/translations/tr.json +0 -2
- homeassistant/components/subaru/translations/zh-Hans.json +0 -2
- homeassistant/components/subaru/translations/zh-Hant.json +0 -2
- homeassistant/components/switchbot/translations/bg.json +26 -0
- homeassistant/components/switchbot/translations/ga.json +33 -0
- homeassistant/components/switchbot/translations/id.json +19 -0
- homeassistant/components/switchbot/translations/mk.json +49 -0
- homeassistant/components/switchbot/translations/sv.json +54 -0
- homeassistant/components/switchbot/translations/zh-Hans.json +53 -0
- homeassistant/components/telegram_bot/__init__.py +20 -4
- homeassistant/components/telegram_bot/bot.py +33 -29
- homeassistant/components/telegram_bot/config_flow.py +66 -20
- homeassistant/components/telegram_bot/const.py +1 -1
- homeassistant/components/telegram_bot/strings.json +33 -10
- homeassistant/components/telegram_bot/translations/bg.json +0 -1
- homeassistant/components/telegram_bot/translations/cs.json +35 -12
- homeassistant/components/telegram_bot/translations/de.json +35 -12
- homeassistant/components/telegram_bot/translations/el.json +35 -12
- homeassistant/components/telegram_bot/translations/en-GB.json +6 -11
- homeassistant/components/telegram_bot/translations/en.json +35 -12
- homeassistant/components/telegram_bot/translations/es.json +35 -12
- homeassistant/components/telegram_bot/translations/et.json +34 -11
- homeassistant/components/telegram_bot/translations/fr.json +5 -12
- homeassistant/components/telegram_bot/translations/ga.json +5 -11
- homeassistant/components/telegram_bot/translations/he.json +3 -8
- homeassistant/components/telegram_bot/translations/hu.json +5 -12
- homeassistant/components/telegram_bot/translations/id.json +0 -5
- homeassistant/components/telegram_bot/translations/it.json +2 -5
- homeassistant/components/telegram_bot/translations/lt.json +5 -12
- homeassistant/components/telegram_bot/translations/mk.json +7 -5
- homeassistant/components/telegram_bot/translations/nl.json +5 -12
- homeassistant/components/telegram_bot/translations/pt.json +5 -12
- homeassistant/components/telegram_bot/translations/ru.json +12 -11
- homeassistant/components/telegram_bot/translations/sk.json +35 -12
- homeassistant/components/telegram_bot/translations/sv.json +28 -12
- homeassistant/components/telegram_bot/translations/tr.json +5 -12
- homeassistant/components/telegram_bot/translations/zh-Hans.json +35 -12
- homeassistant/components/telegram_bot/translations/zh-Hant.json +35 -12
- homeassistant/components/template/translations/sv.json +5 -5
- homeassistant/components/text/translations/sv.json +1 -1
- homeassistant/components/tilt_pi/translations/id.json +11 -0
- homeassistant/components/tts/__init__.py +15 -0
- homeassistant/components/unifiprotect/translations/zh-Hans.json +3 -3
- homeassistant/components/utility_meter/translations/sv.json +9 -9
- homeassistant/components/vegehub/translations/bg.json +2 -0
- homeassistant/components/vegehub/translations/id.json +11 -0
- homeassistant/components/vegehub/translations/sv.json +2 -1
- homeassistant/components/vicare/translations/sv.json +2 -2
- homeassistant/components/whirlpool/translations/sv.json +12 -12
- homeassistant/components/wyoming/translations/sv.json +2 -2
- homeassistant/components/zha/translations/bg.json +23 -0
- homeassistant/components/zha/translations/el.json +10 -0
- homeassistant/components/zha/translations/ga.json +20 -0
- homeassistant/components/zha/translations/id.json +6 -0
- homeassistant/components/zha/translations/sv.json +23 -0
- homeassistant/components/zha/translations/zh-Hans.json +50 -0
- homeassistant/components/zwave_js/api.py +1 -1
- homeassistant/components/zwave_js/config_flow.py +15 -68
- homeassistant/components/zwave_js/manifest.json +1 -1
- homeassistant/components/zwave_js/strings.json +1 -5
- homeassistant/components/zwave_js/translations/bg.json +0 -3
- homeassistant/components/zwave_js/translations/cs.json +0 -5
- homeassistant/components/zwave_js/translations/de.json +1 -5
- homeassistant/components/zwave_js/translations/el.json +0 -5
- homeassistant/components/zwave_js/translations/en-GB.json +1 -5
- homeassistant/components/zwave_js/translations/en.json +1 -5
- homeassistant/components/zwave_js/translations/es.json +1 -5
- homeassistant/components/zwave_js/translations/et.json +0 -5
- homeassistant/components/zwave_js/translations/ga.json +0 -5
- homeassistant/components/zwave_js/translations/hu.json +0 -5
- homeassistant/components/zwave_js/translations/lt.json +0 -5
- homeassistant/components/zwave_js/translations/mk.json +0 -5
- homeassistant/components/zwave_js/translations/pt.json +0 -5
- homeassistant/components/zwave_js/translations/ru.json +0 -5
- homeassistant/components/zwave_js/translations/sk.json +0 -5
- homeassistant/components/zwave_js/translations/sv.json +0 -5
- homeassistant/components/zwave_js/translations/zh-Hans.json +0 -5
- homeassistant/components/zwave_js/translations/zh-Hant.json +1 -5
- homeassistant/config_entries.py +6 -0
- homeassistant/const.py +1 -1
- homeassistant/package_constraints.txt +1 -1
- {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/METADATA +1 -1
- {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/RECORD +312 -294
- {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/WHEEL +0 -0
- {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/entry_points.txt +0 -0
- {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/licenses/LICENSE.md +0 -0
- {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
- {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b2.dist-info}/top_level.txt +0 -0
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "Jednorazov\u00e9 heslo (OTP k\u00f3d)",
|
|
4
|
-
"data_country": "K\u00f3d krajiny",
|
|
5
4
|
"data_description_code": "Jednorazov\u00e9 heslo na prihl\u00e1senie do v\u00e1\u0161ho \u00fa\u010dtu. V s\u00fa\u010dasnosti s\u00fa podporovan\u00e9 len tokeny z aplik\u00e1ci\u00ed OTP.",
|
|
6
|
-
"data_description_country": "Krajina v\u00e1\
|
|
5
|
+
"data_description_country": "Krajina, v ktorej je registrovan\u00fd v\u00e1\u0161 \u00fa\u010det Amazon.",
|
|
7
6
|
"data_description_password": "Heslo v\u00e1\u0161ho konta Amazon.",
|
|
8
7
|
"data_description_username": "E-mailov\u00e1 adresa v\u00e1\u0161ho konta Amazon."
|
|
9
8
|
},
|
|
@@ -23,14 +22,14 @@
|
|
|
23
22
|
"step": {
|
|
24
23
|
"user": {
|
|
25
24
|
"data": {
|
|
26
|
-
"code": "Jednorazov\u00e9 heslo
|
|
27
|
-
"country": "
|
|
25
|
+
"code": "Jednorazov\u00e9 heslo (OTP k\u00f3d)",
|
|
26
|
+
"country": "Krajina",
|
|
28
27
|
"password": "Heslo",
|
|
29
28
|
"username": "Pou\u017e\u00edvate\u013esk\u00e9 meno"
|
|
30
29
|
},
|
|
31
30
|
"data_description": {
|
|
32
31
|
"code": "Jednorazov\u00e9 heslo na prihl\u00e1senie do v\u00e1\u0161ho \u00fa\u010dtu. V s\u00fa\u010dasnosti s\u00fa podporovan\u00e9 len tokeny z aplik\u00e1ci\u00ed OTP.",
|
|
33
|
-
"country": "Krajina v\u00e1\
|
|
32
|
+
"country": "Krajina, v ktorej je registrovan\u00fd v\u00e1\u0161 \u00fa\u010det Amazon.",
|
|
34
33
|
"password": "Heslo v\u00e1\u0161ho konta Amazon.",
|
|
35
34
|
"username": "E-mailov\u00e1 adresa v\u00e1\u0161ho konta Amazon."
|
|
36
35
|
}
|
|
@@ -71,5 +70,13 @@
|
|
|
71
70
|
"name": "Neru\u0161i\u0165"
|
|
72
71
|
}
|
|
73
72
|
}
|
|
73
|
+
},
|
|
74
|
+
"exceptions": {
|
|
75
|
+
"cannot_connect": {
|
|
76
|
+
"message": "Chyba pri prip\u00e1jan\u00ed: {error}"
|
|
77
|
+
},
|
|
78
|
+
"cannot_retrieve_data": {
|
|
79
|
+
"message": "Chyba pri na\u010d\u00edtan\u00ed \u00fadajov: {error}"
|
|
80
|
+
}
|
|
74
81
|
}
|
|
75
82
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "Eng\u00e5ngsl\u00f6senord (OTP-kod)",
|
|
4
|
-
"data_country": "Landskod",
|
|
5
4
|
"data_description_code": "Eng\u00e5ngsl\u00f6senordet f\u00f6r att logga in p\u00e5 ditt konto. F\u00f6r n\u00e4rvarande st\u00f6ds endast tokens fr\u00e5n OTP-applikationer.",
|
|
6
|
-
"data_description_country": "
|
|
5
|
+
"data_description_country": "Det land d\u00e4r ditt Amazon-konto \u00e4r registrerat.",
|
|
7
6
|
"data_description_password": "L\u00f6senordet f\u00f6r ditt Amazon-konto.",
|
|
8
7
|
"data_description_username": "E-postadressen f\u00f6r ditt Amazon-konto."
|
|
9
8
|
},
|
|
@@ -23,14 +22,12 @@
|
|
|
23
22
|
"step": {
|
|
24
23
|
"user": {
|
|
25
24
|
"data": {
|
|
26
|
-
"code": "Eng\u00e5ngsl\u00f6senordet f\u00f6r att logga in p\u00e5 ditt konto. F\u00f6r n\u00e4rvarande st\u00f6ds endast tokens fr\u00e5n OTP-applikationer.",
|
|
27
|
-
"country": "Landskod",
|
|
28
25
|
"password": "L\u00f6senord",
|
|
29
26
|
"username": "Anv\u00e4ndarnamn"
|
|
30
27
|
},
|
|
31
28
|
"data_description": {
|
|
32
29
|
"code": "Eng\u00e5ngsl\u00f6senordet f\u00f6r att logga in p\u00e5 ditt konto. F\u00f6r n\u00e4rvarande st\u00f6ds endast tokens fr\u00e5n OTP-applikationer.",
|
|
33
|
-
"country": "
|
|
30
|
+
"country": "Det land d\u00e4r ditt Amazon-konto \u00e4r registrerat.",
|
|
34
31
|
"password": "L\u00f6senordet f\u00f6r ditt Amazon-konto.",
|
|
35
32
|
"username": "E-postadressen f\u00f6r ditt Amazon-konto."
|
|
36
33
|
}
|
|
@@ -39,8 +36,23 @@
|
|
|
39
36
|
},
|
|
40
37
|
"entity": {
|
|
41
38
|
"binary_sensor": {
|
|
39
|
+
"baby_cry_detection": {
|
|
40
|
+
"name": "Bebisgr\u00e5t"
|
|
41
|
+
},
|
|
42
|
+
"beeping_appliance_detection": {
|
|
43
|
+
"name": "Pipande apparat"
|
|
44
|
+
},
|
|
42
45
|
"bluetooth": {
|
|
43
46
|
"name": "Bluetooth"
|
|
47
|
+
},
|
|
48
|
+
"cough_detection": {
|
|
49
|
+
"name": "Hostande"
|
|
50
|
+
},
|
|
51
|
+
"dog_bark_detection": {
|
|
52
|
+
"name": "Sk\u00e4llande hund"
|
|
53
|
+
},
|
|
54
|
+
"water_sounds_detection": {
|
|
55
|
+
"name": "Vattenljud"
|
|
44
56
|
}
|
|
45
57
|
},
|
|
46
58
|
"notify": {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "Tek kullan\u0131ml\u0131k \u015fifre (OTP kodu)",
|
|
4
|
-
"data_country": "\u00dclke kodu",
|
|
5
4
|
"data_description_code": "Hesab\u0131n\u0131za giri\u015f yapmak i\u00e7in tek seferlik \u015fifre. \u015eu anda yaln\u0131zca OTP uygulamalar\u0131ndan gelen tokenlar destekleniyor.",
|
|
6
|
-
"data_description_country": "Amazon hesab\u0131n\u0131z\u0131n bulundu\u011fu \u00fclke.",
|
|
7
5
|
"data_description_password": "Amazon hesab\u0131n\u0131z\u0131n \u015fifresi.",
|
|
8
6
|
"data_description_username": "Amazon hesab\u0131n\u0131z\u0131n e-posta adresi."
|
|
9
7
|
},
|
|
@@ -23,8 +21,6 @@
|
|
|
23
21
|
"step": {
|
|
24
22
|
"user": {
|
|
25
23
|
"data": {
|
|
26
|
-
"code": "Hesab\u0131n\u0131za giri\u015f yapmak i\u00e7in tek seferlik \u015fifre. \u015eu anda yaln\u0131zca OTP uygulamalar\u0131ndan gelen tokenlar destekleniyor.",
|
|
27
|
-
"country": "\u00dclke kodu",
|
|
28
24
|
"password": "\u015eifre",
|
|
29
25
|
"username": "Kullan\u0131c\u0131 Ad\u0131"
|
|
30
26
|
},
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "\u4e00\u6b21\u6027\u5bc6\u7801\uff08OTP \u4ee3\u7801\uff09",
|
|
4
|
-
"data_country": "\u56fd\u5bb6/\u5730\u533a\u4ee3\u7801",
|
|
5
4
|
"data_description_code": "\u7528\u4e8e\u767b\u5f55\u60a8\u8d26\u6237\u7684\u4e00\u6b21\u6027\u5bc6\u7801\u3002\u76ee\u524d\u4ec5\u652f\u6301\u6765\u81ea OTP \u5e94\u7528\u7a0b\u5e8f\u7684\u4ee4\u724c\u3002",
|
|
6
|
-
"data_description_country": "\u60a8\
|
|
5
|
+
"data_description_country": "\u60a8\u4e9a\u9a6c\u900a\u8d26\u6237\u6ce8\u518c\u7684\u56fd\u5bb6/\u5730\u533a\u3002",
|
|
7
6
|
"data_description_password": "\u60a8\u7684\u4e9a\u9a6c\u900a\u8d26\u6237\u7684\u5bc6\u7801\u3002",
|
|
8
7
|
"data_description_username": "\u60a8\u7684\u4e9a\u9a6c\u900a\u8d26\u6237\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002"
|
|
9
8
|
},
|
|
@@ -23,14 +22,14 @@
|
|
|
23
22
|
"step": {
|
|
24
23
|
"user": {
|
|
25
24
|
"data": {
|
|
26
|
-
"code": "\
|
|
27
|
-
"country": "\u56fd\u5bb6
|
|
25
|
+
"code": "\u4e00\u6b21\u6027\u5bc6\u7801\uff08OTP \u4ee3\u7801\uff09",
|
|
26
|
+
"country": "\u56fd\u5bb6\u6216\u5730\u533a",
|
|
28
27
|
"password": "\u5bc6\u7801",
|
|
29
28
|
"username": "\u7528\u6237\u540d"
|
|
30
29
|
},
|
|
31
30
|
"data_description": {
|
|
32
31
|
"code": "\u7528\u4e8e\u767b\u5f55\u60a8\u8d26\u6237\u7684\u4e00\u6b21\u6027\u5bc6\u7801\u3002\u76ee\u524d\u4ec5\u652f\u6301\u6765\u81ea OTP \u5e94\u7528\u7a0b\u5e8f\u7684\u4ee4\u724c\u3002",
|
|
33
|
-
"country": "\u60a8\
|
|
32
|
+
"country": "\u60a8\u4e9a\u9a6c\u900a\u8d26\u6237\u6ce8\u518c\u7684\u56fd\u5bb6/\u5730\u533a\u3002",
|
|
34
33
|
"password": "\u60a8\u7684\u4e9a\u9a6c\u900a\u8d26\u6237\u7684\u5bc6\u7801\u3002",
|
|
35
34
|
"username": "\u60a8\u7684\u4e9a\u9a6c\u900a\u8d26\u6237\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002"
|
|
36
35
|
}
|
|
@@ -39,8 +38,23 @@
|
|
|
39
38
|
},
|
|
40
39
|
"entity": {
|
|
41
40
|
"binary_sensor": {
|
|
41
|
+
"baby_cry_detection": {
|
|
42
|
+
"name": "\u5a74\u513f\u54ed\u95f9"
|
|
43
|
+
},
|
|
44
|
+
"beeping_appliance_detection": {
|
|
45
|
+
"name": "\u8702\u9e23\u5668"
|
|
46
|
+
},
|
|
42
47
|
"bluetooth": {
|
|
43
48
|
"name": "\u84dd\u7259"
|
|
49
|
+
},
|
|
50
|
+
"cough_detection": {
|
|
51
|
+
"name": "\u54b3\u55fd"
|
|
52
|
+
},
|
|
53
|
+
"dog_bark_detection": {
|
|
54
|
+
"name": "\u72d7\u53eb\u58f0"
|
|
55
|
+
},
|
|
56
|
+
"water_sounds_detection": {
|
|
57
|
+
"name": "\u6c34\u58f0"
|
|
44
58
|
}
|
|
45
59
|
},
|
|
46
60
|
"notify": {
|
|
@@ -56,5 +70,13 @@
|
|
|
56
70
|
"name": "\u8bf7\u52ff\u6253\u6270"
|
|
57
71
|
}
|
|
58
72
|
}
|
|
73
|
+
},
|
|
74
|
+
"exceptions": {
|
|
75
|
+
"cannot_connect": {
|
|
76
|
+
"message": "\u8fde\u63a5\u9519\u8bef\uff1a{error}"
|
|
77
|
+
},
|
|
78
|
+
"cannot_retrieve_data": {
|
|
79
|
+
"message": "\u68c0\u7d22\u6570\u636e\u65f6\u51fa\u9519\uff1a{error}"
|
|
80
|
+
}
|
|
59
81
|
}
|
|
60
82
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "\u4e00\u6b21\u6027\u5bc6\u78bc\uff08OTP \u4ee3\u78bc\uff09",
|
|
4
|
-
"data_country": "\u570b\u78bc",
|
|
5
4
|
"data_description_code": "\u4e00\u6b21\u6027\u5bc6\u78bc\u5df2\u50b3\u9001\u81f3\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u3002\u76ee\u524d\u50c5\u652f\u63f4\u4f86\u81ea OTP \u61c9\u7528\u7a0b\u5f0f\u7684\u6b0a\u6756\u3002",
|
|
6
|
-
"data_description_country": "Amazon \u5e33\u865f\u6240\u5728\u570b\u5bb6\u3002",
|
|
5
|
+
"data_description_country": "Amazon \u5e33\u865f\u8a3b\u518a\u6240\u5728\u570b\u5bb6\u3002",
|
|
7
6
|
"data_description_password": "Amazon \u5e33\u865f\u5bc6\u78bc\u3002",
|
|
8
7
|
"data_description_username": "Amazon \u5e33\u865f\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u3002"
|
|
9
8
|
},
|
|
@@ -23,14 +22,14 @@
|
|
|
23
22
|
"step": {
|
|
24
23
|
"user": {
|
|
25
24
|
"data": {
|
|
26
|
-
"code": "\u4e00\u6b21\u6027\u5bc6\u78bc\
|
|
27
|
-
"country": "\u570b\
|
|
25
|
+
"code": "\u4e00\u6b21\u6027\u5bc6\u78bc\uff08OTP \u4ee3\u78bc\uff09",
|
|
26
|
+
"country": "\u570b\u5bb6",
|
|
28
27
|
"password": "\u5bc6\u78bc",
|
|
29
28
|
"username": "\u4f7f\u7528\u8005\u540d\u7a31"
|
|
30
29
|
},
|
|
31
30
|
"data_description": {
|
|
32
31
|
"code": "\u4e00\u6b21\u6027\u5bc6\u78bc\u5df2\u50b3\u9001\u81f3\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u3002\u76ee\u524d\u50c5\u652f\u63f4\u4f86\u81ea OTP \u61c9\u7528\u7a0b\u5f0f\u7684\u6b0a\u6756\u3002",
|
|
33
|
-
"country": "Amazon \u5e33\u865f\u6240\u5728\u570b\u5bb6\u3002",
|
|
32
|
+
"country": "Amazon \u5e33\u865f\u8a3b\u518a\u6240\u5728\u570b\u5bb6\u3002",
|
|
34
33
|
"password": "Amazon \u5e33\u865f\u5bc6\u78bc\u3002",
|
|
35
34
|
"username": "Amazon \u5e33\u865f\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u3002"
|
|
36
35
|
}
|
|
@@ -71,5 +70,13 @@
|
|
|
71
70
|
"name": "\u52ff\u64fe"
|
|
72
71
|
}
|
|
73
72
|
}
|
|
73
|
+
},
|
|
74
|
+
"exceptions": {
|
|
75
|
+
"cannot_connect": {
|
|
76
|
+
"message": "\u9023\u7dda\u932f\u8aa4\uff1a{error}"
|
|
77
|
+
},
|
|
78
|
+
"cannot_retrieve_data": {
|
|
79
|
+
"message": "\u7372\u53d6\u8cc7\u6599\u6642\u767c\u751f\u932f\u8aa4\uff1a{error}"
|
|
80
|
+
}
|
|
74
81
|
}
|
|
75
82
|
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"""Utils for Alexa Devices."""
|
|
2
|
+
|
|
3
|
+
from collections.abc import Awaitable, Callable, Coroutine
|
|
4
|
+
from functools import wraps
|
|
5
|
+
from typing import Any, Concatenate
|
|
6
|
+
|
|
7
|
+
from aioamazondevices.exceptions import CannotConnect, CannotRetrieveData
|
|
8
|
+
|
|
9
|
+
from homeassistant.exceptions import HomeAssistantError
|
|
10
|
+
|
|
11
|
+
from .const import DOMAIN
|
|
12
|
+
from .entity import AmazonEntity
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
def alexa_api_call[_T: AmazonEntity, **_P](
|
|
16
|
+
func: Callable[Concatenate[_T, _P], Awaitable[None]],
|
|
17
|
+
) -> Callable[Concatenate[_T, _P], Coroutine[Any, Any, None]]:
|
|
18
|
+
"""Catch Alexa API call exceptions."""
|
|
19
|
+
|
|
20
|
+
@wraps(func)
|
|
21
|
+
async def cmd_wrapper(self: _T, *args: _P.args, **kwargs: _P.kwargs) -> None:
|
|
22
|
+
"""Wrap all command methods."""
|
|
23
|
+
try:
|
|
24
|
+
await func(self, *args, **kwargs)
|
|
25
|
+
except CannotConnect as err:
|
|
26
|
+
self.coordinator.last_update_success = False
|
|
27
|
+
raise HomeAssistantError(
|
|
28
|
+
translation_domain=DOMAIN,
|
|
29
|
+
translation_key="cannot_connect",
|
|
30
|
+
translation_placeholders={"error": repr(err)},
|
|
31
|
+
) from err
|
|
32
|
+
except CannotRetrieveData as err:
|
|
33
|
+
self.coordinator.last_update_success = False
|
|
34
|
+
raise HomeAssistantError(
|
|
35
|
+
translation_domain=DOMAIN,
|
|
36
|
+
translation_key="cannot_retrieve_data",
|
|
37
|
+
translation_placeholders={"error": repr(err)},
|
|
38
|
+
) from err
|
|
39
|
+
|
|
40
|
+
return cmd_wrapper
|
|
@@ -17,7 +17,13 @@ from homeassistant.helpers import (
|
|
|
17
17
|
)
|
|
18
18
|
from homeassistant.helpers.typing import ConfigType
|
|
19
19
|
|
|
20
|
-
from .const import
|
|
20
|
+
from .const import (
|
|
21
|
+
CONF_CHAT_MODEL,
|
|
22
|
+
DEFAULT_CONVERSATION_NAME,
|
|
23
|
+
DOMAIN,
|
|
24
|
+
LOGGER,
|
|
25
|
+
RECOMMENDED_CHAT_MODEL,
|
|
26
|
+
)
|
|
21
27
|
|
|
22
28
|
PLATFORMS = (Platform.CONVERSATION,)
|
|
23
29
|
CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
|
|
@@ -117,12 +123,19 @@ async def async_migrate_integration(hass: HomeAssistant) -> None:
|
|
|
117
123
|
device.id,
|
|
118
124
|
remove_config_entry_id=entry.entry_id,
|
|
119
125
|
)
|
|
126
|
+
else:
|
|
127
|
+
device_registry.async_update_device(
|
|
128
|
+
device.id,
|
|
129
|
+
remove_config_entry_id=entry.entry_id,
|
|
130
|
+
remove_config_subentry_id=None,
|
|
131
|
+
)
|
|
120
132
|
|
|
121
133
|
if not use_existing:
|
|
122
134
|
await hass.config_entries.async_remove(entry.entry_id)
|
|
123
135
|
else:
|
|
124
136
|
hass.config_entries.async_update_entry(
|
|
125
137
|
entry,
|
|
138
|
+
title=DEFAULT_CONVERSATION_NAME,
|
|
126
139
|
options={},
|
|
127
140
|
version=2,
|
|
128
141
|
)
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "\u0423\u0441\u043b\u0443\u0433\u0430\u0442\u0430 \u0432\u0435\u0447\u0435 \u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0430"
|
|
5
|
+
},
|
|
3
6
|
"error": {
|
|
4
7
|
"authentication_error": "\u041d\u0435\u0432\u0430\u043b\u0438\u0434\u043d\u0430 \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u043a\u0430\u0446\u0438\u044f",
|
|
5
8
|
"cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435",
|
|
@@ -12,5 +15,23 @@
|
|
|
12
15
|
}
|
|
13
16
|
}
|
|
14
17
|
}
|
|
18
|
+
},
|
|
19
|
+
"config_subentries": {
|
|
20
|
+
"conversation": {
|
|
21
|
+
"abort": {
|
|
22
|
+
"reconfigure_successful": "\u041f\u0440\u0435\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u0431\u0435\u0448\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e"
|
|
23
|
+
},
|
|
24
|
+
"step": {
|
|
25
|
+
"set_options": {
|
|
26
|
+
"data": {
|
|
27
|
+
"chat_model": "\u041c\u043e\u0434\u0435\u043b",
|
|
28
|
+
"llm_hass_api": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 Home Assistant",
|
|
29
|
+
"name": "\u0418\u043c\u0435",
|
|
30
|
+
"prompt": "\u0418\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438",
|
|
31
|
+
"temperature": "\u0422\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
15
36
|
}
|
|
16
37
|
}
|
|
@@ -1 +1,32 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"config_subentries": {
|
|
3
|
+
"conversation": {
|
|
4
|
+
"abort": {
|
|
5
|
+
"entry_not_loaded": "N\u00ed f\u00e9idir ruda\u00ed a chur leis agus an chumra\u00edocht d\u00edchumasaithe."
|
|
6
|
+
},
|
|
7
|
+
"entry_type": "Gn\u00edomhaire comhr\u00e1",
|
|
8
|
+
"error": {
|
|
9
|
+
"thinking_budget_too_large": "Caithfidh uasmh\u00e9id na gcomhartha\u00ed a bheith n\u00edos m\u00f3 n\u00e1 an buis\u00e9ad smaointeoireachta."
|
|
10
|
+
},
|
|
11
|
+
"initiate_flow": {
|
|
12
|
+
"reconfigure": "Athchumraigh gn\u00edomhaire comhr\u00e1",
|
|
13
|
+
"user": "Cuir gn\u00edomhaire comhr\u00e1 leis"
|
|
14
|
+
},
|
|
15
|
+
"step": {
|
|
16
|
+
"set_options": {
|
|
17
|
+
"data": {
|
|
18
|
+
"max_tokens": "Uasmh\u00e9id comhartha\u00ed le tabhairt ar ais mar fhreagra",
|
|
19
|
+
"prompt": "Treoracha",
|
|
20
|
+
"recommended": "Socruithe samhail molta",
|
|
21
|
+
"temperature": "Teocht",
|
|
22
|
+
"thinking_budget_tokens": "Buis\u00e9ad smaointeoireachta"
|
|
23
|
+
},
|
|
24
|
+
"data_description": {
|
|
25
|
+
"prompt": "Treoraigh conas ba ch\u00f3ir don LLM freagairt. Is f\u00e9idir \u00e9 seo a bheith ina theimpl\u00e9ad.",
|
|
26
|
+
"thinking_budget_tokens": "L\u00edon na dt\u00f3c\u00e1n is f\u00e9idir leis an tsamhail a \u00fas\u00e1id chun smaoineamh ar an bhfreagra as an uasl\u00edon ioml\u00e1n c\u00f3\u00e1n. Socraigh go 1024 n\u00f3 n\u00edos m\u00f3 chun smaointeoireacht fhairsing a chumas\u00fa."
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Layanan sudah dikonfigurasi"
|
|
5
|
+
},
|
|
3
6
|
"error": {
|
|
4
7
|
"authentication_error": "Autentikasi tidak valid",
|
|
5
8
|
"cannot_connect": "Gagal terhubung",
|
|
@@ -13,5 +16,21 @@
|
|
|
13
16
|
}
|
|
14
17
|
}
|
|
15
18
|
}
|
|
19
|
+
},
|
|
20
|
+
"config_subentries": {
|
|
21
|
+
"conversation": {
|
|
22
|
+
"abort": {
|
|
23
|
+
"reconfigure_successful": "Konfigurasi ulang berhasil"
|
|
24
|
+
},
|
|
25
|
+
"step": {
|
|
26
|
+
"set_options": {
|
|
27
|
+
"data": {
|
|
28
|
+
"chat_model": "Model",
|
|
29
|
+
"llm_hass_api": "Kendalikan Home Assistant",
|
|
30
|
+
"name": "Nama"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
16
35
|
}
|
|
17
36
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "\u042d\u0442\u0430 \u0441\u043b\u0443\u0436\u0431\u0430 \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 Home Assistant"
|
|
5
|
+
},
|
|
3
6
|
"error": {
|
|
4
7
|
"authentication_error": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438",
|
|
5
8
|
"cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f",
|
|
@@ -13,5 +16,32 @@
|
|
|
13
16
|
}
|
|
14
17
|
}
|
|
15
18
|
}
|
|
19
|
+
},
|
|
20
|
+
"config_subentries": {
|
|
21
|
+
"conversation": {
|
|
22
|
+
"abort": {
|
|
23
|
+
"entry_not_loaded": "\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b, \u043f\u043e\u043a\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0430.",
|
|
24
|
+
"reconfigure_successful": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u0430\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e"
|
|
25
|
+
},
|
|
26
|
+
"entry_type": "\u0414\u0438\u0430\u043b\u043e\u0433\u043e\u0432\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430",
|
|
27
|
+
"error": {
|
|
28
|
+
"thinking_budget_too_large": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0442\u043e\u043a\u0435\u043d\u043e\u0432 \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435, \u0447\u0435\u043c \u0431\u044e\u0434\u0436\u0435\u0442 \u043d\u0430 \u043e\u0431\u0434\u0443\u043c\u044b\u0432\u0430\u043d\u0438\u0435."
|
|
29
|
+
},
|
|
30
|
+
"initiate_flow": {
|
|
31
|
+
"reconfigure": "\u041f\u0435\u0440\u0435\u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0434\u0438\u0430\u043b\u043e\u0433\u043e\u0432\u0443\u044e \u0441\u0438\u0441\u0442\u0435\u043c\u0443",
|
|
32
|
+
"user": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u0438\u0430\u043b\u043e\u0433\u043e\u0432\u0443\u044e \u0441\u0438\u0441\u0442\u0435\u043c\u0443"
|
|
33
|
+
},
|
|
34
|
+
"step": {
|
|
35
|
+
"set_options": {
|
|
36
|
+
"data": {
|
|
37
|
+
"chat_model": "\u041c\u043e\u0434\u0435\u043b\u044c",
|
|
38
|
+
"llm_hass_api": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 Home Assistant",
|
|
39
|
+
"max_tokens": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0442\u043e\u043a\u0435\u043d\u043e\u0432, \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u044b\u0445 \u0432 \u043e\u0442\u0432\u0435\u0442",
|
|
40
|
+
"name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
|
|
41
|
+
"prompt": "\u0418\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
16
46
|
}
|
|
17
47
|
}
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"issues": {
|
|
45
45
|
"automatic_backup_agents_unavailable": {
|
|
46
|
-
"description": "Der Backup-Speicherort `{agent_id}` ist nicht verf\u00fcgbar, aber dennoch f\u00fcr automatische
|
|
46
|
+
"description": "Der Backup-Speicherort `{agent_id}` ist nicht verf\u00fcgbar, aber dennoch f\u00fcr automatische Backups konfiguriert. \n \nBitte besuche die [Seite zur Konfiguration automatischer Backups]({backup_settings}), um deine Backup-Speicherorte zu \u00fcberpr\u00fcfen und zu aktualisieren. An ausgew\u00e4hlte Speicherorte, die nicht verf\u00fcgbar sind, werden keine Backups hochgeladen.",
|
|
47
47
|
"title": "Der Backup-Speicherort {agent_id} ist nicht verf\u00fcgbar"
|
|
48
48
|
},
|
|
49
49
|
"automatic_backup_failed_addons": {
|
|
@@ -168,7 +168,6 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
|
|
|
168
168
|
key="windazimuth",
|
|
169
169
|
translation_key="windazimuth",
|
|
170
170
|
native_unit_of_measurement=DEGREE,
|
|
171
|
-
icon="mdi:compass-outline",
|
|
172
171
|
device_class=SensorDeviceClass.WIND_DIRECTION,
|
|
173
172
|
state_class=SensorStateClass.MEASUREMENT_ANGLE,
|
|
174
173
|
),
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"message": "Verbindungsfehler: {error}"
|
|
97
97
|
},
|
|
98
98
|
"cannot_retrieve_data": {
|
|
99
|
-
"message": "Fehler beim
|
|
99
|
+
"message": "Fehler beim Datenabruf: {error}"
|
|
100
100
|
},
|
|
101
101
|
"humidity_while_off": {
|
|
102
102
|
"message": "Die Luftfeuchtigkeit kann im ausgeschalteten Zustand nicht ge\u00e4ndert werden"
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"step": {
|
|
4
|
+
"user": {
|
|
5
|
+
"data_description": {
|
|
6
|
+
"max_sub_interval": "M\u00e1 shainmh\u00edn\u00edtear \u00e9, d\u00e9antar an d\u00edorthach a athr\u00edomh go huathoibr\u00edoch mura bhfuil an fhoinse nuashonraithe don tr\u00e9imhse seo."
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"options": {
|
|
12
|
+
"step": {
|
|
13
|
+
"init": {
|
|
14
|
+
"data_description": {
|
|
15
|
+
"max_sub_interval": "M\u00e1 shainmh\u00edn\u00edtear \u00e9, d\u00e9antar an d\u00edorthach a athr\u00edomh go huathoibr\u00edoch mura bhfuil an fhoinse nuashonraithe don tr\u00e9imhse seo."
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"unit_time": "\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u0432\u0440\u0435\u043c\u0435\u043d\u0438"
|
|
13
13
|
},
|
|
14
14
|
"data_description": {
|
|
15
|
+
"max_sub_interval": "\u0415\u0441\u043b\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043e, \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u0430\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0435\u0440\u0435\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f, \u0435\u0441\u043b\u0438 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u043d\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u044f\u043b\u0441\u044f \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u043f\u0435\u0440\u0438\u043e\u0434\u0430 \u0432\u0440\u0435\u043c\u0435\u043d\u0438.",
|
|
15
16
|
"round": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0437\u043d\u0430\u043a\u043e\u0432 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u043f\u044f\u0442\u043e\u0439.",
|
|
16
17
|
"time_window": "\u0415\u0441\u043b\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e, \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0441\u0435\u043d\u0441\u043e\u0440\u0430 \u0431\u0443\u0434\u0435\u0442 \u0440\u0430\u0432\u043d\u043e \u0432\u0437\u0432\u0435\u0448\u0435\u043d\u043d\u043e\u043c\u0443 \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u043a\u043e\u043b\u044c\u0437\u044f\u0449\u0435\u043c\u0443 \u0441\u0440\u0435\u0434\u043d\u0435\u043c\u0443 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u044b\u0445 \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u044d\u0442\u043e\u0433\u043e \u043e\u043a\u043d\u0430.",
|
|
17
18
|
"unit_prefix": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0431\u0443\u0434\u0443\u0442 \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u043c \u043f\u0440\u0435\u0444\u0438\u043a\u0441\u043e\u043c \u043c\u0435\u0442\u0440\u0438\u043a\u0438 \u0438 \u0435\u0434\u0438\u043d\u0438\u0446\u0435\u0439 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u043e\u0439."
|
|
@@ -25,6 +26,7 @@
|
|
|
25
26
|
"step": {
|
|
26
27
|
"init": {
|
|
27
28
|
"data": {
|
|
29
|
+
"max_sub_interval": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0434\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b",
|
|
28
30
|
"name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435",
|
|
29
31
|
"round": "\u041e\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u0438\u0435",
|
|
30
32
|
"source": "\u0418\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u0441\u0435\u043d\u0441\u043e\u0440",
|
|
@@ -33,6 +35,7 @@
|
|
|
33
35
|
"unit_time": "\u0415\u0434\u0438\u043d\u0438\u0446\u0430 \u0432\u0440\u0435\u043c\u0435\u043d\u0438"
|
|
34
36
|
},
|
|
35
37
|
"data_description": {
|
|
38
|
+
"max_sub_interval": "\u0415\u0441\u043b\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043e, \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u0430\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0435\u0440\u0435\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f, \u0435\u0441\u043b\u0438 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u043d\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u044f\u043b\u0441\u044f \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0433\u043e \u043f\u0435\u0440\u0438\u043e\u0434\u0430 \u0432\u0440\u0435\u043c\u0435\u043d\u0438.",
|
|
36
39
|
"round": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0437\u043d\u0430\u043a\u043e\u0432 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u043f\u044f\u0442\u043e\u0439.",
|
|
37
40
|
"time_window": "\u0415\u0441\u043b\u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e, \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0441\u0435\u043d\u0441\u043e\u0440\u0430 \u0431\u0443\u0434\u0435\u0442 \u0440\u0430\u0432\u043d\u043e \u0432\u0437\u0432\u0435\u0448\u0435\u043d\u043d\u043e\u043c\u0443 \u043f\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u043a\u043e\u043b\u044c\u0437\u044f\u0449\u0435\u043c\u0443 \u0441\u0440\u0435\u0434\u043d\u0435\u043c\u0443 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u044b\u0445 \u0432 \u043f\u0440\u0435\u0434\u0435\u043b\u0430\u0445 \u044d\u0442\u043e\u0433\u043e \u043e\u043a\u043d\u0430.",
|
|
38
41
|
"unit_prefix": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0431\u0443\u0434\u0443\u0442 \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u043c \u043f\u0440\u0435\u0444\u0438\u043a\u0441\u043e\u043c \u043c\u0435\u0442\u0440\u0438\u043a\u0438 \u0438 \u0435\u0434\u0438\u043d\u0438\u0446\u0435\u0439 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u043e\u0439."
|
|
@@ -8,6 +8,12 @@
|
|
|
8
8
|
"invalid_auth": "\u041d\u0435\u0432\u0430\u043b\u0438\u0434\u043d\u0430 \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u043a\u0430\u0446\u0438\u044f"
|
|
9
9
|
},
|
|
10
10
|
"step": {
|
|
11
|
+
"reauth_confirm": {
|
|
12
|
+
"data": {
|
|
13
|
+
"password": "\u041f\u0430\u0440\u043e\u043b\u0430",
|
|
14
|
+
"username": "\u0418\u043c\u0435\u0439\u043b / devolo ID"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
11
17
|
"user": {
|
|
12
18
|
"data": {
|
|
13
19
|
"password": "\u041f\u0430\u0440\u043e\u043b\u0430"
|
|
@@ -9,6 +9,16 @@
|
|
|
9
9
|
"reauth_failed": "Anv\u00e4nd samma mydevolo-anv\u00e4ndare som tidigare."
|
|
10
10
|
},
|
|
11
11
|
"step": {
|
|
12
|
+
"reauth_confirm": {
|
|
13
|
+
"data": {
|
|
14
|
+
"password": "L\u00f6senord",
|
|
15
|
+
"username": "E-postadress/Devolo-ID"
|
|
16
|
+
},
|
|
17
|
+
"data_description": {
|
|
18
|
+
"password": "L\u00f6senordet f\u00f6r ditt mydevolo-konto.",
|
|
19
|
+
"username": "E-postadress som anv\u00e4ndes f\u00f6r att registrera centralenheten p\u00e5 mydevolo."
|
|
20
|
+
}
|
|
21
|
+
},
|
|
12
22
|
"user": {
|
|
13
23
|
"data": {
|
|
14
24
|
"password": "L\u00f6senord",
|
|
@@ -9,6 +9,16 @@
|
|
|
9
9
|
"reauth_failed": "\u8bf7\u4f7f\u7528\u4e0e\u4e4b\u524d\u76f8\u540c\u7684 mydevolo \u7528\u6237\u3002"
|
|
10
10
|
},
|
|
11
11
|
"step": {
|
|
12
|
+
"reauth_confirm": {
|
|
13
|
+
"data": {
|
|
14
|
+
"password": "\u5bc6\u7801",
|
|
15
|
+
"username": "\u7535\u5b50\u90ae\u4ef6/devolo ID"
|
|
16
|
+
},
|
|
17
|
+
"data_description": {
|
|
18
|
+
"password": "\u60a8 mydevolo \u8d26\u6237\u7684\u5bc6\u7801\u3002",
|
|
19
|
+
"username": "\u60a8\u7528\u4e8e\u5728 mydevolo \u6ce8\u518c\u4e2d\u592e\u5355\u5143\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
12
22
|
"user": {
|
|
13
23
|
"data": {
|
|
14
24
|
"password": "\u5bc6\u7801",
|