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
|
@@ -336,7 +336,7 @@ WEATHER_SENSORS: Final[tuple[AemetSensorEntityDescription, ...]] = (
|
|
|
336
336
|
keys=[AOD_WEATHER, AOD_WIND_DIRECTION],
|
|
337
337
|
name="Wind bearing",
|
|
338
338
|
native_unit_of_measurement=DEGREE,
|
|
339
|
-
state_class=SensorStateClass.
|
|
339
|
+
state_class=SensorStateClass.MEASUREMENT_ANGLE,
|
|
340
340
|
device_class=SensorDeviceClass.WIND_DIRECTION,
|
|
341
341
|
),
|
|
342
342
|
AemetSensorEntityDescription(
|
|
@@ -10,7 +10,7 @@ from aioairq.core import AirQ, identify_warming_up_sensors
|
|
|
10
10
|
from homeassistant.config_entries import ConfigEntry
|
|
11
11
|
from homeassistant.const import CONF_IP_ADDRESS, CONF_PASSWORD
|
|
12
12
|
from homeassistant.core import HomeAssistant
|
|
13
|
-
from homeassistant.helpers.aiohttp_client import
|
|
13
|
+
from homeassistant.helpers.aiohttp_client import async_create_clientsession
|
|
14
14
|
from homeassistant.helpers.device_registry import DeviceInfo
|
|
15
15
|
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator
|
|
16
16
|
|
|
@@ -39,7 +39,7 @@ class AirQCoordinator(DataUpdateCoordinator):
|
|
|
39
39
|
name=DOMAIN,
|
|
40
40
|
update_interval=timedelta(seconds=UPDATE_INTERVAL),
|
|
41
41
|
)
|
|
42
|
-
session =
|
|
42
|
+
session = async_create_clientsession(hass)
|
|
43
43
|
self.airq = AirQ(
|
|
44
44
|
entry.data[CONF_IP_ADDRESS], entry.data[CONF_PASSWORD], session
|
|
45
45
|
)
|
|
@@ -29,5 +29,8 @@ async def async_setup_entry(hass: HomeAssistant, entry: AmazonConfigEntry) -> bo
|
|
|
29
29
|
|
|
30
30
|
async def async_unload_entry(hass: HomeAssistant, entry: AmazonConfigEntry) -> bool:
|
|
31
31
|
"""Unload a config entry."""
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
coordinator = entry.runtime_data
|
|
33
|
+
if unload_ok := await hass.config_entries.async_unload_platforms(entry, PLATFORMS):
|
|
34
|
+
await coordinator.api.close()
|
|
35
|
+
|
|
36
|
+
return unload_ok
|
|
@@ -15,6 +15,7 @@ from homeassistant.helpers.entity_platform import AddConfigEntryEntitiesCallback
|
|
|
15
15
|
|
|
16
16
|
from .coordinator import AmazonConfigEntry
|
|
17
17
|
from .entity import AmazonEntity
|
|
18
|
+
from .utils import alexa_api_call
|
|
18
19
|
|
|
19
20
|
PARALLEL_UPDATES = 1
|
|
20
21
|
|
|
@@ -70,6 +71,7 @@ class AmazonNotifyEntity(AmazonEntity, NotifyEntity):
|
|
|
70
71
|
|
|
71
72
|
entity_description: AmazonNotifyEntityDescription
|
|
72
73
|
|
|
74
|
+
@alexa_api_call
|
|
73
75
|
async def async_send_message(
|
|
74
76
|
self, message: str, title: str | None = None, **kwargs: Any
|
|
75
77
|
) -> None:
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
|
-
"data_country": "Country code",
|
|
4
3
|
"data_code": "One-time password (OTP code)",
|
|
5
|
-
"data_description_country": "The country
|
|
4
|
+
"data_description_country": "The country where your Amazon account is registered.",
|
|
6
5
|
"data_description_username": "The email address of your Amazon account.",
|
|
7
6
|
"data_description_password": "The password of your Amazon account.",
|
|
8
7
|
"data_description_code": "The one-time password to log in to your account. Currently, only tokens from OTP applications are supported."
|
|
@@ -12,10 +11,10 @@
|
|
|
12
11
|
"step": {
|
|
13
12
|
"user": {
|
|
14
13
|
"data": {
|
|
15
|
-
"country": "[%key:
|
|
14
|
+
"country": "[%key:common::config_flow::data::country%]",
|
|
16
15
|
"username": "[%key:common::config_flow::data::username%]",
|
|
17
16
|
"password": "[%key:common::config_flow::data::password%]",
|
|
18
|
-
"code": "[%key:component::alexa_devices::common::
|
|
17
|
+
"code": "[%key:component::alexa_devices::common::data_code%]"
|
|
19
18
|
},
|
|
20
19
|
"data_description": {
|
|
21
20
|
"country": "[%key:component::alexa_devices::common::data_description_country%]",
|
|
@@ -71,5 +70,13 @@
|
|
|
71
70
|
"name": "Do not disturb"
|
|
72
71
|
}
|
|
73
72
|
}
|
|
73
|
+
},
|
|
74
|
+
"exceptions": {
|
|
75
|
+
"cannot_connect": {
|
|
76
|
+
"message": "Error connecting: {error}"
|
|
77
|
+
},
|
|
78
|
+
"cannot_retrieve_data": {
|
|
79
|
+
"message": "Error retrieving data: {error}"
|
|
80
|
+
}
|
|
74
81
|
}
|
|
75
82
|
}
|
|
@@ -14,6 +14,7 @@ from homeassistant.helpers.entity_platform import AddConfigEntryEntitiesCallback
|
|
|
14
14
|
|
|
15
15
|
from .coordinator import AmazonConfigEntry
|
|
16
16
|
from .entity import AmazonEntity
|
|
17
|
+
from .utils import alexa_api_call
|
|
17
18
|
|
|
18
19
|
PARALLEL_UPDATES = 1
|
|
19
20
|
|
|
@@ -60,6 +61,7 @@ class AmazonSwitchEntity(AmazonEntity, SwitchEntity):
|
|
|
60
61
|
|
|
61
62
|
entity_description: AmazonSwitchEntityDescription
|
|
62
63
|
|
|
64
|
+
@alexa_api_call
|
|
63
65
|
async def _switch_set_state(self, state: bool) -> None:
|
|
64
66
|
"""Set desired switch state."""
|
|
65
67
|
method = getattr(self.coordinator.api, self.entity_description.method)
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "\u0415\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430 (OTP \u043a\u043e\u0434)",
|
|
4
|
-
"data_country": "\u041a\u043e\u0434 \u043d\u0430 \u0434\u044a\u0440\u0436\u0430\u0432\u0430\u0442\u0430",
|
|
5
4
|
"data_description_code": "\u0415\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u0430\u0442\u0430 \u043f\u0430\u0440\u043e\u043b\u0430 \u0437\u0430 \u0432\u043b\u0438\u0437\u0430\u043d\u0435 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u0430 \u0432\u0438. \u041f\u043e\u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u043c \u0441\u0435 \u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430\u0442 \u0441\u0430\u043c\u043e \u0442\u043e\u043a\u0435\u043d\u0438 \u043e\u0442 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0437\u0430 OTP.",
|
|
6
|
-
"data_description_country": "\u0414\u044a\u0440\u0436\u0430\u0432\u0430\u0442\u0430 \u043d\u0430 \u0432\u0430\u0448\u0438\u044f \u0430\u043a\u0430\u0443\u043d\u0442 \u0432 Amazon.",
|
|
7
5
|
"data_description_password": "\u041f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u0437\u0430 \u0432\u0430\u0448\u0438\u044f \u0430\u043a\u0430\u0443\u043d\u0442 \u0432 Amazon.",
|
|
8
6
|
"data_description_username": "\u0418\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441\u044a\u0442 \u043d\u0430 \u0432\u0430\u0448\u0438\u044f \u0430\u043a\u0430\u0443\u043d\u0442 \u0432 Amazon."
|
|
9
7
|
},
|
|
@@ -23,8 +21,6 @@
|
|
|
23
21
|
"step": {
|
|
24
22
|
"user": {
|
|
25
23
|
"data": {
|
|
26
|
-
"code": "\u0415\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u0430\u0442\u0430 \u043f\u0430\u0440\u043e\u043b\u0430 \u0437\u0430 \u0432\u043b\u0438\u0437\u0430\u043d\u0435 \u0432 \u043f\u0440\u043e\u0444\u0438\u043b\u0430 \u0432\u0438. \u041f\u043e\u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u043c \u0441\u0435 \u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430\u0442 \u0441\u0430\u043c\u043e \u0442\u043e\u043a\u0435\u043d\u0438 \u043e\u0442 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0437\u0430 OTP.",
|
|
27
|
-
"country": "\u041a\u043e\u0434 \u043d\u0430 \u0434\u044a\u0440\u0436\u0430\u0432\u0430\u0442\u0430",
|
|
28
24
|
"password": "\u041f\u0430\u0440\u043e\u043b\u0430",
|
|
29
25
|
"username": "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u0438\u043c\u0435"
|
|
30
26
|
},
|
|
@@ -39,8 +35,14 @@
|
|
|
39
35
|
},
|
|
40
36
|
"entity": {
|
|
41
37
|
"binary_sensor": {
|
|
38
|
+
"baby_cry_detection": {
|
|
39
|
+
"name": "\u041f\u043b\u0430\u0447\u0435\u0449\u043e \u0431\u0435\u0431\u0435"
|
|
40
|
+
},
|
|
42
41
|
"bluetooth": {
|
|
43
42
|
"name": "Bluetooth"
|
|
43
|
+
},
|
|
44
|
+
"water_sounds_detection": {
|
|
45
|
+
"name": "\u0417\u0432\u0443\u0446\u0438 \u043d\u0430 \u0432\u043e\u0434\u0430\u0442\u0430"
|
|
44
46
|
}
|
|
45
47
|
}
|
|
46
48
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "Jednor\u00e1zov\u00e9 heslo (OTP k\u00f3d)",
|
|
4
|
-
"data_country": "K\u00f3d zem\u011b",
|
|
5
4
|
"data_description_code": "Jednor\u00e1zov\u00e9 heslo pro p\u0159ihl\u00e1\u0161en\u00ed k va\u0161emu \u00fa\u010dtu. V sou\u010dasn\u00e9 dob\u011b jsou podporov\u00e1ny jen tokeny z aplikac\u00ed OTP.",
|
|
6
|
-
"data_description_country": "Zem\u011b va\u0161eho \u00fa\u010dtu Amazon.",
|
|
7
5
|
"data_description_password": "Heslo va\u0161eho \u00fa\u010dtu Amazon.",
|
|
8
6
|
"data_description_username": "E-mailov\u00e1 adresa va\u0161eho \u00fa\u010dtu Amazon."
|
|
9
7
|
},
|
|
@@ -23,8 +21,6 @@
|
|
|
23
21
|
"step": {
|
|
24
22
|
"user": {
|
|
25
23
|
"data": {
|
|
26
|
-
"code": "Jednor\u00e1zov\u00e9 heslo pro p\u0159ihl\u00e1\u0161en\u00ed k va\u0161emu \u00fa\u010dtu. V sou\u010dasn\u00e9 dob\u011b jsou podporov\u00e1ny jen tokeny z aplikac\u00ed OTP.",
|
|
27
|
-
"country": "K\u00f3d zem\u011b",
|
|
28
24
|
"password": "Heslo",
|
|
29
25
|
"username": "U\u017eivatelsk\u00e9 jm\u00e9no"
|
|
30
26
|
},
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "Einmalpasswort (OTP-Code)",
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"data_description_country": "Das Land deines Amazon-Kontos.",
|
|
4
|
+
"data_description_code": "Das Einmalpasswort f\u00fcr die Anmeldung bei deinem Konto. Derzeit werden nur Token aus OTP-Apps unterst\u00fctzt.",
|
|
5
|
+
"data_description_country": "Das Land, in dem dein Amazon-Konto registriert ist.",
|
|
7
6
|
"data_description_password": "Das Passwort deines Amazon-Kontos.",
|
|
8
7
|
"data_description_username": "Die E-Mail-Adresse deines Amazon-Kontos."
|
|
9
8
|
},
|
|
@@ -23,14 +22,14 @@
|
|
|
23
22
|
"step": {
|
|
24
23
|
"user": {
|
|
25
24
|
"data": {
|
|
26
|
-
"code": "
|
|
27
|
-
"country": "
|
|
25
|
+
"code": "Einmalpasswort (OTP-Code)",
|
|
26
|
+
"country": "Land",
|
|
28
27
|
"password": "Passwort",
|
|
29
28
|
"username": "Benutzername"
|
|
30
29
|
},
|
|
31
30
|
"data_description": {
|
|
32
|
-
"code": "Das
|
|
33
|
-
"country": "Das Land
|
|
31
|
+
"code": "Das Einmalpasswort f\u00fcr die Anmeldung bei deinem Konto. Derzeit werden nur Token aus OTP-Apps unterst\u00fctzt.",
|
|
32
|
+
"country": "Das Land, in dem dein Amazon-Konto registriert ist.",
|
|
34
33
|
"password": "Das Passwort deines Amazon-Kontos.",
|
|
35
34
|
"username": "Die E-Mail-Adresse deines Amazon-Kontos."
|
|
36
35
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03bc\u03af\u03b1\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 (OTP code)",
|
|
4
|
-
"data_country": "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c7\u03ce\u03c1\u03b1\u03c2",
|
|
5
4
|
"data_description_code": "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03bc\u03b9\u03b1\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03c3\u03c4\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2. \u0395\u03c0\u03af \u03c4\u03bf\u03c5 \u03c0\u03b1\u03c1\u03cc\u03bd\u03c4\u03bf\u03c2, \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bc\u03cc\u03bd\u03bf tokens \u03b1\u03c0\u03cc \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ad\u03c2 OTP.",
|
|
6
|
-
"data_description_country": "\u0397 \u03c7\u03ce\u03c1\u03b1 \u03c4\u03bf\
|
|
5
|
+
"data_description_country": "\u0397 \u03c7\u03ce\u03c1\u03b1 \u03c3\u03c4\u03b7\u03bd \u03bf\u03c0\u03bf\u03af\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03b3\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf\u03c2 \u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf Amazon.",
|
|
7
6
|
"data_description_password": "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf Amazon.",
|
|
8
7
|
"data_description_username": "\u0397 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 email \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf Amazon."
|
|
9
8
|
},
|
|
@@ -23,14 +22,14 @@
|
|
|
23
22
|
"step": {
|
|
24
23
|
"user": {
|
|
25
24
|
"data": {
|
|
26
|
-
"code": "\
|
|
27
|
-
"country": "\
|
|
25
|
+
"code": "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03bc\u03af\u03b1\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 (OTP code)",
|
|
26
|
+
"country": "\u03a7\u03ce\u03c1\u03b1",
|
|
28
27
|
"password": "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2",
|
|
29
28
|
"username": "\u039f\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7"
|
|
30
29
|
},
|
|
31
30
|
"data_description": {
|
|
32
31
|
"code": "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03bc\u03b9\u03b1\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03c3\u03c4\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c3\u03b1\u03c2. \u0395\u03c0\u03af \u03c4\u03bf\u03c5 \u03c0\u03b1\u03c1\u03cc\u03bd\u03c4\u03bf\u03c2, \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bc\u03cc\u03bd\u03bf tokens \u03b1\u03c0\u03cc \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ad\u03c2 OTP.",
|
|
33
|
-
"country": "\u0397 \u03c7\u03ce\u03c1\u03b1 \u03c4\u03bf\
|
|
32
|
+
"country": "\u0397 \u03c7\u03ce\u03c1\u03b1 \u03c3\u03c4\u03b7\u03bd \u03bf\u03c0\u03bf\u03af\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03b3\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf\u03c2 \u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf Amazon.",
|
|
34
33
|
"password": "\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf Amazon.",
|
|
35
34
|
"username": "\u0397 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 email \u03c4\u03bf\u03c5 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf Amazon."
|
|
36
35
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "One-time password (OTP code)",
|
|
4
|
-
"data_country": "Country code",
|
|
5
4
|
"data_description_code": "The one-time password to log in to your account. Currently, only tokens from OTP applications are supported.",
|
|
6
|
-
"data_description_country": "The country
|
|
5
|
+
"data_description_country": "The country where your Amazon account is registered.",
|
|
7
6
|
"data_description_password": "The password of your Amazon account.",
|
|
8
7
|
"data_description_username": "The email address of your Amazon account."
|
|
9
8
|
},
|
|
@@ -23,14 +22,14 @@
|
|
|
23
22
|
"step": {
|
|
24
23
|
"user": {
|
|
25
24
|
"data": {
|
|
26
|
-
"code": "
|
|
27
|
-
"country": "Country
|
|
25
|
+
"code": "One-time password (OTP code)",
|
|
26
|
+
"country": "Country",
|
|
28
27
|
"password": "Password",
|
|
29
28
|
"username": "Username"
|
|
30
29
|
},
|
|
31
30
|
"data_description": {
|
|
32
31
|
"code": "The one-time password to log in to your account. Currently, only tokens from OTP applications are supported.",
|
|
33
|
-
"country": "The country
|
|
32
|
+
"country": "The country where your Amazon account is registered.",
|
|
34
33
|
"password": "The password of your Amazon account.",
|
|
35
34
|
"username": "The email address of your Amazon account."
|
|
36
35
|
}
|
|
@@ -71,5 +70,13 @@
|
|
|
71
70
|
"name": "Do not disturb"
|
|
72
71
|
}
|
|
73
72
|
}
|
|
73
|
+
},
|
|
74
|
+
"exceptions": {
|
|
75
|
+
"cannot_connect": {
|
|
76
|
+
"message": "Error connecting: {error}"
|
|
77
|
+
},
|
|
78
|
+
"cannot_retrieve_data": {
|
|
79
|
+
"message": "Error retrieving data: {error}"
|
|
80
|
+
}
|
|
74
81
|
}
|
|
75
82
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "Contrase\u00f1a de un solo uso (c\u00f3digo OTP)",
|
|
4
|
-
"data_country": "C\u00f3digo del pa\u00eds",
|
|
5
4
|
"data_description_code": "La contrase\u00f1a de un solo uso para iniciar sesi\u00f3n en tu cuenta. Actualmente, solo se admiten tokens de aplicaciones OTP.",
|
|
6
|
-
"data_description_country": "El pa\u00eds de tu cuenta de Amazon.",
|
|
7
5
|
"data_description_password": "La contrase\u00f1a de tu cuenta de Amazon.",
|
|
8
6
|
"data_description_username": "La direcci\u00f3n de correo electr\u00f3nico de tu cuenta de Amazon."
|
|
9
7
|
},
|
|
@@ -23,8 +21,6 @@
|
|
|
23
21
|
"step": {
|
|
24
22
|
"user": {
|
|
25
23
|
"data": {
|
|
26
|
-
"code": "La contrase\u00f1a de un solo uso para iniciar sesi\u00f3n en tu cuenta. Actualmente, solo se admiten tokens de aplicaciones OTP.",
|
|
27
|
-
"country": "C\u00f3digo del pa\u00eds",
|
|
28
24
|
"password": "Contrase\u00f1a",
|
|
29
25
|
"username": "Nombre de usuario"
|
|
30
26
|
},
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "\u00dchekordne salas\u00f5na (OTP-kood)",
|
|
4
|
-
"data_country": "Riigi kood",
|
|
5
4
|
"data_description_code": "\u00dchekordne salas\u00f5na kontole sisselogimiseks. Praegu toetatakse ainult OTP-rakenduste tokeneid.",
|
|
6
|
-
"data_description_country": "Amazoni konto
|
|
5
|
+
"data_description_country": "Riik kus Amazoni konto on registreeritud.",
|
|
7
6
|
"data_description_password": "Amazoni konto salas\u00f5na.",
|
|
8
7
|
"data_description_username": "Amazoni konto e-posti aadress."
|
|
9
8
|
},
|
|
@@ -23,14 +22,14 @@
|
|
|
23
22
|
"step": {
|
|
24
23
|
"user": {
|
|
25
24
|
"data": {
|
|
26
|
-
"code": "\u00dchekordne salas\u00f5na
|
|
27
|
-
"country": "
|
|
25
|
+
"code": "\u00dchekordne salas\u00f5na (OTP-kood)",
|
|
26
|
+
"country": "Riik",
|
|
28
27
|
"password": "Salas\u00f5na",
|
|
29
28
|
"username": "Kasutajanimi"
|
|
30
29
|
},
|
|
31
30
|
"data_description": {
|
|
32
31
|
"code": "\u00dchekordne salas\u00f5na kontole sisselogimiseks. Praegu toetatakse ainult OTP-rakenduste tokeneid.",
|
|
33
|
-
"country": "Amazoni konto
|
|
32
|
+
"country": "Riik kus Amazoni konto on registreeritud.",
|
|
34
33
|
"password": "Amazoni konto salas\u00f5na.",
|
|
35
34
|
"username": "Amazoni konto e-posti aadress."
|
|
36
35
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "Pasfhocal aonuaire (c\u00f3d OTP)",
|
|
4
|
-
"data_country": "C\u00f3d t\u00edre",
|
|
5
4
|
"data_description_code": "An pasfhocal aonuaire chun log\u00e1il isteach i do chuntas. Faoi l\u00e1thair, n\u00ed thaca\u00edtear ach le comhartha\u00ed \u00f3 fheidhmchl\u00e1ir OTP.",
|
|
6
|
-
"data_description_country": "T\u00edr do chuntais Amazon.",
|
|
7
5
|
"data_description_password": "Pasfhocal do chuntais Amazon.",
|
|
8
6
|
"data_description_username": "Seoladh r\u00edomhphoist do chuntais Amazon."
|
|
9
7
|
},
|
|
@@ -11,10 +9,6 @@
|
|
|
11
9
|
"flow_title": "{username}",
|
|
12
10
|
"step": {
|
|
13
11
|
"user": {
|
|
14
|
-
"data": {
|
|
15
|
-
"code": "An pasfhocal aonuaire chun log\u00e1il isteach i do chuntas. Faoi l\u00e1thair, n\u00ed thaca\u00edtear ach le comhartha\u00ed \u00f3 fheidhmchl\u00e1ir OTP.",
|
|
16
|
-
"country": "C\u00f3d t\u00edre"
|
|
17
|
-
},
|
|
18
12
|
"data_description": {
|
|
19
13
|
"code": "An pasfhocal aonuaire chun log\u00e1il isteach i do chuntas. Faoi l\u00e1thair, n\u00ed thaca\u00edtear ach le comhartha\u00ed \u00f3 fheidhmchl\u00e1ir OTP.",
|
|
20
14
|
"country": "T\u00edr do chuntais Amazon.",
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"common": {
|
|
3
|
-
"data_country": "\u05e7\u05d9\u05d3\u05d5\u05de\u05ea \u05de\u05d3\u05d9\u05e0\u05d4"
|
|
4
|
-
},
|
|
5
2
|
"config": {
|
|
6
3
|
"abort": {
|
|
7
4
|
"already_configured": "\u05e9\u05d9\u05e8\u05d5\u05ea \u05d6\u05d4 \u05db\u05d1\u05e8 \u05de\u05d5\u05d2\u05d3\u05e8",
|
|
@@ -18,7 +15,6 @@
|
|
|
18
15
|
"step": {
|
|
19
16
|
"user": {
|
|
20
17
|
"data": {
|
|
21
|
-
"country": "\u05e7\u05d9\u05d3\u05d5\u05de\u05ea \u05de\u05d3\u05d9\u05e0\u05d4",
|
|
22
18
|
"password": "\u05e1\u05d9\u05e1\u05de\u05d4",
|
|
23
19
|
"username": "\u05e9\u05dd \u05de\u05e9\u05ea\u05de\u05e9"
|
|
24
20
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "Egyszer haszn\u00e1latos jelsz\u00f3 (OTP k\u00f3d)",
|
|
4
|
-
"data_country": "Orsz\u00e1gk\u00f3d",
|
|
5
4
|
"data_description_code": "Az egyszer haszn\u00e1latos jelsz\u00f3 a fi\u00f3kba t\u00f6rt\u00e9n\u0151 bejelentkez\u00e9shez. Jelenleg csak OTP alkalmaz\u00e1sokb\u00f3l sz\u00e1rmaz\u00f3 tokenek t\u00e1mogatottak.",
|
|
6
|
-
"data_description_country": "Az Amazon-fi\u00f3k orsz\u00e1ga.",
|
|
7
5
|
"data_description_password": "Az Amazon-fi\u00f3k jelszava.",
|
|
8
6
|
"data_description_username": "Az Amazon-fi\u00f3k e-mail c\u00edme."
|
|
9
7
|
},
|
|
@@ -23,8 +21,6 @@
|
|
|
23
21
|
"step": {
|
|
24
22
|
"user": {
|
|
25
23
|
"data": {
|
|
26
|
-
"code": "Az egyszer haszn\u00e1latos jelsz\u00f3 a fi\u00f3kba t\u00f6rt\u00e9n\u0151 bejelentkez\u00e9shez. Jelenleg csak OTP alkalmaz\u00e1sokb\u00f3l sz\u00e1rmaz\u00f3 tokenek t\u00e1mogatottak.",
|
|
27
|
-
"country": "Orsz\u00e1gk\u00f3d",
|
|
28
24
|
"password": "Jelsz\u00f3",
|
|
29
25
|
"username": "Felhaszn\u00e1l\u00f3n\u00e9v"
|
|
30
26
|
},
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "Vienkartinis slapta\u017eodis (OTP kodas)",
|
|
4
|
-
"data_country": "\u0160alies kodas",
|
|
5
4
|
"data_description_code": "Vienkartinis slapta\u017eodis, skirtas prisijungti prie paskyros. \u0160iuo metu palaikomi tik \u017eetonai i\u0161 OTP program\u0173.",
|
|
6
|
-
"data_description_country": "J\u016bs\u0173 Amazon paskyros \u0161alis.",
|
|
7
5
|
"data_description_password": "J\u016bs\u0173 Amazon paskyros slapta\u017eodis.",
|
|
8
6
|
"data_description_username": "J\u016bs\u0173 Amazon paskyros el. pa\u0161to adresas."
|
|
9
7
|
},
|
|
@@ -23,8 +21,6 @@
|
|
|
23
21
|
"step": {
|
|
24
22
|
"user": {
|
|
25
23
|
"data": {
|
|
26
|
-
"code": "Vienkartinis slapta\u017eodis, skirtas prisijungti prie paskyros. \u0160iuo metu palaikomi tik \u017eetonai i\u0161 OTP program\u0173.",
|
|
27
|
-
"country": "\u0160alies kodas",
|
|
28
24
|
"password": "Slapta\u017eodis",
|
|
29
25
|
"username": "Naudotojo vardas"
|
|
30
26
|
},
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
+
"common": {
|
|
3
|
+
"data_description_country": "\u0417\u0435\u043c\u0458\u0430\u0442\u0430 \u043a\u0430\u0434\u0435 \u0448\u0442\u043e \u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u043d\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u0441\u043c\u0435\u0442\u043a\u0430 \u043d\u0430 Amazon."
|
|
4
|
+
},
|
|
2
5
|
"config": {
|
|
3
6
|
"flow_title": "{username}"
|
|
4
7
|
},
|
|
@@ -6,6 +9,15 @@
|
|
|
6
9
|
"binary_sensor": {
|
|
7
10
|
"bluetooth": {
|
|
8
11
|
"name": "Bluetooth"
|
|
12
|
+
},
|
|
13
|
+
"cough_detection": {
|
|
14
|
+
"name": "\u041a\u0430\u0448\u043b\u0430\u045a\u0435"
|
|
15
|
+
},
|
|
16
|
+
"dog_bark_detection": {
|
|
17
|
+
"name": "\u041b\u0430\u0435\u045a\u0435 \u043d\u0430 \u043a\u0443\u0447\u0435"
|
|
18
|
+
},
|
|
19
|
+
"water_sounds_detection": {
|
|
20
|
+
"name": "\u0417\u0432\u0443\u0446\u0438 \u043d\u0430 \u0432\u043e\u0434\u0430\u0442\u0430"
|
|
9
21
|
}
|
|
10
22
|
},
|
|
11
23
|
"notify": {
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"common": {
|
|
3
|
-
"data_country": "Landcode"
|
|
4
|
-
},
|
|
5
2
|
"config": {
|
|
6
3
|
"abort": {
|
|
7
4
|
"already_configured": "Dienst is al geconfigureerd",
|
|
@@ -18,7 +15,6 @@
|
|
|
18
15
|
"step": {
|
|
19
16
|
"user": {
|
|
20
17
|
"data": {
|
|
21
|
-
"country": "Landcode",
|
|
22
18
|
"password": "Wachtwoord",
|
|
23
19
|
"username": "Gebruikersnaam"
|
|
24
20
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "Jednorazowe has\u0142o (kod OTP)",
|
|
4
|
-
"data_country": "Kraj",
|
|
5
4
|
"data_description_code": "Jednorazowe has\u0142o do logowania si\u0119 na konto. Obecnie obs\u0142ugiwane s\u0105 tylko tokeny z aplikacji OTP.",
|
|
6
|
-
"data_description_country": "Kraj Twojego konta Amazon.",
|
|
7
5
|
"data_description_password": "Has\u0142o do Twojego konta Amazon.",
|
|
8
6
|
"data_description_username": "Adres e-mail Twojego konta Amazon."
|
|
9
7
|
},
|
|
@@ -23,8 +21,6 @@
|
|
|
23
21
|
"step": {
|
|
24
22
|
"user": {
|
|
25
23
|
"data": {
|
|
26
|
-
"code": "Jednorazowe has\u0142o do logowania si\u0119 na konto. Obecnie obs\u0142ugiwane s\u0105 tylko tokeny z aplikacji OTP.",
|
|
27
|
-
"country": "Kraj",
|
|
28
24
|
"password": "Has\u0142o",
|
|
29
25
|
"username": "Nazwa u\u017cytkownika"
|
|
30
26
|
},
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "Palavra-passe de uso \u00fanico (c\u00f3digo OTP)",
|
|
4
|
-
"data_country": "C\u00f3digo do pa\u00eds",
|
|
5
4
|
"data_description_code": "A palavra-passe de uso \u00fanico para iniciar sess\u00e3o na sua conta. Atualmente, apenas s\u00e3o suportados tokens de aplica\u00e7\u00f5es OTP.",
|
|
6
|
-
"data_description_country": "O pa\u00eds da sua conta Amazon.",
|
|
7
5
|
"data_description_password": "A palavra-passe da sua conta Amazon.",
|
|
8
6
|
"data_description_username": "O endere\u00e7o de correio eletr\u00f3nico da sua conta Amazon."
|
|
9
7
|
},
|
|
@@ -23,8 +21,6 @@
|
|
|
23
21
|
"step": {
|
|
24
22
|
"user": {
|
|
25
23
|
"data": {
|
|
26
|
-
"code": "A palavra-passe de uso \u00fanico para iniciar sess\u00e3o na sua conta. Atualmente, apenas s\u00e3o suportados tokens de aplica\u00e7\u00f5es OTP.",
|
|
27
|
-
"country": "C\u00f3digo do pa\u00eds",
|
|
28
24
|
"password": "Palavra-passe",
|
|
29
25
|
"username": "Nome de Utilizador"
|
|
30
26
|
},
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "\u041e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c (OTP \u043a\u043e\u0434)",
|
|
4
|
-
"data_country": "\u041a\u043e\u0434 \u0441\u0442\u0440\u0430\u043d\u044b",
|
|
5
4
|
"data_description_code": "\u041e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0432\u0445\u043e\u0434\u0430 \u0432 \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c. \u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0442\u043e\u043a\u0435\u043d\u044b \u0438\u0437 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 OTP.",
|
|
6
|
-
"data_description_country": "\u0421\u0442\u0440\u0430\u043d\u0430 \u0432\
|
|
5
|
+
"data_description_country": "\u0421\u0442\u0440\u0430\u043d\u0430, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d \u0432\u0430\u0448 \u0430\u043a\u043a\u0430\u0443\u043d\u0442 Amazon.",
|
|
7
6
|
"data_description_password": "\u041f\u0430\u0440\u043e\u043b\u044c \u0432\u0430\u0448\u0435\u0439 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 Amazon.",
|
|
8
7
|
"data_description_username": "\u0410\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0432\u0430\u0448\u0435\u0439 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 Amazon."
|
|
9
8
|
},
|
|
@@ -23,14 +22,14 @@
|
|
|
23
22
|
"step": {
|
|
24
23
|
"user": {
|
|
25
24
|
"data": {
|
|
26
|
-
"code": "\u041e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c
|
|
27
|
-
"country": "\
|
|
25
|
+
"code": "\u041e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c (OTP \u043a\u043e\u0434)",
|
|
26
|
+
"country": "\u0421\u0442\u0440\u0430\u043d\u0430",
|
|
28
27
|
"password": "\u041f\u0430\u0440\u043e\u043b\u044c",
|
|
29
28
|
"username": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f"
|
|
30
29
|
},
|
|
31
30
|
"data_description": {
|
|
32
31
|
"code": "\u041e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u044f \u0432\u0445\u043e\u0434\u0430 \u0432 \u0443\u0447\u0451\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c. \u0412 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u0442\u043e\u043a\u0435\u043d\u044b \u0438\u0437 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 OTP.",
|
|
33
|
-
"country": "\u0421\u0442\u0440\u0430\u043d\u0430 \u0432\
|
|
32
|
+
"country": "\u0421\u0442\u0440\u0430\u043d\u0430, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d \u0432\u0430\u0448 \u0430\u043a\u043a\u0430\u0443\u043d\u0442 Amazon.",
|
|
34
33
|
"password": "\u041f\u0430\u0440\u043e\u043b\u044c \u0432\u0430\u0448\u0435\u0439 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 Amazon.",
|
|
35
34
|
"username": "\u0410\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b \u0432\u0430\u0448\u0435\u0439 \u0443\u0447\u0451\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 Amazon."
|
|
36
35
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "Jednorazov\u00e9 heslo (OTP k\u00f3d)",
|
|
4
|
-
"data_country": "K\u00f3d krajiny",
|
|
5
4
|
"data_description_code": "Jednorazov\u00e9 heslo na prihl\u00e1senie do v\u00e1\u0161ho \u00fa\u010dtu. V s\u00fa\u010dasnosti s\u00fa podporovan\u00e9 len tokeny z aplik\u00e1ci\u00ed OTP.",
|
|
6
|
-
"data_description_country": "Krajina v\u00e1\
|
|
5
|
+
"data_description_country": "Krajina, v ktorej je registrovan\u00fd v\u00e1\u0161 \u00fa\u010det Amazon.",
|
|
7
6
|
"data_description_password": "Heslo v\u00e1\u0161ho konta Amazon.",
|
|
8
7
|
"data_description_username": "E-mailov\u00e1 adresa v\u00e1\u0161ho konta Amazon."
|
|
9
8
|
},
|
|
@@ -23,14 +22,14 @@
|
|
|
23
22
|
"step": {
|
|
24
23
|
"user": {
|
|
25
24
|
"data": {
|
|
26
|
-
"code": "Jednorazov\u00e9 heslo
|
|
27
|
-
"country": "
|
|
25
|
+
"code": "Jednorazov\u00e9 heslo (OTP k\u00f3d)",
|
|
26
|
+
"country": "Krajina",
|
|
28
27
|
"password": "Heslo",
|
|
29
28
|
"username": "Pou\u017e\u00edvate\u013esk\u00e9 meno"
|
|
30
29
|
},
|
|
31
30
|
"data_description": {
|
|
32
31
|
"code": "Jednorazov\u00e9 heslo na prihl\u00e1senie do v\u00e1\u0161ho \u00fa\u010dtu. V s\u00fa\u010dasnosti s\u00fa podporovan\u00e9 len tokeny z aplik\u00e1ci\u00ed OTP.",
|
|
33
|
-
"country": "Krajina v\u00e1\
|
|
32
|
+
"country": "Krajina, v ktorej je registrovan\u00fd v\u00e1\u0161 \u00fa\u010det Amazon.",
|
|
34
33
|
"password": "Heslo v\u00e1\u0161ho konta Amazon.",
|
|
35
34
|
"username": "E-mailov\u00e1 adresa v\u00e1\u0161ho konta Amazon."
|
|
36
35
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "Eng\u00e5ngsl\u00f6senord (OTP-kod)",
|
|
4
|
-
"data_country": "Landskod",
|
|
5
4
|
"data_description_code": "Eng\u00e5ngsl\u00f6senordet f\u00f6r att logga in p\u00e5 ditt konto. F\u00f6r n\u00e4rvarande st\u00f6ds endast tokens fr\u00e5n OTP-applikationer.",
|
|
6
|
-
"data_description_country": "
|
|
5
|
+
"data_description_country": "Det land d\u00e4r ditt Amazon-konto \u00e4r registrerat.",
|
|
7
6
|
"data_description_password": "L\u00f6senordet f\u00f6r ditt Amazon-konto.",
|
|
8
7
|
"data_description_username": "E-postadressen f\u00f6r ditt Amazon-konto."
|
|
9
8
|
},
|
|
@@ -23,14 +22,12 @@
|
|
|
23
22
|
"step": {
|
|
24
23
|
"user": {
|
|
25
24
|
"data": {
|
|
26
|
-
"code": "Eng\u00e5ngsl\u00f6senordet f\u00f6r att logga in p\u00e5 ditt konto. F\u00f6r n\u00e4rvarande st\u00f6ds endast tokens fr\u00e5n OTP-applikationer.",
|
|
27
|
-
"country": "Landskod",
|
|
28
25
|
"password": "L\u00f6senord",
|
|
29
26
|
"username": "Anv\u00e4ndarnamn"
|
|
30
27
|
},
|
|
31
28
|
"data_description": {
|
|
32
29
|
"code": "Eng\u00e5ngsl\u00f6senordet f\u00f6r att logga in p\u00e5 ditt konto. F\u00f6r n\u00e4rvarande st\u00f6ds endast tokens fr\u00e5n OTP-applikationer.",
|
|
33
|
-
"country": "
|
|
30
|
+
"country": "Det land d\u00e4r ditt Amazon-konto \u00e4r registrerat.",
|
|
34
31
|
"password": "L\u00f6senordet f\u00f6r ditt Amazon-konto.",
|
|
35
32
|
"username": "E-postadressen f\u00f6r ditt Amazon-konto."
|
|
36
33
|
}
|
|
@@ -39,8 +36,23 @@
|
|
|
39
36
|
},
|
|
40
37
|
"entity": {
|
|
41
38
|
"binary_sensor": {
|
|
39
|
+
"baby_cry_detection": {
|
|
40
|
+
"name": "Bebisgr\u00e5t"
|
|
41
|
+
},
|
|
42
|
+
"beeping_appliance_detection": {
|
|
43
|
+
"name": "Pipande apparat"
|
|
44
|
+
},
|
|
42
45
|
"bluetooth": {
|
|
43
46
|
"name": "Bluetooth"
|
|
47
|
+
},
|
|
48
|
+
"cough_detection": {
|
|
49
|
+
"name": "Hostande"
|
|
50
|
+
},
|
|
51
|
+
"dog_bark_detection": {
|
|
52
|
+
"name": "Sk\u00e4llande hund"
|
|
53
|
+
},
|
|
54
|
+
"water_sounds_detection": {
|
|
55
|
+
"name": "Vattenljud"
|
|
44
56
|
}
|
|
45
57
|
},
|
|
46
58
|
"notify": {
|