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
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"entity": {
|
|
3
|
+
"sensor": {
|
|
4
|
+
"earned_trophies_bronze": {
|
|
5
|
+
"name": "Tr\u00f3faithe cr\u00e9-umha",
|
|
6
|
+
"unit_of_measurement": "tr\u00f3faithe"
|
|
7
|
+
},
|
|
8
|
+
"earned_trophies_gold": {
|
|
9
|
+
"name": "Tr\u00f3faithe \u00f3ir",
|
|
10
|
+
"unit_of_measurement": "tr\u00f3faithe"
|
|
11
|
+
},
|
|
12
|
+
"earned_trophies_platinum": {
|
|
13
|
+
"name": "Tr\u00f3faithe platanam",
|
|
14
|
+
"unit_of_measurement": "tr\u00f3faithe"
|
|
15
|
+
},
|
|
16
|
+
"earned_trophies_silver": {
|
|
17
|
+
"name": "Tr\u00f3faithe airgid",
|
|
18
|
+
"unit_of_measurement": "tr\u00f3faithe"
|
|
19
|
+
},
|
|
20
|
+
"online_id": {
|
|
21
|
+
"name": "Aitheantas Ar L\u00edne"
|
|
22
|
+
},
|
|
23
|
+
"trophy_level": {
|
|
24
|
+
"name": "Leibh\u00e9al tr\u00f3fa\u00ed"
|
|
25
|
+
},
|
|
26
|
+
"trophy_level_progress": {
|
|
27
|
+
"name": "An ch\u00e9ad leibh\u00e9al eile"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Akun sudah dikonfigurasi",
|
|
5
|
+
"reauth_successful": "Autentikasi ulang berhasil"
|
|
6
|
+
},
|
|
7
|
+
"error": {
|
|
8
|
+
"cannot_connect": "Gagal terhubung",
|
|
9
|
+
"invalid_account": "Token akses tidak valid",
|
|
10
|
+
"invalid_auth": "Autentikasi tidak valid",
|
|
11
|
+
"unknown": "Kesalahan tak terduga"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"entity": {
|
|
3
|
+
"sensor": {
|
|
4
|
+
"earned_trophies_silver": {
|
|
5
|
+
"name": "\u0421\u0440\u0435\u0431\u0440\u0435\u043d\u0438 \u0442\u0440\u043e\u0444\u0435\u0438"
|
|
6
|
+
},
|
|
7
|
+
"online_id": {
|
|
8
|
+
"name": "\u041e\u043d\u043b\u0430\u0458\u043d-ID"
|
|
9
|
+
},
|
|
10
|
+
"trophy_level": {
|
|
11
|
+
"name": "\u041d\u0438\u0432\u043e \u043d\u0430 \u0442\u0440\u043e\u0444\u0435\u0458"
|
|
12
|
+
},
|
|
13
|
+
"trophy_level_progress": {
|
|
14
|
+
"name": "\u0421\u043b\u0435\u0434\u043d\u043e \u043d\u0438\u0432\u043e"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Konto jest ju\u017c skonfigurowane",
|
|
5
|
+
"reauth_successful": "Ponowne uwierzytelnienie si\u0119 powiod\u0142o",
|
|
6
|
+
"unique_id_mismatch": "Podany token NPSSO odpowiada kontu {wrong_account}. Prosz\u0119 ponownie uwierzytelni\u0107 si\u0119 za pomoc\u0105 konta **{name}**"
|
|
7
|
+
},
|
|
8
|
+
"error": {
|
|
9
|
+
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
|
10
|
+
"invalid_account": "Niepoprawny token dost\u0119pu",
|
|
11
|
+
"invalid_auth": "Niepoprawne uwierzytelnienie",
|
|
12
|
+
"unknown": "Nieoczekiwany b\u0142\u0105d"
|
|
13
|
+
},
|
|
14
|
+
"step": {
|
|
15
|
+
"reauth_confirm": {
|
|
16
|
+
"data": {
|
|
17
|
+
"npsso": "Token NPSSO"
|
|
18
|
+
},
|
|
19
|
+
"data_description": {
|
|
20
|
+
"npsso": "Token NPSSO jest generowany po pomy\u015blnym zalogowaniu si\u0119 na konto PlayStation Network i s\u0142u\u017cy do uwierzytelniania \u017c\u0105da\u0144 w aplikacji Home Assistant."
|
|
21
|
+
},
|
|
22
|
+
"description": "Token NPSSO dla **{name}** wygas\u0142. Aby uzyska\u0107 nowy, zaloguj si\u0119 najpierw na swoje [konto PlayStation]({psn_link}). Nast\u0119pnie [kliknij tutaj]({npsso_link}), aby pozyska\u0107 token.",
|
|
23
|
+
"title": "Ponowne uwierzytelnienie {name} w PlayStation Network"
|
|
24
|
+
},
|
|
25
|
+
"user": {
|
|
26
|
+
"data": {
|
|
27
|
+
"npsso": "Token NPSSO"
|
|
28
|
+
},
|
|
29
|
+
"data_description": {
|
|
30
|
+
"npsso": "Token NPSSO jest generowany po pomy\u015blnym zalogowaniu si\u0119 na konto PlayStation Network i s\u0142u\u017cy do uwierzytelniania \u017c\u0105da\u0144 w aplikacji Home Assistant."
|
|
31
|
+
},
|
|
32
|
+
"description": "Aby uzyska\u0107 token NPSSO, zaloguj si\u0119 najpierw na swoje [konto PlayStation]({psn_link}). Nast\u0119pnie [kliknij tutaj]({npsso_link}), aby pobra\u0107 token."
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"entity": {
|
|
37
|
+
"sensor": {
|
|
38
|
+
"earned_trophies_bronze": {
|
|
39
|
+
"name": "Br\u0105z",
|
|
40
|
+
"unit_of_measurement": "trofea"
|
|
41
|
+
},
|
|
42
|
+
"earned_trophies_gold": {
|
|
43
|
+
"name": "Z\u0142oto",
|
|
44
|
+
"unit_of_measurement": "trofea"
|
|
45
|
+
},
|
|
46
|
+
"earned_trophies_platinum": {
|
|
47
|
+
"name": "Platyna",
|
|
48
|
+
"unit_of_measurement": "trofea"
|
|
49
|
+
},
|
|
50
|
+
"earned_trophies_silver": {
|
|
51
|
+
"name": "Srebro",
|
|
52
|
+
"unit_of_measurement": "trofea"
|
|
53
|
+
},
|
|
54
|
+
"online_id": {
|
|
55
|
+
"name": "Identyfikator online"
|
|
56
|
+
},
|
|
57
|
+
"trophy_level": {
|
|
58
|
+
"name": "Poziom trofe\u00f3w"
|
|
59
|
+
},
|
|
60
|
+
"trophy_level_progress": {
|
|
61
|
+
"name": "Nast\u0119pny poziom"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"exceptions": {
|
|
66
|
+
"not_ready": {
|
|
67
|
+
"message": "Uwierzytelnianie w PlayStation Network nie powiod\u0142o si\u0119."
|
|
68
|
+
},
|
|
69
|
+
"update_failed": {
|
|
70
|
+
"message": "Pobieranie danych nie powiod\u0142o si\u0119 podczas pr\u00f3by uzyskania dost\u0119pu do PlayStation Network."
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
@@ -28,5 +28,34 @@
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
+
},
|
|
32
|
+
"entity": {
|
|
33
|
+
"sensor": {
|
|
34
|
+
"earned_trophies_bronze": {
|
|
35
|
+
"name": "Bronstrof\u00e9er",
|
|
36
|
+
"unit_of_measurement": "trof\u00e9er"
|
|
37
|
+
},
|
|
38
|
+
"earned_trophies_gold": {
|
|
39
|
+
"name": "Guldtrof\u00e9er",
|
|
40
|
+
"unit_of_measurement": "trof\u00e9er"
|
|
41
|
+
},
|
|
42
|
+
"earned_trophies_platinum": {
|
|
43
|
+
"name": "Platinatrof\u00e9er",
|
|
44
|
+
"unit_of_measurement": "trof\u00e9er"
|
|
45
|
+
},
|
|
46
|
+
"earned_trophies_silver": {
|
|
47
|
+
"name": "Silvertrof\u00e9er",
|
|
48
|
+
"unit_of_measurement": "trof\u00e9er"
|
|
49
|
+
},
|
|
50
|
+
"online_id": {
|
|
51
|
+
"name": "Online-ID"
|
|
52
|
+
},
|
|
53
|
+
"trophy_level": {
|
|
54
|
+
"name": "Trof\u00e9niv\u00e5"
|
|
55
|
+
},
|
|
56
|
+
"trophy_level_progress": {
|
|
57
|
+
"name": "N\u00e4sta niv\u00e5"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
31
60
|
}
|
|
32
61
|
}
|
|
@@ -33,6 +33,35 @@
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
+
"entity": {
|
|
37
|
+
"sensor": {
|
|
38
|
+
"earned_trophies_bronze": {
|
|
39
|
+
"name": "\u94dc\u5956\u676f",
|
|
40
|
+
"unit_of_measurement": "\u5956\u676f"
|
|
41
|
+
},
|
|
42
|
+
"earned_trophies_gold": {
|
|
43
|
+
"name": "\u91d1\u5956\u676f",
|
|
44
|
+
"unit_of_measurement": "\u5956\u676f"
|
|
45
|
+
},
|
|
46
|
+
"earned_trophies_platinum": {
|
|
47
|
+
"name": "\u767d\u91d1\u5956\u676f",
|
|
48
|
+
"unit_of_measurement": "\u5956\u676f"
|
|
49
|
+
},
|
|
50
|
+
"earned_trophies_silver": {
|
|
51
|
+
"name": "\u94f6\u5956\u676f",
|
|
52
|
+
"unit_of_measurement": "\u5956\u676f"
|
|
53
|
+
},
|
|
54
|
+
"online_id": {
|
|
55
|
+
"name": "\u5728\u7ebf ID"
|
|
56
|
+
},
|
|
57
|
+
"trophy_level": {
|
|
58
|
+
"name": "\u5956\u676f\u7ea7\u522b"
|
|
59
|
+
},
|
|
60
|
+
"trophy_level_progress": {
|
|
61
|
+
"name": "\u4e0b\u4e00\u7ea7"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
36
65
|
"exceptions": {
|
|
37
66
|
"not_ready": {
|
|
38
67
|
"message": "PlayStation Network \u8eab\u4efd\u9a8c\u8bc1\u5931\u8d25\u3002"
|
|
@@ -99,10 +99,10 @@
|
|
|
99
99
|
},
|
|
100
100
|
"number": {
|
|
101
101
|
"max_dhw_temperature": {
|
|
102
|
-
"name": "B\u00f6rv\u00e4rde f\u00f6r
|
|
102
|
+
"name": "B\u00f6rv\u00e4rde f\u00f6r varmvatten"
|
|
103
103
|
},
|
|
104
104
|
"maximum_boiler_temperature": {
|
|
105
|
-
"name": "
|
|
105
|
+
"name": "H\u00f6gsta b\u00f6rv\u00e4rde f\u00f6r panntemperatur"
|
|
106
106
|
},
|
|
107
107
|
"temperature_offset": {
|
|
108
108
|
"name": "Temperaturf\u00f6rskjutning"
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"sensor": {
|
|
12
12
|
"data": {
|
|
13
13
|
"device_class": "Enhetsklass",
|
|
14
|
-
"maximum": "
|
|
15
|
-
"minimum": "
|
|
14
|
+
"maximum": "H\u00f6gst",
|
|
15
|
+
"minimum": "L\u00e4gst",
|
|
16
16
|
"name": "Namn",
|
|
17
17
|
"unit_of_measurement": "M\u00e5ttenhet"
|
|
18
18
|
},
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"sensor": {
|
|
38
38
|
"data": {
|
|
39
39
|
"device_class": "Enhetsklass",
|
|
40
|
-
"maximum": "
|
|
41
|
-
"minimum": "
|
|
40
|
+
"maximum": "H\u00f6gst",
|
|
41
|
+
"minimum": "L\u00e4gst",
|
|
42
42
|
"unit_of_measurement": "M\u00e5ttenhet"
|
|
43
43
|
},
|
|
44
44
|
"title": "Slumpm\u00e4ssig sensor"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Palvelu on jo m\u00e4\u00e4ritetty"
|
|
5
|
+
},
|
|
6
|
+
"error": {
|
|
7
|
+
"cannot_connect": "Yhteyden muodostaminen ep\u00e4onnistui",
|
|
8
|
+
"forbidden": "Palvelin ymm\u00e4rsi pyynn\u00f6n, mutta kielt\u00e4ytyi hyv\u00e4ksym\u00e4st\u00e4 sit\u00e4.",
|
|
9
|
+
"invalid_ics_file": "Kalenteritietojen lukemisessa oli ongelma. Katso lis\u00e4tietoja virhelokista."
|
|
10
|
+
},
|
|
11
|
+
"step": {
|
|
12
|
+
"user": {
|
|
13
|
+
"data": {
|
|
14
|
+
"calendar_name": "Kalenterin nimi",
|
|
15
|
+
"url": "Kalenterin URL-osoite"
|
|
16
|
+
},
|
|
17
|
+
"data_description": {
|
|
18
|
+
"calendar_name": "K\u00e4ytt\u00f6liittym\u00e4ss\u00e4 n\u00e4kyv\u00e4 kalenterin nimi.",
|
|
19
|
+
"url": "Et\u00e4kalenterin URL-osoite."
|
|
20
|
+
},
|
|
21
|
+
"description": "Anna tuotavalle kalenterille nimi"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"exceptions": {
|
|
26
|
+
"unable_to_fetch": {
|
|
27
|
+
"message": "Kalenteritietojen nouto ep\u00e4onnistui: {err}"
|
|
28
|
+
},
|
|
29
|
+
"unable_to_parse": {
|
|
30
|
+
"message": "Kalenteritietojen j\u00e4sent\u00e4minen ep\u00e4onnistui: {err}"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"title": "Et\u00e4kalenteri"
|
|
34
|
+
}
|
|
@@ -11,19 +11,19 @@
|
|
|
11
11
|
"selected_option": "Nuvarande valt alternativ f\u00f6r {entity_name}"
|
|
12
12
|
},
|
|
13
13
|
"extra_fields": {
|
|
14
|
-
"cycle": "
|
|
14
|
+
"cycle": "Loopa",
|
|
15
15
|
"for": "Varaktighet",
|
|
16
16
|
"from": "Fr\u00e5n",
|
|
17
17
|
"option": "Alternativ",
|
|
18
18
|
"to": "Till"
|
|
19
19
|
},
|
|
20
20
|
"trigger_type": {
|
|
21
|
-
"current_option_changed": "Alternativ f\u00f6r {entity_name}
|
|
21
|
+
"current_option_changed": "Alternativ f\u00f6r {entity_name} \u00e4ndrat"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"entity_component": {
|
|
25
25
|
"_": {
|
|
26
|
-
"name": "
|
|
26
|
+
"name": "Val",
|
|
27
27
|
"state_attributes": {
|
|
28
28
|
"options": {
|
|
29
29
|
"name": "Alternativ"
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"name": "Sista"
|
|
47
47
|
},
|
|
48
48
|
"select_next": {
|
|
49
|
-
"description": "V\u00e4ljer n\u00e4sta
|
|
49
|
+
"description": "V\u00e4ljer det n\u00e4sta alternativet.",
|
|
50
50
|
"fields": {
|
|
51
51
|
"cycle": {
|
|
52
|
-
"description": "Om alternativet ska
|
|
53
|
-
"name": "
|
|
52
|
+
"description": "Om alternativet ska loopa fr\u00e5n det sista till det f\u00f6rsta.",
|
|
53
|
+
"name": "Loopa"
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"name": "N\u00e4sta"
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
"name": "V\u00e4lj"
|
|
67
67
|
},
|
|
68
68
|
"select_previous": {
|
|
69
|
-
"description": "V\u00e4ljer f\u00f6reg\u00e5ende
|
|
69
|
+
"description": "V\u00e4ljer det f\u00f6reg\u00e5ende alternativet.",
|
|
70
70
|
"fields": {
|
|
71
71
|
"cycle": {
|
|
72
|
-
"description": "Om alternativet ska
|
|
73
|
-
"name": "
|
|
72
|
+
"description": "Om alternativet ska loopa fr\u00e5n det f\u00f6rsta till det sista.",
|
|
73
|
+
"name": "Loopa"
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
"name": "F\u00f6reg\u00e5ende"
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
|
-
"title": "
|
|
79
|
+
"title": "Val"
|
|
80
80
|
}
|
|
@@ -5,7 +5,7 @@ from pysmarlaapi import Connection, Federwiege
|
|
|
5
5
|
from homeassistant.config_entries import ConfigEntry
|
|
6
6
|
from homeassistant.const import CONF_ACCESS_TOKEN
|
|
7
7
|
from homeassistant.core import HomeAssistant
|
|
8
|
-
from homeassistant.exceptions import
|
|
8
|
+
from homeassistant.exceptions import ConfigEntryError
|
|
9
9
|
|
|
10
10
|
from .const import HOST, PLATFORMS
|
|
11
11
|
|
|
@@ -18,7 +18,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: FederwiegeConfigEntry) -
|
|
|
18
18
|
|
|
19
19
|
# Check if token still has access
|
|
20
20
|
if not await connection.refresh_token():
|
|
21
|
-
raise
|
|
21
|
+
raise ConfigEntryError("Invalid authentication")
|
|
22
22
|
|
|
23
23
|
federwiege = Federwiege(hass.loop, connection)
|
|
24
24
|
federwiege.register()
|
|
@@ -25,6 +25,11 @@
|
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
|
+
"exceptions": {
|
|
29
|
+
"entity_not_found": {
|
|
30
|
+
"message": "\u041e\u0431\u0435\u043a\u0442\u044a\u0442 {entity_id} \u043d\u0435 \u0435 \u043d\u0430\u043c\u0435\u0440\u0435\u043d."
|
|
31
|
+
}
|
|
32
|
+
},
|
|
28
33
|
"services": {
|
|
29
34
|
"restore": {
|
|
30
35
|
"fields": {
|
|
@@ -83,6 +83,9 @@
|
|
|
83
83
|
"announce_media_error": {
|
|
84
84
|
"message": "Oznamov\u00e1n\u00ed klipu {media_id} se nezda\u0159ilo: {response}"
|
|
85
85
|
},
|
|
86
|
+
"entity_not_found": {
|
|
87
|
+
"message": "Entita {entity_id} nebyla nalezena."
|
|
88
|
+
},
|
|
86
89
|
"invalid_content_type": {
|
|
87
90
|
"message": "Sonos nepodporuje typ medi\u00e1ln\u00edho obsahu: {media_type}"
|
|
88
91
|
},
|
|
@@ -95,6 +98,9 @@
|
|
|
95
98
|
"invalid_sonos_playlist": {
|
|
96
99
|
"message": "Nelze naj\u00edt seznam skladeb Sonos: {name}"
|
|
97
100
|
},
|
|
101
|
+
"speaker_not_found": {
|
|
102
|
+
"message": "{entity_id} nen\u00ed zn\u00e1m\u00fd reproduktor Sonos."
|
|
103
|
+
},
|
|
98
104
|
"timeout_join": {
|
|
99
105
|
"message": "\u010casov\u00fd limit p\u0159i \u010dek\u00e1n\u00ed na p\u0159ipojen\u00ed hr\u00e1\u010de Sonos ke skupin\u011b {group_description}"
|
|
100
106
|
}
|
|
@@ -83,12 +83,18 @@
|
|
|
83
83
|
"announce_media_error": {
|
|
84
84
|
"message": "\u03a4\u03bf \u03ba\u03bb\u03b9\u03c0 \u03b1\u03bd\u03b1\u03ba\u03bf\u03af\u03bd\u03c9\u03c3\u03b7\u03c2 {media_id} \u03b1\u03c0\u03ad\u03c4\u03c5\u03c7\u03b5 {response}"
|
|
85
85
|
},
|
|
86
|
+
"entity_not_found": {
|
|
87
|
+
"message": "\u0397 \u03bf\u03bd\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 {entity_id} \u03b4\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b5."
|
|
88
|
+
},
|
|
86
89
|
"invalid_favorite": {
|
|
87
90
|
"message": "\u0394\u03b5\u03bd \u03ae\u03c4\u03b1\u03bd \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae \u03b7 \u03b5\u03cd\u03c1\u03b5\u03c3\u03b7 \u03b5\u03bd\u03cc\u03c2 \u03b1\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c4\u03bf\u03c5 Sonos: {name}"
|
|
88
91
|
},
|
|
89
92
|
"invalid_sonos_playlist": {
|
|
90
93
|
"message": "\u0394\u03b5\u03bd \u03ae\u03c4\u03b1\u03bd \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae \u03b7 \u03b5\u03cd\u03c1\u03b5\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03bb\u03af\u03c3\u03c4\u03b1\u03c2 \u03b1\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 Sonos: {name}"
|
|
91
94
|
},
|
|
95
|
+
"speaker_not_found": {
|
|
96
|
+
"message": "\u03a4\u03bf {entity_id} \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b3\u03bd\u03c9\u03c3\u03c4\u03cc \u03b7\u03c7\u03b5\u03af\u03bf Sonos."
|
|
97
|
+
},
|
|
92
98
|
"timeout_join": {
|
|
93
99
|
"message": "\u039b\u03ae\u03be\u03b7 \u03c7\u03c1\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd \u03bf\u03c1\u03af\u03bf\u03c5 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03ad\u03bd\u03c4\u03b1\u03be\u03b7 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2 \u03b1\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 \u03c0\u03bf\u03bb\u03c5\u03bc\u03ad\u03c3\u03c9\u03bd Sonos \u03c3\u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 {group_description}"
|
|
94
100
|
}
|
|
@@ -3,5 +3,13 @@
|
|
|
3
3
|
"abort": {
|
|
4
4
|
"not_ipv4_address": "Gan aon seoladh IPv4 san fhaisn\u00e9is fionnachtana SSDP"
|
|
5
5
|
}
|
|
6
|
+
},
|
|
7
|
+
"exceptions": {
|
|
8
|
+
"entity_not_found": {
|
|
9
|
+
"message": "N\u00edor aims\u00edodh eintiteas {entity_id}."
|
|
10
|
+
},
|
|
11
|
+
"speaker_not_found": {
|
|
12
|
+
"message": "N\u00ed cainteoir Sonos aitheanta \u00e9 {entity_id}."
|
|
13
|
+
}
|
|
6
14
|
}
|
|
7
15
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"exceptions": {
|
|
3
|
+
"entity_not_found": {
|
|
4
|
+
"message": "\u0415\u043d\u0442\u0438\u0442\u0435\u0442\u043e\u0442 {entity_id} \u043d\u0435 \u0435 \u043f\u0440\u043e\u043d\u0430\u0458\u0434\u0435\u043d."
|
|
5
|
+
},
|
|
6
|
+
"speaker_not_found": {
|
|
7
|
+
"message": "{entity_id} \u043d\u0435 \u0435 \u043f\u043e\u0437\u043d\u0430\u0442 \u0437\u0432\u0443\u0447\u043d\u0438\u043a \u043d\u0430 Sonos."
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -83,6 +83,9 @@
|
|
|
83
83
|
"announce_media_error": {
|
|
84
84
|
"message": "\u0410\u043d\u043e\u043d\u0441 \u043a\u043b\u0438\u043f\u0430 {media_id} \u043d\u0435 \u0443\u0434\u0430\u043b\u0441\u044f {response}"
|
|
85
85
|
},
|
|
86
|
+
"entity_not_found": {
|
|
87
|
+
"message": "\u041e\u0431\u044a\u0435\u043a\u0442 {entity_id} \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d."
|
|
88
|
+
},
|
|
86
89
|
"invalid_content_type": {
|
|
87
90
|
"message": "Sonos \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u0438\u043f \u043c\u0435\u0434\u0438\u0430\u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430: {media_type}"
|
|
88
91
|
},
|
|
@@ -94,6 +97,9 @@
|
|
|
94
97
|
},
|
|
95
98
|
"invalid_sonos_playlist": {
|
|
96
99
|
"message": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0439\u0442\u0438 \u043f\u043b\u0435\u0439\u043b\u0438\u0441\u0442 Sonos: {name}"
|
|
100
|
+
},
|
|
101
|
+
"speaker_not_found": {
|
|
102
|
+
"message": "{entity_id} \u043d\u0435 \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0439 \u043a\u043e\u043b\u043e\u043d\u043a\u043e\u0439 Sonos."
|
|
97
103
|
}
|
|
98
104
|
},
|
|
99
105
|
"issues": {
|
|
@@ -83,6 +83,9 @@
|
|
|
83
83
|
"announce_media_error": {
|
|
84
84
|
"message": "Tillk\u00e4nnagivning av klipp {media_id} Misslyckades {response}"
|
|
85
85
|
},
|
|
86
|
+
"entity_not_found": {
|
|
87
|
+
"message": "Entitet {entity_id} hittades inte."
|
|
88
|
+
},
|
|
86
89
|
"invalid_content_type": {
|
|
87
90
|
"message": "Sonos st\u00f6der inte medieinneh\u00e5llstyp: {media_type}"
|
|
88
91
|
},
|
|
@@ -94,6 +97,9 @@
|
|
|
94
97
|
},
|
|
95
98
|
"invalid_sonos_playlist": {
|
|
96
99
|
"message": "Kunde inte hitta Sonos-spellistan: {name}"
|
|
100
|
+
},
|
|
101
|
+
"speaker_not_found": {
|
|
102
|
+
"message": "{entity_id} \u00e4r inte en k\u00e4nd Sonos-h\u00f6gtalare."
|
|
97
103
|
}
|
|
98
104
|
},
|
|
99
105
|
"issues": {
|
|
@@ -83,6 +83,9 @@
|
|
|
83
83
|
"announce_media_error": {
|
|
84
84
|
"message": "\u64ad\u62a5\u7247\u6bb5 {media_id} \u5931\u8d25 {response}"
|
|
85
85
|
},
|
|
86
|
+
"entity_not_found": {
|
|
87
|
+
"message": "\u672a\u627e\u5230\u5b9e\u4f53 {entity_id} \u3002"
|
|
88
|
+
},
|
|
86
89
|
"invalid_content_type": {
|
|
87
90
|
"message": "Sonos \u4e0d\u652f\u6301\u5a92\u4f53\u5185\u5bb9\u7c7b\u578b\uff1a{media_type}"
|
|
88
91
|
},
|
|
@@ -94,6 +97,12 @@
|
|
|
94
97
|
},
|
|
95
98
|
"invalid_sonos_playlist": {
|
|
96
99
|
"message": "\u627e\u4e0d\u5230 Sonos \u64ad\u653e\u5217\u8868\uff1a{name}"
|
|
100
|
+
},
|
|
101
|
+
"speaker_not_found": {
|
|
102
|
+
"message": "{entity_id} \u4e0d\u662f\u5df2\u77e5\u7684 Sonos \u626c\u58f0\u5668\u3002"
|
|
103
|
+
},
|
|
104
|
+
"timeout_join": {
|
|
105
|
+
"message": "\u7b49\u5f85 Sonos \u64ad\u653e\u5668\u52a0\u5165\u7fa4\u7ec4\u201c{group_description}\u201d\u65f6\u8d85\u65f6"
|
|
97
106
|
}
|
|
98
107
|
},
|
|
99
108
|
"issues": {
|
|
@@ -83,6 +83,9 @@
|
|
|
83
83
|
"announce_media_error": {
|
|
84
84
|
"message": "\u516c\u544a\u526a\u8f2f {media_id} \u5931\u6557 {response}"
|
|
85
85
|
},
|
|
86
|
+
"entity_not_found": {
|
|
87
|
+
"message": "\u627e\u4e0d\u5230\u5be6\u9ad4 {entity_id}"
|
|
88
|
+
},
|
|
86
89
|
"invalid_content_type": {
|
|
87
90
|
"message": "Sonos \u4e0d\u652f\u63f4\u5a92\u9ad4\u5167\u5bb9\u985e\u578b\uff1a{media_type}"
|
|
88
91
|
},
|
|
@@ -95,6 +98,9 @@
|
|
|
95
98
|
"invalid_sonos_playlist": {
|
|
96
99
|
"message": "\u627e\u4e0d\u5230 Sonos \u64ad\u653e\u5217\u8868\uff1a {name}"
|
|
97
100
|
},
|
|
101
|
+
"speaker_not_found": {
|
|
102
|
+
"message": "{entity_id} \u4e26\u975e\u5df2\u77e5 Sonos \u63da\u8072\u5668\u3002"
|
|
103
|
+
},
|
|
98
104
|
"timeout_join": {
|
|
99
105
|
"message": "\u7b49\u5f85 Sonos \u64ad\u653e\u5668\u52a0\u5165\u7fa4\u7d44 {group_description} \u6642\u903e\u6642"
|
|
100
106
|
}
|
|
@@ -102,11 +102,11 @@
|
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
104
|
"name": "Unlock specific door",
|
|
105
|
-
"description": "Unlocks
|
|
105
|
+
"description": "Unlocks the driver door, all doors, or the tailgate.",
|
|
106
106
|
"fields": {
|
|
107
107
|
"door": {
|
|
108
108
|
"name": "Door",
|
|
109
|
-
"description": "
|
|
109
|
+
"description": "The specific door(s) to unlock."
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
}
|
|
@@ -101,10 +101,8 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "Odemkne konkr\u00e9tn\u00ed dve\u0159e.",
|
|
105
104
|
"fields": {
|
|
106
105
|
"door": {
|
|
107
|
-
"description": "Kter\u00e9 dve\u0159e otev\u0159\u00edt.",
|
|
108
106
|
"name": "Dve\u0159e"
|
|
109
107
|
}
|
|
110
108
|
},
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "Entriegelt
|
|
104
|
+
"description": "Entriegelt die Fahrert\u00fcr, alle T\u00fcren oder die Heckklappe.",
|
|
105
105
|
"fields": {
|
|
106
106
|
"door": {
|
|
107
|
-
"description": "
|
|
107
|
+
"description": "Die zu entriegelnde(n) T\u00fcr(en).",
|
|
108
108
|
"name": "T\u00fcr"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
@@ -101,10 +101,8 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "\u039e\u03b5\u03ba\u03bb\u03b5\u03b9\u03b4\u03ce\u03bd\u03b5\u03b9 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b5\u03c2 \u03c0\u03cc\u03c1\u03c4\u03b5\u03c2.",
|
|
105
104
|
"fields": {
|
|
106
105
|
"door": {
|
|
107
|
-
"description": "\u03a0\u03bf\u03b9\u03b5\u03c2 \u03c0\u03cc\u03c1\u03c4\u03b5\u03c2 \u03bd\u03b1 \u03b1\u03bd\u03bf\u03af\u03be\u03bf\u03c5\u03bd.",
|
|
108
106
|
"name": "\u03a0\u03cc\u03c1\u03c4\u03b1"
|
|
109
107
|
}
|
|
110
108
|
},
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "Unlocks
|
|
104
|
+
"description": "Unlocks the driver door, all doors, or the tailgate.",
|
|
105
105
|
"fields": {
|
|
106
106
|
"door": {
|
|
107
|
-
"description": "
|
|
107
|
+
"description": "The specific door(s) to unlock.",
|
|
108
108
|
"name": "Door"
|
|
109
109
|
}
|
|
110
110
|
},
|