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": "Invalid backup JSON"
|
|
17
17
|
},
|
|
18
18
|
"flow_title": "{name}",
|
|
19
|
+
"progress": {
|
|
20
|
+
"form_new_network": "Forming a new Zigbee network.\n\nWe scan for a clear network channel as part of this process, this can take a minute.",
|
|
21
|
+
"maybe_reset_old_radio": "Resetting old adapter.\n\nYour old adapter has been backed up and is being factory reset.",
|
|
22
|
+
"restore_backup": "Restoring network settings to new adapter.\n\nThis will take a minute."
|
|
23
|
+
},
|
|
19
24
|
"step": {
|
|
20
25
|
"choose_automatic_backup": {
|
|
21
26
|
"data": {
|
|
@@ -76,8 +81,15 @@
|
|
|
76
81
|
"confirm": {
|
|
77
82
|
"description": "Do you want to set up {name}?"
|
|
78
83
|
},
|
|
79
|
-
"
|
|
80
|
-
"
|
|
84
|
+
"confirm_ezsp_ieee_overwrite": {
|
|
85
|
+
"data": {
|
|
86
|
+
"overwrite_coordinator_ieee": "Permanently replace the adapter IEEE address"
|
|
87
|
+
},
|
|
88
|
+
"description": "Your backup has a different IEEE address than your adapter. For your network to function properly, the IEEE address of your adapter should also be changed.\n\nThis is a permanent operation.",
|
|
89
|
+
"title": "Overwrite adapter IEEE address"
|
|
90
|
+
},
|
|
91
|
+
"form_new_network": {
|
|
92
|
+
"title": "Forming new network"
|
|
81
93
|
},
|
|
82
94
|
"manual_pick_radio_type": {
|
|
83
95
|
"data": {
|
|
@@ -100,17 +112,28 @@
|
|
|
100
112
|
"description": "ZHA was not able to automatically detect serial port settings for your adapter. This usually is an issue with the firmware or permissions.\n\nIf you are using firmware with nonstandard settings, enter the serial port settings",
|
|
101
113
|
"title": "Serial port settings"
|
|
102
114
|
},
|
|
103
|
-
"maybe_confirm_ezsp_restore": {
|
|
104
|
-
"data": {
|
|
105
|
-
"overwrite_coordinator_ieee": "Permanently replace the adapter IEEE address"
|
|
106
|
-
},
|
|
107
|
-
"description": "Your backup has a different IEEE address than your adapter. For your network to function properly, the IEEE address of your adapter should also be changed.\n\nThis is a permanent operation.",
|
|
108
|
-
"title": "Overwrite adapter IEEE address"
|
|
109
|
-
},
|
|
110
115
|
"maybe_reset_old_radio": {
|
|
111
|
-
"description": "A backup was created earlier and your old adapter is being reset as part of the migration.",
|
|
112
116
|
"title": "Resetting old adapter"
|
|
113
117
|
},
|
|
118
|
+
"plug_in_new_radio": {
|
|
119
|
+
"description": "Your new adapter at `{device_path}` was not found.\nPlease plug it in and click Submit to continue.",
|
|
120
|
+
"title": "New adapter not found"
|
|
121
|
+
},
|
|
122
|
+
"plug_in_old_radio": {
|
|
123
|
+
"description": "Your old adapter at `{device_path}` was not found. You can retry after plugging it back in, or skip resetting the old adapter.\n\n**Warning:** If you skip resetting the old adapter, ensure it remains permanently disconnected. Plugging it back in later will cause network issues.",
|
|
124
|
+
"menu_option_descriptions": {
|
|
125
|
+
"retry_old_radio": "Retry connecting to the old adapter to reset it as part of the migration.",
|
|
126
|
+
"skip_reset_old_radio": "Skip resetting the old adapter and continue with the migration."
|
|
127
|
+
},
|
|
128
|
+
"menu_options": {
|
|
129
|
+
"retry_old_radio": "Retry",
|
|
130
|
+
"skip_reset_old_radio": "Skip reset"
|
|
131
|
+
},
|
|
132
|
+
"title": "Old adapter not found"
|
|
133
|
+
},
|
|
134
|
+
"restore_backup": {
|
|
135
|
+
"title": "Restoring network to new adapter"
|
|
136
|
+
},
|
|
114
137
|
"upload_manual_backup": {
|
|
115
138
|
"data": {
|
|
116
139
|
"uploaded_backup_file": "Upload a file"
|
|
@@ -1869,6 +1892,11 @@
|
|
|
1869
1892
|
"invalid_backup_json": "Invalid backup JSON"
|
|
1870
1893
|
},
|
|
1871
1894
|
"flow_title": "{name}",
|
|
1895
|
+
"progress": {
|
|
1896
|
+
"form_new_network": "Forming a new Zigbee network.\n\nWe scan for a clear network channel as part of this process, this can take a minute.",
|
|
1897
|
+
"maybe_reset_old_radio": "Resetting old adapter.\n\nYour old adapter has been backed up and is being factory reset.",
|
|
1898
|
+
"restore_backup": "Restoring network settings to new adapter.\n\nThis will take a minute."
|
|
1899
|
+
},
|
|
1872
1900
|
"step": {
|
|
1873
1901
|
"choose_automatic_backup": {
|
|
1874
1902
|
"data": {
|
|
@@ -1914,6 +1942,16 @@
|
|
|
1914
1942
|
"description": "Select the serial port for your Zigbee adapter",
|
|
1915
1943
|
"title": "Select a serial port"
|
|
1916
1944
|
},
|
|
1945
|
+
"confirm_ezsp_ieee_overwrite": {
|
|
1946
|
+
"data": {
|
|
1947
|
+
"overwrite_coordinator_ieee": "Permanently replace the adapter IEEE address"
|
|
1948
|
+
},
|
|
1949
|
+
"description": "Your backup has a different IEEE address than your adapter. For your network to function properly, the IEEE address of your adapter should also be changed.\n\nThis is a permanent operation.",
|
|
1950
|
+
"title": "Overwrite adapter IEEE address"
|
|
1951
|
+
},
|
|
1952
|
+
"form_new_network": {
|
|
1953
|
+
"title": "Forming new network"
|
|
1954
|
+
},
|
|
1917
1955
|
"init": {
|
|
1918
1956
|
"description": "A backup will be performed and ZHA will be stopped. Do you wish to continue?",
|
|
1919
1957
|
"title": "Reconfigure ZHA"
|
|
@@ -1938,12 +1976,24 @@
|
|
|
1938
1976
|
"description": "ZHA was not able to automatically detect serial port settings for your adapter. This usually is an issue with the firmware or permissions.\n\nIf you are using firmware with nonstandard settings, enter the serial port settings",
|
|
1939
1977
|
"title": "Serial port settings"
|
|
1940
1978
|
},
|
|
1941
|
-
"
|
|
1942
|
-
"
|
|
1943
|
-
|
|
1979
|
+
"maybe_reset_old_radio": {
|
|
1980
|
+
"title": "Resetting old adapter"
|
|
1981
|
+
},
|
|
1982
|
+
"plug_in_new_radio": {
|
|
1983
|
+
"description": "Your new adapter at `{device_path}` was not found.\nPlease plug it in and click Submit to continue.",
|
|
1984
|
+
"title": "New adapter not found"
|
|
1985
|
+
},
|
|
1986
|
+
"plug_in_old_radio": {
|
|
1987
|
+
"description": "Your old adapter at `{device_path}` was not found. You can retry after plugging it back in, or skip resetting the old adapter.\n\n**Warning:** If you skip resetting the old adapter, ensure it remains permanently disconnected. Plugging it back in later will cause network issues.",
|
|
1988
|
+
"menu_option_descriptions": {
|
|
1989
|
+
"retry_old_radio": "Retry connecting to the old adapter to reset it as part of the migration.",
|
|
1990
|
+
"skip_reset_old_radio": "Skip resetting the old adapter and continue with the migration."
|
|
1944
1991
|
},
|
|
1945
|
-
"
|
|
1946
|
-
|
|
1992
|
+
"menu_options": {
|
|
1993
|
+
"retry_old_radio": "Retry",
|
|
1994
|
+
"skip_reset_old_radio": "Skip reset"
|
|
1995
|
+
},
|
|
1996
|
+
"title": "Old adapter not found"
|
|
1947
1997
|
},
|
|
1948
1998
|
"prompt_migrate_or_reconfigure": {
|
|
1949
1999
|
"description": "Are you migrating to a new adapter or re-configuring the current adapter?",
|
|
@@ -1957,6 +2007,9 @@
|
|
|
1957
2007
|
},
|
|
1958
2008
|
"title": "Migrate or re-configure"
|
|
1959
2009
|
},
|
|
2010
|
+
"restore_backup": {
|
|
2011
|
+
"title": "Restoring network to new adapter"
|
|
2012
|
+
},
|
|
1960
2013
|
"upload_manual_backup": {
|
|
1961
2014
|
"data": {
|
|
1962
2015
|
"uploaded_backup_file": "Upload a file"
|
|
@@ -16,6 +16,11 @@
|
|
|
16
16
|
"invalid_backup_json": "Copia de seguridad JSON no v\u00e1lida"
|
|
17
17
|
},
|
|
18
18
|
"flow_title": "{name}",
|
|
19
|
+
"progress": {
|
|
20
|
+
"form_new_network": "Creando una nueva red Zigbee. \n \nComo parte de este proceso, buscamos un canal de red libre; esto puede tardar un minuto.",
|
|
21
|
+
"maybe_reset_old_radio": "Restableciendo el adaptador antiguo. \n \nSe ha realizado una copia de seguridad de tu adaptador antiguo y se est\u00e1 restableciendo a la configuraci\u00f3n de f\u00e1brica.",
|
|
22
|
+
"restore_backup": "Restaurando la configuraci\u00f3n de red en el nuevo adaptador.\n\nEsto tardar\u00e1 un minuto."
|
|
23
|
+
},
|
|
19
24
|
"step": {
|
|
20
25
|
"choose_automatic_backup": {
|
|
21
26
|
"data": {
|
|
@@ -76,8 +81,15 @@
|
|
|
76
81
|
"confirm": {
|
|
77
82
|
"description": "\u00bfQuieres configurar {name} ?"
|
|
78
83
|
},
|
|
79
|
-
"
|
|
80
|
-
"
|
|
84
|
+
"confirm_ezsp_ieee_overwrite": {
|
|
85
|
+
"data": {
|
|
86
|
+
"overwrite_coordinator_ieee": "Reemplazar permanentemente la direcci\u00f3n IEEE del adaptador"
|
|
87
|
+
},
|
|
88
|
+
"description": "Tu copia de seguridad tiene una direcci\u00f3n IEEE diferente a la de tu adaptador. Para que tu red funcione correctamente, tambi\u00e9n debes cambiar la direcci\u00f3n IEEE de tu adaptador. \n \nEsta operaci\u00f3n es permanente.",
|
|
89
|
+
"title": "Sobrescribir la direcci\u00f3n IEEE del adaptador"
|
|
90
|
+
},
|
|
91
|
+
"form_new_network": {
|
|
92
|
+
"title": "Formar una nueva red"
|
|
81
93
|
},
|
|
82
94
|
"manual_pick_radio_type": {
|
|
83
95
|
"data": {
|
|
@@ -100,17 +112,28 @@
|
|
|
100
112
|
"description": "ZHA no pudo detectar autom\u00e1ticamente la configuraci\u00f3n del puerto serie de tu adaptador. Esto suele deberse a un problema con el firmware o los permisos. \n \nSi utilizas un firmware con una configuraci\u00f3n no est\u00e1ndar, introduce la configuraci\u00f3n del puerto serie.",
|
|
101
113
|
"title": "Configuraci\u00f3n del puerto serie"
|
|
102
114
|
},
|
|
103
|
-
"maybe_confirm_ezsp_restore": {
|
|
104
|
-
"data": {
|
|
105
|
-
"overwrite_coordinator_ieee": "Reemplazar permanentemente la direcci\u00f3n IEEE del adaptador"
|
|
106
|
-
},
|
|
107
|
-
"description": "Tu copia de seguridad tiene una direcci\u00f3n IEEE diferente a la de tu adaptador. Para que tu red funcione correctamente, tambi\u00e9n debes cambiar la direcci\u00f3n IEEE de tu adaptador. \n \nEsta operaci\u00f3n es permanente.",
|
|
108
|
-
"title": "Sobrescribir la direcci\u00f3n IEEE del adaptador"
|
|
109
|
-
},
|
|
110
115
|
"maybe_reset_old_radio": {
|
|
111
|
-
"description": "Se cre\u00f3 una copia de seguridad anteriormente y tu antiguo adaptador se est\u00e1 restableciendo como parte de la migraci\u00f3n.",
|
|
112
116
|
"title": "Restablecer el adaptador antiguo"
|
|
113
117
|
},
|
|
118
|
+
"plug_in_new_radio": {
|
|
119
|
+
"description": "No se encontr\u00f3 el nuevo adaptador en `{device_path}`. Por favor, con\u00e9ctalo y haz clic en Enviar para continuar.",
|
|
120
|
+
"title": "No se encontr\u00f3 el nuevo adaptador."
|
|
121
|
+
},
|
|
122
|
+
"plug_in_old_radio": {
|
|
123
|
+
"description": "No se encontr\u00f3 tu adaptador antiguo `{device_path}`. Puedes intentarlo de nuevo despu\u00e9s de volver a conectarlo, o bien, no reiniciar el adaptador anterior.\n\n**Advertencia:** Si no reinicias el adaptador anterior, aseg\u00farate de que permanezca desconectado permanentemente. Volver a conectarlo m\u00e1s tarde causar\u00e1 problemas de red.",
|
|
124
|
+
"menu_option_descriptions": {
|
|
125
|
+
"retry_old_radio": "Vuelve a intentar conectarse al adaptador antiguo para restablecerlo como parte de la migraci\u00f3n.",
|
|
126
|
+
"skip_reset_old_radio": "Omite el restablecimiento del adaptador antiguo y contin\u00faa con la migraci\u00f3n."
|
|
127
|
+
},
|
|
128
|
+
"menu_options": {
|
|
129
|
+
"retry_old_radio": "Volver a intentar",
|
|
130
|
+
"skip_reset_old_radio": "Omitir restablecimiento"
|
|
131
|
+
},
|
|
132
|
+
"title": "No se encontr\u00f3 el adaptador antiguo"
|
|
133
|
+
},
|
|
134
|
+
"restore_backup": {
|
|
135
|
+
"title": "Restauraci\u00f3n de la red al nuevo adaptador"
|
|
136
|
+
},
|
|
114
137
|
"upload_manual_backup": {
|
|
115
138
|
"data": {
|
|
116
139
|
"uploaded_backup_file": "Subir un archivo"
|
|
@@ -207,7 +230,10 @@
|
|
|
207
230
|
"remote_button_quintuple_press": "\"{subtype}\" pulsado cinco veces",
|
|
208
231
|
"remote_button_short_press": "\"{subtype}\" pulsado",
|
|
209
232
|
"remote_button_short_release": "\"{subtype}\" soltado",
|
|
210
|
-
"remote_button_triple_press": "\"{subtype}\" pulsado tres veces"
|
|
233
|
+
"remote_button_triple_press": "\"{subtype}\" pulsado tres veces",
|
|
234
|
+
"rotary_knob_continued_rotating": "El mando giratorio sigui\u00f3 girando \"{subtype}\"",
|
|
235
|
+
"rotary_knob_started_rotating": "El mando giratorio comenz\u00f3 a girar \"{subtype}\"",
|
|
236
|
+
"rotary_knob_stopped_rotating": "\"{subtype}\" dej\u00f3 de girar"
|
|
211
237
|
}
|
|
212
238
|
},
|
|
213
239
|
"entity": {
|
|
@@ -306,6 +332,9 @@
|
|
|
306
332
|
"calibrate_valve": {
|
|
307
333
|
"name": "Calibrar v\u00e1lvula"
|
|
308
334
|
},
|
|
335
|
+
"calibrate_z_axis": {
|
|
336
|
+
"name": "Calibrar eje Z"
|
|
337
|
+
},
|
|
309
338
|
"feed": {
|
|
310
339
|
"name": "Alimentar"
|
|
311
340
|
},
|
|
@@ -324,6 +353,12 @@
|
|
|
324
353
|
"reset_summation_delivered": {
|
|
325
354
|
"name": "Restablecimiento de la suma entregada"
|
|
326
355
|
},
|
|
356
|
+
"reset_summation_delivered_left": {
|
|
357
|
+
"name": "Se ha entregado la suma izquierda de restablecimiento"
|
|
358
|
+
},
|
|
359
|
+
"reset_summation_delivered_right": {
|
|
360
|
+
"name": "Se ha entregado la suma derecha de restablecimiento"
|
|
361
|
+
},
|
|
327
362
|
"restart_device": {
|
|
328
363
|
"name": "Reiniciar dispositivo"
|
|
329
364
|
},
|
|
@@ -338,7 +373,7 @@
|
|
|
338
373
|
},
|
|
339
374
|
"cover": {
|
|
340
375
|
"cover": {
|
|
341
|
-
"name": "
|
|
376
|
+
"name": "Persiana"
|
|
342
377
|
},
|
|
343
378
|
"keen_vent": {
|
|
344
379
|
"name": "Respiradero Keen"
|
|
@@ -465,6 +500,9 @@
|
|
|
465
500
|
"comfort_temperature_min": {
|
|
466
501
|
"name": "Temperatura de confort m\u00ednima"
|
|
467
502
|
},
|
|
503
|
+
"compensation_speed": {
|
|
504
|
+
"name": "Velocidad de compensaci\u00f3n"
|
|
505
|
+
},
|
|
468
506
|
"deadzone_temperature": {
|
|
469
507
|
"name": "Temperatura de la zona muerta"
|
|
470
508
|
},
|
|
@@ -624,6 +662,9 @@
|
|
|
624
662
|
"lift_drive_up_time": {
|
|
625
663
|
"name": "Tiempo de subida del ascensor"
|
|
626
664
|
},
|
|
665
|
+
"limit_position": {
|
|
666
|
+
"name": "Posici\u00f3n l\u00edmite"
|
|
667
|
+
},
|
|
627
668
|
"liquid_depth_max": {
|
|
628
669
|
"name": "Altura desde el sensor hasta el nivel del l\u00edquido"
|
|
629
670
|
},
|
|
@@ -720,6 +761,9 @@
|
|
|
720
761
|
"on_transition_time": {
|
|
721
762
|
"name": "Tiempo de transici\u00f3n a encendido"
|
|
722
763
|
},
|
|
764
|
+
"open_delay_time": {
|
|
765
|
+
"name": "Tiempo de retardo de apertura"
|
|
766
|
+
},
|
|
723
767
|
"open_window_detection_guard_period": {
|
|
724
768
|
"name": "Periodo de protecci\u00f3n de detecci\u00f3n de ventana abierta"
|
|
725
769
|
},
|
|
@@ -747,6 +791,9 @@
|
|
|
747
791
|
"presence_timeout": {
|
|
748
792
|
"name": "Tiempo de fundido"
|
|
749
793
|
},
|
|
794
|
+
"pulse_configuration": {
|
|
795
|
+
"name": "Configuraci\u00f3n de pulsos"
|
|
796
|
+
},
|
|
750
797
|
"quantitative_watering": {
|
|
751
798
|
"name": "Riego cuantitativo"
|
|
752
799
|
},
|
|
@@ -855,6 +902,24 @@
|
|
|
855
902
|
"transmit_power": {
|
|
856
903
|
"name": "Potencia de transmisi\u00f3n"
|
|
857
904
|
},
|
|
905
|
+
"turn_off_delay": {
|
|
906
|
+
"name": "Desactivar retardo"
|
|
907
|
+
},
|
|
908
|
+
"turn_off_delay_left": {
|
|
909
|
+
"name": "Desactivar retardo a la izquierda"
|
|
910
|
+
},
|
|
911
|
+
"turn_off_delay_right": {
|
|
912
|
+
"name": "Desactivar retardo a la derecha"
|
|
913
|
+
},
|
|
914
|
+
"turn_on_delay": {
|
|
915
|
+
"name": "Activar retardo"
|
|
916
|
+
},
|
|
917
|
+
"turn_on_delay_left": {
|
|
918
|
+
"name": "Activar retardo a la izquierda"
|
|
919
|
+
},
|
|
920
|
+
"turn_on_delay_right": {
|
|
921
|
+
"name": "Activar retardo a la derecha"
|
|
922
|
+
},
|
|
858
923
|
"up_movement": {
|
|
859
924
|
"name": "Movimiento ascendente"
|
|
860
925
|
},
|
|
@@ -1531,7 +1596,7 @@
|
|
|
1531
1596
|
"name": "Peso dispensado hoy"
|
|
1532
1597
|
},
|
|
1533
1598
|
"window_covering_type": {
|
|
1534
|
-
"name": "Tipo de
|
|
1599
|
+
"name": "Tipo de persiana de ventana"
|
|
1535
1600
|
}
|
|
1536
1601
|
},
|
|
1537
1602
|
"switch": {
|
|
@@ -1592,6 +1657,9 @@
|
|
|
1592
1657
|
"double_up_full": {
|
|
1593
1658
|
"name": "Doble toque en - completo"
|
|
1594
1659
|
},
|
|
1660
|
+
"enable_pir_mode": {
|
|
1661
|
+
"name": "Habilitar PIR remoto"
|
|
1662
|
+
},
|
|
1595
1663
|
"enable_siren": {
|
|
1596
1664
|
"name": "Habilitar sirena"
|
|
1597
1665
|
},
|
|
@@ -1613,6 +1681,9 @@
|
|
|
1613
1681
|
"firmware_progress_led": {
|
|
1614
1682
|
"name": "LED de progreso del firmware"
|
|
1615
1683
|
},
|
|
1684
|
+
"flip_indicator_light": {
|
|
1685
|
+
"name": "Luz indicadora de encendido"
|
|
1686
|
+
},
|
|
1616
1687
|
"frient_com_1": {
|
|
1617
1688
|
"name": "COM 1"
|
|
1618
1689
|
},
|
|
@@ -1821,6 +1892,11 @@
|
|
|
1821
1892
|
"invalid_backup_json": "Copia de seguridad JSON no v\u00e1lida"
|
|
1822
1893
|
},
|
|
1823
1894
|
"flow_title": "{name}",
|
|
1895
|
+
"progress": {
|
|
1896
|
+
"form_new_network": "Creando una nueva red Zigbee. \n \nComo parte de este proceso, buscamos un canal de red libre; esto puede tardar un minuto.",
|
|
1897
|
+
"maybe_reset_old_radio": "Restableciendo el adaptador antiguo. \n \nSe ha realizado una copia de seguridad de tu adaptador antiguo y se est\u00e1 restableciendo a la configuraci\u00f3n de f\u00e1brica.",
|
|
1898
|
+
"restore_backup": "Restaurando la configuraci\u00f3n de red en el nuevo adaptador.\n\nEsto tardar\u00e1 un minuto."
|
|
1899
|
+
},
|
|
1824
1900
|
"step": {
|
|
1825
1901
|
"choose_automatic_backup": {
|
|
1826
1902
|
"data": {
|
|
@@ -1866,6 +1942,16 @@
|
|
|
1866
1942
|
"description": "Selecciona el puerto serie para tu adaptador Zigbee",
|
|
1867
1943
|
"title": "Seleccionar un puerto serie"
|
|
1868
1944
|
},
|
|
1945
|
+
"confirm_ezsp_ieee_overwrite": {
|
|
1946
|
+
"data": {
|
|
1947
|
+
"overwrite_coordinator_ieee": "Reemplazar permanentemente la direcci\u00f3n IEEE del adaptador"
|
|
1948
|
+
},
|
|
1949
|
+
"description": "Tu copia de seguridad tiene una direcci\u00f3n IEEE diferente a la de tu adaptador. Para que tu red funcione correctamente, tambi\u00e9n debes cambiar la direcci\u00f3n IEEE de tu adaptador. \n \nEsta operaci\u00f3n es permanente.",
|
|
1950
|
+
"title": "Sobrescribir la direcci\u00f3n IEEE del adaptador"
|
|
1951
|
+
},
|
|
1952
|
+
"form_new_network": {
|
|
1953
|
+
"title": "Formar una nueva red"
|
|
1954
|
+
},
|
|
1869
1955
|
"init": {
|
|
1870
1956
|
"description": "Se realizar\u00e1 una copia de seguridad y se detendr\u00e1 ZHA. \u00bfQuieres continuar?",
|
|
1871
1957
|
"title": "Volver a configurar ZHA"
|
|
@@ -1890,12 +1976,24 @@
|
|
|
1890
1976
|
"description": "ZHA no pudo detectar autom\u00e1ticamente la configuraci\u00f3n del puerto serie de tu adaptador. Esto suele deberse a un problema con el firmware o los permisos. \n \nSi utilizas un firmware con una configuraci\u00f3n no est\u00e1ndar, introduce la configuraci\u00f3n del puerto serie.",
|
|
1891
1977
|
"title": "Configuraci\u00f3n del puerto serie"
|
|
1892
1978
|
},
|
|
1893
|
-
"
|
|
1894
|
-
"
|
|
1895
|
-
|
|
1979
|
+
"maybe_reset_old_radio": {
|
|
1980
|
+
"title": "Restablecer el adaptador antiguo"
|
|
1981
|
+
},
|
|
1982
|
+
"plug_in_new_radio": {
|
|
1983
|
+
"description": "No se encontr\u00f3 el nuevo adaptador en `{device_path}`. Por favor, con\u00e9ctalo y haz clic en Enviar para continuar.",
|
|
1984
|
+
"title": "No se encontr\u00f3 el nuevo adaptador."
|
|
1985
|
+
},
|
|
1986
|
+
"plug_in_old_radio": {
|
|
1987
|
+
"description": "No se encontr\u00f3 tu adaptador antiguo `{device_path}`. Puedes intentarlo de nuevo despu\u00e9s de volver a conectarlo, o bien, no reiniciar el adaptador anterior.\n\n**Advertencia:** Si no reinicias el adaptador anterior, aseg\u00farate de que permanezca desconectado permanentemente. Volver a conectarlo m\u00e1s tarde causar\u00e1 problemas de red.",
|
|
1988
|
+
"menu_option_descriptions": {
|
|
1989
|
+
"retry_old_radio": "Vuelve a intentar conectarse al adaptador antiguo para restablecerlo como parte de la migraci\u00f3n.",
|
|
1990
|
+
"skip_reset_old_radio": "Omite el restablecimiento del adaptador antiguo y contin\u00faa con la migraci\u00f3n."
|
|
1896
1991
|
},
|
|
1897
|
-
"
|
|
1898
|
-
|
|
1992
|
+
"menu_options": {
|
|
1993
|
+
"retry_old_radio": "Volver a intentar",
|
|
1994
|
+
"skip_reset_old_radio": "Omitir restablecimiento"
|
|
1995
|
+
},
|
|
1996
|
+
"title": "No se encontr\u00f3 el adaptador antiguo"
|
|
1899
1997
|
},
|
|
1900
1998
|
"prompt_migrate_or_reconfigure": {
|
|
1901
1999
|
"description": "\u00bfEst\u00e1s migrando a un nuevo adaptador o volviendo a configurar el adaptador actual?",
|
|
@@ -1909,6 +2007,9 @@
|
|
|
1909
2007
|
},
|
|
1910
2008
|
"title": "Migrar o volver a configurar"
|
|
1911
2009
|
},
|
|
2010
|
+
"restore_backup": {
|
|
2011
|
+
"title": "Restauraci\u00f3n de la red al nuevo adaptador"
|
|
2012
|
+
},
|
|
1912
2013
|
"upload_manual_backup": {
|
|
1913
2014
|
"data": {
|
|
1914
2015
|
"uploaded_backup_file": "Subir un archivo"
|
|
@@ -16,6 +16,11 @@
|
|
|
16
16
|
"invalid_backup_json": "Sobimatu varukoopia JSON"
|
|
17
17
|
},
|
|
18
18
|
"flow_title": "{name}",
|
|
19
|
+
"progress": {
|
|
20
|
+
"form_new_network": "Uue Zigbee v\u00f5rgu loomine. \n \n Selle protsessi osana otsime vaba v\u00f5rgukanalit, see v\u00f5ib v\u00f5tta minuti.",
|
|
21
|
+
"maybe_reset_old_radio": "Vana adapteri l\u00e4htestamine.\n\nVana adapter on varundatud ja l\u00e4htestatakse tehaseseadetele.",
|
|
22
|
+
"restore_backup": "V\u00f5rgus\u00e4tete taastamine uuele adapterile. \n \n See v\u00f5tab minuti."
|
|
23
|
+
},
|
|
19
24
|
"step": {
|
|
20
25
|
"choose_automatic_backup": {
|
|
21
26
|
"data": {
|
|
@@ -76,8 +81,15 @@
|
|
|
76
81
|
"confirm": {
|
|
77
82
|
"description": "Kas soovid seadistada teenust {name} ?"
|
|
78
83
|
},
|
|
79
|
-
"
|
|
80
|
-
"
|
|
84
|
+
"confirm_ezsp_ieee_overwrite": {
|
|
85
|
+
"data": {
|
|
86
|
+
"overwrite_coordinator_ieee": "Adapteri IEEE-aadressi p\u00fcsiv asendamine"
|
|
87
|
+
},
|
|
88
|
+
"description": "Varukoopial on erinev IEEE aadress kui adapteril. V\u00f5rgu n\u00f5uetekohaseks toimimiseks tuleks muuta ka adapteri IEEE aadressi.\n\nSee on p\u00fcsiv toiming.",
|
|
89
|
+
"title": "Adapteri IEEE aadressi \u00fclekirjutamine"
|
|
90
|
+
},
|
|
91
|
+
"form_new_network": {
|
|
92
|
+
"title": "Uue v\u00f5rgustiku moodustamine"
|
|
81
93
|
},
|
|
82
94
|
"manual_pick_radio_type": {
|
|
83
95
|
"data": {
|
|
@@ -100,17 +112,28 @@
|
|
|
100
112
|
"description": "ZHA ei suutnud adapteri jadapordi s\u00e4tteid automaatselt tuvastada. Tavaliselt on see p\u00fcsivara v\u00f5i lubade probleem. \n \n Kui kasutad p\u00fcsivara mittestandardsete s\u00e4tetega, sisesta jadapordi s\u00e4tted.",
|
|
101
113
|
"title": "Jadapordi s\u00e4tted"
|
|
102
114
|
},
|
|
103
|
-
"maybe_confirm_ezsp_restore": {
|
|
104
|
-
"data": {
|
|
105
|
-
"overwrite_coordinator_ieee": "Adapteri IEEE-aadressi p\u00fcsiv asendamine"
|
|
106
|
-
},
|
|
107
|
-
"description": "Varukoopial on erinev IEEE aadress kui adapteril. V\u00f5rgu n\u00f5uetekohaseks toimimiseks tuleks muuta ka adapteri IEEE aadressi.\n\nSee on p\u00fcsiv toiming.",
|
|
108
|
-
"title": "Adapteri IEEE aadressi \u00fclekirjutamine"
|
|
109
|
-
},
|
|
110
115
|
"maybe_reset_old_radio": {
|
|
111
|
-
"description": "Varukoopia loodi varem ja vana adapter l\u00e4htestatakse migreerimise k\u00e4igus.",
|
|
112
116
|
"title": "Vana adapteri l\u00e4htestamine"
|
|
113
117
|
},
|
|
118
|
+
"plug_in_new_radio": {
|
|
119
|
+
"description": "Uut adapterit aadressil `{device_path}` ei leitud. \u00dchenda see ja j\u00e4tkamiseks kl\u00f5psa nuppu Submit.",
|
|
120
|
+
"title": "Uut adapterit ei leitud"
|
|
121
|
+
},
|
|
122
|
+
"plug_in_old_radio": {
|
|
123
|
+
"description": "Vana adapterit aadressil \"{device_path}\" ei leitud. V\u00f5id uuesti proovida p\u00e4rast selle uuesti \u00fchendamist v\u00f5i j\u00e4tta vana adapteri l\u00e4htestamise vahele. **Hoiatus:** Kui j\u00e4tad vana adapteri l\u00e4htestamise vahele, veendu, et see j\u00e4\u00e4b p\u00fcsivalt lahti\u00fchendatuks. Selle uuesti \u00fchendamine p\u00f5hjustab hiljem v\u00f5rguprobleeme.",
|
|
124
|
+
"menu_option_descriptions": {
|
|
125
|
+
"retry_old_radio": "Proovi vana adapteriga uuesti \u00fchendust luua, et see migreerimise osana l\u00e4htestada.",
|
|
126
|
+
"skip_reset_old_radio": "J\u00e4ta vana adapteri l\u00e4htestamine vahele ja j\u00e4tka migreerimisega."
|
|
127
|
+
},
|
|
128
|
+
"menu_options": {
|
|
129
|
+
"retry_old_radio": "Proovi uuesti",
|
|
130
|
+
"skip_reset_old_radio": "J\u00e4ta l\u00e4htestamine vahele"
|
|
131
|
+
},
|
|
132
|
+
"title": "Vana adapterit ei leitud"
|
|
133
|
+
},
|
|
134
|
+
"restore_backup": {
|
|
135
|
+
"title": "V\u00f5rgu taastamine uuele adapterile"
|
|
136
|
+
},
|
|
114
137
|
"upload_manual_backup": {
|
|
115
138
|
"data": {
|
|
116
139
|
"uploaded_backup_file": "Faili \u00fcleslaadimine"
|
|
@@ -1869,6 +1892,11 @@
|
|
|
1869
1892
|
"invalid_backup_json": "Sobimatu varukoopia JSON"
|
|
1870
1893
|
},
|
|
1871
1894
|
"flow_title": "{name}",
|
|
1895
|
+
"progress": {
|
|
1896
|
+
"form_new_network": "Uue Zigbee v\u00f5rgu loomine. \n \n Selle protsessi osana otsime vaba v\u00f5rgukanalit, see v\u00f5ib v\u00f5tta minuti.",
|
|
1897
|
+
"maybe_reset_old_radio": "Vana adapteri l\u00e4htestamine.\n\nVana adapter on varundatud ja l\u00e4htestatakse tehaseseadetele.",
|
|
1898
|
+
"restore_backup": "V\u00f5rgus\u00e4tete taastamine uuele adapterile. \n \n See v\u00f5tab minuti."
|
|
1899
|
+
},
|
|
1872
1900
|
"step": {
|
|
1873
1901
|
"choose_automatic_backup": {
|
|
1874
1902
|
"data": {
|
|
@@ -1914,6 +1942,16 @@
|
|
|
1914
1942
|
"description": "Vali Zigbee adapteri jadaport",
|
|
1915
1943
|
"title": "Vali jadaport"
|
|
1916
1944
|
},
|
|
1945
|
+
"confirm_ezsp_ieee_overwrite": {
|
|
1946
|
+
"data": {
|
|
1947
|
+
"overwrite_coordinator_ieee": "Adapteri IEEE-aadressi p\u00fcsiv asendamine"
|
|
1948
|
+
},
|
|
1949
|
+
"description": "Varukoopial on erinev IEEE aadress kui adapteril. V\u00f5rgu n\u00f5uetekohaseks toimimiseks tuleks muuta ka adapteri IEEE aadressi.\n\nSee on p\u00fcsiv toiming.",
|
|
1950
|
+
"title": "Adapteri IEEE aadressi \u00fclekirjutamine"
|
|
1951
|
+
},
|
|
1952
|
+
"form_new_network": {
|
|
1953
|
+
"title": "Uue v\u00f5rgustiku moodustamine"
|
|
1954
|
+
},
|
|
1917
1955
|
"init": {
|
|
1918
1956
|
"description": "Tehakse varundamine ja ZHA peatatakse. Kas soovid j\u00e4tkata?",
|
|
1919
1957
|
"title": "Seadista ZHA uuesti"
|
|
@@ -1938,12 +1976,24 @@
|
|
|
1938
1976
|
"description": "Sisesta jadapordi s\u00e4tted",
|
|
1939
1977
|
"title": "Jadapordi s\u00e4tted"
|
|
1940
1978
|
},
|
|
1941
|
-
"
|
|
1942
|
-
"
|
|
1943
|
-
|
|
1979
|
+
"maybe_reset_old_radio": {
|
|
1980
|
+
"title": "Vana adapteri l\u00e4htestamine"
|
|
1981
|
+
},
|
|
1982
|
+
"plug_in_new_radio": {
|
|
1983
|
+
"description": "Uut adapterit aadressil `{device_path}` ei leitud. \u00dchenda see ja j\u00e4tkamiseks kl\u00f5psa nuppu Submit.",
|
|
1984
|
+
"title": "Uut adapterit ei leitud"
|
|
1985
|
+
},
|
|
1986
|
+
"plug_in_old_radio": {
|
|
1987
|
+
"description": "Vana adapterit aadressil \"{device_path}\" ei leitud. V\u00f5id uuesti proovida p\u00e4rast selle uuesti \u00fchendamist v\u00f5i j\u00e4tta vana adapteri l\u00e4htestamise vahele. **Hoiatus:** Kui j\u00e4tad vana adapteri l\u00e4htestamise vahele, veendu, et see j\u00e4\u00e4b p\u00fcsivalt lahti\u00fchendatuks. Selle uuesti \u00fchendamine p\u00f5hjustab hiljem v\u00f5rguprobleeme.",
|
|
1988
|
+
"menu_option_descriptions": {
|
|
1989
|
+
"retry_old_radio": "Proovi vana adapteriga uuesti \u00fchendust luua, et see migreerimise osana l\u00e4htestada.",
|
|
1990
|
+
"skip_reset_old_radio": "J\u00e4ta vana adapteri l\u00e4htestamine vahele ja j\u00e4tka migreerimisega."
|
|
1944
1991
|
},
|
|
1945
|
-
"
|
|
1946
|
-
|
|
1992
|
+
"menu_options": {
|
|
1993
|
+
"retry_old_radio": "Proovi uuesti",
|
|
1994
|
+
"skip_reset_old_radio": "J\u00e4ta l\u00e4htestamine vahele"
|
|
1995
|
+
},
|
|
1996
|
+
"title": "Vana adapterit ei leitud"
|
|
1947
1997
|
},
|
|
1948
1998
|
"prompt_migrate_or_reconfigure": {
|
|
1949
1999
|
"description": "Kas l\u00e4hed \u00fcle uuele adapterile v\u00f5i seadistad praegust adapterit \u00fcmber?",
|
|
@@ -1957,6 +2007,9 @@
|
|
|
1957
2007
|
},
|
|
1958
2008
|
"title": "Teisaldamine v\u00f5i uuesti seadistamine"
|
|
1959
2009
|
},
|
|
2010
|
+
"restore_backup": {
|
|
2011
|
+
"title": "V\u00f5rgu taastamine uuele adapterile"
|
|
2012
|
+
},
|
|
1960
2013
|
"upload_manual_backup": {
|
|
1961
2014
|
"data": {
|
|
1962
2015
|
"uploaded_backup_file": "Lae kirje \u00fcles"
|
|
@@ -27,9 +27,6 @@
|
|
|
27
27
|
"confirm": {
|
|
28
28
|
"description": "Haluatko m\u00e4\u00e4ritt\u00e4\u00e4 {name}?"
|
|
29
29
|
},
|
|
30
|
-
"confirm_hardware": {
|
|
31
|
-
"description": "Haluatko m\u00e4\u00e4ritt\u00e4\u00e4 {name}?"
|
|
32
|
-
},
|
|
33
30
|
"manual_port_config": {
|
|
34
31
|
"data": {
|
|
35
32
|
"path": "Sarjalaitteen polku"
|
|
@@ -76,9 +76,6 @@
|
|
|
76
76
|
"confirm": {
|
|
77
77
|
"description": "Voulez-vous configurer {name}\u00a0?"
|
|
78
78
|
},
|
|
79
|
-
"confirm_hardware": {
|
|
80
|
-
"description": "Voulez-vous configurer {name}\u00a0?"
|
|
81
|
-
},
|
|
82
79
|
"manual_pick_radio_type": {
|
|
83
80
|
"data": {
|
|
84
81
|
"radio_type": "Type d'adaptateur"
|
|
@@ -100,15 +97,7 @@
|
|
|
100
97
|
"description": "ZHA n'a pas pu d\u00e9tecter automatiquement les param\u00e8tres du port s\u00e9rie de votre adaptateur. Il s'agit g\u00e9n\u00e9ralement d'un probl\u00e8me de micrologiciel ou d'autorisations.\n\nSi vous utilisez un micrologiciel avec des param\u00e8tres non standard, saisissez les param\u00e8tres du port s\u00e9rie.",
|
|
101
98
|
"title": "Param\u00e8tres du port s\u00e9rie"
|
|
102
99
|
},
|
|
103
|
-
"maybe_confirm_ezsp_restore": {
|
|
104
|
-
"data": {
|
|
105
|
-
"overwrite_coordinator_ieee": "Remplacer d\u00e9finitivement l'adresse IEEE de l'adaptateur"
|
|
106
|
-
},
|
|
107
|
-
"description": "Votre sauvegarde poss\u00e8de une adresse IEEE diff\u00e9rente de celle de votre adaptateur. Pour que votre r\u00e9seau fonctionne correctement, l'adresse IEEE de votre adaptateur doit \u00e9galement \u00eatre modifi\u00e9e.\n\nCette op\u00e9ration est permanente.",
|
|
108
|
-
"title": "Remplacer l'adresse IEEE de l'adaptateur"
|
|
109
|
-
},
|
|
110
100
|
"maybe_reset_old_radio": {
|
|
111
|
-
"description": "Une sauvegarde a \u00e9t\u00e9 cr\u00e9\u00e9e pr\u00e9c\u00e9demment et votre ancien adaptateur est en cours de r\u00e9initialisation dans le cadre de la migration.",
|
|
112
101
|
"title": "R\u00e9initialisation de l'ancien adaptateur"
|
|
113
102
|
},
|
|
114
103
|
"upload_manual_backup": {
|
|
@@ -1677,13 +1666,6 @@
|
|
|
1677
1666
|
"description": "ZHA n'a pas pu d\u00e9tecter automatiquement les param\u00e8tres du port s\u00e9rie de votre adaptateur. Il s'agit g\u00e9n\u00e9ralement d'un probl\u00e8me de micrologiciel ou d'autorisations.\n\nSi vous utilisez un micrologiciel avec des param\u00e8tres non standard, saisissez les param\u00e8tres du port s\u00e9rie.",
|
|
1678
1667
|
"title": "Param\u00e8tres du port s\u00e9rie"
|
|
1679
1668
|
},
|
|
1680
|
-
"maybe_confirm_ezsp_restore": {
|
|
1681
|
-
"data": {
|
|
1682
|
-
"overwrite_coordinator_ieee": "Remplacer d\u00e9finitivement l'adresse IEEE de l'adaptateur"
|
|
1683
|
-
},
|
|
1684
|
-
"description": "Votre sauvegarde poss\u00e8de une adresse IEEE diff\u00e9rente de celle de votre adaptateur. Pour que votre r\u00e9seau fonctionne correctement, l'adresse IEEE de votre adaptateur doit \u00e9galement \u00eatre modifi\u00e9e.\n\nCette op\u00e9ration est permanente.",
|
|
1685
|
-
"title": "Remplacer l'adresse IEEE de l'adaptateur"
|
|
1686
|
-
},
|
|
1687
1669
|
"prompt_migrate_or_reconfigure": {
|
|
1688
1670
|
"menu_option_descriptions": {
|
|
1689
1671
|
"intent_migrate": "Cela vous aidera \u00e0 migrer votre r\u00e9seau Zigbee de votre ancien adaptateur vers un nouveau.",
|