homeassistant 2025.7.0b0__py3-none-any.whl → 2025.7.0b1__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 +0 -4
- homeassistant/components/alexa_devices/translations/de.json +6 -7
- homeassistant/components/alexa_devices/translations/el.json +4 -5
- homeassistant/components/alexa_devices/translations/en.json +12 -5
- homeassistant/components/alexa_devices/translations/es.json +0 -4
- homeassistant/components/alexa_devices/translations/et.json +4 -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 +4 -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 +15 -4
- homeassistant/components/alexa_devices/translations/zh-Hant.json +4 -5
- homeassistant/components/alexa_devices/utils.py +40 -0
- homeassistant/components/altruist/translations/id.json +11 -0
- homeassistant/components/anthropic/__init__.py +8 -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/buienradar/sensor.py +0 -1
- homeassistant/components/cambridge_audio/translations/sv.json +1 -1
- 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 +2 -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/frontend/manifest.json +1 -1
- homeassistant/components/goodwe/translations/sv.json +5 -5
- homeassistant/components/google_generative_ai_conversation/__init__.py +15 -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/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 +21 -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/translations/ga.json +9 -0
- homeassistant/components/homeassistant_hardware/translations/mk.json +9 -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/translations/ga.json +5 -0
- 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_select/translations/sv.json +6 -6
- homeassistant/components/iron_os/translations/sv.json +1 -1
- homeassistant/components/keenetic_ndms2/translations/id.json +3 -0
- 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/mqtt/translations/bg.json +10 -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/ohme/translations/sv.json +1 -1
- homeassistant/components/ollama/__init__.py +2 -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/onewire/translations/sv.json +4 -4
- homeassistant/components/openai_conversation/__init__.py +2 -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/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/sv.json +29 -0
- homeassistant/components/playstation_network/translations/zh-Hans.json +29 -0
- homeassistant/components/qnap/translations/sv.json +1 -1
- 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/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/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 +52 -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 +49 -10
- 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 +5 -12
- homeassistant/components/telegram_bot/translations/de.json +12 -11
- homeassistant/components/telegram_bot/translations/el.json +5 -12
- homeassistant/components/telegram_bot/translations/en-GB.json +5 -12
- homeassistant/components/telegram_bot/translations/en.json +35 -12
- homeassistant/components/telegram_bot/translations/es.json +5 -12
- homeassistant/components/telegram_bot/translations/et.json +11 -12
- 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 +5 -12
- homeassistant/components/telegram_bot/translations/sv.json +5 -12
- homeassistant/components/telegram_bot/translations/tr.json +5 -12
- homeassistant/components/telegram_bot/translations/zh-Hans.json +5 -12
- homeassistant/components/telegram_bot/translations/zh-Hant.json +5 -12
- homeassistant/components/template/translations/sv.json +5 -5
- 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/whirlpool/translations/sv.json +12 -12
- 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 +15 -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 +12 -8
- homeassistant/components/zwave_js/manifest.json +1 -1
- 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.0b1.dist-info}/METADATA +1 -1
- {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b1.dist-info}/RECORD +208 -192
- {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b1.dist-info}/WHEEL +0 -0
- {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b1.dist-info}/entry_points.txt +0 -0
- {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b1.dist-info}/licenses/LICENSE.md +0 -0
- {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b1.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
- {homeassistant-2025.7.0b0.dist-info → homeassistant-2025.7.0b1.dist-info}/top_level.txt +0 -0
|
@@ -17,18 +17,13 @@
|
|
|
17
17
|
},
|
|
18
18
|
"reconfigure": {
|
|
19
19
|
"data": {
|
|
20
|
-
"platform": "\u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d4"
|
|
21
|
-
"proxy_url": "\u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05ea\u05e8 \u05e9\u05dc \u05e4\u05e8\u05d5\u05e7\u05e1\u05d9"
|
|
20
|
+
"platform": "\u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d4"
|
|
22
21
|
}
|
|
23
22
|
},
|
|
24
23
|
"user": {
|
|
25
24
|
"data": {
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
"proxy_url": "\u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05ea\u05e8 \u05e9\u05dc \u05e4\u05e8\u05d5\u05e7\u05e1\u05d9"
|
|
29
|
-
},
|
|
30
|
-
"description": "\u05d9\u05e6\u05d9\u05e8\u05ea \u05d1\u05d5\u05d8 \u05d7\u05d3\u05e9 \u05d1\u05d8\u05dc\u05d2\u05e8\u05dd",
|
|
31
|
-
"title": "\u05d4\u05d2\u05d3\u05e8\u05ea \u05d1\u05d5\u05d8 \u05d8\u05dc\u05d2\u05e8\u05dd"
|
|
25
|
+
"platform": "\u05e4\u05dc\u05d8\u05e4\u05d5\u05e8\u05de\u05d4"
|
|
26
|
+
}
|
|
32
27
|
},
|
|
33
28
|
"webhooks": {
|
|
34
29
|
"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 megval\u00f3s\u00edt\u00e1s"
|
|
32
|
-
"proxy_url": "Proxy URL, ha proxy m\u00f6g\u00f6tt m\u0171k\u00f6dik, opcion\u00e1lisan felhaszn\u00e1l\u00f3n\u00e9vvel \u00e9s jelsz\u00f3val egy\u00fctt.\n(p\u00e9lda: socks5://username:password@proxy_ip:proxy_port)"
|
|
30
|
+
"platform": "Telegram bot megval\u00f3s\u00edt\u00e1s"
|
|
33
31
|
},
|
|
34
32
|
"description": "Telegram bot \u00fajrakonfigur\u00e1l\u00e1sa",
|
|
35
33
|
"title": "Telegram bot be\u00e1ll\u00edt\u00e1sa"
|
|
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": "A bot API tokenje.",
|
|
45
|
-
"platform": "Telegram bot megval\u00f3s\u00edt\u00e1s"
|
|
46
|
-
|
|
47
|
-
},
|
|
48
|
-
"description": "\u00daj Telegram bot l\u00e9trehoz\u00e1sa",
|
|
49
|
-
"title": "Telegram bot be\u00e1ll\u00edt\u00e1sa"
|
|
41
|
+
"platform": "Telegram bot megval\u00f3s\u00edt\u00e1s"
|
|
42
|
+
}
|
|
50
43
|
},
|
|
51
44
|
"webhooks": {
|
|
52
45
|
"data": {
|
|
@@ -4,11 +4,8 @@
|
|
|
4
4
|
"user": {
|
|
5
5
|
"data_description": {
|
|
6
6
|
"api_key": "Il token API del tuo bot.",
|
|
7
|
-
"platform": "Implementazione del bot di Telegram"
|
|
8
|
-
|
|
9
|
-
},
|
|
10
|
-
"description": "Crea un nuovo bot di Telegram",
|
|
11
|
-
"title": "Configurazione del bot di Telegram"
|
|
7
|
+
"platform": "Implementazione del bot di Telegram"
|
|
8
|
+
}
|
|
12
9
|
},
|
|
13
10
|
"webhooks": {
|
|
14
11
|
"data": {
|
|
@@ -24,29 +24,22 @@
|
|
|
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": "Telegram roboto \u012fdiegimas"
|
|
32
|
-
"proxy_url": "Tarpinio serverio URL, jei veikia u\u017e tokio serverio, pasirinktinai \u012fskaitant vartotojo vard\u0105 ir slapta\u017eod\u012f. \n (socks5://username:password@proxy_ip:proxy_port)"
|
|
30
|
+
"platform": "Telegram roboto \u012fdiegimas"
|
|
33
31
|
},
|
|
34
32
|
"description": "I\u0161 naujo sukonfig\u016bruoti Telegram robot\u0105",
|
|
35
33
|
"title": "Telegram boto s\u0105ranka"
|
|
36
34
|
},
|
|
37
35
|
"user": {
|
|
38
36
|
"data": {
|
|
39
|
-
"
|
|
40
|
-
"platform": "Platforma",
|
|
41
|
-
"proxy_url": "Proxy URL"
|
|
37
|
+
"platform": "Platforma"
|
|
42
38
|
},
|
|
43
39
|
"data_description": {
|
|
44
40
|
"api_key": "J\u016bs\u0173 roboto API prieigos raktas.",
|
|
45
|
-
"platform": "Telegram roboto \u012fdiegimas"
|
|
46
|
-
|
|
47
|
-
},
|
|
48
|
-
"description": "Sukurkite nauj\u0105 Telegram robot\u0105",
|
|
49
|
-
"title": "Telegram roboto s\u0105ranka"
|
|
41
|
+
"platform": "Telegram roboto \u012fdiegimas"
|
|
42
|
+
}
|
|
50
43
|
},
|
|
51
44
|
"webhooks": {
|
|
52
45
|
"data": {
|
|
@@ -15,15 +15,12 @@
|
|
|
15
15
|
},
|
|
16
16
|
"user": {
|
|
17
17
|
"data": {
|
|
18
|
-
"platform": "\u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430"
|
|
19
|
-
"proxy_url": "\u041f\u0440\u043e\u043a\u0441\u0438 URL"
|
|
18
|
+
"platform": "\u041f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0430"
|
|
20
19
|
},
|
|
21
20
|
"data_description": {
|
|
22
21
|
"api_key": "API \u0442\u043e\u043a\u0435\u043d\u043e\u0442 \u043d\u0430 \u0432\u0430\u0448\u0438\u043e\u0442 \u0431\u043e\u0442.",
|
|
23
22
|
"platform": "\u0418\u043c\u043f\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0430 \u043d\u0430 Telegram bot"
|
|
24
|
-
}
|
|
25
|
-
"description": "\u041a\u0440\u0435\u0438\u0440\u0430\u045a\u0435 \u043d\u0430 \u043d\u043e\u0432 Telegram \u0431\u043e\u0442",
|
|
26
|
-
"title": "\u041f\u043e\u0441\u0442\u0430\u0432\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 Telegram \u0431\u043e\u0442"
|
|
23
|
+
}
|
|
27
24
|
},
|
|
28
25
|
"webhooks": {
|
|
29
26
|
"data": {
|
|
@@ -44,6 +41,11 @@
|
|
|
44
41
|
}
|
|
45
42
|
}
|
|
46
43
|
},
|
|
44
|
+
"exceptions": {
|
|
45
|
+
"invalid_chat_ids": {
|
|
46
|
+
"message": "\u041d\u0435\u0432\u0430\u0436\u0435\u0447\u043a\u0438 ID-\u0430 \u0437\u0430 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440: {chat_ids}. \u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u0458\u0442\u0435 \u0433\u0438 ID-\u0430 \u0437\u0430 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440 \u0437\u0430 {bot_name}."
|
|
47
|
+
}
|
|
48
|
+
},
|
|
47
49
|
"services": {
|
|
48
50
|
"send_document": {
|
|
49
51
|
"fields": {
|
|
@@ -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 implementatie"
|
|
32
|
-
"proxy_url": "Proxy URL als je achter een proxy werkt, optioneel met gebruikersnaam en wachtwoord. \n(socks5://username:password@proxy_ip:proxy_port)"
|
|
30
|
+
"platform": "Telegram bot implementatie"
|
|
33
31
|
},
|
|
34
32
|
"description": "Telegram-bot opnieuw instellen",
|
|
35
33
|
"title": "Telegram-bot instellen"
|
|
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": "Het API-token van de bot.",
|
|
45
|
-
"platform": "Telegram bot implementatie"
|
|
46
|
-
|
|
47
|
-
},
|
|
48
|
-
"description": "Maak een nieuwe Telegram-bot",
|
|
49
|
-
"title": "Telegram-bot instellen"
|
|
41
|
+
"platform": "Telegram bot implementatie"
|
|
42
|
+
}
|
|
50
43
|
},
|
|
51
44
|
"webhooks": {
|
|
52
45
|
"data": {
|
|
@@ -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,22 @@
|
|
|
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",
|
|
35
33
|
"title": "Nastavenie bota Telegram"
|
|
36
34
|
},
|
|
37
35
|
"user": {
|
|
38
36
|
"data": {
|
|
39
|
-
"
|
|
40
|
-
"platform": "Platforma",
|
|
41
|
-
"proxy_url": "Proxy URL"
|
|
37
|
+
"platform": "Platforma"
|
|
42
38
|
},
|
|
43
39
|
"data_description": {
|
|
44
40
|
"api_key": "API token v\u00e1\u0161ho bota.",
|
|
45
|
-
"platform": "Implement\u00e1cia bota Telegram"
|
|
46
|
-
|
|
47
|
-
},
|
|
48
|
-
"description": "Vytvorenie nov\u00e9ho bota Telegramu",
|
|
49
|
-
"title": "Nastavenie bota Telegram"
|
|
41
|
+
"platform": "Implement\u00e1cia bota Telegram"
|
|
42
|
+
}
|
|
50
43
|
},
|
|
51
44
|
"webhooks": {
|
|
52
45
|
"data": {
|
|
@@ -24,29 +24,22 @@
|
|
|
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",
|
|
35
33
|
"title": "Inst\u00e4llning av Telegram-bot"
|
|
36
34
|
},
|
|
37
35
|
"user": {
|
|
38
36
|
"data": {
|
|
39
|
-
"
|
|
40
|
-
"platform": "Plattform",
|
|
41
|
-
"proxy_url": "Proxy-URL"
|
|
37
|
+
"platform": "Plattform"
|
|
42
38
|
},
|
|
43
39
|
"data_description": {
|
|
44
40
|
"api_key": "API-token f\u00f6r din bot.",
|
|
45
|
-
"platform": "Implementering av Telegram-bot"
|
|
46
|
-
|
|
47
|
-
},
|
|
48
|
-
"description": "Skapa en ny Telegram-bot",
|
|
49
|
-
"title": "Inst\u00e4llning av Telegram-bot"
|
|
41
|
+
"platform": "Implementering av Telegram-bot"
|
|
42
|
+
}
|
|
50
43
|
},
|
|
51
44
|
"webhooks": {
|
|
52
45
|
"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,22 @@
|
|
|
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",
|
|
35
33
|
"title": "Telegram \u673a\u5668\u4eba\u8bbe\u7f6e"
|
|
36
34
|
},
|
|
37
35
|
"user": {
|
|
38
36
|
"data": {
|
|
39
|
-
"
|
|
40
|
-
"platform": "\u5e73\u53f0",
|
|
41
|
-
"proxy_url": "\u4ee3\u7406\u7f51\u5740"
|
|
37
|
+
"platform": "\u5e73\u53f0"
|
|
42
38
|
},
|
|
43
39
|
"data_description": {
|
|
44
40
|
"api_key": "\u60a8\u673a\u5668\u4eba\u7684 API \u4ee4\u724c\u3002",
|
|
45
|
-
"platform": "Telegram \u673a\u5668\u4eba\u5b9e\u73b0"
|
|
46
|
-
|
|
47
|
-
},
|
|
48
|
-
"description": "\u521b\u5efa\u65b0\u7684 Telegram \u673a\u5668\u4eba",
|
|
49
|
-
"title": "Telegram \u673a\u5668\u4eba\u8bbe\u7f6e"
|
|
41
|
+
"platform": "Telegram \u673a\u5668\u4eba\u5b9e\u73b0"
|
|
42
|
+
}
|
|
50
43
|
},
|
|
51
44
|
"webhooks": {
|
|
52
45
|
"data": {
|
|
@@ -24,29 +24,22 @@
|
|
|
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",
|
|
35
33
|
"title": "Telegram \u6a5f\u5668\u4eba\u8a2d\u5b9a"
|
|
36
34
|
},
|
|
37
35
|
"user": {
|
|
38
36
|
"data": {
|
|
39
|
-
"
|
|
40
|
-
"platform": "\u5e73\u53f0",
|
|
41
|
-
"proxy_url": "\u4ee3\u7406\u7db2\u5740"
|
|
37
|
+
"platform": "\u5e73\u53f0"
|
|
42
38
|
},
|
|
43
39
|
"data_description": {
|
|
44
40
|
"api_key": "\u6a5f\u5668\u4eba API \u6b0a\u6756",
|
|
45
|
-
"platform": "Telegram \u6a5f\u5668\u4eba\u5be6\u4f5c"
|
|
46
|
-
|
|
47
|
-
},
|
|
48
|
-
"description": "\u65b0\u589e Telegram \u6a5f\u5668\u4eba",
|
|
49
|
-
"title": "Telegram \u6a5f\u5668\u4eba\u8a2d\u5b9a"
|
|
41
|
+
"platform": "Telegram \u6a5f\u5668\u4eba\u5be6\u4f5c"
|
|
42
|
+
}
|
|
50
43
|
},
|
|
51
44
|
"webhooks": {
|
|
52
45
|
"data": {
|
|
@@ -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"
|