homeassistant 2025.11.0b2__py3-none-any.whl → 2025.11.2__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/auth/mfa_modules/notify.py +7 -7
- homeassistant/auth/providers/homeassistant.py +8 -2
- homeassistant/components/abode/translations/mk.json +11 -0
- homeassistant/components/abode/translations/uk.json +4 -1
- homeassistant/components/accuweather/translations/mk.json +1 -0
- homeassistant/components/actron_air/translations/sr-Latn.json +3 -0
- homeassistant/components/adax/translations/sv.json +1 -1
- homeassistant/components/ads/translations/mk.json +11 -0
- homeassistant/components/aemet/translations/sv.json +2 -1
- homeassistant/components/aftership/translations/mk.json +11 -0
- homeassistant/components/ai_task/translations/mk.json +42 -1
- homeassistant/components/ai_task/translations/sv.json +3 -0
- homeassistant/components/airgradient/translations/bg.json +11 -0
- homeassistant/components/airgradient/translations/sr-Latn.json +3 -3
- homeassistant/components/airgradient/translations/sv.json +2 -0
- homeassistant/components/airly/translations/sv.json +2 -1
- homeassistant/components/airnow/translations/sv.json +2 -1
- homeassistant/components/airq/translations/sv.json +1 -0
- homeassistant/components/airthings/translations/mk.json +9 -1
- homeassistant/components/airthings_ble/config_flow.py +10 -7
- homeassistant/components/airthings_ble/const.py +5 -0
- homeassistant/components/airthings_ble/coordinator.py +32 -3
- homeassistant/components/airzone/translations/bg.json +2 -1
- homeassistant/components/airzone/translations/sr-Latn.json +1 -1
- homeassistant/components/airzone/translations/vi.json +9 -0
- homeassistant/components/airzone_cloud/translations/bg.json +5 -0
- homeassistant/components/airzone_cloud/translations/sr-Latn.json +2 -2
- homeassistant/components/airzone_cloud/translations/vi.json +9 -0
- homeassistant/components/aladdin_connect/translations/sr-Latn.json +7 -0
- homeassistant/components/aladdin_connect/translations/sv.json +1 -1
- homeassistant/components/alarm_control_panel/translations/mk.json +12 -0
- homeassistant/components/alarm_control_panel/translations/vi.json +16 -11
- homeassistant/components/alexa_devices/binary_sensor.py +2 -2
- homeassistant/components/alexa_devices/coordinator.py +6 -1
- homeassistant/components/alexa_devices/diagnostics.py +1 -1
- homeassistant/components/alexa_devices/entity.py +2 -2
- homeassistant/components/alexa_devices/manifest.json +1 -1
- homeassistant/components/alexa_devices/notify.py +3 -2
- homeassistant/components/alexa_devices/sensor.py +2 -2
- homeassistant/components/alexa_devices/services.py +1 -1
- homeassistant/components/alexa_devices/switch.py +1 -1
- homeassistant/components/alexa_devices/translations/bg.json +13 -0
- homeassistant/components/alexa_devices/translations/it.json +3 -3
- homeassistant/components/alexa_devices/translations/mk.json +7 -0
- homeassistant/components/alexa_devices/translations/pt.json +11 -0
- homeassistant/components/alexa_devices/translations/sv.json +16 -0
- homeassistant/components/alexa_devices/utils.py +1 -1
- homeassistant/components/ambient_network/sensor.py +5 -5
- homeassistant/components/anthropic/translations/en-GB.json +1 -1
- homeassistant/components/anthropic/translations/lt.json +1 -1
- homeassistant/components/aosmith/translations/bg.json +2 -1
- homeassistant/components/aosmith/translations/sr-Latn.json +1 -1
- homeassistant/components/apcupsd/translations/mk.json +3 -0
- homeassistant/components/apcupsd/translations/pl.json +13 -0
- homeassistant/components/aprilaire/translations/bg.json +30 -5
- homeassistant/components/aprilaire/translations/sr-Latn.json +14 -14
- homeassistant/components/assist_pipeline/translations/sv.json +1 -1
- homeassistant/components/assist_satellite/translations/mk.json +59 -0
- homeassistant/components/assist_satellite/translations/vi.json +38 -0
- homeassistant/components/august/translations/sr-Latn.json +7 -1
- homeassistant/components/august/translations/sv.json +4 -0
- homeassistant/components/automation/translations/bg.json +3 -0
- homeassistant/components/automation/translations/sv.json +1 -1
- homeassistant/components/awair/translations/sv.json +1 -1
- homeassistant/components/backup/manifest.json +1 -1
- homeassistant/components/backup/translations/de.json +1 -1
- homeassistant/components/backup/translations/sr-Latn.json +11 -0
- homeassistant/components/bang_olufsen/translations/mk.json +21 -0
- homeassistant/components/bayesian/translations/de.json +1 -1
- homeassistant/components/bayesian/translations/sr-Latn.json +1 -0
- homeassistant/components/bayesian/translations/sv.json +108 -11
- homeassistant/components/bayesian/translations/vi.json +8 -0
- homeassistant/components/binary_sensor/translations/bg.json +9 -2
- homeassistant/components/binary_sensor/translations/mk.json +4 -0
- homeassistant/components/binary_sensor/translations/sr-Latn.json +3 -3
- homeassistant/components/blackbird/translations/mk.json +11 -0
- homeassistant/components/blink/translations/bg.json +8 -1
- homeassistant/components/blink/translations/ca.json +8 -1
- homeassistant/components/blink/translations/mk.json +3 -0
- homeassistant/components/blink/translations/pt.json +17 -1
- homeassistant/components/blink/translations/sv.json +15 -1
- homeassistant/components/bluesound/translations/mk.json +8 -0
- homeassistant/components/bond/translations/sr-Latn.json +3 -0
- homeassistant/components/bosch_alarm/translations/sr-Latn.json +3 -0
- homeassistant/components/bring/translations/mk.json +5 -0
- homeassistant/components/bring/translations/sr-Latn.json +3 -0
- homeassistant/components/brother/translations/bg.json +0 -6
- homeassistant/components/brother/translations/ca.json +1 -5
- homeassistant/components/brother/translations/cs.json +2 -2
- homeassistant/components/brother/translations/da.json +1 -5
- homeassistant/components/brother/translations/de.json +4 -4
- homeassistant/components/brother/translations/el.json +1 -5
- homeassistant/components/brother/translations/en-GB.json +4 -4
- homeassistant/components/brother/translations/en.json +4 -4
- homeassistant/components/brother/translations/es-419.json +0 -5
- homeassistant/components/brother/translations/es.json +2 -2
- homeassistant/components/brother/translations/et.json +2 -2
- homeassistant/components/brother/translations/fi.json +1 -5
- homeassistant/components/brother/translations/fr.json +1 -5
- homeassistant/components/brother/translations/ga.json +2 -10
- homeassistant/components/brother/translations/hu.json +1 -5
- homeassistant/components/brother/translations/id.json +1 -5
- homeassistant/components/brother/translations/it.json +1 -5
- homeassistant/components/brother/translations/ja.json +1 -5
- homeassistant/components/brother/translations/ko.json +1 -5
- homeassistant/components/brother/translations/lb.json +1 -2
- homeassistant/components/brother/translations/lt.json +2 -2
- homeassistant/components/brother/translations/mk.json +9 -0
- homeassistant/components/brother/translations/nb.json +1 -5
- homeassistant/components/brother/translations/nl.json +1 -5
- homeassistant/components/brother/translations/pl.json +3 -7
- homeassistant/components/brother/translations/pt-BR.json +1 -5
- homeassistant/components/brother/translations/pt.json +2 -2
- homeassistant/components/brother/translations/ro.json +1 -2
- homeassistant/components/brother/translations/sk.json +2 -2
- homeassistant/components/brother/translations/sl.json +2 -10
- homeassistant/components/brother/translations/sv.json +4 -4
- homeassistant/components/brother/translations/tr.json +1 -5
- homeassistant/components/brother/translations/uk.json +1 -5
- homeassistant/components/brother/translations/vi.json +1 -5
- homeassistant/components/brother/translations/zh-Hans.json +2 -2
- homeassistant/components/brother/translations/zh-Hant.json +4 -4
- homeassistant/components/bryant_evolution/translations/lt.json +3 -0
- homeassistant/components/bryant_evolution/translations/pt.json +3 -0
- homeassistant/components/bryant_evolution/translations/ru.json +3 -0
- homeassistant/components/bryant_evolution/translations/vi.json +19 -0
- homeassistant/components/bsblan/climate.py +5 -2
- homeassistant/components/bsblan/manifest.json +1 -1
- homeassistant/components/bsblan/translations/vi.json +5 -0
- homeassistant/components/bthome/translations/mk.json +20 -0
- homeassistant/components/button/translations/mk.json +8 -1
- homeassistant/components/button/translations/vi.json +1 -0
- homeassistant/components/calendar/translations/bg.json +3 -0
- homeassistant/components/calendar/translations/mk.json +72 -0
- homeassistant/components/calendar/translations/sr-Latn.json +2 -2
- homeassistant/components/calendar/translations/sv.json +1 -1
- homeassistant/components/calendar/translations/vi.json +1 -0
- homeassistant/components/cambridge_audio/translations/bg.json +1 -0
- homeassistant/components/cambridge_audio/translations/sr-Latn.json +2 -2
- homeassistant/components/camera/translations/mk.json +60 -0
- homeassistant/components/camera/translations/sv.json +1 -1
- homeassistant/components/cert_expiry/translations/it.json +1 -0
- homeassistant/components/channels/translations/mk.json +11 -0
- homeassistant/components/climate/reproduce_state.py +3 -3
- homeassistant/components/climate/translations/bg.json +10 -4
- homeassistant/components/climate/translations/mk.json +101 -1
- homeassistant/components/climate/translations/pl.json +13 -13
- homeassistant/components/climate/translations/sr-Latn.json +4 -4
- homeassistant/components/climate/translations/vi.json +66 -10
- homeassistant/components/comelit/config_flow.py +42 -30
- homeassistant/components/control4/translations/es.json +2 -1
- homeassistant/components/conversation/manifest.json +1 -1
- homeassistant/components/conversation/translations/mk.json +37 -0
- homeassistant/components/conversation/translations/vi.json +38 -0
- homeassistant/components/counter/translations/mk.json +27 -0
- homeassistant/components/cover/translations/es.json +7 -7
- homeassistant/components/cover/translations/mk.json +6 -1
- homeassistant/components/daikin/translations/es.json +1 -0
- homeassistant/components/daikin/translations/mk.json +3 -0
- homeassistant/components/daikin/translations/pl.json +7 -0
- homeassistant/components/deluge/translations/sv.json +3 -0
- homeassistant/components/demo/translations/bg.json +3 -1
- homeassistant/components/demo/translations/mk.json +11 -0
- homeassistant/components/demo/translations/sr-Latn.json +3 -3
- homeassistant/components/demo/translations/vi.json +11 -0
- homeassistant/components/denonavr/translations/sr-Latn.json +3 -0
- homeassistant/components/derivative/translations/mk.json +9 -0
- homeassistant/components/device_tracker/translations/mk.json +22 -1
- homeassistant/components/devolo_home_control/translations/cs.json +1 -1
- homeassistant/components/devolo_home_control/translations/de.json +1 -1
- homeassistant/components/devolo_home_control/translations/el.json +0 -3
- homeassistant/components/devolo_home_control/translations/en-GB.json +1 -1
- homeassistant/components/devolo_home_control/translations/en.json +1 -1
- homeassistant/components/devolo_home_control/translations/es.json +1 -1
- homeassistant/components/devolo_home_control/translations/et.json +1 -1
- homeassistant/components/devolo_home_control/translations/ga.json +0 -3
- homeassistant/components/devolo_home_control/translations/hu.json +0 -3
- homeassistant/components/devolo_home_control/translations/ja.json +0 -3
- homeassistant/components/devolo_home_control/translations/lt.json +1 -1
- homeassistant/components/devolo_home_control/translations/pt.json +1 -1
- homeassistant/components/devolo_home_control/translations/sk.json +1 -1
- homeassistant/components/devolo_home_control/translations/tr.json +0 -3
- homeassistant/components/devolo_home_control/translations/zh-Hans.json +1 -1
- homeassistant/components/devolo_home_control/translations/zh-Hant.json +1 -1
- homeassistant/components/dlna_dmr/translations/sv.json +1 -1
- homeassistant/components/downloader/translations/mk.json +11 -0
- homeassistant/components/drop_connect/translations/mk.json +1 -0
- homeassistant/components/ecobee/translations/mk.json +21 -0
- homeassistant/components/ecobee/translations/sv.json +3 -0
- homeassistant/components/ecoforest/translations/bg.json +1 -0
- homeassistant/components/ecoforest/translations/mk.json +9 -0
- homeassistant/components/ecoforest/translations/sr-Latn.json +2 -2
- homeassistant/components/econet/translations/sv.json +1 -1
- homeassistant/components/ecovacs/translations/es.json +27 -0
- homeassistant/components/ecovacs/translations/mk.json +9 -0
- homeassistant/components/ecovacs/translations/sr-Latn.json +18 -0
- homeassistant/components/eheimdigital/translations/sr-Latn.json +5 -0
- homeassistant/components/ekeybionyx/translations/sr-Latn.json +10 -0
- homeassistant/components/electric_kiwi/translations/sv.json +3 -0
- homeassistant/components/elkm1/translations/mk.json +7 -0
- homeassistant/components/esphome/__init__.py +5 -3
- homeassistant/components/esphome/translations/he.json +2 -2
- homeassistant/components/esphome/translations/sv.json +1 -1
- homeassistant/components/event/translations/mk.json +7 -0
- homeassistant/components/evohome/translations/mk.json +18 -0
- homeassistant/components/ezviz/translations/mk.json +9 -0
- homeassistant/components/faa_delays/translations/mk.json +13 -0
- homeassistant/components/fan/translations/bg.json +3 -0
- homeassistant/components/fan/translations/mk.json +35 -0
- homeassistant/components/filter/translations/mk.json +9 -0
- homeassistant/components/fing/translations/bg.json +20 -0
- homeassistant/components/fing/translations/ca.json +23 -0
- homeassistant/components/fing/translations/es.json +31 -0
- homeassistant/components/fing/translations/sv.json +17 -0
- homeassistant/components/firefly_iii/translations/bg.json +3 -0
- homeassistant/components/fitbit/translations/sv.json +3 -0
- homeassistant/components/fivem/translations/mk.json +9 -0
- homeassistant/components/flexit_bacnet/translations/vi.json +7 -0
- homeassistant/components/foscam/camera.py +4 -1
- homeassistant/components/foscam/coordinator.py +37 -19
- homeassistant/components/foscam/manifest.json +1 -1
- homeassistant/components/foscam/switch.py +1 -0
- homeassistant/components/foscam/translations/mk.json +9 -0
- homeassistant/components/freebox/translations/sv.json +1 -1
- homeassistant/components/fritzbox/translations/vi.json +13 -0
- homeassistant/components/fritzbox_callmonitor/translations/mk.json +3 -0
- homeassistant/components/fronius/translations/pl.json +3 -3
- homeassistant/components/frontend/__init__.py +1 -1
- homeassistant/components/frontend/manifest.json +1 -1
- homeassistant/components/frontend/translations/mk.json +9 -0
- homeassistant/components/frontend/translations/pl.json +18 -1
- homeassistant/components/fully_kiosk/translations/mk.json +11 -0
- homeassistant/components/fyta/translations/sr-Latn.json +3 -0
- homeassistant/components/generic_thermostat/translations/mk.json +2 -0
- homeassistant/components/generic_thermostat/translations/pl.json +2 -0
- homeassistant/components/geniushub/translations/mk.json +18 -0
- homeassistant/components/geo_location/translations/mk.json +11 -0
- homeassistant/components/geocaching/translations/sv.json +3 -0
- homeassistant/components/glances/translations/sl.json +7 -0
- homeassistant/components/goalzero/translations/sv.json +3 -0
- homeassistant/components/google/translations/mk.json +53 -0
- homeassistant/components/google/translations/sv.json +3 -0
- homeassistant/components/google_assistant_sdk/translations/sv.json +3 -0
- homeassistant/components/google_cloud/translations/sv.json +1 -0
- homeassistant/components/google_drive/translations/sr-Latn.json +7 -0
- homeassistant/components/google_drive/translations/sv.json +3 -0
- homeassistant/components/google_generative_ai_conversation/translations/lt.json +1 -1
- homeassistant/components/google_generative_ai_conversation/translations/mk.json +3 -0
- homeassistant/components/google_generative_ai_conversation/translations/sv.json +3 -1
- homeassistant/components/google_mail/translations/mk.json +12 -0
- homeassistant/components/google_mail/translations/sv.json +3 -0
- homeassistant/components/google_mail/translations/vi.json +7 -0
- homeassistant/components/google_photos/translations/mk.json +9 -0
- homeassistant/components/google_photos/translations/sv.json +3 -0
- homeassistant/components/google_sheets/translations/bg.json +10 -0
- homeassistant/components/google_sheets/translations/ca.json +11 -0
- homeassistant/components/google_sheets/translations/es.json +9 -0
- homeassistant/components/google_sheets/translations/mk.json +9 -0
- homeassistant/components/google_sheets/translations/sr-Latn.json +14 -0
- homeassistant/components/google_sheets/translations/sv.json +14 -0
- homeassistant/components/google_tasks/translations/sv.json +3 -0
- homeassistant/components/google_travel_time/translations/ru.json +4 -2
- homeassistant/components/google_travel_time/translations/sv.json +4 -2
- homeassistant/components/govee_ble/translations/mk.json +15 -0
- homeassistant/components/group/translations/bg.json +1 -0
- homeassistant/components/group/translations/ca.json +15 -0
- homeassistant/components/group/translations/mk.json +6 -0
- homeassistant/components/growatt_server/__init__.py +15 -0
- homeassistant/components/growatt_server/translations/it.json +14 -0
- homeassistant/components/growatt_server/translations/ru.json +6 -0
- homeassistant/components/growatt_server/translations/sv.json +4 -2
- homeassistant/components/guardian/translations/mk.json +11 -0
- homeassistant/components/habitica/translations/ca.json +7 -0
- homeassistant/components/habitica/translations/es.json +26 -0
- homeassistant/components/habitica/translations/mk.json +16 -1
- homeassistant/components/habitica/translations/sv.json +19 -1
- homeassistant/components/hassio/issues.py +0 -2
- homeassistant/components/hassio/translations/es.json +13 -0
- homeassistant/components/hassio/translations/it.json +13 -0
- homeassistant/components/hassio/translations/sv.json +7 -2
- homeassistant/components/hdmi_cec/translations/mk.json +7 -0
- homeassistant/components/heos/translations/mk.json +1 -1
- homeassistant/components/heos/translations/sr-Latn.json +3 -0
- homeassistant/components/here_travel_time/translations/mk.json +7 -0
- homeassistant/components/history_stats/translations/mk.json +11 -0
- homeassistant/components/hive/translations/bg.json +2 -0
- homeassistant/components/hive/translations/mk.json +16 -0
- homeassistant/components/hive/translations/sr-Latn.json +3 -3
- homeassistant/components/holiday/manifest.json +1 -1
- homeassistant/components/home_connect/translations/bg.json +160 -32
- homeassistant/components/home_connect/translations/mk.json +10 -0
- homeassistant/components/home_connect/translations/pt.json +3 -0
- homeassistant/components/home_connect/translations/sr-Latn.json +44 -44
- homeassistant/components/home_connect/translations/sv.json +7 -1
- homeassistant/components/homeassistant/translations/sv.json +5 -1
- homeassistant/components/homeassistant_connect_zbt2/config_flow.py +18 -1
- homeassistant/components/homeassistant_connect_zbt2/const.py +58 -0
- homeassistant/components/homeassistant_connect_zbt2/manifest.json +6 -0
- homeassistant/components/homeassistant_connect_zbt2/translations/pt.json +7 -0
- homeassistant/components/homeassistant_connect_zbt2/translations/sv.json +35 -3
- homeassistant/components/homeassistant_hardware/firmware_config_flow.py +101 -65
- homeassistant/components/homeassistant_hardware/translations/sv.json +5 -2
- homeassistant/components/homeassistant_hardware/translations/vi.json +1 -0
- homeassistant/components/homeassistant_sky_connect/manifest.json +6 -0
- homeassistant/components/homeassistant_sky_connect/translations/pt.json +7 -0
- homeassistant/components/homeassistant_sky_connect/translations/sv.json +20 -5
- homeassistant/components/homeassistant_sky_connect/translations/vi.json +1 -0
- homeassistant/components/homeassistant_yellow/manifest.json +6 -0
- homeassistant/components/homeassistant_yellow/translations/pt.json +5 -0
- homeassistant/components/homeassistant_yellow/translations/sv.json +13 -3
- homeassistant/components/homeassistant_yellow/translations/vi.json +1 -0
- homeassistant/components/homee/translations/bg.json +2 -1
- homeassistant/components/homee/translations/mk.json +16 -0
- homeassistant/components/homee/translations/sr-Latn.json +4 -2
- homeassistant/components/homekit/translations/sv.json +6 -0
- homeassistant/components/homekit_controller/translations/mk.json +1 -0
- homeassistant/components/homematic/translations/mk.json +18 -0
- homeassistant/components/homematicip_cloud/translations/mk.json +7 -0
- homeassistant/components/homematicip_cloud/translations/sv.json +1 -1
- homeassistant/components/homewizard/translations/es.json +4 -2
- homeassistant/components/homewizard/translations/pl.json +1 -1
- homeassistant/components/homewizard/translations/ru.json +4 -2
- homeassistant/components/homewizard/translations/sv.json +1 -1
- homeassistant/components/homeworks/translations/mk.json +11 -0
- homeassistant/components/honeywell/translations/mk.json +15 -0
- homeassistant/components/honeywell/translations/vi.json +11 -0
- homeassistant/components/html5/translations/mk.json +9 -1
- homeassistant/components/http/__init__.py +13 -2
- homeassistant/components/http/strings.json +4 -0
- homeassistant/components/http/translations/cs.json +4 -0
- homeassistant/components/http/translations/de.json +4 -0
- homeassistant/components/http/translations/en-GB.json +4 -0
- homeassistant/components/http/translations/en.json +4 -0
- homeassistant/components/http/translations/es.json +4 -0
- homeassistant/components/http/translations/et.json +4 -0
- homeassistant/components/http/translations/ga.json +4 -0
- homeassistant/components/http/translations/he.json +4 -0
- homeassistant/components/http/translations/it.json +4 -0
- homeassistant/components/http/translations/lt.json +4 -0
- homeassistant/components/http/translations/pt.json +4 -0
- homeassistant/components/http/translations/ru.json +3 -0
- homeassistant/components/http/translations/sk.json +4 -0
- homeassistant/components/http/translations/sr-Latn.json +7 -0
- homeassistant/components/http/translations/sv.json +4 -0
- homeassistant/components/http/translations/zh-Hans.json +4 -0
- homeassistant/components/http/translations/zh-Hant.json +4 -0
- homeassistant/components/huawei_lte/translations/bg.json +0 -6
- homeassistant/components/huawei_lte/translations/ca.json +0 -6
- homeassistant/components/huawei_lte/translations/cs.json +2 -2
- homeassistant/components/huawei_lte/translations/de.json +2 -2
- homeassistant/components/huawei_lte/translations/el.json +2 -2
- homeassistant/components/huawei_lte/translations/en-GB.json +2 -2
- homeassistant/components/huawei_lte/translations/en.json +2 -2
- homeassistant/components/huawei_lte/translations/es.json +2 -2
- homeassistant/components/huawei_lte/translations/et.json +2 -2
- homeassistant/components/huawei_lte/translations/fi.json +0 -6
- homeassistant/components/huawei_lte/translations/ga.json +0 -6
- homeassistant/components/huawei_lte/translations/hu.json +0 -6
- homeassistant/components/huawei_lte/translations/it.json +0 -6
- homeassistant/components/huawei_lte/translations/ja.json +0 -6
- homeassistant/components/huawei_lte/translations/ko.json +0 -6
- homeassistant/components/huawei_lte/translations/lt.json +2 -2
- homeassistant/components/huawei_lte/translations/nl.json +0 -6
- homeassistant/components/huawei_lte/translations/pt.json +2 -2
- homeassistant/components/huawei_lte/translations/ru.json +2 -2
- homeassistant/components/huawei_lte/translations/sk.json +2 -2
- homeassistant/components/huawei_lte/translations/tr.json +0 -6
- homeassistant/components/huawei_lte/translations/zh-Hans.json +2 -2
- homeassistant/components/huawei_lte/translations/zh-Hant.json +2 -2
- homeassistant/components/hue/translations/sv.json +1 -0
- homeassistant/components/humidifier/translations/bg.json +5 -1
- homeassistant/components/humidifier/translations/mk.json +18 -0
- homeassistant/components/humidifier/translations/pl.json +11 -4
- homeassistant/components/humidifier/translations/sr-Latn.json +3 -3
- homeassistant/components/husqvarna_automower/entity.py +7 -4
- homeassistant/components/husqvarna_automower/translations/bg.json +2 -0
- homeassistant/components/husqvarna_automower/translations/mk.json +14 -0
- homeassistant/components/husqvarna_automower/translations/sr-Latn.json +2 -2
- homeassistant/components/husqvarna_automower/translations/sv.json +3 -0
- homeassistant/components/husqvarna_automower_ble/translations/sv.json +22 -1
- homeassistant/components/huum/translations/vi.json +9 -0
- homeassistant/components/hydrawise/translations/mk.json +11 -0
- homeassistant/components/hyperion/camera.py +3 -1
- homeassistant/components/hyperion/translations/sv.json +1 -1
- homeassistant/components/icloud/translations/mk.json +17 -0
- homeassistant/components/icloud/translations/sv.json +2 -0
- homeassistant/components/ifttt/translations/mk.json +9 -0
- homeassistant/components/ihc/translations/mk.json +25 -0
- homeassistant/components/image/translations/mk.json +12 -0
- homeassistant/components/imeon_inverter/translations/sv.json +8 -0
- homeassistant/components/incomfort/translations/bg.json +1 -0
- homeassistant/components/incomfort/translations/sr-Latn.json +1 -1
- homeassistant/components/inels/translations/bg.json +1 -0
- homeassistant/components/inels/translations/ca.json +7 -0
- homeassistant/components/inels/translations/es.json +30 -0
- homeassistant/components/inels/translations/sr-Latn.json +1 -0
- homeassistant/components/inels/translations/sv.json +12 -0
- homeassistant/components/input_boolean/translations/bg.json +1 -0
- homeassistant/components/input_boolean/translations/cs.json +2 -2
- homeassistant/components/input_boolean/translations/mk.json +17 -0
- homeassistant/components/input_boolean/translations/pl.json +4 -0
- homeassistant/components/input_boolean/translations/sr-Latn.json +2 -2
- homeassistant/components/input_button/translations/mk.json +12 -0
- homeassistant/components/input_datetime/translations/mk.json +10 -0
- homeassistant/components/input_number/translations/mk.json +21 -0
- homeassistant/components/input_select/translations/mk.json +38 -0
- homeassistant/components/input_select/translations/vi.json +2 -0
- homeassistant/components/input_text/translations/mk.json +15 -0
- homeassistant/components/integration/translations/mk.json +9 -0
- homeassistant/components/iometer/translations/sr-Latn.json +7 -0
- homeassistant/components/iotawatt/translations/sv.json +1 -1
- homeassistant/components/iotty/translations/sv.json +3 -0
- homeassistant/components/iron_os/translations/bg.json +9 -1
- homeassistant/components/iron_os/translations/sr-Latn.json +5 -5
- homeassistant/components/iskra/translations/sv.json +2 -1
- homeassistant/components/isy994/translations/mk.json +14 -0
- homeassistant/components/isy994/translations/sv.json +2 -0
- homeassistant/components/ituran/binary_sensor.py +1 -2
- homeassistant/components/ituran/device_tracker.py +2 -4
- homeassistant/components/ituran/sensor.py +1 -2
- homeassistant/components/jewish_calendar/translations/es.json +6 -0
- homeassistant/components/jvc_projector/translations/sr-Latn.json +1 -1
- homeassistant/components/keba/translations/sv.json +1 -0
- homeassistant/components/keymitt_ble/translations/mk.json +11 -0
- homeassistant/components/kitchen_sink/translations/sv.json +3 -3
- homeassistant/components/knx/manifest.json +1 -1
- homeassistant/components/knx/storage/entity_store_schema.py +1 -1
- homeassistant/components/knx/translations/bg.json +94 -0
- homeassistant/components/knx/translations/ca.json +15 -0
- homeassistant/components/knx/translations/es.json +39 -8
- homeassistant/components/knx/translations/it.json +119 -2
- homeassistant/components/knx/translations/mk.json +13 -0
- homeassistant/components/knx/translations/pl.json +16 -0
- homeassistant/components/knx/translations/sr-Latn.json +44 -1
- homeassistant/components/knx/translations/sv.json +56 -5
- homeassistant/components/knx/translations/vi.json +29 -0
- homeassistant/components/kodi/translations/mk.json +11 -0
- homeassistant/components/lamarzocco/update.py +1 -1
- homeassistant/components/lametric/translations/es.json +1 -0
- homeassistant/components/lametric/translations/mk.json +16 -0
- homeassistant/components/lametric/translations/sv.json +4 -0
- homeassistant/components/laundrify/translations/mk.json +9 -0
- homeassistant/components/lawn_mower/translations/mk.json +7 -0
- homeassistant/components/lawn_mower/translations/sr-Latn.json +1 -1
- homeassistant/components/lcn/translations/mk.json +23 -1
- homeassistant/components/lg_thinq/sensor.py +1 -0
- homeassistant/components/lg_thinq/translations/bg.json +25 -3
- homeassistant/components/lg_thinq/translations/mk.json +13 -0
- homeassistant/components/lg_thinq/translations/pl.json +5 -0
- homeassistant/components/lg_thinq/translations/sr-Latn.json +16 -16
- homeassistant/components/lg_thinq/translations/sv.json +1 -0
- homeassistant/components/libre_hardware_monitor/translations/sv.json +4 -0
- homeassistant/components/lifx/translations/mk.json +7 -0
- homeassistant/components/light/translations/bg.json +7 -1
- homeassistant/components/light/translations/mk.json +3 -1
- homeassistant/components/light/translations/sr-Latn.json +3 -3
- homeassistant/components/light/translations/vi.json +25 -2
- homeassistant/components/litterrobot/manifest.json +1 -1
- homeassistant/components/litterrobot/translations/bg.json +3 -1
- homeassistant/components/litterrobot/translations/mk.json +12 -0
- homeassistant/components/litterrobot/translations/sr-Latn.json +2 -2
- homeassistant/components/lock/translations/he.json +1 -1
- homeassistant/components/lock/translations/vi.json +5 -1
- homeassistant/components/logbook/translations/mk.json +14 -0
- homeassistant/components/logger/translations/de.json +1 -1
- homeassistant/components/logger/translations/mk.json +11 -0
- homeassistant/components/london_underground/translations/he.json +1 -0
- homeassistant/components/lutron/translations/mk.json +13 -0
- homeassistant/components/lutron_caseta/translations/bg.json +2 -1
- homeassistant/components/lutron_caseta/translations/sr-Latn.json +2 -2
- homeassistant/components/lyric/translations/sv.json +4 -1
- homeassistant/components/mastodon/translations/mk.json +17 -0
- homeassistant/components/matrix/translations/bg.json +2 -1
- homeassistant/components/matrix/translations/mk.json +17 -0
- homeassistant/components/matrix/translations/sv.json +31 -0
- homeassistant/components/matter/translations/bg.json +12 -2
- homeassistant/components/matter/translations/cs.json +1 -1
- homeassistant/components/matter/translations/de.json +0 -3
- homeassistant/components/matter/translations/el.json +0 -3
- homeassistant/components/matter/translations/en-GB.json +0 -3
- homeassistant/components/matter/translations/en.json +1 -1
- homeassistant/components/matter/translations/es.json +26 -6
- homeassistant/components/matter/translations/et.json +0 -3
- homeassistant/components/matter/translations/he.json +0 -3
- homeassistant/components/matter/translations/it.json +40 -0
- homeassistant/components/matter/translations/lt.json +0 -3
- homeassistant/components/matter/translations/mk.json +19 -3
- homeassistant/components/matter/translations/pl.json +5 -0
- homeassistant/components/matter/translations/pt.json +0 -3
- homeassistant/components/matter/translations/ru.json +0 -3
- homeassistant/components/matter/translations/sk.json +0 -3
- homeassistant/components/matter/translations/sr-Latn.json +5 -5
- homeassistant/components/matter/translations/sv.json +10 -0
- homeassistant/components/matter/translations/zh-Hans.json +0 -3
- homeassistant/components/matter/translations/zh-Hant.json +0 -3
- homeassistant/components/mcp/translations/es.json +4 -0
- homeassistant/components/mcp/translations/sv.json +3 -0
- homeassistant/components/mcp_server/translations/lt.json +1 -1
- homeassistant/components/mealie/translations/mk.json +14 -0
- homeassistant/components/mealie/translations/sr-Latn.json +2 -1
- homeassistant/components/media_extractor/translations/mk.json +7 -0
- homeassistant/components/media_player/translations/bg.json +3 -0
- homeassistant/components/media_player/translations/mk.json +200 -2
- homeassistant/components/media_player/translations/sr-Latn.json +6 -6
- homeassistant/components/media_player/translations/vi.json +54 -1
- homeassistant/components/media_source/translations/mk.json +5 -0
- homeassistant/components/meteo_lt/weather.py +2 -2
- homeassistant/components/metoffice/translations/sr-Latn.json +3 -1
- homeassistant/components/microbees/translations/sv.json +3 -0
- homeassistant/components/miele/button.py +4 -3
- homeassistant/components/miele/climate.py +3 -2
- homeassistant/components/miele/coordinator.py +1 -1
- homeassistant/components/miele/fan.py +5 -2
- homeassistant/components/miele/light.py +3 -2
- homeassistant/components/miele/sensor.py +8 -2
- homeassistant/components/miele/services.py +4 -4
- homeassistant/components/miele/switch.py +5 -3
- homeassistant/components/miele/translations/bg.json +1 -0
- homeassistant/components/miele/translations/cs.json +1 -1
- homeassistant/components/miele/translations/de.json +1 -1
- homeassistant/components/miele/translations/en-GB.json +1 -1
- homeassistant/components/miele/translations/en.json +1 -1
- homeassistant/components/miele/translations/es.json +1 -1
- homeassistant/components/miele/translations/et.json +1 -1
- homeassistant/components/miele/translations/ga.json +1 -2
- homeassistant/components/miele/translations/hu.json +1 -2
- homeassistant/components/miele/translations/it.json +1 -2
- homeassistant/components/miele/translations/lt.json +1 -1
- homeassistant/components/miele/translations/mk.json +11 -0
- homeassistant/components/miele/translations/pt.json +1 -1
- homeassistant/components/miele/translations/sk.json +1 -1
- homeassistant/components/miele/translations/sr-Latn.json +3 -2
- homeassistant/components/miele/translations/sv.json +21 -2
- homeassistant/components/miele/translations/tr.json +1 -2
- homeassistant/components/miele/translations/vi.json +9 -0
- homeassistant/components/miele/translations/zh-Hans.json +1 -1
- homeassistant/components/miele/translations/zh-Hant.json +1 -1
- homeassistant/components/miele/vacuum.py +3 -2
- homeassistant/components/mill/manifest.json +1 -1
- homeassistant/components/minecraft_server/translations/mk.json +9 -0
- homeassistant/components/mjpeg/translations/sv.json +2 -0
- homeassistant/components/mobile_app/binary_sensor.py +6 -4
- homeassistant/components/mobile_app/sensor.py +6 -4
- homeassistant/components/mobile_app/translations/mk.json +11 -0
- homeassistant/components/modbus/translations/mk.json +11 -0
- homeassistant/components/modbus/translations/sv.json +2 -0
- homeassistant/components/monarch_money/translations/mk.json +9 -0
- homeassistant/components/monzo/translations/sv.json +3 -0
- homeassistant/components/motion_blinds/cover.py +1 -0
- homeassistant/components/motion_blinds/translations/sv.json +2 -1
- homeassistant/components/motionmount/translations/sr-Latn.json +4 -0
- homeassistant/components/motionmount/translations/sv.json +4 -1
- homeassistant/components/mqtt/translations/bg.json +4 -2
- homeassistant/components/mqtt/translations/es.json +4 -4
- homeassistant/components/mqtt/translations/he.json +2 -2
- homeassistant/components/mqtt/translations/mk.json +13 -1
- homeassistant/components/mqtt/translations/sr-Latn.json +2 -2
- homeassistant/components/mqtt/translations/sv.json +50 -10
- homeassistant/components/mqtt/translations/vi.json +83 -7
- homeassistant/components/music_assistant/translations/mk.json +10 -0
- homeassistant/components/mutesync/translations/mk.json +9 -0
- homeassistant/components/myuplink/translations/mk.json +7 -0
- homeassistant/components/myuplink/translations/sv.json +3 -0
- homeassistant/components/nanoleaf/translations/sv.json +1 -1
- homeassistant/components/neato/translations/sv.json +3 -0
- homeassistant/components/nederlandse_spoorwegen/translations/bg.json +2 -1
- homeassistant/components/nederlandse_spoorwegen/translations/ca.json +7 -1
- homeassistant/components/nederlandse_spoorwegen/translations/pt.json +12 -1
- homeassistant/components/nederlandse_spoorwegen/translations/sv.json +3 -0
- homeassistant/components/nest/translations/sr-Latn.json +1 -0
- homeassistant/components/nest/translations/sv.json +3 -0
- homeassistant/components/netatmo/translations/mk.json +14 -0
- homeassistant/components/netatmo/translations/sv.json +3 -0
- homeassistant/components/nexia/translations/mk.json +14 -0
- homeassistant/components/nexia/translations/vi.json +12 -0
- homeassistant/components/nextdns/translations/bg.json +2 -1
- homeassistant/components/nextdns/translations/ca.json +7 -1
- homeassistant/components/nextdns/translations/it.json +1 -0
- homeassistant/components/nextdns/translations/sv.json +10 -1
- homeassistant/components/nina/translations/bg.json +0 -6
- homeassistant/components/nina/translations/es.json +40 -1
- homeassistant/components/nina/translations/sr-Latn.json +28 -0
- homeassistant/components/nina/translations/sv.json +14 -0
- homeassistant/components/nintendo_parental_controls/translations/bg.json +19 -0
- homeassistant/components/nintendo_parental_controls/translations/pt.json +27 -0
- homeassistant/components/nintendo_parental_controls/translations/sv.json +23 -0
- homeassistant/components/nobo_hub/translations/mk.json +11 -0
- homeassistant/components/nobo_hub/translations/vi.json +11 -0
- homeassistant/components/nordpool/translations/mk.json +14 -0
- homeassistant/components/notify/translations/mk.json +58 -0
- homeassistant/components/notify/translations/sv.json +1 -1
- homeassistant/components/ntfy/translations/mk.json +14 -0
- homeassistant/components/ntfy/translations/sv.json +1 -1
- homeassistant/components/nuki/translations/es.json +4 -0
- homeassistant/components/nuki/translations/ru.json +4 -0
- homeassistant/components/number/translations/mk.json +14 -1
- homeassistant/components/nut/translations/bg.json +1 -0
- homeassistant/components/nut/translations/mk.json +8 -0
- homeassistant/components/nut/translations/pl.json +6 -0
- homeassistant/components/nut/translations/sr-Latn.json +1 -1
- homeassistant/components/nws/translations/mk.json +10 -0
- homeassistant/components/octoprint/translations/es.json +16 -0
- homeassistant/components/ohme/translations/mk.json +5 -0
- homeassistant/components/ollama/translations/lt.json +1 -1
- homeassistant/components/ollama/translations/sr-Latn.json +6 -0
- homeassistant/components/ondilo_ico/translations/sv.json +3 -0
- homeassistant/components/onedrive/manifest.json +1 -1
- homeassistant/components/onedrive/translations/mk.json +9 -0
- homeassistant/components/onedrive/translations/sr-Latn.json +5 -0
- homeassistant/components/onedrive/translations/sv.json +3 -0
- homeassistant/components/onewire/manifest.json +1 -1
- homeassistant/components/onewire/translations/el.json +1 -1
- homeassistant/components/onewire/translations/en-GB.json +1 -1
- homeassistant/components/onewire/translations/en.json +1 -1
- homeassistant/components/onewire/translations/es.json +1 -1
- homeassistant/components/onewire/translations/et.json +1 -1
- homeassistant/components/onewire/translations/ga.json +0 -1
- homeassistant/components/onewire/translations/sv.json +0 -1
- homeassistant/components/onvif/translations/sv.json +1 -1
- homeassistant/components/open_router/manifest.json +1 -1
- homeassistant/components/open_router/translations/lt.json +1 -1
- homeassistant/components/open_router/translations/mk.json +3 -0
- homeassistant/components/openai_conversation/translations/lt.json +1 -1
- homeassistant/components/openrgb/translations/cs.json +1 -1
- homeassistant/components/openrgb/translations/de.json +1 -1
- homeassistant/components/openrgb/translations/es.json +1 -1
- homeassistant/components/openrgb/translations/pt.json +1 -1
- homeassistant/components/opentherm_gw/translations/mk.json +10 -0
- homeassistant/components/opentherm_gw/translations/vi.json +5 -0
- homeassistant/components/openweathermap/translations/sv.json +1 -1
- homeassistant/components/oralb/translations/bg.json +2 -0
- homeassistant/components/oralb/translations/es.json +1 -0
- homeassistant/components/oralb/translations/fr.json +41 -4
- homeassistant/components/osoenergy/translations/bg.json +6 -0
- homeassistant/components/osoenergy/translations/sr-Latn.json +2 -2
- homeassistant/components/overkiz/translations/lt.json +2 -1
- homeassistant/components/overkiz/translations/mk.json +11 -0
- homeassistant/components/overkiz/translations/pt.json +2 -1
- homeassistant/components/overkiz/translations/ru.json +2 -1
- homeassistant/components/overkiz/translations/vi.json +6 -0
- homeassistant/components/palazzetti/manifest.json +1 -1
- homeassistant/components/palazzetti/translations/mk.json +1 -0
- homeassistant/components/palazzetti/translations/sr-Latn.json +1 -1
- homeassistant/components/persistent_notification/translations/mk.json +15 -0
- homeassistant/components/person/translations/mk.json +7 -1
- homeassistant/components/pi_hole/translations/mk.json +14 -0
- homeassistant/components/playstation_network/translations/sr-Latn.json +3 -0
- homeassistant/components/plugwise/climate.py +86 -26
- homeassistant/components/plugwise/manifest.json +1 -1
- homeassistant/components/plugwise/strings.json +3 -0
- homeassistant/components/plugwise/translations/bg.json +9 -2
- homeassistant/components/plugwise/translations/cs.json +3 -0
- homeassistant/components/plugwise/translations/de.json +3 -0
- homeassistant/components/plugwise/translations/en-GB.json +3 -0
- homeassistant/components/plugwise/translations/en.json +3 -0
- homeassistant/components/plugwise/translations/es.json +3 -0
- homeassistant/components/plugwise/translations/et.json +3 -0
- homeassistant/components/plugwise/translations/ga.json +3 -0
- homeassistant/components/plugwise/translations/it.json +3 -0
- homeassistant/components/plugwise/translations/lt.json +3 -0
- homeassistant/components/plugwise/translations/mk.json +8 -0
- homeassistant/components/plugwise/translations/pt.json +3 -0
- homeassistant/components/plugwise/translations/sk.json +3 -0
- homeassistant/components/plugwise/translations/sr-Latn.json +3 -3
- homeassistant/components/plugwise/translations/sv.json +3 -0
- homeassistant/components/plugwise/translations/vi.json +6 -1
- homeassistant/components/plugwise/translations/zh-Hans.json +3 -0
- homeassistant/components/plugwise/translations/zh-Hant.json +3 -0
- homeassistant/components/point/translations/sv.json +3 -0
- homeassistant/components/pooldose/translations/bg.json +4 -0
- homeassistant/components/pooldose/translations/it.json +1 -0
- homeassistant/components/pooldose/translations/sr-Latn.json +4 -4
- homeassistant/components/pooldose/translations/sv.json +14 -1
- homeassistant/components/portainer/manifest.json +1 -1
- homeassistant/components/portainer/translations/bg.json +8 -1
- homeassistant/components/portainer/translations/ca.json +9 -1
- homeassistant/components/portainer/translations/mk.json +9 -0
- homeassistant/components/portainer/translations/pt.json +16 -1
- homeassistant/components/portainer/translations/sr-Latn.json +3 -1
- homeassistant/components/portainer/translations/sv.json +16 -3
- homeassistant/components/powerwall/translations/mk.json +9 -0
- homeassistant/components/probe_plus/translations/es.json +5 -0
- homeassistant/components/profiler/translations/mk.json +18 -0
- homeassistant/components/prusalink/translations/mk.json +9 -0
- homeassistant/components/ps4/translations/es.json +9 -1
- homeassistant/components/ps4/translations/sv.json +2 -2
- homeassistant/components/pterodactyl/translations/mk.json +7 -0
- homeassistant/components/pushbullet/translations/mk.json +9 -0
- homeassistant/components/qbittorrent/translations/mk.json +3 -0
- homeassistant/components/qbittorrent/translations/ru.json +4 -0
- homeassistant/components/qbus/translations/sr-Latn.json +5 -0
- homeassistant/components/qbus/translations/sv.json +7 -0
- homeassistant/components/qnap/translations/mk.json +7 -0
- homeassistant/components/rachio/translations/mk.json +23 -0
- homeassistant/components/rainbird/translations/mk.json +18 -0
- homeassistant/components/rainmachine/translations/mk.json +21 -0
- homeassistant/components/rainmachine/translations/pt.json +1 -0
- homeassistant/components/random/translations/sr-Latn.json +2 -1
- homeassistant/components/recorder/auto_repairs/statistics/schema.py +3 -0
- homeassistant/components/recorder/const.py +1 -1
- homeassistant/components/recorder/db_schema.py +1 -1
- homeassistant/components/recorder/migration.py +73 -4
- homeassistant/components/recorder/translations/mk.json +6 -0
- homeassistant/components/renault/translations/sr-Latn.json +1 -0
- homeassistant/components/renault/translations/vi.json +11 -0
- homeassistant/components/renson/translations/bg.json +2 -1
- homeassistant/components/renson/translations/mk.json +11 -0
- homeassistant/components/renson/translations/sr-Latn.json +4 -4
- homeassistant/components/reolink/manifest.json +1 -1
- homeassistant/components/reolink/translations/bg.json +34 -1
- homeassistant/components/reolink/translations/cs.json +1 -0
- homeassistant/components/reolink/translations/en-GB.json +1 -0
- homeassistant/components/reolink/translations/es.json +1 -0
- homeassistant/components/reolink/translations/et.json +1 -0
- homeassistant/components/reolink/translations/ga.json +1 -0
- homeassistant/components/reolink/translations/it.json +5 -0
- homeassistant/components/reolink/translations/lt.json +1 -0
- homeassistant/components/reolink/translations/mk.json +4 -0
- homeassistant/components/reolink/translations/pl.json +8 -7
- homeassistant/components/reolink/translations/pt.json +1 -0
- homeassistant/components/reolink/translations/sk.json +1 -0
- homeassistant/components/reolink/translations/sr-Latn.json +12 -12
- homeassistant/components/reolink/translations/sv.json +1 -1
- homeassistant/components/rfxtrx/translations/bg.json +1 -0
- homeassistant/components/rfxtrx/translations/sr-Latn.json +2 -2
- homeassistant/components/risco/translations/vi.json +8 -0
- homeassistant/components/roborock/translations/bg.json +3 -1
- homeassistant/components/roborock/translations/mk.json +3 -0
- homeassistant/components/roborock/translations/sr-Latn.json +2 -2
- homeassistant/components/roomba/translations/sv.json +1 -1
- homeassistant/components/roon/translations/sv.json +1 -1
- homeassistant/components/ruuvitag_ble/manifest.json +1 -1
- homeassistant/components/sabnzbd/translations/mk.json +9 -0
- homeassistant/components/satel_integra/translations/it.json +1 -0
- homeassistant/components/satel_integra/translations/pl.json +3 -3
- homeassistant/components/satel_integra/translations/sr-Latn.json +2 -1
- homeassistant/components/satel_integra/translations/sv.json +9 -2
- homeassistant/components/satel_integra/translations/vi.json +10 -0
- homeassistant/components/schedule/translations/vi.json +8 -1
- homeassistant/components/scrape/translations/mk.json +2 -1
- homeassistant/components/select/translations/mk.json +48 -0
- homeassistant/components/sensibo/translations/bg.json +72 -7
- homeassistant/components/sensibo/translations/mk.json +21 -0
- homeassistant/components/sensibo/translations/pl.json +2 -2
- homeassistant/components/sensibo/translations/sr-Latn.json +27 -27
- homeassistant/components/sensibo/translations/vi.json +26 -0
- homeassistant/components/sensor/translations/mk.json +6 -0
- homeassistant/components/sensor/translations/pl.json +2 -2
- homeassistant/components/senz/translations/sv.json +3 -0
- homeassistant/components/sfr_box/__init__.py +4 -0
- homeassistant/components/sfr_box/translations/pt.json +4 -0
- homeassistant/components/sftp_storage/translations/sv.json +1 -0
- homeassistant/components/shelly/translations/bg.json +2 -1
- homeassistant/components/shelly/translations/ca.json +4 -0
- homeassistant/components/shelly/translations/es.json +10 -3
- homeassistant/components/shelly/translations/mk.json +11 -0
- homeassistant/components/shelly/translations/pl.json +1 -1
- homeassistant/components/shelly/translations/pt.json +2 -1
- homeassistant/components/shelly/translations/sv.json +10 -3
- homeassistant/components/shopping_list/translations/mk.json +8 -0
- homeassistant/components/sia/translations/sv.json +6 -3
- homeassistant/components/simplisafe/translations/mk.json +11 -0
- homeassistant/components/siren/translations/mk.json +19 -0
- homeassistant/components/siren/translations/sr-Latn.json +1 -1
- homeassistant/components/skybell/translations/mk.json +9 -0
- homeassistant/components/slack/translations/sv.json +2 -0
- homeassistant/components/sleep_as_android/translations/sv.json +24 -0
- homeassistant/components/sleepiq/translations/bg.json +14 -0
- homeassistant/components/sleepiq/translations/sr-Latn.json +2 -2
- homeassistant/components/slide_local/translations/es.json +1 -1
- homeassistant/components/smappee/translations/sv.json +3 -0
- homeassistant/components/smarla/translations/sv.json +5 -0
- homeassistant/components/smartthings/manifest.json +1 -1
- homeassistant/components/smartthings/translations/bg.json +25 -2
- homeassistant/components/smartthings/translations/mk.json +15 -0
- homeassistant/components/smartthings/translations/sr-Latn.json +9 -9
- homeassistant/components/smartthings/translations/sv.json +6 -0
- homeassistant/components/smarttub/manifest.json +1 -1
- homeassistant/components/smarttub/translations/mk.json +9 -0
- homeassistant/components/sms/translations/sr-Latn.json +3 -0
- homeassistant/components/snapcast/translations/mk.json +10 -0
- homeassistant/components/snapcast/translations/sv.json +10 -0
- homeassistant/components/snips/translations/mk.json +18 -0
- homeassistant/components/snooz/translations/sv.json +1 -1
- homeassistant/components/solaredge/__init__.py +3 -0
- homeassistant/components/solaredge/config_flow.py +5 -2
- homeassistant/components/solaredge/translations/ca.json +22 -1
- homeassistant/components/solaredge/translations/ru.json +4 -2
- homeassistant/components/somfy_mylink/translations/es.json +3 -3
- homeassistant/components/somfy_mylink/translations/ru.json +2 -1
- homeassistant/components/songpal/translations/mk.json +11 -0
- homeassistant/components/sonos/translations/bg.json +7 -0
- homeassistant/components/sonos/translations/sr-Latn.json +1 -1
- homeassistant/components/soundtouch/__init__.py +10 -1
- homeassistant/components/spotify/translations/sv.json +3 -0
- homeassistant/components/sql/translations/bg.json +1 -2
- homeassistant/components/sql/translations/ca.json +2 -4
- homeassistant/components/sql/translations/cs.json +2 -2
- homeassistant/components/sql/translations/de.json +2 -2
- homeassistant/components/sql/translations/el.json +2 -4
- homeassistant/components/sql/translations/en-GB.json +2 -2
- homeassistant/components/sql/translations/en.json +2 -2
- homeassistant/components/sql/translations/es.json +29 -2
- homeassistant/components/sql/translations/et.json +2 -2
- homeassistant/components/sql/translations/fi.json +2 -4
- homeassistant/components/sql/translations/fr.json +2 -4
- homeassistant/components/sql/translations/ga.json +2 -4
- homeassistant/components/sql/translations/he.json +2 -4
- homeassistant/components/sql/translations/hu.json +2 -4
- homeassistant/components/sql/translations/id.json +2 -4
- homeassistant/components/sql/translations/ja.json +2 -4
- homeassistant/components/sql/translations/lt.json +2 -2
- homeassistant/components/sql/translations/mk.json +11 -0
- homeassistant/components/sql/translations/pl.json +2 -4
- homeassistant/components/sql/translations/pt-BR.json +2 -4
- homeassistant/components/sql/translations/pt.json +2 -2
- homeassistant/components/sql/translations/ru.json +2 -4
- homeassistant/components/sql/translations/sk.json +2 -2
- homeassistant/components/sql/translations/sl.json +2 -4
- homeassistant/components/sql/translations/sr-Latn.json +12 -0
- homeassistant/components/sql/translations/sv.json +16 -5
- homeassistant/components/sql/translations/tr.json +2 -4
- homeassistant/components/sql/translations/zh-Hans.json +2 -2
- homeassistant/components/sql/translations/zh-Hant.json +2 -2
- homeassistant/components/squeezebox/translations/es.json +63 -0
- homeassistant/components/squeezebox/translations/sr-Latn.json +8 -0
- homeassistant/components/squeezebox/translations/uk.json +5 -0
- homeassistant/components/starline/translations/mk.json +9 -0
- homeassistant/components/statistics/translations/sl.json +7 -0
- homeassistant/components/subaru/translations/sv.json +2 -0
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/__init__.py +2 -2
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/config_flow.py +2 -2
- homeassistant/components/sunricher_dali/const.py +5 -0
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/light.py +2 -2
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/manifest.json +3 -3
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/strings.json +4 -6
- homeassistant/components/sunricher_dali/translations/bg.json +18 -0
- homeassistant/components/sunricher_dali/translations/ca.json +11 -0
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/translations/cs.json +4 -6
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/translations/de.json +5 -7
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/translations/en-GB.json +4 -6
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/translations/en.json +4 -6
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/translations/es.json +4 -6
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/translations/et.json +4 -6
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/translations/ga.json +4 -6
- homeassistant/components/sunricher_dali/translations/it.json +27 -0
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/translations/lt.json +5 -7
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/translations/pt.json +4 -6
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/translations/sk.json +4 -6
- homeassistant/components/sunricher_dali/translations/sr-Latn.json +25 -0
- homeassistant/components/sunricher_dali/translations/sv.json +27 -0
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/translations/zh-Hans.json +4 -6
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/translations/zh-Hant.json +4 -6
- homeassistant/components/{sunricher_dali_center → sunricher_dali}/types.py +2 -2
- homeassistant/components/swiss_public_transport/translations/mk.json +1 -0
- homeassistant/components/switch/translations/bg.json +10 -0
- homeassistant/components/switch/translations/mk.json +10 -0
- homeassistant/components/switch_as_x/translations/cs.json +1 -1
- homeassistant/components/switch_as_x/translations/es.json +4 -4
- homeassistant/components/switchbot_cloud/translations/mk.json +15 -0
- homeassistant/components/switchbot_cloud/translations/sv.json +2 -1
- homeassistant/components/synology_dsm/translations/mk.json +13 -0
- homeassistant/components/system_bridge/translations/es.json +1 -0
- homeassistant/components/system_bridge/translations/mk.json +12 -0
- homeassistant/components/system_bridge/translations/ru.json +1 -0
- homeassistant/components/system_log/translations/mk.json +14 -0
- homeassistant/components/systemmonitor/translations/sv.json +1 -1
- homeassistant/components/tado/translations/sv.json +2 -2
- homeassistant/components/tankerkoenig/translations/mk.json +9 -0
- homeassistant/components/tautulli/translations/sv.json +2 -1
- homeassistant/components/technove/translations/mk.json +1 -0
- homeassistant/components/telegram/translations/pt.json +6 -0
- homeassistant/components/telegram/translations/ru.json +6 -0
- homeassistant/components/telegram_bot/translations/bg.json +11 -0
- homeassistant/components/telegram_bot/translations/es.json +42 -7
- homeassistant/components/telegram_bot/translations/mk.json +95 -0
- homeassistant/components/telegram_bot/translations/ru.json +69 -0
- homeassistant/components/telegram_bot/translations/sv.json +19 -0
- homeassistant/components/telegram_bot/translations/vi.json +7 -0
- homeassistant/components/template/translations/es.json +11 -3
- homeassistant/components/template/translations/it.json +5 -0
- homeassistant/components/template/translations/mk.json +9 -0
- homeassistant/components/template/translations/sr-Latn.json +8 -0
- homeassistant/components/template/translations/sv.json +140 -40
- homeassistant/components/template/translations/vi.json +301 -10
- homeassistant/components/tesla_fleet/manifest.json +1 -1
- homeassistant/components/tesla_fleet/translations/bg.json +40 -0
- homeassistant/components/tesla_fleet/translations/mk.json +10 -0
- homeassistant/components/tesla_fleet/translations/sr-Latn.json +13 -8
- homeassistant/components/tesla_fleet/translations/sv.json +3 -0
- homeassistant/components/tesla_fleet/translations/vi.json +5 -0
- homeassistant/components/tesla_wall_connector/translations/mk.json +3 -0
- homeassistant/components/teslemetry/manifest.json +1 -1
- homeassistant/components/teslemetry/translations/bg.json +68 -3
- homeassistant/components/teslemetry/translations/mk.json +32 -1
- homeassistant/components/teslemetry/translations/sr-Latn.json +16 -16
- homeassistant/components/teslemetry/translations/sv.json +133 -2
- homeassistant/components/teslemetry/translations/vi.json +22 -0
- homeassistant/components/teslemetry/update.py +1 -1
- homeassistant/components/tessie/manifest.json +1 -1
- homeassistant/components/tessie/translations/bg.json +45 -0
- homeassistant/components/tessie/translations/es.json +3 -0
- homeassistant/components/tessie/translations/mk.json +10 -0
- homeassistant/components/tessie/translations/sr-Latn.json +9 -9
- homeassistant/components/tessie/translations/vi.json +5 -0
- homeassistant/components/text/translations/mk.json +23 -0
- homeassistant/components/thethingsnetwork/translations/sv.json +1 -0
- homeassistant/components/timer/translations/mk.json +27 -0
- homeassistant/components/timer/translations/sk.json +1 -1
- homeassistant/components/timer/translations/vi.json +29 -1
- homeassistant/components/todo/translations/mk.json +61 -0
- homeassistant/components/todo/translations/vi.json +102 -1
- homeassistant/components/todoist/translations/mk.json +11 -0
- homeassistant/components/todoist/translations/vi.json +76 -1
- homeassistant/components/togrill/translations/pl.json +5 -0
- homeassistant/components/togrill/translations/sr-Latn.json +3 -0
- homeassistant/components/tomorrowio/translations/sv.json +2 -1
- homeassistant/components/toon/translations/sv.json +3 -0
- homeassistant/components/tplink/climate.py +8 -9
- homeassistant/components/tplink/translations/mk.json +6 -0
- homeassistant/components/tplink/translations/sr-Latn.json +3 -0
- homeassistant/components/traccar_server/translations/ca.json +6 -0
- homeassistant/components/traccar_server/translations/mk.json +7 -0
- homeassistant/components/traccar_server/translations/pt.json +10 -0
- homeassistant/components/trafikverket_camera/translations/mk.json +21 -0
- homeassistant/components/transmission/translations/bg.json +10 -0
- homeassistant/components/transmission/translations/mk.json +9 -0
- homeassistant/components/transmission/translations/pt.json +25 -0
- homeassistant/components/transmission/translations/ru.json +1 -0
- homeassistant/components/transmission/translations/sv.json +24 -0
- homeassistant/components/tts/translations/mk.json +11 -0
- homeassistant/components/tuya/manifest.json +1 -1
- homeassistant/components/tuya/translations/bg.json +10 -2
- homeassistant/components/tuya/translations/mk.json +27 -1
- homeassistant/components/tuya/translations/pl.json +3 -0
- homeassistant/components/tuya/translations/pt.json +12 -0
- homeassistant/components/tuya/translations/sr-Latn.json +5 -5
- homeassistant/components/tuya/translations/sv.json +3 -0
- homeassistant/components/twinkly/translations/bg.json +9 -0
- homeassistant/components/twinkly/translations/sr-Latn.json +1 -1
- homeassistant/components/twitch/translations/mk.json +13 -0
- homeassistant/components/ukraine_alarm/__init__.py +63 -0
- homeassistant/components/ukraine_alarm/config_flow.py +2 -2
- homeassistant/components/ukraine_alarm/strings.json +9 -3
- homeassistant/components/ukraine_alarm/translations/bg.json +9 -6
- homeassistant/components/ukraine_alarm/translations/ca.json +3 -6
- homeassistant/components/ukraine_alarm/translations/cs.json +9 -3
- homeassistant/components/ukraine_alarm/translations/de.json +9 -3
- homeassistant/components/ukraine_alarm/translations/el.json +3 -6
- homeassistant/components/ukraine_alarm/translations/en-GB.json +9 -3
- homeassistant/components/ukraine_alarm/translations/en.json +9 -3
- homeassistant/components/ukraine_alarm/translations/es.json +9 -3
- homeassistant/components/ukraine_alarm/translations/et.json +6 -0
- homeassistant/components/ukraine_alarm/translations/fi.json +3 -6
- homeassistant/components/ukraine_alarm/translations/fr.json +3 -6
- homeassistant/components/ukraine_alarm/translations/ga.json +3 -6
- homeassistant/components/ukraine_alarm/translations/hu.json +3 -6
- homeassistant/components/ukraine_alarm/translations/id.json +3 -6
- homeassistant/components/ukraine_alarm/translations/it.json +1 -8
- homeassistant/components/ukraine_alarm/translations/ja.json +3 -6
- homeassistant/components/ukraine_alarm/translations/ko.json +3 -6
- homeassistant/components/ukraine_alarm/translations/lt.json +9 -3
- homeassistant/components/ukraine_alarm/translations/nb.json +3 -6
- homeassistant/components/ukraine_alarm/translations/nl.json +3 -6
- homeassistant/components/ukraine_alarm/translations/pl.json +3 -6
- homeassistant/components/ukraine_alarm/translations/pt-BR.json +3 -6
- homeassistant/components/ukraine_alarm/translations/pt.json +9 -3
- homeassistant/components/ukraine_alarm/translations/ro.json +3 -6
- homeassistant/components/ukraine_alarm/translations/ru.json +3 -6
- homeassistant/components/ukraine_alarm/translations/sk.json +9 -3
- homeassistant/components/ukraine_alarm/translations/sv.json +3 -6
- homeassistant/components/ukraine_alarm/translations/tr.json +3 -6
- homeassistant/components/ukraine_alarm/translations/uk.json +3 -6
- homeassistant/components/ukraine_alarm/translations/zh-Hans.json +9 -3
- homeassistant/components/ukraine_alarm/translations/zh-Hant.json +9 -3
- homeassistant/components/unifiprotect/translations/vi.json +7 -0
- homeassistant/components/update/translations/mk.json +3 -0
- homeassistant/components/update/translations/sr-Latn.json +1 -0
- homeassistant/components/usb/utils.py +22 -23
- homeassistant/components/utility_meter/manifest.json +1 -1
- homeassistant/components/utility_meter/translations/mk.json +20 -0
- homeassistant/components/vacuum/translations/sr-Latn.json +1 -1
- homeassistant/components/vallox/translations/mk.json +13 -0
- homeassistant/components/vegehub/translations/sr-Latn.json +7 -0
- homeassistant/components/velux/translations/cs.json +1 -1
- homeassistant/components/velux/translations/de.json +1 -1
- homeassistant/components/velux/translations/el.json +0 -1
- homeassistant/components/velux/translations/en-GB.json +1 -1
- homeassistant/components/velux/translations/en.json +1 -1
- homeassistant/components/velux/translations/es.json +1 -1
- homeassistant/components/velux/translations/et.json +1 -1
- homeassistant/components/velux/translations/fi.json +0 -1
- homeassistant/components/velux/translations/fr.json +0 -1
- homeassistant/components/velux/translations/ga.json +0 -1
- homeassistant/components/velux/translations/gl.json +0 -1
- homeassistant/components/velux/translations/hu.json +0 -1
- homeassistant/components/velux/translations/it.json +0 -1
- homeassistant/components/velux/translations/ja.json +0 -1
- homeassistant/components/velux/translations/ko.json +0 -1
- homeassistant/components/velux/translations/lt.json +1 -1
- homeassistant/components/velux/translations/nl.json +0 -1
- homeassistant/components/velux/translations/pt.json +1 -1
- homeassistant/components/velux/translations/ru.json +0 -1
- homeassistant/components/velux/translations/sk.json +1 -1
- homeassistant/components/velux/translations/sv.json +7 -1
- homeassistant/components/velux/translations/tr.json +0 -1
- homeassistant/components/velux/translations/uk.json +0 -1
- homeassistant/components/velux/translations/vi.json +0 -1
- homeassistant/components/velux/translations/zh-Hans.json +1 -1
- homeassistant/components/velux/translations/zh-Hant.json +1 -1
- homeassistant/components/vesync/humidifier.py +3 -1
- homeassistant/components/vesync/manifest.json +1 -1
- homeassistant/components/vesync/strings.json +11 -0
- homeassistant/components/vesync/translations/bg.json +18 -0
- homeassistant/components/vesync/translations/cs.json +11 -0
- homeassistant/components/vesync/translations/de.json +11 -0
- homeassistant/components/vesync/translations/en-GB.json +11 -0
- homeassistant/components/vesync/translations/en.json +11 -0
- homeassistant/components/vesync/translations/es.json +11 -0
- homeassistant/components/vesync/translations/et.json +11 -0
- homeassistant/components/vesync/translations/ga.json +11 -0
- homeassistant/components/vesync/translations/he.json +11 -0
- homeassistant/components/vesync/translations/it.json +11 -0
- homeassistant/components/vesync/translations/lt.json +11 -0
- homeassistant/components/vesync/translations/mk.json +11 -0
- homeassistant/components/vesync/translations/pt.json +11 -0
- homeassistant/components/vesync/translations/sk.json +11 -0
- homeassistant/components/vesync/translations/sr-Latn.json +2 -2
- homeassistant/components/vesync/translations/sv.json +11 -0
- homeassistant/components/vesync/translations/zh-Hans.json +11 -0
- homeassistant/components/vesync/translations/zh-Hant.json +11 -0
- homeassistant/components/voip/translations/sv.json +1 -1
- homeassistant/components/volvo/translations/bg.json +5 -0
- homeassistant/components/volvo/translations/cs.json +5 -0
- homeassistant/components/volvo/translations/en-GB.json +5 -0
- homeassistant/components/volvo/translations/es.json +11 -0
- homeassistant/components/volvo/translations/ga.json +5 -0
- homeassistant/components/volvo/translations/it.json +5 -0
- homeassistant/components/volvo/translations/lt.json +5 -0
- homeassistant/components/volvo/translations/mk.json +9 -0
- homeassistant/components/volvo/translations/pt.json +5 -0
- homeassistant/components/volvo/translations/sk.json +5 -0
- homeassistant/components/volvo/translations/sr-Latn.json +8 -0
- homeassistant/components/volvo/translations/sv.json +37 -1
- homeassistant/components/volvo/translations/vi.json +1 -0
- homeassistant/components/wallbox/translations/bg.json +2 -1
- homeassistant/components/wallbox/translations/sr-Latn.json +1 -1
- homeassistant/components/water_heater/translations/bg.json +5 -0
- homeassistant/components/water_heater/translations/sr-Latn.json +3 -3
- homeassistant/components/watergate/translations/mk.json +15 -0
- homeassistant/components/weather/translations/mk.json +11 -1
- homeassistant/components/weather/translations/sv.json +1 -1
- homeassistant/components/weatherflow/translations/sv.json +1 -1
- homeassistant/components/webostv/translations/mk.json +12 -0
- homeassistant/components/webostv/translations/sv.json +3 -3
- homeassistant/components/weheat/translations/pl.json +1 -0
- homeassistant/components/weheat/translations/sv.json +3 -0
- homeassistant/components/wemo/translations/mk.json +11 -0
- homeassistant/components/wemo/translations/pl.json +10 -0
- homeassistant/components/whirlpool/translations/bg.json +22 -0
- homeassistant/components/whirlpool/translations/ca.json +30 -0
- homeassistant/components/whirlpool/translations/es.json +81 -0
- homeassistant/components/whirlpool/translations/mk.json +3 -0
- homeassistant/components/whirlpool/translations/pl.json +3 -0
- homeassistant/components/whirlpool/translations/sv.json +66 -0
- homeassistant/components/wilight/translations/mk.json +25 -0
- homeassistant/components/withings/translations/sv.json +4 -1
- homeassistant/components/wolflink/translations/bg.json +1 -0
- homeassistant/components/wolflink/translations/sr-Latn.json +2 -2
- homeassistant/components/workday/manifest.json +1 -1
- homeassistant/components/workday/translations/vi.json +5 -0
- homeassistant/components/wyoming/translations/bg.json +2 -1
- homeassistant/components/wyoming/translations/sr-Latn.json +1 -1
- homeassistant/components/xbox/coordinator.py +18 -2
- homeassistant/components/xbox/translations/bg.json +36 -0
- homeassistant/components/xbox/translations/es.json +22 -1
- homeassistant/components/xbox/translations/mk.json +7 -0
- homeassistant/components/xbox/translations/pt.json +11 -0
- homeassistant/components/xbox/translations/sr-Latn.json +1 -0
- homeassistant/components/xbox/translations/sv.json +47 -2
- homeassistant/components/xiaomi_aqara/translations/sr-Latn.json +3 -0
- homeassistant/components/xiaomi_ble/translations/mk.json +19 -0
- homeassistant/components/xiaomi_miio/translations/bg.json +5 -0
- homeassistant/components/xiaomi_miio/translations/mk.json +114 -0
- homeassistant/components/xiaomi_miio/translations/pt.json +4 -2
- homeassistant/components/xiaomi_miio/translations/ru.json +4 -2
- homeassistant/components/xiaomi_miio/translations/sr-Latn.json +1 -1
- homeassistant/components/xiaomi_miio/translations/sv.json +2 -1
- homeassistant/components/yale/translations/sv.json +3 -0
- homeassistant/components/yale_smart_alarm/translations/bg.json +4 -1
- homeassistant/components/yale_smart_alarm/translations/sr-Latn.json +1 -1
- homeassistant/components/yamaha_musiccast/translations/bg.json +5 -0
- homeassistant/components/yamaha_musiccast/translations/sr-Latn.json +1 -1
- homeassistant/components/yardian/translations/bg.json +7 -0
- homeassistant/components/yardian/translations/es.json +16 -0
- homeassistant/components/yardian/translations/mk.json +11 -0
- homeassistant/components/yeelight/translations/bg.json +5 -0
- homeassistant/components/yeelight/translations/mk.json +1 -0
- homeassistant/components/yeelight/translations/sr-Latn.json +1 -1
- homeassistant/components/yolink/translations/bg.json +4 -2
- homeassistant/components/yolink/translations/mk.json +5 -0
- homeassistant/components/yolink/translations/sr-Latn.json +2 -2
- homeassistant/components/yolink/translations/sv.json +16 -0
- homeassistant/components/zha/__init__.py +16 -1
- homeassistant/components/zha/config_flow.py +237 -63
- homeassistant/components/zha/manifest.json +1 -1
- homeassistant/components/zha/radio_manager.py +3 -2
- homeassistant/components/zha/strings.json +68 -15
- homeassistant/components/zha/translations/bg.json +52 -3
- homeassistant/components/zha/translations/ca.json +0 -3
- homeassistant/components/zha/translations/cs.json +68 -15
- homeassistant/components/zha/translations/da.json +0 -3
- homeassistant/components/zha/translations/de.json +68 -15
- homeassistant/components/zha/translations/el.json +0 -3
- homeassistant/components/zha/translations/en-GB.json +68 -15
- homeassistant/components/zha/translations/en.json +68 -15
- homeassistant/components/zha/translations/es.json +119 -18
- homeassistant/components/zha/translations/et.json +68 -15
- homeassistant/components/zha/translations/fi.json +0 -3
- homeassistant/components/zha/translations/fr.json +0 -18
- homeassistant/components/zha/translations/ga.json +67 -2
- homeassistant/components/zha/translations/gsw.json +0 -3
- homeassistant/components/zha/translations/hu.json +0 -3
- homeassistant/components/zha/translations/id.json +0 -3
- homeassistant/components/zha/translations/it.json +67 -2
- homeassistant/components/zha/translations/ja.json +0 -3
- homeassistant/components/zha/translations/ko.json +0 -9
- homeassistant/components/zha/translations/lt.json +68 -15
- homeassistant/components/zha/translations/mk.json +39 -0
- homeassistant/components/zha/translations/nb.json +0 -3
- homeassistant/components/zha/translations/nl.json +0 -3
- homeassistant/components/zha/translations/pl.json +25 -5
- homeassistant/components/zha/translations/pt-BR.json +0 -3
- homeassistant/components/zha/translations/pt.json +115 -16
- homeassistant/components/zha/translations/ro.json +0 -3
- homeassistant/components/zha/translations/ru.json +38 -16
- homeassistant/components/zha/translations/sk.json +68 -15
- homeassistant/components/zha/translations/sl.json +0 -9
- homeassistant/components/zha/translations/sr-Latn.json +58 -10
- homeassistant/components/zha/translations/sv.json +55 -3
- homeassistant/components/zha/translations/tr.json +0 -3
- homeassistant/components/zha/translations/uk.json +3 -3
- homeassistant/components/zha/translations/vi.json +10 -0
- homeassistant/components/zha/translations/zh-Hans.json +68 -15
- homeassistant/components/zha/translations/zh-Hant.json +68 -15
- homeassistant/components/zwave_js/translations/es.json +3 -0
- homeassistant/components/zwave_js/translations/mk.json +20 -0
- homeassistant/components/zwave_js/translations/pl.json +93 -0
- homeassistant/components/zwave_js/translations/sr-Latn.json +6 -0
- homeassistant/components/zwave_js/translations/sv.json +18 -2
- homeassistant/config_entries.py +9 -7
- homeassistant/const.py +1 -1
- homeassistant/data_entry_flow.py +49 -35
- homeassistant/generated/config_flows.py +1 -1
- homeassistant/generated/integrations.json +2 -7
- homeassistant/package_constraints.txt +3 -3
- homeassistant/util/language.py +17 -7
- {homeassistant-2025.11.0b2.dist-info → homeassistant-2025.11.2.dist-info}/METADATA +2 -2
- {homeassistant-2025.11.0b2.dist-info → homeassistant-2025.11.2.dist-info}/RECORD +1168 -1048
- homeassistant/components/enmax/__init__.py +0 -1
- homeassistant/components/enmax/manifest.json +0 -6
- homeassistant/components/sunricher_dali_center/const.py +0 -5
- homeassistant/components/sunricher_dali_center/translations/it.json +0 -11
- homeassistant/components/sunricher_dali_center/translations/sr-Latn.json +0 -11
- /homeassistant/components/{sunricher_dali_center → sunricher_dali}/quality_scale.yaml +0 -0
- /homeassistant/components/{sunricher_dali_center → sunricher_dali}/translations/el.json +0 -0
- /homeassistant/components/{sunricher_dali_center → sunricher_dali}/translations/he.json +0 -0
- /homeassistant/components/{sunricher_dali_center → sunricher_dali}/translations/nl.json +0 -0
- {homeassistant-2025.11.0b2.dist-info → homeassistant-2025.11.2.dist-info}/WHEEL +0 -0
- {homeassistant-2025.11.0b2.dist-info → homeassistant-2025.11.2.dist-info}/entry_points.txt +0 -0
- {homeassistant-2025.11.0b2.dist-info → homeassistant-2025.11.2.dist-info}/licenses/LICENSE.md +0 -0
- {homeassistant-2025.11.0b2.dist-info → homeassistant-2025.11.2.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
- {homeassistant-2025.11.0b2.dist-info → homeassistant-2025.11.2.dist-info}/top_level.txt +0 -0
|
@@ -16,6 +16,11 @@
|
|
|
16
16
|
"invalid_backup_json": "JSON de backup inv\u00e1lido"
|
|
17
17
|
},
|
|
18
18
|
"flow_title": "{name}",
|
|
19
|
+
"progress": {
|
|
20
|
+
"form_new_network": "A formar uma nova rede Zigbee. Como parte deste processo, procuramos um canal de rede livre, o que pode demorar um minuto.",
|
|
21
|
+
"maybe_reset_old_radio": "Repor o adaptador antigo. Foi feita uma c\u00f3pia de seguran\u00e7a do adaptador antigo e este est\u00e1 a ser reposto com a configura\u00e7\u00e3o de f\u00e1brica.",
|
|
22
|
+
"restore_backup": "Restaurar as defini\u00e7\u00f5es de rede para o novo adaptador.\n\nIsto ir\u00e1 demorar cerca de um minuto."
|
|
23
|
+
},
|
|
19
24
|
"step": {
|
|
20
25
|
"choose_automatic_backup": {
|
|
21
26
|
"data": {
|
|
@@ -76,8 +81,15 @@
|
|
|
76
81
|
"confirm": {
|
|
77
82
|
"description": "Deseja configurar {name}?"
|
|
78
83
|
},
|
|
79
|
-
"
|
|
80
|
-
"
|
|
84
|
+
"confirm_ezsp_ieee_overwrite": {
|
|
85
|
+
"data": {
|
|
86
|
+
"overwrite_coordinator_ieee": "Substituir permanentemente o endere\u00e7o IEEE do adaptador"
|
|
87
|
+
},
|
|
88
|
+
"description": "A sua c\u00f3pia de seguran\u00e7a tem um endere\u00e7o IEEE diferente do seu adaptador. Para que a sua rede funcione corretamente, o endere\u00e7o IEEE do seu adaptador tamb\u00e9m deve ser alterado.\n\nEsta \u00e9 uma opera\u00e7\u00e3o permanente.",
|
|
89
|
+
"title": "Substituir o endere\u00e7o IEEE do adaptador"
|
|
90
|
+
},
|
|
91
|
+
"form_new_network": {
|
|
92
|
+
"title": "Forma\u00e7\u00e3o de uma nova rede"
|
|
81
93
|
},
|
|
82
94
|
"manual_pick_radio_type": {
|
|
83
95
|
"data": {
|
|
@@ -100,17 +112,28 @@
|
|
|
100
112
|
"description": "O ZHA n\u00e3o conseguiu detetar automaticamente as configura\u00e7\u00f5es da porta de s\u00e9rie para o seu adaptador.\n\nSe est\u00e1 a usar um firmware com configura\u00e7\u00f5es n\u00e3o normalizadas, insira as configura\u00e7\u00f5es da porta de s\u00e9rie",
|
|
101
113
|
"title": "Defini\u00e7\u00f5es da porta de s\u00e9rie"
|
|
102
114
|
},
|
|
103
|
-
"maybe_confirm_ezsp_restore": {
|
|
104
|
-
"data": {
|
|
105
|
-
"overwrite_coordinator_ieee": "Substituir permanentemente o endere\u00e7o IEEE do adaptador"
|
|
106
|
-
},
|
|
107
|
-
"description": "A sua c\u00f3pia de seguran\u00e7a tem um endere\u00e7o IEEE diferente do seu adaptador. Para que a sua rede funcione corretamente, o endere\u00e7o IEEE do seu adaptador tamb\u00e9m deve ser alterado.\n\nEsta \u00e9 uma opera\u00e7\u00e3o permanente.",
|
|
108
|
-
"title": "Substituir o endere\u00e7o IEEE do adaptador"
|
|
109
|
-
},
|
|
110
115
|
"maybe_reset_old_radio": {
|
|
111
|
-
"description": "Foi criada uma c\u00f3pia de seguran\u00e7a anteriormente e o adaptador antigo est\u00e1 a ser reposto como parte da migra\u00e7\u00e3o.",
|
|
112
116
|
"title": "Repor o adaptador antigo"
|
|
113
117
|
},
|
|
118
|
+
"plug_in_new_radio": {
|
|
119
|
+
"description": "O seu novo adaptador em `{device_path}` n\u00e3o foi encontrado. Ligue-o e clique em Enviar para continuar.",
|
|
120
|
+
"title": "Novo adaptador n\u00e3o encontrado"
|
|
121
|
+
},
|
|
122
|
+
"plug_in_old_radio": {
|
|
123
|
+
"description": "O seu antigo adaptador em `{device_path}` n\u00e3o foi encontrado. Pode tentar novamente depois de o voltar a ligar, ou saltar a reposi\u00e7\u00e3o do adaptador antigo.\n\n**Aviso:** Se saltar a reposi\u00e7\u00e3o do adaptador antigo, certifique-se de que este permanece permanentemente desligado. Voltar a lig\u00e1-lo mais tarde causar\u00e1 problemas de rede.",
|
|
124
|
+
"menu_option_descriptions": {
|
|
125
|
+
"retry_old_radio": "Tente ligar novamente ao adaptador antigo para o repor como parte da migra\u00e7\u00e3o.",
|
|
126
|
+
"skip_reset_old_radio": "Ignore a reposi\u00e7\u00e3o do adaptador antigo e continue com a migra\u00e7\u00e3o."
|
|
127
|
+
},
|
|
128
|
+
"menu_options": {
|
|
129
|
+
"retry_old_radio": "Tentar novamente",
|
|
130
|
+
"skip_reset_old_radio": "Ignorar reposi\u00e7\u00e3o"
|
|
131
|
+
},
|
|
132
|
+
"title": "Adaptador antigo n\u00e3o encontrado"
|
|
133
|
+
},
|
|
134
|
+
"restore_backup": {
|
|
135
|
+
"title": "Restaurar a rede para o novo adaptador"
|
|
136
|
+
},
|
|
114
137
|
"upload_manual_backup": {
|
|
115
138
|
"data": {
|
|
116
139
|
"uploaded_backup_file": "Carregar um ficheiro"
|
|
@@ -179,6 +202,7 @@
|
|
|
179
202
|
"left": "Esquerda",
|
|
180
203
|
"open": "Abrir",
|
|
181
204
|
"right": "Direita",
|
|
205
|
+
"rotary_knob": "Bot\u00e3o rotativo",
|
|
182
206
|
"turn_off": "Desligar",
|
|
183
207
|
"turn_on": "Ligar"
|
|
184
208
|
},
|
|
@@ -206,7 +230,10 @@
|
|
|
206
230
|
"remote_button_quintuple_press": "\"{subtype}\" com clique qu\u00edntuplo",
|
|
207
231
|
"remote_button_short_press": "\"{subtype}\" pressionado",
|
|
208
232
|
"remote_button_short_release": "\"{subtype}\" libertado",
|
|
209
|
-
"remote_button_triple_press": "\"{subtype}\" com triplo clique"
|
|
233
|
+
"remote_button_triple_press": "\"{subtype}\" com triplo clique",
|
|
234
|
+
"rotary_knob_continued_rotating": "O bot\u00e3o rotativo continuou a rodar \"{subtype}\"",
|
|
235
|
+
"rotary_knob_started_rotating": "O bot\u00e3o rotativo come\u00e7ou a rodar \"{subtype}\"",
|
|
236
|
+
"rotary_knob_stopped_rotating": "\"{subtype}\" parou de rodar"
|
|
210
237
|
}
|
|
211
238
|
},
|
|
212
239
|
"entity": {
|
|
@@ -305,6 +332,9 @@
|
|
|
305
332
|
"calibrate_valve": {
|
|
306
333
|
"name": "Calibrar a v\u00e1lvula"
|
|
307
334
|
},
|
|
335
|
+
"calibrate_z_axis": {
|
|
336
|
+
"name": "Calibrar o eixo Z"
|
|
337
|
+
},
|
|
308
338
|
"feed": {
|
|
309
339
|
"name": "Alimenta\u00e7\u00e3o"
|
|
310
340
|
},
|
|
@@ -323,6 +353,12 @@
|
|
|
323
353
|
"reset_summation_delivered": {
|
|
324
354
|
"name": "Resumo de rein\u00edcios entregue"
|
|
325
355
|
},
|
|
356
|
+
"reset_summation_delivered_left": {
|
|
357
|
+
"name": "Repor a soma \u00e0 esquerda fornecida"
|
|
358
|
+
},
|
|
359
|
+
"reset_summation_delivered_right": {
|
|
360
|
+
"name": "Repor a soma \u00e0 direita fornecida"
|
|
361
|
+
},
|
|
326
362
|
"restart_device": {
|
|
327
363
|
"name": "Reiniciar dispositivo"
|
|
328
364
|
},
|
|
@@ -464,6 +500,9 @@
|
|
|
464
500
|
"comfort_temperature_min": {
|
|
465
501
|
"name": "Temperatura de conforto m\u00edn"
|
|
466
502
|
},
|
|
503
|
+
"compensation_speed": {
|
|
504
|
+
"name": "Velocidade de compensa\u00e7\u00e3o"
|
|
505
|
+
},
|
|
467
506
|
"deadzone_temperature": {
|
|
468
507
|
"name": "Temperatura da zona morta"
|
|
469
508
|
},
|
|
@@ -623,6 +662,9 @@
|
|
|
623
662
|
"lift_drive_up_time": {
|
|
624
663
|
"name": "Tempo de arranque do elevador"
|
|
625
664
|
},
|
|
665
|
+
"limit_position": {
|
|
666
|
+
"name": "Posi\u00e7\u00e3o limite"
|
|
667
|
+
},
|
|
626
668
|
"liquid_depth_max": {
|
|
627
669
|
"name": "Altura do sensor ao n\u00edvel do l\u00edquido"
|
|
628
670
|
},
|
|
@@ -719,6 +761,9 @@
|
|
|
719
761
|
"on_transition_time": {
|
|
720
762
|
"name": "Tempo de transi\u00e7\u00e3o ao ligar"
|
|
721
763
|
},
|
|
764
|
+
"open_delay_time": {
|
|
765
|
+
"name": "Tempo de diferimento de abertura"
|
|
766
|
+
},
|
|
722
767
|
"open_window_detection_guard_period": {
|
|
723
768
|
"name": "Per\u00edodo de guarda de dete\u00e7\u00e3o de janela aberta"
|
|
724
769
|
},
|
|
@@ -746,6 +791,9 @@
|
|
|
746
791
|
"presence_timeout": {
|
|
747
792
|
"name": "Tempo de desvanecimento"
|
|
748
793
|
},
|
|
794
|
+
"pulse_configuration": {
|
|
795
|
+
"name": "Configura\u00e7\u00e3o de impulsos"
|
|
796
|
+
},
|
|
749
797
|
"quantitative_watering": {
|
|
750
798
|
"name": "Rega quantitativa"
|
|
751
799
|
},
|
|
@@ -854,6 +902,24 @@
|
|
|
854
902
|
"transmit_power": {
|
|
855
903
|
"name": "Pot\u00eancia de transmiss\u00e3o"
|
|
856
904
|
},
|
|
905
|
+
"turn_off_delay": {
|
|
906
|
+
"name": "Desligar o diferimento"
|
|
907
|
+
},
|
|
908
|
+
"turn_off_delay_left": {
|
|
909
|
+
"name": "Desligar o diferimento \u00e0 esquerda"
|
|
910
|
+
},
|
|
911
|
+
"turn_off_delay_right": {
|
|
912
|
+
"name": "Desligar o diferimento \u00e0 direita"
|
|
913
|
+
},
|
|
914
|
+
"turn_on_delay": {
|
|
915
|
+
"name": "Ligar o diferimento"
|
|
916
|
+
},
|
|
917
|
+
"turn_on_delay_left": {
|
|
918
|
+
"name": "Ligar o diferimento \u00e0 esquerda"
|
|
919
|
+
},
|
|
920
|
+
"turn_on_delay_right": {
|
|
921
|
+
"name": "Ligar o diferimento \u00e0 direita"
|
|
922
|
+
},
|
|
857
923
|
"up_movement": {
|
|
858
924
|
"name": "Movimento ascendente"
|
|
859
925
|
},
|
|
@@ -1591,6 +1657,9 @@
|
|
|
1591
1657
|
"double_up_full": {
|
|
1592
1658
|
"name": "Toque duplo ativado - completo"
|
|
1593
1659
|
},
|
|
1660
|
+
"enable_pir_mode": {
|
|
1661
|
+
"name": "Ativar o controlo remoto PIR"
|
|
1662
|
+
},
|
|
1594
1663
|
"enable_siren": {
|
|
1595
1664
|
"name": "Ativar sirene"
|
|
1596
1665
|
},
|
|
@@ -1823,6 +1892,11 @@
|
|
|
1823
1892
|
"invalid_backup_json": "JSON de backup inv\u00e1lido"
|
|
1824
1893
|
},
|
|
1825
1894
|
"flow_title": "{name}",
|
|
1895
|
+
"progress": {
|
|
1896
|
+
"form_new_network": "A formar uma nova rede Zigbee. Como parte deste processo, procuramos um canal de rede livre, o que pode demorar um minuto.",
|
|
1897
|
+
"maybe_reset_old_radio": "Repor o adaptador antigo. Foi feita uma c\u00f3pia de seguran\u00e7a do adaptador antigo e este est\u00e1 a ser reposto com a configura\u00e7\u00e3o de f\u00e1brica.",
|
|
1898
|
+
"restore_backup": "Restaurar as defini\u00e7\u00f5es de rede para o novo adaptador.\n\nIsto ir\u00e1 demorar cerca de um minuto."
|
|
1899
|
+
},
|
|
1826
1900
|
"step": {
|
|
1827
1901
|
"choose_automatic_backup": {
|
|
1828
1902
|
"data": {
|
|
@@ -1868,6 +1942,16 @@
|
|
|
1868
1942
|
"description": "Selecione a porta serial para o seu adaptador Zigbee",
|
|
1869
1943
|
"title": "Selecionar uma porta de s\u00e9rie"
|
|
1870
1944
|
},
|
|
1945
|
+
"confirm_ezsp_ieee_overwrite": {
|
|
1946
|
+
"data": {
|
|
1947
|
+
"overwrite_coordinator_ieee": "Substituir permanentemente o endere\u00e7o IEEE do adaptador"
|
|
1948
|
+
},
|
|
1949
|
+
"description": "A sua c\u00f3pia de seguran\u00e7a tem um endere\u00e7o IEEE diferente do seu adaptador. Para que a sua rede funcione corretamente, o endere\u00e7o IEEE do seu adaptador tamb\u00e9m deve ser alterado.\n\nEsta \u00e9 uma opera\u00e7\u00e3o permanente.",
|
|
1950
|
+
"title": "Substituir o endere\u00e7o IEEE do adaptador"
|
|
1951
|
+
},
|
|
1952
|
+
"form_new_network": {
|
|
1953
|
+
"title": "Forma\u00e7\u00e3o de uma nova rede"
|
|
1954
|
+
},
|
|
1871
1955
|
"init": {
|
|
1872
1956
|
"description": "Ser\u00e1 efetuada uma c\u00f3pia de seguran\u00e7a e o ZHA ser\u00e1 interrompido. Deseja continuar?",
|
|
1873
1957
|
"title": "Reconfigurar ZHA"
|
|
@@ -1892,12 +1976,24 @@
|
|
|
1892
1976
|
"description": "O ZHA n\u00e3o conseguiu detetar automaticamente as configura\u00e7\u00f5es da porta de s\u00e9rie para o seu adaptador.\n\nSe est\u00e1 a usar um firmware com configura\u00e7\u00f5es n\u00e3o normalizadas, insira as configura\u00e7\u00f5es da porta de s\u00e9rie",
|
|
1893
1977
|
"title": "Defini\u00e7\u00f5es da porta de s\u00e9rie"
|
|
1894
1978
|
},
|
|
1895
|
-
"
|
|
1896
|
-
"
|
|
1897
|
-
|
|
1979
|
+
"maybe_reset_old_radio": {
|
|
1980
|
+
"title": "Repor o adaptador antigo"
|
|
1981
|
+
},
|
|
1982
|
+
"plug_in_new_radio": {
|
|
1983
|
+
"description": "O seu novo adaptador em `{device_path}` n\u00e3o foi encontrado. Ligue-o e clique em Enviar para continuar.",
|
|
1984
|
+
"title": "Novo adaptador n\u00e3o encontrado"
|
|
1985
|
+
},
|
|
1986
|
+
"plug_in_old_radio": {
|
|
1987
|
+
"description": "O seu antigo adaptador em `{device_path}` n\u00e3o foi encontrado. Pode tentar novamente depois de o voltar a ligar, ou saltar a reposi\u00e7\u00e3o do adaptador antigo.\n\n**Aviso:** Se saltar a reposi\u00e7\u00e3o do adaptador antigo, certifique-se de que este permanece permanentemente desligado. Voltar a lig\u00e1-lo mais tarde causar\u00e1 problemas de rede.",
|
|
1988
|
+
"menu_option_descriptions": {
|
|
1989
|
+
"retry_old_radio": "Tente ligar novamente ao adaptador antigo para o repor como parte da migra\u00e7\u00e3o.",
|
|
1990
|
+
"skip_reset_old_radio": "Ignore a reposi\u00e7\u00e3o do adaptador antigo e continue com a migra\u00e7\u00e3o."
|
|
1898
1991
|
},
|
|
1899
|
-
"
|
|
1900
|
-
|
|
1992
|
+
"menu_options": {
|
|
1993
|
+
"retry_old_radio": "Tentar novamente",
|
|
1994
|
+
"skip_reset_old_radio": "Ignorar reposi\u00e7\u00e3o"
|
|
1995
|
+
},
|
|
1996
|
+
"title": "Adaptador antigo n\u00e3o encontrado"
|
|
1901
1997
|
},
|
|
1902
1998
|
"prompt_migrate_or_reconfigure": {
|
|
1903
1999
|
"description": "Est\u00e1 a migrar para um novo adaptador ou a reconfigurar o adaptador atual?",
|
|
@@ -1911,6 +2007,9 @@
|
|
|
1911
2007
|
},
|
|
1912
2008
|
"title": "Migrar ou reconfigurar"
|
|
1913
2009
|
},
|
|
2010
|
+
"restore_backup": {
|
|
2011
|
+
"title": "Restaurar a rede para o novo adaptador"
|
|
2012
|
+
},
|
|
1914
2013
|
"upload_manual_backup": {
|
|
1915
2014
|
"data": {
|
|
1916
2015
|
"uploaded_backup_file": "Carregar um ficheiro"
|
|
@@ -15,6 +15,11 @@
|
|
|
15
15
|
"invalid_backup_json": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 JSON \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0433\u043e \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f"
|
|
16
16
|
},
|
|
17
17
|
"flow_title": "{name}",
|
|
18
|
+
"progress": {
|
|
19
|
+
"form_new_network": "\u0424\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u043e\u0432\u043e\u0439 \u0441\u0435\u0442\u0438 Zigbee.\n\n\u041c\u044b \u0441\u043a\u0430\u043d\u0438\u0440\u0443\u0435\u043c \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u044b\u0439 \u0441\u0435\u0442\u0435\u0432\u043e\u0439 \u043a\u0430\u043d\u0430\u043b \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430, \u044d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u043d\u044f\u0442\u044c \u043c\u0438\u043d\u0443\u0442\u0443.",
|
|
20
|
+
"maybe_reset_old_radio": "\u0421\u0431\u0440\u043e\u0441 \u0441\u0442\u0430\u0440\u043e\u0433\u043e \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430.\n\n\u0412\u0430\u0448 \u0441\u0442\u0430\u0440\u044b\u0439 \u0430\u0434\u0430\u043f\u0442\u0435\u0440 \u0431\u044b\u043b \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d \u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0439 \u043a\u043e\u043f\u0438\u0438 \u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f \u0435\u0433\u043e \u0441\u0431\u0440\u043e\u0441 \u0434\u043e \u0437\u0430\u0432\u043e\u0434\u0441\u043a\u0438\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a.",
|
|
21
|
+
"restore_backup": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0435\u0442\u0435\u0432\u044b\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u043d\u0430 \u043d\u043e\u0432\u043e\u043c \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0435.\n\n\u042d\u0442\u043e \u0437\u0430\u0439\u043c\u0435\u0442 \u043c\u0438\u043d\u0443\u0442\u0443."
|
|
22
|
+
},
|
|
18
23
|
"step": {
|
|
19
24
|
"choose_automatic_backup": {
|
|
20
25
|
"data": {
|
|
@@ -57,8 +62,15 @@
|
|
|
57
62
|
"confirm": {
|
|
58
63
|
"description": "\u0425\u043e\u0442\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c {name}?"
|
|
59
64
|
},
|
|
60
|
-
"
|
|
61
|
-
"
|
|
65
|
+
"confirm_ezsp_ieee_overwrite": {
|
|
66
|
+
"data": {
|
|
67
|
+
"overwrite_coordinator_ieee": "\u041d\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c IEEE-\u0430\u0434\u0440\u0435\u0441 \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430"
|
|
68
|
+
},
|
|
69
|
+
"description": "\u0412 \u0412\u0430\u0448\u0435\u0439 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0439 \u043a\u043e\u043f\u0438\u0438 IEEE-\u0430\u0434\u0440\u0435\u0441 \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f \u043e\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u043e\u0433\u043e \u0441\u0435\u0439\u0447\u0430\u0441. \u0427\u0442\u043e\u0431\u044b \u0412\u0430\u0448\u0430 \u0441\u0435\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043b\u0430 \u0434\u043e\u043b\u0436\u043d\u044b\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c, IEEE-\u0430\u0434\u0440\u0435\u0441 \u0412\u0430\u0448\u0435\u0433\u043e \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430 \u0442\u0430\u043a\u0436\u0435 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d. \n\n\u042d\u0442\u043e \u043d\u0435\u043e\u0431\u0440\u0430\u0442\u0438\u043c\u0430\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044f.",
|
|
70
|
+
"title": "\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u044c IEEE-\u0430\u0434\u0440\u0435\u0441\u0430 \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430"
|
|
71
|
+
},
|
|
72
|
+
"form_new_network": {
|
|
73
|
+
"title": "\u0424\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u043e\u0432\u043e\u0439 \u0441\u0435\u0442\u0438"
|
|
62
74
|
},
|
|
63
75
|
"manual_pick_radio_type": {
|
|
64
76
|
"data": {
|
|
@@ -79,17 +91,12 @@
|
|
|
79
91
|
"description": "ZHA \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430. \u041e\u0431\u044b\u0447\u043d\u043e \u044d\u0442\u043e \u0441\u0432\u044f\u0437\u0430\u043d\u043e \u0441 \u043f\u0440\u043e\u0448\u0438\u0432\u043a\u043e\u0439 \u0438\u043b\u0438 \u043f\u0440\u0430\u0432\u0430\u043c\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u0430. \n \n\u0415\u0441\u043b\u0438 \u0432\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 \u043f\u0440\u043e\u0448\u0438\u0432\u043a\u0443 \u0441 \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u043c\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u043c\u0438, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430.",
|
|
80
92
|
"title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430"
|
|
81
93
|
},
|
|
82
|
-
"maybe_confirm_ezsp_restore": {
|
|
83
|
-
"data": {
|
|
84
|
-
"overwrite_coordinator_ieee": "\u041d\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c IEEE-\u0430\u0434\u0440\u0435\u0441 \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430"
|
|
85
|
-
},
|
|
86
|
-
"description": "\u0412 \u0412\u0430\u0448\u0435\u0439 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0439 \u043a\u043e\u043f\u0438\u0438 IEEE-\u0430\u0434\u0440\u0435\u0441 \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f \u043e\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u043e\u0433\u043e \u0441\u0435\u0439\u0447\u0430\u0441. \u0427\u0442\u043e\u0431\u044b \u0412\u0430\u0448\u0430 \u0441\u0435\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043b\u0430 \u0434\u043e\u043b\u0436\u043d\u044b\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c, IEEE-\u0430\u0434\u0440\u0435\u0441 \u0412\u0430\u0448\u0435\u0433\u043e \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430 \u0442\u0430\u043a\u0436\u0435 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d. \n\n\u042d\u0442\u043e \u043d\u0435\u043e\u0431\u0440\u0430\u0442\u0438\u043c\u0430\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044f.",
|
|
87
|
-
"title": "\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u044c IEEE-\u0430\u0434\u0440\u0435\u0441\u0430 \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430"
|
|
88
|
-
},
|
|
89
94
|
"maybe_reset_old_radio": {
|
|
90
|
-
"description": "\u0420\u0435\u0437\u0435\u0440\u0432\u043d\u0430\u044f \u043a\u043e\u043f\u0438\u044f \u0431\u044b\u043b\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0430 \u0440\u0430\u043d\u0435\u0435, \u0438 \u0432\u0430\u0448 \u0441\u0442\u0430\u0440\u044b\u0439 \u0430\u0434\u0430\u043f\u0442\u0435\u0440 \u0431\u0443\u0434\u0435\u0442 \u0441\u0431\u0440\u043e\u0448\u0435\u043d \u0432 \u0445\u043e\u0434\u0435 \u043c\u0438\u0433\u0440\u0430\u0446\u0438\u0438.",
|
|
91
95
|
"title": "\u0421\u0431\u0440\u043e\u0441 \u0441\u0442\u0430\u0440\u043e\u0433\u043e \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430"
|
|
92
96
|
},
|
|
97
|
+
"restore_backup": {
|
|
98
|
+
"title": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0435\u0442\u0438 \u043d\u0430 \u043d\u043e\u0432\u043e\u043c \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0435"
|
|
99
|
+
},
|
|
93
100
|
"upload_manual_backup": {
|
|
94
101
|
"data": {
|
|
95
102
|
"uploaded_backup_file": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b"
|
|
@@ -1655,6 +1662,11 @@
|
|
|
1655
1662
|
"invalid_backup_json": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 JSON \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0433\u043e \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f"
|
|
1656
1663
|
},
|
|
1657
1664
|
"flow_title": "{name}",
|
|
1665
|
+
"progress": {
|
|
1666
|
+
"form_new_network": "\u0424\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u043e\u0432\u043e\u0439 \u0441\u0435\u0442\u0438 Zigbee.\n\n\u041c\u044b \u0441\u043a\u0430\u043d\u0438\u0440\u0443\u0435\u043c \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u044b\u0439 \u0441\u0435\u0442\u0435\u0432\u043e\u0439 \u043a\u0430\u043d\u0430\u043b \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 \u044d\u0442\u043e\u0433\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430, \u044d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u043d\u044f\u0442\u044c \u043c\u0438\u043d\u0443\u0442\u0443.",
|
|
1667
|
+
"maybe_reset_old_radio": "\u0421\u0431\u0440\u043e\u0441 \u0441\u0442\u0430\u0440\u043e\u0433\u043e \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430.\n\n\u0412\u0430\u0448 \u0441\u0442\u0430\u0440\u044b\u0439 \u0430\u0434\u0430\u043f\u0442\u0435\u0440 \u0431\u044b\u043b \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d \u0432 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0439 \u043a\u043e\u043f\u0438\u0438 \u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f \u0435\u0433\u043e \u0441\u0431\u0440\u043e\u0441 \u0434\u043e \u0437\u0430\u0432\u043e\u0434\u0441\u043a\u0438\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a.",
|
|
1668
|
+
"restore_backup": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0435\u0442\u0435\u0432\u044b\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u043d\u0430 \u043d\u043e\u0432\u043e\u043c \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0435.\n\n\u042d\u0442\u043e \u0437\u0430\u0439\u043c\u0435\u0442 \u043c\u0438\u043d\u0443\u0442\u0443."
|
|
1669
|
+
},
|
|
1658
1670
|
"step": {
|
|
1659
1671
|
"choose_automatic_backup": {
|
|
1660
1672
|
"data": {
|
|
@@ -1684,7 +1696,18 @@
|
|
|
1684
1696
|
"description": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u0442 \u0412\u0430\u0448\u0435\u0433\u043e \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430 Zigbee.",
|
|
1685
1697
|
"title": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u0442"
|
|
1686
1698
|
},
|
|
1699
|
+
"confirm_ezsp_ieee_overwrite": {
|
|
1700
|
+
"data": {
|
|
1701
|
+
"overwrite_coordinator_ieee": "\u041d\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c IEEE-\u0430\u0434\u0440\u0435\u0441 \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430"
|
|
1702
|
+
},
|
|
1703
|
+
"description": "\u0412 \u0412\u0430\u0448\u0435\u0439 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0439 \u043a\u043e\u043f\u0438\u0438 IEEE-\u0430\u0434\u0440\u0435\u0441 \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f \u043e\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u043e\u0433\u043e \u0441\u0435\u0439\u0447\u0430\u0441. \u0427\u0442\u043e\u0431\u044b \u0412\u0430\u0448\u0430 \u0441\u0435\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043b\u0430 \u0434\u043e\u043b\u0436\u043d\u044b\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c, IEEE-\u0430\u0434\u0440\u0435\u0441 \u0412\u0430\u0448\u0435\u0433\u043e \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430 \u0442\u0430\u043a\u0436\u0435 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d. \n\n\u042d\u0442\u043e \u043d\u0435\u043e\u0431\u0440\u0430\u0442\u0438\u043c\u0430\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044f.",
|
|
1704
|
+
"title": "\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u044c IEEE-\u0430\u0434\u0440\u0435\u0441\u0430 \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430"
|
|
1705
|
+
},
|
|
1706
|
+
"form_new_network": {
|
|
1707
|
+
"title": "\u0424\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u043e\u0432\u043e\u0439 \u0441\u0435\u0442\u0438"
|
|
1708
|
+
},
|
|
1687
1709
|
"init": {
|
|
1710
|
+
"description": "\u0411\u0443\u0434\u0435\u0442 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u043e \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0435 \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435, \u0438 ZHA \u0431\u0443\u0434\u0435\u0442 \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d. \u0425\u043e\u0442\u0438\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c?",
|
|
1688
1711
|
"title": "\u041f\u0435\u0440\u0435\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 ZHA"
|
|
1689
1712
|
},
|
|
1690
1713
|
"intent_migrate": {
|
|
@@ -1707,12 +1730,8 @@
|
|
|
1707
1730
|
"description": "ZHA \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430. \u041e\u0431\u044b\u0447\u043d\u043e \u044d\u0442\u043e \u0441\u0432\u044f\u0437\u0430\u043d\u043e \u0441 \u043f\u0440\u043e\u0448\u0438\u0432\u043a\u043e\u0439 \u0438\u043b\u0438 \u043f\u0440\u0430\u0432\u0430\u043c\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u0430. \n \n\u0415\u0441\u043b\u0438 \u0432\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435 \u043f\u0440\u043e\u0448\u0438\u0432\u043a\u0443 \u0441 \u043d\u0435\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u043c\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u043c\u0438, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430.",
|
|
1708
1731
|
"title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430"
|
|
1709
1732
|
},
|
|
1710
|
-
"
|
|
1711
|
-
"
|
|
1712
|
-
"overwrite_coordinator_ieee": "\u041d\u0430\u0432\u0441\u0435\u0433\u0434\u0430 \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c IEEE-\u0430\u0434\u0440\u0435\u0441 \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430"
|
|
1713
|
-
},
|
|
1714
|
-
"description": "\u0412 \u0412\u0430\u0448\u0435\u0439 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0439 \u043a\u043e\u043f\u0438\u0438 IEEE-\u0430\u0434\u0440\u0435\u0441 \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f \u043e\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u043e\u0433\u043e \u0441\u0435\u0439\u0447\u0430\u0441. \u0427\u0442\u043e\u0431\u044b \u0412\u0430\u0448\u0430 \u0441\u0435\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043b\u0430 \u0434\u043e\u043b\u0436\u043d\u044b\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c, IEEE-\u0430\u0434\u0440\u0435\u0441 \u0412\u0430\u0448\u0435\u0433\u043e \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430 \u0442\u0430\u043a\u0436\u0435 \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d. \n\n\u042d\u0442\u043e \u043d\u0435\u043e\u0431\u0440\u0430\u0442\u0438\u043c\u0430\u044f \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044f.",
|
|
1715
|
-
"title": "\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u044c IEEE-\u0430\u0434\u0440\u0435\u0441\u0430 \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430"
|
|
1733
|
+
"maybe_reset_old_radio": {
|
|
1734
|
+
"title": "\u0421\u0431\u0440\u043e\u0441 \u0441\u0442\u0430\u0440\u043e\u0433\u043e \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430"
|
|
1716
1735
|
},
|
|
1717
1736
|
"prompt_migrate_or_reconfigure": {
|
|
1718
1737
|
"description": "\u0412\u044b \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u0442\u0435 \u043d\u0430 \u043d\u043e\u0432\u044b\u0439 \u0430\u0434\u0430\u043f\u0442\u0435\u0440 \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u0442\u0435 \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u0430\u0434\u0430\u043f\u0442\u0435\u0440?",
|
|
@@ -1726,6 +1745,9 @@
|
|
|
1726
1745
|
},
|
|
1727
1746
|
"title": "\u041f\u0435\u0440\u0435\u0445\u043e\u0434 \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430"
|
|
1728
1747
|
},
|
|
1748
|
+
"restore_backup": {
|
|
1749
|
+
"title": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0435\u0442\u0438 \u043d\u0430 \u043d\u043e\u0432\u043e\u043c \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0435"
|
|
1750
|
+
},
|
|
1729
1751
|
"upload_manual_backup": {
|
|
1730
1752
|
"data": {
|
|
1731
1753
|
"uploaded_backup_file": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b"
|
|
@@ -16,6 +16,11 @@
|
|
|
16
16
|
"invalid_backup_json": "Neplatn\u00e1 z\u00e1loha JSON"
|
|
17
17
|
},
|
|
18
18
|
"flow_title": "{name}",
|
|
19
|
+
"progress": {
|
|
20
|
+
"form_new_network": "Vytvorenie novej siete Zigbee. \n\nV r\u00e1mci tohto procesu vyh\u013ead\u00e1me vo\u013en\u00fd sie\u0165ov\u00fd kan\u00e1l, \u010do m\u00f4\u017ee trva\u0165 min\u00fatu.",
|
|
21
|
+
"maybe_reset_old_radio": "Resetovanie star\u00e9ho adapt\u00e9ra. V\u00e1\u0161 star\u00fd adapt\u00e9r bol z\u00e1lohovan\u00fd a je resetovan\u00fd do tov\u00e1rensk\u00e9ho nastavenia.",
|
|
22
|
+
"restore_backup": "Obnovenie sie\u0165ov\u00fdch nastaven\u00ed na nov\u00fd adapt\u00e9r. Bude to trva\u0165 min\u00fatu."
|
|
23
|
+
},
|
|
19
24
|
"step": {
|
|
20
25
|
"choose_automatic_backup": {
|
|
21
26
|
"data": {
|
|
@@ -76,8 +81,15 @@
|
|
|
76
81
|
"confirm": {
|
|
77
82
|
"description": "Chcete nastavi\u0165 {name}?"
|
|
78
83
|
},
|
|
79
|
-
"
|
|
80
|
-
"
|
|
84
|
+
"confirm_ezsp_ieee_overwrite": {
|
|
85
|
+
"data": {
|
|
86
|
+
"overwrite_coordinator_ieee": "Trvalo vyme\u0148te adresu IEEE adapt\u00e9ra"
|
|
87
|
+
},
|
|
88
|
+
"description": "Va\u0161a z\u00e1loha m\u00e1 in\u00fa adresu IEEE ako v\u00e1\u0161 adapt\u00e9r. Aby va\u0161a sie\u0165 fungovala spr\u00e1vne, mala by sa zmeni\u0165 aj adresa IEEE v\u00e1\u0161ho adapt\u00e9ra. \n\nIde o trval\u00fa oper\u00e1ciu.",
|
|
89
|
+
"title": "Prep\u00edsa\u0165 adresu IEEE adapt\u00e9ra"
|
|
90
|
+
},
|
|
91
|
+
"form_new_network": {
|
|
92
|
+
"title": "Vytv\u00e1ranie novej siete"
|
|
81
93
|
},
|
|
82
94
|
"manual_pick_radio_type": {
|
|
83
95
|
"data": {
|
|
@@ -100,17 +112,28 @@
|
|
|
100
112
|
"description": "ZHA nedok\u00e1zal automaticky zisti\u0165 nastavenia s\u00e9riov\u00e9ho portu pre v\u00e1\u0161 adapt\u00e9r. Zvy\u010dajne ide o probl\u00e9m s firmv\u00e9rom alebo opr\u00e1vneniami. \n\nAk pou\u017e\u00edvate firmv\u00e9r s ne\u0161tandardn\u00fdmi nastaveniami, zadajte nastavenia s\u00e9riov\u00e9ho portu",
|
|
101
113
|
"title": "Nastavenia s\u00e9riov\u00e9ho portu"
|
|
102
114
|
},
|
|
103
|
-
"maybe_confirm_ezsp_restore": {
|
|
104
|
-
"data": {
|
|
105
|
-
"overwrite_coordinator_ieee": "Trval\u00e1 v\u00fdmena adresy adapt\u00e9ra IEEE"
|
|
106
|
-
},
|
|
107
|
-
"description": "Va\u0161a z\u00e1loha m\u00e1 in\u00fa adresu IEEE ako v\u00e1\u0161 adapt\u00e9r. Aby va\u0161a sie\u0165 fungovala spr\u00e1vne, mala by sa zmeni\u0165 aj adresa IEEE v\u00e1\u0161ho adapt\u00e9ra. \n\nIde o trval\u00fa oper\u00e1ciu.",
|
|
108
|
-
"title": "Prep\u00edsa\u0165 adresu IEEE adapt\u00e9ra"
|
|
109
|
-
},
|
|
110
115
|
"maybe_reset_old_radio": {
|
|
111
|
-
"description": "Z\u00e1loha bola vytvoren\u00e1 sk\u00f4r a v\u00e1\u0161 star\u00fd adapt\u00e9r sa v r\u00e1mci migr\u00e1cie resetuje.",
|
|
112
116
|
"title": "Resetovanie star\u00e9ho adapt\u00e9ra"
|
|
113
117
|
},
|
|
118
|
+
"plug_in_new_radio": {
|
|
119
|
+
"description": "V\u00e1\u0161 nov\u00fd adapt\u00e9r na adrese `{device_path}` nebol n\u00e1jden\u00fd. Zapojte ho a pokra\u010dujte kliknut\u00edm na tla\u010didlo Odosla\u0165.",
|
|
120
|
+
"title": "Nov\u00fd adapt\u00e9r nebol n\u00e1jden\u00fd"
|
|
121
|
+
},
|
|
122
|
+
"plug_in_old_radio": {
|
|
123
|
+
"description": "V\u00e1\u0161 star\u00fd adapt\u00e9r na adrese `{device_path}` nebol n\u00e1jden\u00fd. Po op\u00e4tovnom zapojen\u00ed ho m\u00f4\u017eete sk\u00fasi\u0165 znova zapoji\u0165 alebo presko\u010di\u0165 resetovanie star\u00e9ho adapt\u00e9ra. \n\n**Upozornenie:** Ak presko\u010d\u00edte resetovanie star\u00e9ho adapt\u00e9ra, zabezpe\u010dte, aby zostal trvalo odpojen\u00fd. Jeho neskor\u0161ie op\u00e4tovn\u00e9 zapojenie sp\u00f4sob\u00ed probl\u00e9my so sie\u0165ou.",
|
|
124
|
+
"menu_option_descriptions": {
|
|
125
|
+
"retry_old_radio": "Op\u00e4tovne sa pripojte k star\u00e9mu adapt\u00e9ru, aby ste ho v r\u00e1mci migr\u00e1cie resetovali.",
|
|
126
|
+
"skip_reset_old_radio": "Vynechajte resetovanie star\u00e9ho adapt\u00e9ra a pokra\u010dujte v migr\u00e1cii."
|
|
127
|
+
},
|
|
128
|
+
"menu_options": {
|
|
129
|
+
"retry_old_radio": "Sk\u00fasi\u0165 znova",
|
|
130
|
+
"skip_reset_old_radio": "Presko\u010di\u0165 reset"
|
|
131
|
+
},
|
|
132
|
+
"title": "Star\u00fd adapt\u00e9r sa nena\u0161iel"
|
|
133
|
+
},
|
|
134
|
+
"restore_backup": {
|
|
135
|
+
"title": "Obnovenie siete na nov\u00fd adapt\u00e9r"
|
|
136
|
+
},
|
|
114
137
|
"upload_manual_backup": {
|
|
115
138
|
"data": {
|
|
116
139
|
"uploaded_backup_file": "Nahrajte s\u00fabor"
|
|
@@ -1869,6 +1892,11 @@
|
|
|
1869
1892
|
"invalid_backup_json": "Neplatn\u00e1 z\u00e1loha JSON"
|
|
1870
1893
|
},
|
|
1871
1894
|
"flow_title": "{name}",
|
|
1895
|
+
"progress": {
|
|
1896
|
+
"form_new_network": "Vytvorenie novej siete Zigbee. \n\nV r\u00e1mci tohto procesu vyh\u013ead\u00e1me vo\u013en\u00fd sie\u0165ov\u00fd kan\u00e1l, \u010do m\u00f4\u017ee trva\u0165 min\u00fatu.",
|
|
1897
|
+
"maybe_reset_old_radio": "Resetovanie star\u00e9ho adapt\u00e9ra. V\u00e1\u0161 star\u00fd adapt\u00e9r bol z\u00e1lohovan\u00fd a je resetovan\u00fd do tov\u00e1rensk\u00e9ho nastavenia.",
|
|
1898
|
+
"restore_backup": "Obnovenie sie\u0165ov\u00fdch nastaven\u00ed na nov\u00fd adapt\u00e9r. Bude to trva\u0165 min\u00fatu."
|
|
1899
|
+
},
|
|
1872
1900
|
"step": {
|
|
1873
1901
|
"choose_automatic_backup": {
|
|
1874
1902
|
"data": {
|
|
@@ -1914,6 +1942,16 @@
|
|
|
1914
1942
|
"description": "Vyberte s\u00e9riov\u00fd port pre v\u00e1\u0161 Zigbee adapt\u00e9r",
|
|
1915
1943
|
"title": "Vyberte s\u00e9riov\u00fd port"
|
|
1916
1944
|
},
|
|
1945
|
+
"confirm_ezsp_ieee_overwrite": {
|
|
1946
|
+
"data": {
|
|
1947
|
+
"overwrite_coordinator_ieee": "Trvalo vyme\u0148te adresu IEEE adapt\u00e9ra"
|
|
1948
|
+
},
|
|
1949
|
+
"description": "Va\u0161a z\u00e1loha m\u00e1 in\u00fa adresu IEEE ako v\u00e1\u0161 adapt\u00e9r. Aby va\u0161a sie\u0165 fungovala spr\u00e1vne, mala by sa zmeni\u0165 aj adresa IEEE v\u00e1\u0161ho adapt\u00e9ra. \n\nIde o trval\u00fa oper\u00e1ciu.",
|
|
1950
|
+
"title": "Prep\u00edsa\u0165 adresu IEEE adapt\u00e9ra"
|
|
1951
|
+
},
|
|
1952
|
+
"form_new_network": {
|
|
1953
|
+
"title": "Vytv\u00e1ranie novej siete"
|
|
1954
|
+
},
|
|
1917
1955
|
"init": {
|
|
1918
1956
|
"description": "Vykon\u00e1 sa z\u00e1lohovanie a ZHA sa zastav\u00ed. Chcete pokra\u010dova\u0165?",
|
|
1919
1957
|
"title": "Prekonfigurova\u0165 ZHA"
|
|
@@ -1938,12 +1976,24 @@
|
|
|
1938
1976
|
"description": "ZHA nedok\u00e1zal automaticky zisti\u0165 nastavenia s\u00e9riov\u00e9ho portu pre v\u00e1\u0161 adapt\u00e9r. Zvy\u010dajne ide o probl\u00e9m s firmv\u00e9rom alebo opr\u00e1vneniami. \n\nAk pou\u017e\u00edvate firmv\u00e9r s ne\u0161tandardn\u00fdmi nastaveniami, zadajte nastavenia s\u00e9riov\u00e9ho portu",
|
|
1939
1977
|
"title": "Nastavenia s\u00e9riov\u00e9ho portu"
|
|
1940
1978
|
},
|
|
1941
|
-
"
|
|
1942
|
-
"
|
|
1943
|
-
|
|
1979
|
+
"maybe_reset_old_radio": {
|
|
1980
|
+
"title": "Resetovanie star\u00e9ho adapt\u00e9ra"
|
|
1981
|
+
},
|
|
1982
|
+
"plug_in_new_radio": {
|
|
1983
|
+
"description": "V\u00e1\u0161 nov\u00fd adapt\u00e9r na adrese `{device_path}` nebol n\u00e1jden\u00fd. Zapojte ho a pokra\u010dujte kliknut\u00edm na tla\u010didlo Odosla\u0165.",
|
|
1984
|
+
"title": "Nov\u00fd adapt\u00e9r nebol n\u00e1jden\u00fd"
|
|
1985
|
+
},
|
|
1986
|
+
"plug_in_old_radio": {
|
|
1987
|
+
"description": "V\u00e1\u0161 star\u00fd adapt\u00e9r na adrese `{device_path}` nebol n\u00e1jden\u00fd. Po op\u00e4tovnom zapojen\u00ed ho m\u00f4\u017eete sk\u00fasi\u0165 znova zapoji\u0165 alebo presko\u010di\u0165 resetovanie star\u00e9ho adapt\u00e9ra. \n\n**Upozornenie:** Ak presko\u010d\u00edte resetovanie star\u00e9ho adapt\u00e9ra, zabezpe\u010dte, aby zostal trvalo odpojen\u00fd. Jeho neskor\u0161ie op\u00e4tovn\u00e9 zapojenie sp\u00f4sob\u00ed probl\u00e9my so sie\u0165ou.",
|
|
1988
|
+
"menu_option_descriptions": {
|
|
1989
|
+
"retry_old_radio": "Op\u00e4tovne sa pripojte k star\u00e9mu adapt\u00e9ru, aby ste ho v r\u00e1mci migr\u00e1cie resetovali.",
|
|
1990
|
+
"skip_reset_old_radio": "Vynechajte resetovanie star\u00e9ho adapt\u00e9ra a pokra\u010dujte v migr\u00e1cii."
|
|
1944
1991
|
},
|
|
1945
|
-
"
|
|
1946
|
-
|
|
1992
|
+
"menu_options": {
|
|
1993
|
+
"retry_old_radio": "Sk\u00fasi\u0165 znova",
|
|
1994
|
+
"skip_reset_old_radio": "Presko\u010di\u0165 reset"
|
|
1995
|
+
},
|
|
1996
|
+
"title": "Star\u00fd adapt\u00e9r sa nena\u0161iel"
|
|
1947
1997
|
},
|
|
1948
1998
|
"prompt_migrate_or_reconfigure": {
|
|
1949
1999
|
"description": "Migrujete na nov\u00fd adapt\u00e9r alebo men\u00edte konfigur\u00e1ciu s\u00fa\u010dasn\u00e9ho adapt\u00e9ra?",
|
|
@@ -1957,6 +2007,9 @@
|
|
|
1957
2007
|
},
|
|
1958
2008
|
"title": "Migr\u00e1cia alebo zmena konfigur\u00e1cie"
|
|
1959
2009
|
},
|
|
2010
|
+
"restore_backup": {
|
|
2011
|
+
"title": "Obnovenie siete na nov\u00fd adapt\u00e9r"
|
|
2012
|
+
},
|
|
1960
2013
|
"upload_manual_backup": {
|
|
1961
2014
|
"data": {
|
|
1962
2015
|
"uploaded_backup_file": "Nahrajte s\u00fabor"
|
|
@@ -41,9 +41,6 @@
|
|
|
41
41
|
"confirm": {
|
|
42
42
|
"description": "Ali \u017eelite nastaviti {name}?"
|
|
43
43
|
},
|
|
44
|
-
"confirm_hardware": {
|
|
45
|
-
"description": "Ali \u017eelite nastaviti {name}?"
|
|
46
|
-
},
|
|
47
44
|
"manual_pick_radio_type": {
|
|
48
45
|
"data": {
|
|
49
46
|
"radio_type": "Vrsta vmesnika"
|
|
@@ -58,9 +55,6 @@
|
|
|
58
55
|
},
|
|
59
56
|
"title": "Nastavitve serijskih vrat"
|
|
60
57
|
},
|
|
61
|
-
"maybe_confirm_ezsp_restore": {
|
|
62
|
-
"title": "Prepi\u0161i IEEE naslov vmesnika"
|
|
63
|
-
},
|
|
64
58
|
"upload_manual_backup": {
|
|
65
59
|
"data": {
|
|
66
60
|
"uploaded_backup_file": "Nalo\u017ei datoteko"
|
|
@@ -311,9 +305,6 @@
|
|
|
311
305
|
},
|
|
312
306
|
"title": "Nastavitve serijskih vrat"
|
|
313
307
|
},
|
|
314
|
-
"maybe_confirm_ezsp_restore": {
|
|
315
|
-
"title": "Prepi\u0161i IEEE naslov vmesnika"
|
|
316
|
-
},
|
|
317
308
|
"prompt_migrate_or_reconfigure": {
|
|
318
309
|
"description": "Ali prehajate na nov vmesnik ali ponovno konfigurirate trenutni vmesnik?",
|
|
319
310
|
"menu_options": {
|