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
|
@@ -24,29 +24,22 @@
|
|
|
24
24
|
},
|
|
25
25
|
"reconfigure": {
|
|
26
26
|
"data": {
|
|
27
|
-
"platform": "Plataforma"
|
|
28
|
-
"proxy_url": "URL do proxy"
|
|
27
|
+
"platform": "Plataforma"
|
|
29
28
|
},
|
|
30
29
|
"data_description": {
|
|
31
|
-
"platform": "Implementa\u00e7\u00e3o do bot do Telegram"
|
|
32
|
-
"proxy_url": "URL do proxy se estiver a trabalhar atr\u00e1s de um, incluindo opcionalmente o nome de utilizador e a palavra-passe. (socks5://username:password@proxy_ip:proxy_port)"
|
|
30
|
+
"platform": "Implementa\u00e7\u00e3o do bot do Telegram"
|
|
33
31
|
},
|
|
34
32
|
"description": "Reconfigurar o bot do Telegram",
|
|
35
33
|
"title": "Configura\u00e7\u00e3o do bot do Telegram"
|
|
36
34
|
},
|
|
37
35
|
"user": {
|
|
38
36
|
"data": {
|
|
39
|
-
"
|
|
40
|
-
"platform": "Plataforma",
|
|
41
|
-
"proxy_url": "URL do proxy"
|
|
37
|
+
"platform": "Plataforma"
|
|
42
38
|
},
|
|
43
39
|
"data_description": {
|
|
44
40
|
"api_key": "O token da API do seu bot.",
|
|
45
|
-
"platform": "Implementa\u00e7\u00e3o do bot do Telegram"
|
|
46
|
-
|
|
47
|
-
},
|
|
48
|
-
"description": "Criar um novo bot do Telegram",
|
|
49
|
-
"title": "Configura\u00e7\u00e3o do bot do Telegram"
|
|
41
|
+
"platform": "Implementa\u00e7\u00e3o do bot do Telegram"
|
|
42
|
+
}
|
|
50
43
|
},
|
|
51
44
|
"webhooks": {
|
|
52
45
|
"data": {
|
|
@@ -24,29 +24,24 @@
|
|
|
24
24
|
},
|
|
25
25
|
"reconfigure": {
|
|
26
26
|
"data": {
|
|
27
|
-
"platform": "\u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430"
|
|
28
|
-
"proxy_url": "URL-\u0430\u0434\u0440\u0435\u0441 \u043f\u0440\u043e\u043a\u0441\u0438-\u0441\u0435\u0440\u0432\u0435\u0440\u0430"
|
|
27
|
+
"platform": "\u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430"
|
|
29
28
|
},
|
|
30
29
|
"data_description": {
|
|
31
|
-
"platform": "\u0420\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f Telegram-\u0431\u043e\u0442\u0430"
|
|
32
|
-
"proxy_url": "URL-\u0430\u0434\u0440\u0435\u0441 \u043f\u0440\u043e\u043a\u0441\u0438-\u0441\u0435\u0440\u0432\u0435\u0440\u0430, \u0435\u0441\u043b\u0438 \u0432\u044b \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442\u0435 \u0437\u0430 \u043d\u0438\u043c, \u043e\u043f\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e \u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438 \u043f\u0430\u0440\u043e\u043b\u044c. (socks5://username:password@proxy_ip:proxy_port)"
|
|
30
|
+
"platform": "\u0420\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f Telegram-\u0431\u043e\u0442\u0430"
|
|
33
31
|
},
|
|
34
32
|
"description": "\u041f\u0435\u0440\u0435\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 Telegram-\u0431\u043e\u0442\u0430",
|
|
35
33
|
"title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 Telegram-\u0431\u043e\u0442\u0430"
|
|
36
34
|
},
|
|
37
35
|
"user": {
|
|
38
36
|
"data": {
|
|
39
|
-
"api_key": "\
|
|
40
|
-
"platform": "\u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430"
|
|
41
|
-
"proxy_url": "URL-\u0430\u0434\u0440\u0435\u0441 \u043f\u0440\u043e\u043a\u0441\u0438-\u0441\u0435\u0440\u0432\u0435\u0440\u0430"
|
|
37
|
+
"api_key": "\u0422\u043e\u043a\u0435\u043d API",
|
|
38
|
+
"platform": "\u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430"
|
|
42
39
|
},
|
|
43
40
|
"data_description": {
|
|
44
41
|
"api_key": "\u0422\u043e\u043a\u0435\u043d API \u0432\u0430\u0448\u0435\u0433\u043e \u0431\u043e\u0442\u0430.",
|
|
45
|
-
"platform": "\u0420\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f Telegram-\u0431\u043e\u0442\u0430"
|
|
46
|
-
"proxy_url": "URL-\u0430\u0434\u0440\u0435\u0441 \u043f\u0440\u043e\u043a\u0441\u0438-\u0441\u0435\u0440\u0432\u0435\u0440\u0430, \u0435\u0441\u043b\u0438 \u0432\u044b \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442\u0435 \u0437\u0430 \u043d\u0438\u043c, \u043e\u043f\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e \u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438 \u043f\u0430\u0440\u043e\u043b\u044c. (socks5://username:password@proxy_ip:proxy_port)"
|
|
42
|
+
"platform": "\u0420\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f Telegram-\u0431\u043e\u0442\u0430"
|
|
47
43
|
},
|
|
48
|
-
"description": "\
|
|
49
|
-
"title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 Telegram-\u0431\u043e\u0442\u0430"
|
|
44
|
+
"description": "\u0427\u0442\u043e\u0431\u044b \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0431\u043e\u0442\u0430 \u0432 Telegram, \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0448\u0430\u0433\u0438:\n\n1. \u041e\u0442\u043a\u0440\u043e\u0439\u0442\u0435 Telegram \u0438 \u043d\u0430\u0447\u043d\u0438\u0442\u0435 \u0447\u0430\u0442 \u0441 [{botfather_username}]({botfather_url}).\n1. \u041e\u0442\u043f\u0440\u0430\u0432\u044c\u0442\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 `/newbot`.\n1. \u0421\u043b\u0435\u0434\u0443\u0439\u0442\u0435 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0431\u043e\u0442\u0430 \u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0442\u043e\u043a\u0435\u043d\u0430 API."
|
|
50
45
|
},
|
|
51
46
|
"webhooks": {
|
|
52
47
|
"data": {
|
|
@@ -89,12 +84,18 @@
|
|
|
89
84
|
"allowlist_external_dirs_error": {
|
|
90
85
|
"message": "\u041f\u0443\u0442\u044c \u043a \u0444\u0430\u0439\u043b\u0443 \u043d\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d \u0432 allowlist_external_dirs."
|
|
91
86
|
},
|
|
87
|
+
"failed_chat_ids": {
|
|
88
|
+
"message": "\u041d\u0435\u0443\u0434\u0430\u0447\u043d\u044b\u0435 \u0446\u0435\u043b\u0438: {chat_ids}. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e ID \u0447\u0430\u0442\u043e\u0432 \u0434\u043b\u044f {bot_name} \u0431\u044b\u043b\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u044b."
|
|
89
|
+
},
|
|
92
90
|
"failed_to_load_file": {
|
|
93
91
|
"message": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b: {error}"
|
|
94
92
|
},
|
|
95
93
|
"failed_to_load_url": {
|
|
96
94
|
"message": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c URL-\u0430\u0434\u0440\u0435\u0441: {error}"
|
|
97
95
|
},
|
|
96
|
+
"invalid_chat_ids": {
|
|
97
|
+
"message": "\u041d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 ID \u0447\u0430\u0442\u043e\u0432: {chat_ids}. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 ID \u0447\u0430\u0442\u043e\u0432 \u0434\u043b\u044f {bot_name}."
|
|
98
|
+
},
|
|
98
99
|
"missing_allowed_chat_ids": {
|
|
99
100
|
"message": "\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043d\u044b\u0435 ID \u0447\u0430\u0442\u043e\u0432 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043d\u044b\u0435 ID \u0447\u0430\u0442\u043e\u0432 \u0434\u043b\u044f {bot_name}."
|
|
100
101
|
},
|
|
@@ -24,29 +24,46 @@
|
|
|
24
24
|
},
|
|
25
25
|
"reconfigure": {
|
|
26
26
|
"data": {
|
|
27
|
-
"platform": "Platforma"
|
|
28
|
-
"proxy_url": "Proxy URL"
|
|
27
|
+
"platform": "Platforma"
|
|
29
28
|
},
|
|
30
29
|
"data_description": {
|
|
31
|
-
"platform": "Implement\u00e1cia bota Telegram"
|
|
32
|
-
"proxy_url": "Adresa URL proxy servera, ak za n\u00edm pracuje, volite\u013ene vr\u00e1tane pou\u017e\u00edvate\u013esk\u00e9ho mena a hesla. \n(socks5://username:password@proxy_ip:proxy_port)"
|
|
30
|
+
"platform": "Implement\u00e1cia bota Telegram"
|
|
33
31
|
},
|
|
34
32
|
"description": "Rekonfigur\u00e1cia bota Telegram",
|
|
33
|
+
"sections": {
|
|
34
|
+
"advanced_settings": {
|
|
35
|
+
"data": {
|
|
36
|
+
"proxy_url": "Proxy URL"
|
|
37
|
+
},
|
|
38
|
+
"data_description": {
|
|
39
|
+
"proxy_url": "Adresa URL proxy servera, ak za n\u00edm pracuje, volite\u013ene vr\u00e1tane pou\u017e\u00edvate\u013esk\u00e9ho mena a hesla. (socks5://username:password@proxy_ip:proxy_port)"
|
|
40
|
+
},
|
|
41
|
+
"name": "Roz\u0161\u00edren\u00e9 nastavenia"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
35
44
|
"title": "Nastavenie bota Telegram"
|
|
36
45
|
},
|
|
37
46
|
"user": {
|
|
38
47
|
"data": {
|
|
39
|
-
"api_key": "API
|
|
40
|
-
"platform": "Platforma"
|
|
41
|
-
"proxy_url": "Proxy URL"
|
|
48
|
+
"api_key": "API token",
|
|
49
|
+
"platform": "Platforma"
|
|
42
50
|
},
|
|
43
51
|
"data_description": {
|
|
44
52
|
"api_key": "API token v\u00e1\u0161ho bota.",
|
|
45
|
-
"platform": "Implement\u00e1cia bota Telegram"
|
|
46
|
-
|
|
47
|
-
},
|
|
48
|
-
"
|
|
49
|
-
|
|
53
|
+
"platform": "Implement\u00e1cia bota Telegram"
|
|
54
|
+
},
|
|
55
|
+
"description": "Ak chcete vytvori\u0165 bota Telegramu, postupujte pod\u013ea nasleduj\u00facich krokov: 1. Otvorte program Telegram a spustite chat s [{botfather_username}]({botfather_url}). 1. Odo\u0161lite pr\u00edkaz `/newbot`. 1. Pod\u013ea pokynov vytvorte bota a z\u00edskajte token API.",
|
|
56
|
+
"sections": {
|
|
57
|
+
"advanced_settings": {
|
|
58
|
+
"data": {
|
|
59
|
+
"proxy_url": "Proxy URL"
|
|
60
|
+
},
|
|
61
|
+
"data_description": {
|
|
62
|
+
"proxy_url": "Adresa URL proxy servera, ak za n\u00edm pracuje, volite\u013ene vr\u00e1tane pou\u017e\u00edvate\u013esk\u00e9ho mena a hesla. (socks5://username:password@proxy_ip:proxy_port)"
|
|
63
|
+
},
|
|
64
|
+
"name": "Roz\u0161\u00edren\u00e9 nastavenia"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
50
67
|
},
|
|
51
68
|
"webhooks": {
|
|
52
69
|
"data": {
|
|
@@ -89,12 +106,18 @@
|
|
|
89
106
|
"allowlist_external_dirs_error": {
|
|
90
107
|
"message": "Cesta k s\u00faboru nebola nakonfigurovan\u00e1 v allowlist_external_dirs."
|
|
91
108
|
},
|
|
109
|
+
"failed_chat_ids": {
|
|
110
|
+
"message": "Ne\u00faspe\u0161n\u00e9 ciele: {chat_ids}. Skontrolujte, \u010di boli nakonfigurovan\u00e9 ID chatu pre {bot_name}."
|
|
111
|
+
},
|
|
92
112
|
"failed_to_load_file": {
|
|
93
113
|
"message": "Nepodarilo sa na\u010d\u00edta\u0165 s\u00fabor: {error}"
|
|
94
114
|
},
|
|
95
115
|
"failed_to_load_url": {
|
|
96
116
|
"message": "Nepodarilo sa na\u010d\u00edta\u0165 URL: {error}"
|
|
97
117
|
},
|
|
118
|
+
"invalid_chat_ids": {
|
|
119
|
+
"message": "Neplatn\u00e9 ID chatu: {chat_ids}. Pros\u00edm, nakonfigurujte ID chatu pre {bot_name}."
|
|
120
|
+
},
|
|
98
121
|
"missing_allowed_chat_ids": {
|
|
99
122
|
"message": "Nena\u0161li sa \u017eiadne povolen\u00e9 ID chatu. Pros\u00edm, pridajte povolen\u00e9 ID chatu pre {bot_name}."
|
|
100
123
|
},
|
|
@@ -24,29 +24,45 @@
|
|
|
24
24
|
},
|
|
25
25
|
"reconfigure": {
|
|
26
26
|
"data": {
|
|
27
|
-
"platform": "Plattform"
|
|
28
|
-
"proxy_url": "Proxy-URL"
|
|
27
|
+
"platform": "Plattform"
|
|
29
28
|
},
|
|
30
29
|
"data_description": {
|
|
31
|
-
"platform": "Implementering av Telegram-bot"
|
|
32
|
-
"proxy_url": "Proxy-URL om du arbetar bakom en. Eventuellt inklusive anv\u00e4ndarnamn och l\u00f6senord. (socks5://anv\u00e4ndarnamn:l\u00f6senord@proxy_ip:proxy_port)"
|
|
30
|
+
"platform": "Implementering av Telegram-bot"
|
|
33
31
|
},
|
|
34
32
|
"description": "Konfigurera om Telegram-bot",
|
|
33
|
+
"sections": {
|
|
34
|
+
"advanced_settings": {
|
|
35
|
+
"data": {
|
|
36
|
+
"proxy_url": "Proxy-URL"
|
|
37
|
+
},
|
|
38
|
+
"data_description": {
|
|
39
|
+
"proxy_url": "Proxy-URL om du arbetar bakom en, eventuellt inklusive anv\u00e4ndarnamn och l\u00f6senord. (socks5://anv\u00e4ndarnamn:l\u00f6senord@proxy_ip:proxy_port)"
|
|
40
|
+
},
|
|
41
|
+
"name": "Avancerade inst\u00e4llningar"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
35
44
|
"title": "Inst\u00e4llning av Telegram-bot"
|
|
36
45
|
},
|
|
37
46
|
"user": {
|
|
38
47
|
"data": {
|
|
39
|
-
"api_key": "API-
|
|
40
|
-
"platform": "Plattform"
|
|
41
|
-
"proxy_url": "Proxy-URL"
|
|
48
|
+
"api_key": "API-token",
|
|
49
|
+
"platform": "Plattform"
|
|
42
50
|
},
|
|
43
51
|
"data_description": {
|
|
44
52
|
"api_key": "API-token f\u00f6r din bot.",
|
|
45
|
-
"platform": "Implementering av Telegram-bot"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
53
|
+
"platform": "Implementering av Telegram-bot"
|
|
54
|
+
},
|
|
55
|
+
"sections": {
|
|
56
|
+
"advanced_settings": {
|
|
57
|
+
"data": {
|
|
58
|
+
"proxy_url": "Proxy-URL"
|
|
59
|
+
},
|
|
60
|
+
"data_description": {
|
|
61
|
+
"proxy_url": "Proxy-URL om du arbetar bakom en, eventuellt inklusive anv\u00e4ndarnamn och l\u00f6senord. (socks5://anv\u00e4ndarnamn:l\u00f6senord@proxy_ip:proxy_port)"
|
|
62
|
+
},
|
|
63
|
+
"name": "Avancerade inst\u00e4llningar"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
50
66
|
},
|
|
51
67
|
"webhooks": {
|
|
52
68
|
"data": {
|
|
@@ -24,29 +24,22 @@
|
|
|
24
24
|
},
|
|
25
25
|
"reconfigure": {
|
|
26
26
|
"data": {
|
|
27
|
-
"platform": "Platform"
|
|
28
|
-
"proxy_url": "Proxy URL"
|
|
27
|
+
"platform": "Platform"
|
|
29
28
|
},
|
|
30
29
|
"data_description": {
|
|
31
|
-
"platform": "Telegram bot uygulamas\u0131"
|
|
32
|
-
"proxy_url": "Proxy URL'si, e\u011fer birinin arkas\u0131nda \u00e7al\u0131\u015f\u0131yorsa, iste\u011fe ba\u011fl\u0131 olarak kullan\u0131c\u0131 ad\u0131 ve parolay\u0131 da i\u00e7erebilir. \n (socks5://kullan\u0131c\u0131ad\u0131:parola@proxy_ip:proxy_port)"
|
|
30
|
+
"platform": "Telegram bot uygulamas\u0131"
|
|
33
31
|
},
|
|
34
32
|
"description": "Telegram botunu yeniden yap\u0131land\u0131r\u0131n",
|
|
35
33
|
"title": "Telegram bot kurulumu"
|
|
36
34
|
},
|
|
37
35
|
"user": {
|
|
38
36
|
"data": {
|
|
39
|
-
"
|
|
40
|
-
"platform": "Platform",
|
|
41
|
-
"proxy_url": "Proxy URL"
|
|
37
|
+
"platform": "Platform"
|
|
42
38
|
},
|
|
43
39
|
"data_description": {
|
|
44
40
|
"api_key": "Botunuzun API anahtar\u0131",
|
|
45
|
-
"platform": "Telegram bot uygulamas\u0131"
|
|
46
|
-
|
|
47
|
-
},
|
|
48
|
-
"description": "Yeni bir Telegram botu olu\u015fturun",
|
|
49
|
-
"title": "Telegram bot kurulumu"
|
|
41
|
+
"platform": "Telegram bot uygulamas\u0131"
|
|
42
|
+
}
|
|
50
43
|
},
|
|
51
44
|
"webhooks": {
|
|
52
45
|
"data": {
|
|
@@ -24,29 +24,46 @@
|
|
|
24
24
|
},
|
|
25
25
|
"reconfigure": {
|
|
26
26
|
"data": {
|
|
27
|
-
"platform": "\u5e73\u53f0"
|
|
28
|
-
"proxy_url": "\u4ee3\u7406\u7f51\u5740"
|
|
27
|
+
"platform": "\u5e73\u53f0"
|
|
29
28
|
},
|
|
30
29
|
"data_description": {
|
|
31
|
-
"platform": "Telegram \u673a\u5668\u4eba\u5b9e\u73b0"
|
|
32
|
-
"proxy_url": "\u5982\u679c\u5728\u4ee3\u7406\u7f51\u5740\u540e\u9762\u5de5\u4f5c\uff0c\u5219\u4e3a\u4ee3\u7406\u7f51\u5740\uff0c\u53ef\u9009\u62e9\u5305\u542b\u7528\u6237\u540d\u548c\u5bc6\u7801\u3002\n (socks5://username:password@proxy_ip:proxy_port)"
|
|
30
|
+
"platform": "Telegram \u673a\u5668\u4eba\u5b9e\u73b0"
|
|
33
31
|
},
|
|
34
32
|
"description": "\u91cd\u65b0\u914d\u7f6e Telegram \u673a\u5668\u4eba",
|
|
33
|
+
"sections": {
|
|
34
|
+
"advanced_settings": {
|
|
35
|
+
"data": {
|
|
36
|
+
"proxy_url": "\u4ee3\u7406\u7f51\u5740"
|
|
37
|
+
},
|
|
38
|
+
"data_description": {
|
|
39
|
+
"proxy_url": "\u5982\u679c\u5728\u4ee3\u7406\u7f51\u5740\u540e\u9762\u5de5\u4f5c\uff0c\u5219\u4e3a\u4ee3\u7406\u7f51\u5740\uff0c\u53ef\u9009\u62e9\u5305\u542b\u7528\u6237\u540d\u548c\u5bc6\u7801\u3002\n (socks5://username:password@proxy_ip:proxy_port)"
|
|
40
|
+
},
|
|
41
|
+
"name": "\u9ad8\u7ea7\u8bbe\u7f6e"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
35
44
|
"title": "Telegram \u673a\u5668\u4eba\u8bbe\u7f6e"
|
|
36
45
|
},
|
|
37
46
|
"user": {
|
|
38
47
|
"data": {
|
|
39
|
-
"api_key": "API \
|
|
40
|
-
"platform": "\u5e73\u53f0"
|
|
41
|
-
"proxy_url": "\u4ee3\u7406\u7f51\u5740"
|
|
48
|
+
"api_key": "API \u4ee4\u724c",
|
|
49
|
+
"platform": "\u5e73\u53f0"
|
|
42
50
|
},
|
|
43
51
|
"data_description": {
|
|
44
52
|
"api_key": "\u60a8\u673a\u5668\u4eba\u7684 API \u4ee4\u724c\u3002",
|
|
45
|
-
"platform": "Telegram \u673a\u5668\u4eba\u5b9e\u73b0"
|
|
46
|
-
|
|
47
|
-
},
|
|
48
|
-
"
|
|
49
|
-
|
|
53
|
+
"platform": "Telegram \u673a\u5668\u4eba\u5b9e\u73b0"
|
|
54
|
+
},
|
|
55
|
+
"description": "\u8981\u521b\u5efa Telegram \u673a\u5668\u4eba\uff0c\u8bf7\u6309\u7167\u4ee5\u4e0b\u6b65\u9aa4\u64cd\u4f5c\uff1a\n \n1. \u6253\u5f00 Telegram \u5e76\u4f7f\u7528\u3010{botfather_username}\u3011({botfather_url}) \u5f00\u59cb\u804a\u5929\u3002\n1. \u53d1\u9001\u547d\u4ee4 \u201c/newbot\u201d \u3002\n1. \u6309\u7167\u8bf4\u660e\u521b\u5efa\u60a8\u7684\u673a\u5668\u4eba\u5e76\u83b7\u53d6\u60a8\u7684 API \u4ee4\u724c\u3002",
|
|
56
|
+
"sections": {
|
|
57
|
+
"advanced_settings": {
|
|
58
|
+
"data": {
|
|
59
|
+
"proxy_url": "\u4ee3\u7406\u7f51\u5740"
|
|
60
|
+
},
|
|
61
|
+
"data_description": {
|
|
62
|
+
"proxy_url": "\u5982\u679c\u5728\u4ee3\u7406\u7f51\u5740\u540e\u9762\u5de5\u4f5c\uff0c\u5219\u4e3a\u4ee3\u7406\u7f51\u5740\uff0c\u53ef\u9009\u62e9\u5305\u542b\u7528\u6237\u540d\u548c\u5bc6\u7801\u3002\n (socks5://username:password@proxy_ip:proxy_port)"
|
|
63
|
+
},
|
|
64
|
+
"name": "\u9ad8\u7ea7\u8bbe\u7f6e"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
50
67
|
},
|
|
51
68
|
"webhooks": {
|
|
52
69
|
"data": {
|
|
@@ -89,12 +106,18 @@
|
|
|
89
106
|
"allowlist_external_dirs_error": {
|
|
90
107
|
"message": "allowlist_external_dirs \u4e2d\u5c1a\u672a\u914d\u7f6e\u6587\u4ef6\u8def\u5f84\u3002"
|
|
91
108
|
},
|
|
109
|
+
"failed_chat_ids": {
|
|
110
|
+
"message": "\u5931\u8d25\u76ee\u6807\uff1a{chat_ids} \u3002\u8bf7\u9a8c\u8bc1\u201c{bot_name}\u201d\u7684\u804a\u5929 ID \u662f\u5426\u5df2\u914d\u7f6e\u3002"
|
|
111
|
+
},
|
|
92
112
|
"failed_to_load_file": {
|
|
93
113
|
"message": "\u65e0\u6cd5\u52a0\u8f7d\u6587\u4ef6\uff1a{error}"
|
|
94
114
|
},
|
|
95
115
|
"failed_to_load_url": {
|
|
96
116
|
"message": "\u65e0\u6cd5\u52a0\u8f7d\u7f51\u5740\uff1a{error}"
|
|
97
117
|
},
|
|
118
|
+
"invalid_chat_ids": {
|
|
119
|
+
"message": "\u65e0\u6548\u804a\u5929 ID\uff1a{chat_ids} \u3002\u8bf7\u4e3a\u201c{bot_name}\u201d\u914d\u7f6e\u804a\u5929 ID \u3002"
|
|
120
|
+
},
|
|
98
121
|
"missing_allowed_chat_ids": {
|
|
99
122
|
"message": "\u672a\u627e\u5230\u5141\u8bb8\u7684\u804a\u5929 ID\u3002\u8bf7\u4e3a\u201c{bot_name}\u201d\u6dfb\u52a0\u5141\u8bb8\u7684\u804a\u5929\u6807\u8bc6\u7b26\u3002"
|
|
100
123
|
},
|
|
@@ -24,29 +24,46 @@
|
|
|
24
24
|
},
|
|
25
25
|
"reconfigure": {
|
|
26
26
|
"data": {
|
|
27
|
-
"platform": "\u5e73\u53f0"
|
|
28
|
-
"proxy_url": "\u4ee3\u7406\u7db2\u5740"
|
|
27
|
+
"platform": "\u5e73\u53f0"
|
|
29
28
|
},
|
|
30
29
|
"data_description": {
|
|
31
|
-
"platform": "Telegram \u6a5f\u5668\u4eba\u5be6\u4f5c"
|
|
32
|
-
"proxy_url": "\u5982\u679c\u65bc\u4ee3\u7406\u4f3a\u670d\u5668\u5f8c\uff0c\u8acb\u63d0\u4f9b\u4ee3\u7406\u7db2\u5740L\uff0c\u53ef\u9078\u64c7\u5305\u542b\u4f7f\u7528\u8005\u540d\u7a31\u548c\u5bc6\u78bc\u3002\n(socks5://username:password@proxy_ip:proxy_port)"
|
|
30
|
+
"platform": "Telegram \u6a5f\u5668\u4eba\u5be6\u4f5c"
|
|
33
31
|
},
|
|
34
32
|
"description": "\u91cd\u65b0\u8a2d\u5b9a Telegram \u6a5f\u5668\u4eba",
|
|
33
|
+
"sections": {
|
|
34
|
+
"advanced_settings": {
|
|
35
|
+
"data": {
|
|
36
|
+
"proxy_url": "\u4ee3\u7406\u7db2\u5740"
|
|
37
|
+
},
|
|
38
|
+
"data_description": {
|
|
39
|
+
"proxy_url": "\u5982\u679c\u65bc\u4ee3\u7406\u4f3a\u670d\u5668\u5f8c\uff0c\u8acb\u63d0\u4f9b\u4ee3\u7406\u7db2\u5740L\uff0c\u53ef\u9078\u64c7\u5305\u542b\u4f7f\u7528\u8005\u540d\u7a31\u548c\u5bc6\u78bc\u3002\n(socks5://username:password@proxy_ip:proxy_port)"
|
|
40
|
+
},
|
|
41
|
+
"name": "\u9032\u968e\u8a2d\u5b9a"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
35
44
|
"title": "Telegram \u6a5f\u5668\u4eba\u8a2d\u5b9a"
|
|
36
45
|
},
|
|
37
46
|
"user": {
|
|
38
47
|
"data": {
|
|
39
|
-
"api_key": "API \
|
|
40
|
-
"platform": "\u5e73\u53f0"
|
|
41
|
-
"proxy_url": "\u4ee3\u7406\u7db2\u5740"
|
|
48
|
+
"api_key": "API \u6b0a\u6756",
|
|
49
|
+
"platform": "\u5e73\u53f0"
|
|
42
50
|
},
|
|
43
51
|
"data_description": {
|
|
44
52
|
"api_key": "\u6a5f\u5668\u4eba API \u6b0a\u6756",
|
|
45
|
-
"platform": "Telegram \u6a5f\u5668\u4eba\u5be6\u4f5c"
|
|
46
|
-
|
|
47
|
-
},
|
|
48
|
-
"
|
|
49
|
-
|
|
53
|
+
"platform": "Telegram \u6a5f\u5668\u4eba\u5be6\u4f5c"
|
|
54
|
+
},
|
|
55
|
+
"description": "\u82e5\u8981\u65b0\u589e Telegram \u6a5f\u5668\u4eba\uff0c\u8acb\u8ddf\u96a8\u4ee5\u4e0b\u6b65\u9a5f\uff1a\n\n1. \u958b\u555f Telegram \u4e26\u8207 [{botfather_username}]({botfather_url}) \u804a\u5929\u3002\n1. \u50b3\u9001\u6307\u4ee4 `/newbot`\u3002\n1. \u4f9d\u7167\u6307\u793a\u5efa\u7acb\u6a5f\u5668\u4eba\u4e26\u53d6\u5f97 API \u6b0a\u6756\u3002",
|
|
56
|
+
"sections": {
|
|
57
|
+
"advanced_settings": {
|
|
58
|
+
"data": {
|
|
59
|
+
"proxy_url": "\u4ee3\u7406\u7db2\u5740"
|
|
60
|
+
},
|
|
61
|
+
"data_description": {
|
|
62
|
+
"proxy_url": "\u5982\u679c\u65bc\u4ee3\u7406\u4f3a\u670d\u5668\u5f8c\uff0c\u8acb\u63d0\u4f9b\u4ee3\u7406\u7db2\u5740L\uff0c\u53ef\u9078\u64c7\u5305\u542b\u4f7f\u7528\u8005\u540d\u7a31\u548c\u5bc6\u78bc\u3002\n(socks5://username:password@proxy_ip:proxy_port)"
|
|
63
|
+
},
|
|
64
|
+
"name": "\u9032\u968e\u8a2d\u5b9a"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
50
67
|
},
|
|
51
68
|
"webhooks": {
|
|
52
69
|
"data": {
|
|
@@ -89,12 +106,18 @@
|
|
|
89
106
|
"allowlist_external_dirs_error": {
|
|
90
107
|
"message": "allowlist_external_dirs \u4e2d\u5c1a\u672a\u8a2d\u5b9a\u6a94\u6848\u8def\u5f91\u3002"
|
|
91
108
|
},
|
|
109
|
+
"failed_chat_ids": {
|
|
110
|
+
"message": "\u76ee\u6a19\u5931\u6557\uff1a{chat_ids}\u3002\u8acb\u78ba\u8a8d {bot_name} \u804a\u5929\u5ba4 ID \u5df2\u6b63\u78ba\u8a2d\u5b9a\u3002"
|
|
111
|
+
},
|
|
92
112
|
"failed_to_load_file": {
|
|
93
113
|
"message": "\u8f09\u5165\u6a94\u6848\u5931\u6557\uff1a{error}"
|
|
94
114
|
},
|
|
95
115
|
"failed_to_load_url": {
|
|
96
116
|
"message": "\u8f09\u5165\u7db2\u5740\u5931\u6557\uff1a{error}"
|
|
97
117
|
},
|
|
118
|
+
"invalid_chat_ids": {
|
|
119
|
+
"message": "\u804a\u5929\u5ba4 ID \u7121\u6548\uff1a{chat_ids}\u3002\u8acb\u70ba {bot_name} \u8a2d\u5b9a\u804a\u5929\u5ba4 ID\u3002"
|
|
120
|
+
},
|
|
98
121
|
"missing_allowed_chat_ids": {
|
|
99
122
|
"message": "\u627e\u4e0d\u5230\u5141\u8a31\u7684\u804a\u5929\u5ba4 ID\u3002\u8acb\u5148\u70ba {bot_name}.\u65b0\u589e\u5141\u8a31\u804a\u5929\u5ba4 ID\u3002"
|
|
100
123
|
},
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"max": "H\u00f6gsta v\u00e4rde",
|
|
64
64
|
"min": "Minsta v\u00e4rde",
|
|
65
65
|
"name": "Namn",
|
|
66
|
-
"set_value": "\u00c5tg\u00e4rder vid inst\
|
|
66
|
+
"set_value": "\u00c5tg\u00e4rder vid inst\u00e4llning av v\u00e4rde",
|
|
67
67
|
"state": "Tillst\u00e5ndsmall",
|
|
68
68
|
"step": "Stegv\u00e4rde",
|
|
69
69
|
"unit_of_measurement": "M\u00e5ttenhet"
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"data_description": {
|
|
85
85
|
"device_id": "V\u00e4lj en enhet som ska l\u00e4nkas till den h\u00e4r entiteten."
|
|
86
86
|
},
|
|
87
|
-
"title": "Mall f\u00f6r
|
|
87
|
+
"title": "Mall f\u00f6r val"
|
|
88
88
|
},
|
|
89
89
|
"sensor": {
|
|
90
90
|
"data": {
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"button": "Skapa mall f\u00f6r en knapp",
|
|
123
123
|
"image": "Skapa mall f\u00f6r en bild",
|
|
124
124
|
"number": "Skapa mall f\u00f6r ett nummer",
|
|
125
|
-
"select": "Skapa mall f\u00f6r
|
|
125
|
+
"select": "Skapa mall f\u00f6r ett val",
|
|
126
126
|
"sensor": "Skapa mall f\u00f6r en sensor",
|
|
127
127
|
"switch": "Skapa mall f\u00f6r en brytare"
|
|
128
128
|
},
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"max": "H\u00f6gsta v\u00e4rde",
|
|
194
194
|
"min": "Minsta v\u00e4rde",
|
|
195
195
|
"name": "Namn",
|
|
196
|
-
"set_value": "\u00c5tg\u00e4rder vid inst\
|
|
196
|
+
"set_value": "\u00c5tg\u00e4rder vid inst\u00e4llning av v\u00e4rde",
|
|
197
197
|
"state": "Tillst\u00e5ndsmall",
|
|
198
198
|
"step": "Stegv\u00e4rde"
|
|
199
199
|
},
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"data_description": {
|
|
214
214
|
"device_id": "V\u00e4lj en enhet som ska l\u00e4nkas till den h\u00e4r entiteten."
|
|
215
215
|
},
|
|
216
|
-
"title": "Mall f\u00f6r
|
|
216
|
+
"title": "Mall f\u00f6r val"
|
|
217
217
|
},
|
|
218
218
|
"sensor": {
|
|
219
219
|
"data": {
|
|
@@ -1185,6 +1185,21 @@ class TextToSpeechView(HomeAssistantView):
|
|
|
1185
1185
|
"""Initialize a tts view."""
|
|
1186
1186
|
self.manager = manager
|
|
1187
1187
|
|
|
1188
|
+
async def head(self, request: web.Request, token: str) -> web.StreamResponse:
|
|
1189
|
+
"""Start a HEAD request.
|
|
1190
|
+
|
|
1191
|
+
This is sent by some DLNA renderers, like Samsung ones, prior to sending
|
|
1192
|
+
the GET request.
|
|
1193
|
+
|
|
1194
|
+
Check whether the token (file) exists and return its content type.
|
|
1195
|
+
"""
|
|
1196
|
+
stream = self.manager.token_to_stream.get(token)
|
|
1197
|
+
|
|
1198
|
+
if stream is None:
|
|
1199
|
+
return web.Response(status=HTTPStatus.NOT_FOUND)
|
|
1200
|
+
|
|
1201
|
+
return web.Response(content_type=stream.content_type)
|
|
1202
|
+
|
|
1188
1203
|
async def get(self, request: web.Request, token: str) -> web.StreamResponse:
|
|
1189
1204
|
"""Start a get request."""
|
|
1190
1205
|
stream = self.manager.token_to_stream.get(token)
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"name": "\u68c0\u6d4b\u5230\u5a74\u513f\u557c\u54ed"
|
|
62
62
|
},
|
|
63
63
|
"barking_detected": {
|
|
64
|
-
"name": "\u68c0\u6d4b\u5230\
|
|
64
|
+
"name": "\u68c0\u6d4b\u5230\u72d7\u53eb\u58f0"
|
|
65
65
|
},
|
|
66
66
|
"car_alarm_detected": {
|
|
67
67
|
"name": "\u68c0\u6d4b\u5230\u6c7d\u8f66\u8b66\u62a5"
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"name": "\u63a2\u6d4b\uff1a\u5a74\u513f\u557c\u54ed"
|
|
83
83
|
},
|
|
84
84
|
"detections_barking": {
|
|
85
|
-
"name": "\u63a2\u6d4b\uff1a\
|
|
85
|
+
"name": "\u63a2\u6d4b\uff1a\u72d7\u53eb\u58f0"
|
|
86
86
|
},
|
|
87
87
|
"detections_car_alarm": {
|
|
88
88
|
"name": "\u63a2\u6d4b\uff1a\u6c7d\u8f66\u8b66\u62a5"
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
"name": "\u63a2\u6d4b\uff1a\u5a74\u513f\u557c\u54ed"
|
|
449
449
|
},
|
|
450
450
|
"detections_barking": {
|
|
451
|
-
"name": "\u63a2\u6d4b\uff1a\
|
|
451
|
+
"name": "\u63a2\u6d4b\uff1a\u72d7\u53eb\u58f0"
|
|
452
452
|
},
|
|
453
453
|
"detections_car_alarm": {
|
|
454
454
|
"name": "\u63a2\u6d4b\uff1a\u6c7d\u8f66\u8b66\u62a5"
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
"user": {
|
|
8
8
|
"data": {
|
|
9
9
|
"always_available": "Sensor alltid tillg\u00e4nglig",
|
|
10
|
-
"cycle": "M\
|
|
10
|
+
"cycle": "M\u00e4tarnollst\u00e4llningsperiod",
|
|
11
11
|
"delta_values": "Deltav\u00e4rden",
|
|
12
12
|
"name": "Namn",
|
|
13
13
|
"net_consumption": "Nettof\u00f6rbrukning",
|
|
14
|
-
"offset": "F\u00f6rskjutning av m\
|
|
15
|
-
"periodically_resetting": "Periodisk \
|
|
14
|
+
"offset": "F\u00f6rskjutning av m\u00e4tarnollst\u00e4llning",
|
|
15
|
+
"periodically_resetting": "Periodisk nollst\u00e4llning",
|
|
16
16
|
"source": "Ing\u00e5ngssensor",
|
|
17
17
|
"tariffs": "Tariffer som st\u00f6ds"
|
|
18
18
|
},
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"always_available": "Om aktiverat s\u00e5 kommer sensorn alltid att visa det senast k\u00e4nda v\u00e4rdet, \u00e4ven om k\u00e4llentiteten \u00e4r otillg\u00e4nglig eller ok\u00e4nd.",
|
|
21
21
|
"delta_values": "Aktivera om k\u00e4llv\u00e4rdena \u00e4r deltav\u00e4rden sedan den senaste avl\u00e4sningen ist\u00e4llet f\u00f6r absoluta v\u00e4rden.",
|
|
22
22
|
"net_consumption": "Aktivera om k\u00e4llan \u00e4r en nettom\u00e4tare, vilket betyder att den b\u00e5de kan \u00f6ka och minska.",
|
|
23
|
-
"offset": "F\u00f6rskjut dagen f\u00f6r en m\u00e5natlig m\
|
|
23
|
+
"offset": "F\u00f6rskjut dagen f\u00f6r en m\u00e5natlig m\u00e4tarnollst\u00e4llning.",
|
|
24
24
|
"periodically_resetting": "Aktivera om k\u00e4llan periodvis kan \u00e5terst\u00e4llas till 0, till exempel vid uppstart av m\u00e4tenheten. Om inaktiverat s\u00e5 registreras nya avl\u00e4sningar direkt efter att data varit otillg\u00e4ngligt.",
|
|
25
|
-
"tariffs": "En lista \u00f6ver st\u00f6dda tariffer, l\u00e4mna
|
|
25
|
+
"tariffs": "En lista \u00f6ver st\u00f6dda tariffer, l\u00e4mna tomt om bara en enda tariff beh\u00f6vs."
|
|
26
26
|
},
|
|
27
|
-
"description": "Skapa en sensor som f\u00f6ljer f\u00f6rbrukningen av t.ex. energi, gas, vatten
|
|
27
|
+
"description": "Skapa en sensor som f\u00f6ljer f\u00f6rbrukningen av t.ex. energi, gas, vatten eller v\u00e4rme, \u00f6ver en konfigurerad tidsperiod, vanligen m\u00e5nadsvis. M\u00e4tarsensorn st\u00f6der valfritt att dela upp f\u00f6rbrukningen efter tariffer, i s\u00e5 fall skapas en sensor f\u00f6r varje tariff samt en valentitet f\u00f6r att v\u00e4lja den aktuella tariffen.",
|
|
28
28
|
"title": "Skapa m\u00e4tare"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"init": {
|
|
35
35
|
"data": {
|
|
36
36
|
"always_available": "Sensor alltid tillg\u00e4nglig",
|
|
37
|
-
"periodically_resetting": "Periodisk \
|
|
37
|
+
"periodically_resetting": "Periodisk nollst\u00e4llning",
|
|
38
38
|
"source": "Ing\u00e5ngssensor"
|
|
39
39
|
},
|
|
40
40
|
"data_description": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"daily": "Dagligen",
|
|
52
52
|
"hourly": "Timvis",
|
|
53
53
|
"monthly": "M\u00e5nadsvis",
|
|
54
|
-
"none": "Ingen
|
|
54
|
+
"none": "Ingen period",
|
|
55
55
|
"quarter-hourly": "Kvartsvis",
|
|
56
56
|
"quarterly": "Kvartalsvis",
|
|
57
57
|
"weekly": "Veckovis",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"name": "Kalibrera"
|
|
72
72
|
},
|
|
73
73
|
"reset": {
|
|
74
|
-
"description": "\
|
|
74
|
+
"description": "Nollst\u00e4ller alla r\u00e4knare f\u00f6r en m\u00e4tare.",
|
|
75
75
|
"name": "Nollst\u00e4ll"
|
|
76
76
|
}
|
|
77
77
|
},
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
4
|
"already_configured": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u0432\u0435\u0447\u0435 \u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u043e.",
|
|
5
|
+
"already_in_progress": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u0432\u0435\u0447\u0435 \u0435 \u043e\u0442\u043a\u0440\u0438\u0442\u043e. \u041f\u0440\u043e\u0432\u0435\u0440\u0435\u0442\u0435 \u043e\u0442\u043a\u0440\u0438\u0442\u0438\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430.",
|
|
6
|
+
"cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435 \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e. \u041c\u043e\u043b\u044f, \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e.",
|
|
5
7
|
"unknown_error": "\u0412\u044a\u0437\u043d\u0438\u043a\u043d\u0430 \u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430."
|
|
6
8
|
},
|
|
7
9
|
"error": {
|