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
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"services": {
|
|
3
|
+
"announce": {
|
|
4
|
+
"description": "\u0414\u043e\u0437\u0432\u043e\u043b\u0443\u0432\u0430 \u0441\u0430\u0442\u0435\u043b\u0438\u0442\u043e\u0442 \u0434\u0430 \u043e\u0431\u0458\u0430\u0432\u0438 \u043f\u043e\u0440\u0430\u043a\u0430.",
|
|
5
|
+
"fields": {
|
|
6
|
+
"media_id": {
|
|
7
|
+
"description": "ID-\u0442\u043e \u043d\u0430 \u043c\u0435\u0434\u0438\u0443\u043c\u043e\u0442 \u0448\u0442\u043e \u045c\u0435 \u0441\u0435 \u043e\u0431\u0458\u0430\u0432\u0438 \u043d\u0430\u043c\u0435\u0441\u0442\u043e \u0434\u0430 \u0441\u0435 \u043a\u043e\u0440\u0438\u0441\u0442\u0438 \u0442\u0435\u043a\u0441\u0442-\u0432\u043e-\u0433\u043e\u0432\u043e\u0440.",
|
|
8
|
+
"name": "ID \u043d\u0430 \u043c\u0435\u0434\u0438\u0443\u043c"
|
|
9
|
+
},
|
|
10
|
+
"message": {
|
|
11
|
+
"name": "\u041f\u043e\u0440\u0430\u043a\u0430"
|
|
12
|
+
},
|
|
13
|
+
"preannounce": {
|
|
14
|
+
"description": "\u041f\u0443\u0448\u0442\u0438 \u0437\u0432\u0443\u043a \u043f\u0440\u0435\u0434 \u043d\u0430\u0458\u0430\u0432\u0430\u0442\u0430.",
|
|
15
|
+
"name": "\u041f\u0440\u0435\u0434\u043d\u0430\u0458\u0430\u0432\u0443\u0432\u0430\u045a\u0435"
|
|
16
|
+
},
|
|
17
|
+
"preannounce_media_id": {
|
|
18
|
+
"description": "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d \u043c\u0435\u0434\u0438\u0443\u043c\u0441\u043a\u0438 ID \u0437\u0430 \u0440\u0435\u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u0458\u0430 \u043f\u0440\u0435\u0434 \u043d\u0430\u0458\u0430\u0432\u0430\u0442\u0430.",
|
|
19
|
+
"name": "ID \u043d\u0430 \u043c\u0435\u0434\u0438\u0443\u043c \u0437\u0430 \u043f\u0440\u0435\u0434\u043d\u0430\u0458\u0430\u0432\u0443\u0432\u0430\u045a\u0435"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"name": "\u041e\u0431\u0458\u0430\u0432\u0438"
|
|
23
|
+
},
|
|
3
24
|
"ask_question": {
|
|
4
25
|
"description": "\u041f\u043e\u0441\u0442\u0430\u0432\u0443\u0432\u0430 \u043f\u0440\u0430\u0448\u0430\u045a\u0435 \u0438 \u0434\u043e\u0431\u0438\u0432\u0430 \u043e\u0434\u0433\u043e\u0432\u043e\u0440 \u043e\u0434 \u043a\u043e\u0440\u0438\u0441\u043d\u0438\u043a\u043e\u0442.",
|
|
5
26
|
"fields": {
|
|
@@ -11,12 +32,50 @@
|
|
|
11
32
|
"description": "\u041f\u043e\u043c\u043e\u0433\u043d\u0435\u0442\u0435 \u043c\u0443 \u043d\u0430 \u0441\u0430\u0442\u0435\u043b\u0438\u0442\u0441\u043a\u0438\u043e\u0442 \u0435\u043d\u0442\u0438\u0442\u0435\u0442 \u0434\u0430 \u0433\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0438 \u043f\u0440\u0430\u0448\u0430\u045a\u0435\u0442\u043e.",
|
|
12
33
|
"name": "\u0415\u043d\u0442\u0438\u0442\u0435\u0442"
|
|
13
34
|
},
|
|
35
|
+
"preannounce": {
|
|
36
|
+
"description": "\u041f\u0443\u0448\u0442\u0438 \u0437\u0432\u0443\u043a \u043f\u0440\u0435\u0434 \u043f\u043e\u0447\u0435\u0442\u043d\u0430\u0442\u0430 \u043f\u043e\u0440\u0430\u043a\u0430 \u0438\u043b\u0438 \u043c\u0435\u0434\u0438\u0443\u043c.",
|
|
37
|
+
"name": "\u041f\u0440\u0435\u0434\u043d\u0430\u0458\u0430\u0432\u0443\u0432\u0430\u045a\u0435"
|
|
38
|
+
},
|
|
39
|
+
"preannounce_media_id": {
|
|
40
|
+
"description": "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d \u043c\u0435\u0434\u0438\u0443\u043c\u0441\u043a\u0438 ID \u0437\u0430 \u0440\u0435\u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u0458\u0430 \u043f\u0440\u0435\u0434 \u043f\u043e\u0447\u0435\u0442\u043d\u0430\u0442\u0430 \u043f\u043e\u0440\u0430\u043a\u0430 \u0438\u043b\u0438 \u043c\u0435\u0434\u0438\u0443\u043c.",
|
|
41
|
+
"name": "ID \u043d\u0430 \u043c\u0435\u0434\u0438\u0443\u043c \u0437\u0430 \u043f\u0440\u0435\u0434\u043d\u0430\u0458\u0430\u0432\u0443\u0432\u0430\u045a\u0435"
|
|
42
|
+
},
|
|
14
43
|
"question": {
|
|
15
44
|
"description": "\u041f\u0440\u0430\u0448\u0430\u045a\u0435\u0442\u043e \u0448\u0442\u043e \u0442\u0440\u0435\u0431\u0430 \u0434\u0430 \u0441\u0435 \u043f\u043e\u0441\u0442\u0430\u0432\u0438.",
|
|
16
45
|
"name": "\u041f\u0440\u0430\u0448\u0430\u045a\u0435"
|
|
46
|
+
},
|
|
47
|
+
"question_media_id": {
|
|
48
|
+
"description": "ID-\u0442\u043e \u043d\u0430 \u043c\u0435\u0434\u0438\u0443\u043c\u043e\u0442 \u043d\u0430 \u043f\u0440\u0430\u0448\u0430\u045a\u0435\u0442\u043e \u0448\u0442\u043e \u0442\u0440\u0435\u0431\u0430 \u0434\u0430 \u0441\u0435 \u043a\u043e\u0440\u0438\u0441\u0442\u0438 \u043d\u0430\u043c\u0435\u0441\u0442\u043e \u0442\u0435\u043a\u0441\u0442-\u0432\u043e-\u0433\u043e\u0432\u043e\u0440.",
|
|
49
|
+
"name": "ID \u043d\u0430 \u043c\u0435\u0434\u0438\u0443\u043c \u0437\u0430 \u043f\u0440\u0430\u0448\u0430\u045a\u0435"
|
|
17
50
|
}
|
|
18
51
|
},
|
|
19
52
|
"name": "\u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u043f\u0440\u0430\u0448\u0430\u045a\u0435"
|
|
53
|
+
},
|
|
54
|
+
"start_conversation": {
|
|
55
|
+
"description": "\u0417\u0430\u043f\u043e\u0447\u043d\u0443\u0432\u0430 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440 \u043e\u0434 \u0441\u0430\u0442\u0435\u043b\u0438\u0442.",
|
|
56
|
+
"fields": {
|
|
57
|
+
"extra_system_prompt": {
|
|
58
|
+
"description": "\u041e\u0431\u0435\u0437\u0431\u0435\u0434\u0435\u0442\u0435 \u043e\u0441\u043d\u043e\u0432\u043d\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043d\u0430 \u0432\u0435\u0448\u0442\u0430\u0447\u043a\u0430\u0442\u0430 \u0438\u043d\u0442\u0435\u043b\u0438\u0433\u0435\u043d\u0446\u0438\u0458\u0430 \u0432\u043e \u0432\u0440\u0441\u043a\u0430 \u0441\u043e \u0431\u0430\u0440\u0430\u045a\u0435\u0442\u043e.",
|
|
59
|
+
"name": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u0435\u043d \u0441\u0438\u0441\u0442\u0435\u043c\u0441\u043a\u0438 \u043f\u043e\u0442\u0441\u0435\u0442\u043d\u0438\u043a"
|
|
60
|
+
},
|
|
61
|
+
"preannounce": {
|
|
62
|
+
"description": "\u041f\u0443\u0448\u0442\u0438 \u0437\u0432\u0443\u043a \u043f\u0440\u0435\u0434 \u043f\u043e\u0447\u0435\u0442\u043d\u0430\u0442\u0430 \u043f\u043e\u0440\u0430\u043a\u0430 \u0438\u043b\u0438 \u043c\u0435\u0434\u0438\u0443\u043c.",
|
|
63
|
+
"name": "\u041f\u0440\u0435\u0434\u043d\u0430\u0458\u0430\u0432\u0443\u0432\u0430\u045a\u0435"
|
|
64
|
+
},
|
|
65
|
+
"preannounce_media_id": {
|
|
66
|
+
"description": "\u041f\u0440\u0438\u043b\u0430\u0433\u043e\u0434\u0435\u043d \u043c\u0435\u0434\u0438\u0443\u043c\u0441\u043a\u0438 ID \u0437\u0430 \u0440\u0435\u043f\u0440\u043e\u0434\u0443\u043a\u0446\u0438\u0458\u0430 \u043f\u0440\u0435\u0434 \u043f\u043e\u0447\u0435\u0442\u043d\u0430\u0442\u0430 \u043f\u043e\u0440\u0430\u043a\u0430 \u0438\u043b\u0438 \u043c\u0435\u0434\u0438\u0443\u043c.",
|
|
67
|
+
"name": "ID \u043d\u0430 \u043c\u0435\u0434\u0438\u0443\u043c \u0437\u0430 \u043f\u0440\u0435\u0434\u043d\u0430\u0458\u0430\u0432\u0443\u0432\u0430\u045a\u0435"
|
|
68
|
+
},
|
|
69
|
+
"start_media_id": {
|
|
70
|
+
"description": "ID-\u0442\u043e \u043d\u0430 \u043c\u0435\u0434\u0438\u0443\u043c\u043e\u0442 \u0437\u0430 \u043f\u043e\u0447\u0435\u0442\u043e\u043a \u043d\u0430\u043c\u0435\u0441\u0442\u043e \u043a\u043e\u0440\u0438\u0441\u0442\u0435\u045a\u0435 \u043d\u0430 \u0442\u0435\u043a\u0441\u0442-\u0432\u043e-\u0433\u043e\u0432\u043e\u0440.",
|
|
71
|
+
"name": "ID \u043d\u0430 \u043c\u0435\u0434\u0438\u0443\u043c"
|
|
72
|
+
},
|
|
73
|
+
"start_message": {
|
|
74
|
+
"description": "\u041f\u043e\u0440\u0430\u043a\u0430\u0442\u0430 \u0437\u0430 \u043f\u043e\u0447\u0435\u0442\u043e\u043a.",
|
|
75
|
+
"name": "\u041f\u043e\u0440\u0430\u043a\u0430"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"name": "\u0417\u0430\u043f\u043e\u0447\u043d\u0438 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440"
|
|
20
79
|
}
|
|
21
80
|
}
|
|
22
81
|
}
|
|
@@ -10,6 +10,14 @@
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
|
+
"selector": {
|
|
14
|
+
"answers": {
|
|
15
|
+
"fields": {
|
|
16
|
+
"id": "ID c\u00e2u tr\u1ea3 l\u1eddi",
|
|
17
|
+
"sentences": "C\u00e2u"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
13
21
|
"services": {
|
|
14
22
|
"announce": {
|
|
15
23
|
"description": "\u0110\u1ec3 v\u1ec7 tinh th\u00f4ng b\u00e1o m\u1ed9t th\u00f4ng \u0111i\u1ec7p.",
|
|
@@ -33,6 +41,36 @@
|
|
|
33
41
|
},
|
|
34
42
|
"name": "Th\u00f4ng b\u00e1o"
|
|
35
43
|
},
|
|
44
|
+
"ask_question": {
|
|
45
|
+
"description": "\u0110\u1eb7t c\u00e2u h\u1ecfi v\u00e0 nh\u1eadn ph\u1ea3n h\u1ed3i t\u1eeb ng\u01b0\u1eddi d\u00f9ng.",
|
|
46
|
+
"fields": {
|
|
47
|
+
"answers": {
|
|
48
|
+
"description": "Nh\u1eefng c\u00e2u tr\u1ea3 l\u1eddi c\u00f3 th\u1ec3 cho c\u00e2u h\u1ecfi n\u00e0y.",
|
|
49
|
+
"name": "C\u00e2u tr\u1ea3 l\u1eddi"
|
|
50
|
+
},
|
|
51
|
+
"entity_id": {
|
|
52
|
+
"description": "Th\u1ef1c th\u1ec3 v\u1ec7 tinh Assistant \u0111\u1ec3 \u0111\u1eb7t c\u00e2u h\u1ecfi t\u1edbi \u0111\u00f3.",
|
|
53
|
+
"name": "Th\u1ef1c th\u1ec3"
|
|
54
|
+
},
|
|
55
|
+
"preannounce": {
|
|
56
|
+
"description": "Ph\u00e1t \u00e2m thanh tr\u01b0\u1edbc khi b\u1eaft \u0111\u1ea7u tin nh\u1eafn ho\u1eb7c ph\u01b0\u01a1ng ti\u1ec7n truy\u1ec1n th\u00f4ng.",
|
|
57
|
+
"name": "Tr\u01b0\u1edbc th\u00f4ng b\u00e1o"
|
|
58
|
+
},
|
|
59
|
+
"preannounce_media_id": {
|
|
60
|
+
"description": "ID ph\u01b0\u01a1ng ti\u1ec7n t\u00f9y ch\u1ec9nh \u0111\u1ec3 ph\u00e1t tr\u01b0\u1edbc khi b\u1eaft \u0111\u1ea7u tin nh\u1eafn ho\u1eb7c ph\u01b0\u01a1ng ti\u1ec7n.",
|
|
61
|
+
"name": "ID ph\u01b0\u01a1ng ti\u1ec7n tr\u01b0\u1edbc th\u00f4ng b\u00e1o"
|
|
62
|
+
},
|
|
63
|
+
"question": {
|
|
64
|
+
"description": "C\u00e2u h\u1ecfi c\u1ea7n h\u1ecfi.",
|
|
65
|
+
"name": "C\u00e2u h\u1ecfi"
|
|
66
|
+
},
|
|
67
|
+
"question_media_id": {
|
|
68
|
+
"description": "ID ph\u01b0\u01a1ng ti\u1ec7n c\u1ee7a c\u00e2u h\u1ecfi s\u1ebd \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng thay cho t\u00ednh n\u0103ng chuy\u1ec3n v\u0103n b\u1ea3n th\u00e0nh gi\u1ecdng n\u00f3i.",
|
|
69
|
+
"name": "ID ph\u01b0\u01a1ng ti\u1ec7n c\u00e2u h\u1ecfi"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"name": "\u0110\u1eb7t c\u00e2u h\u1ecfi"
|
|
73
|
+
},
|
|
36
74
|
"start_conversation": {
|
|
37
75
|
"description": "B\u1eaft \u0111\u1ea7u cu\u1ed9c tr\u00f2 chuy\u1ec7n t\u1eeb m\u1ed9t v\u1ec7 tinh.",
|
|
38
76
|
"fields": {
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
4
|
"already_configured": "Kontot \u00e4r redan konfigurerat",
|
|
5
|
+
"reauth_invalid_user": "Vid omautentisering m\u00e5ste samma konto anv\u00e4ndas.",
|
|
5
6
|
"reauth_successful": "\u00c5terautentisering lyckades",
|
|
6
7
|
"user_rejected_authorize": "Kontol\u00e4nkning avvisades: {error}"
|
|
7
8
|
},
|
|
@@ -10,6 +11,9 @@
|
|
|
10
11
|
},
|
|
11
12
|
"step": {
|
|
12
13
|
"pick_implementation": {
|
|
14
|
+
"data": {
|
|
15
|
+
"implementation": "Autentiseringsuppgifter f\u00f6r applikation"
|
|
16
|
+
},
|
|
13
17
|
"data_description": {
|
|
14
18
|
"implementation": "Uppgifterna du vill anv\u00e4nda f\u00f6r autentisering."
|
|
15
19
|
},
|
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
"entity_component": {
|
|
3
3
|
"_": {
|
|
4
4
|
"name": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u044f",
|
|
5
|
+
"state": {
|
|
6
|
+
"off": "\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u043e"
|
|
7
|
+
},
|
|
5
8
|
"state_attributes": {
|
|
6
9
|
"current": {
|
|
7
10
|
"name": "\u0420\u0430\u0431\u043e\u0442\u0435\u0449\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u0438"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"fix_flow": {
|
|
40
40
|
"step": {
|
|
41
41
|
"confirm": {
|
|
42
|
-
"description": "Automatiseringen \"{name}\" (`{entity_id}`) har en ok\u00e4nd \u00e5tg\u00e4rd: `{service}`. \n\nDetta fel hindrar automatiseringen fr\u00e5n att fungera korrekt. Kanske \u00e4r den h\u00e4r \u00e5tg\u00e4rden inte l\u00e4ngre tillg\u00e4nglig, eller kanske ett stavfel orsakade det. \n\nF\u00f6r att \u00e5tg\u00e4rda detta fel, [redigera automatiseringen]({edit}) och ta bort \u00e5tg\u00e4rden. \n\nKlicka p\u00e5 **
|
|
42
|
+
"description": "Automatiseringen \"{name}\" (`{entity_id}`) har en ok\u00e4nd \u00e5tg\u00e4rd: `{service}`. \n\nDetta fel hindrar automatiseringen fr\u00e5n att fungera korrekt. Kanske \u00e4r den h\u00e4r \u00e5tg\u00e4rden inte l\u00e4ngre tillg\u00e4nglig, eller kanske ett stavfel orsakade det. \n\nF\u00f6r att \u00e5tg\u00e4rda detta fel, [redigera automatiseringen]({edit}) och ta bort \u00e5tg\u00e4rden. \n\nKlicka p\u00e5 **Bekr\u00e4fta** nedan f\u00f6r att bekr\u00e4fta att du har \u00e5tg\u00e4rdat denna automatisering.",
|
|
43
43
|
"title": "{name} anv\u00e4nder en ok\u00e4nd \u00e5tg\u00e4rd"
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"description": "Vill du konfigurera {model} ({device_id})?"
|
|
27
27
|
},
|
|
28
28
|
"local": {
|
|
29
|
-
"description": "F\u00f6lj [dessa instruktioner]({url}) om hur du aktiverar Awair Local API.\n\nV\u00e4lj **
|
|
29
|
+
"description": "F\u00f6lj [dessa instruktioner]({url}) om hur du aktiverar Awair Local API.\n\nV\u00e4lj **Bekr\u00e4fta** n\u00e4r du \u00e4r klar."
|
|
30
30
|
},
|
|
31
31
|
"local_pick": {
|
|
32
32
|
"data": {
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"name": "Backup erstellen"
|
|
74
74
|
},
|
|
75
75
|
"create_automatic": {
|
|
76
|
-
"description": "Erstellt
|
|
76
|
+
"description": "Erstellt eine neue Datensicherung mit den Einstellungen f\u00fcr ein automatisches Backup.",
|
|
77
77
|
"name": "Automatisches Backup erstellen"
|
|
78
78
|
}
|
|
79
79
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"entity": {
|
|
3
|
+
"event": {
|
|
4
|
+
"next": {
|
|
5
|
+
"name": "\u0421\u043b\u0435\u0434\u043d\u043e"
|
|
6
|
+
},
|
|
7
|
+
"previous": {
|
|
8
|
+
"name": "\u041f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u0430"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"services": {
|
|
13
|
+
"beolink_join": {
|
|
14
|
+
"fields": {
|
|
15
|
+
"source_id": {
|
|
16
|
+
"name": "\u0418\u0437\u0432\u043e\u0440"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"observation_selector": {
|
|
34
34
|
"description": "'Beobachtungen' sind die Sensor- oder Templatewerte, die \u00fcberwacht und anschlie\u00dfend kombiniert werden, um die endg\u00fcltige Wahrscheinlichkeit des Bayes-Sensors zu ermitteln. Jede Beobachtung aktualisiert die Wahrscheinlichkeit des Bayes-Sensors, wenn sie erkannt wird oder nicht. Wird der Zustand der Entit\u00e4t `unavailable` oder `unknown`, wird er ignoriert. Sind f\u00fcr dieselbe Entit\u00e4t mehrere Zust\u00e4nde oder mehrere Zahlenbereiche konfiguriert, werden inverse Erkennungen ignoriert.",
|
|
35
35
|
"menu_options": {
|
|
36
|
-
"finish": "
|
|
36
|
+
"finish": "Abschlie\u00dfen",
|
|
37
37
|
"numeric_state": "Eine Beobachtung f\u00fcr einen numerischen Bereich hinzuf\u00fcgen",
|
|
38
38
|
"state": "Eine Beobachtung f\u00fcr den Zustand eines Sensors hinzuf\u00fcgen",
|
|
39
39
|
"template": "Eine Beobachtung f\u00fcr ein Template hinzuf\u00fcgen"
|
|
@@ -14,13 +14,21 @@
|
|
|
14
14
|
"data": {
|
|
15
15
|
"above": "\u00d6ver",
|
|
16
16
|
"below": "Under",
|
|
17
|
-
"
|
|
17
|
+
"entity_id": "Entitet",
|
|
18
|
+
"name": "Namn",
|
|
19
|
+
"prob_given_false": "Sannolikhet n\u00e4r {parent_sensor_name} \u00e4r {device_class_off}",
|
|
20
|
+
"prob_given_true": "Sannolikhet n\u00e4r {parent_sensor_name} \u00e4r {device_class_on}"
|
|
18
21
|
},
|
|
19
22
|
"data_description": {
|
|
20
23
|
"above": "Valfritt - den nedre delen av det numeriska intervallet. V\u00e4rden som exakt matchar detta kommer inte att r\u00e4knas",
|
|
21
|
-
"below": "Valfritt - den \u00f6vre \u00e4nden av det numeriska intervallet. V\u00e4rden som exakt matchar detta kommer endast att r\u00e4knas om mer \u00e4n ett intervall har konfigurerats f\u00f6r samma enhet."
|
|
24
|
+
"below": "Valfritt - den \u00f6vre \u00e4nden av det numeriska intervallet. V\u00e4rden som exakt matchar detta kommer endast att r\u00e4knas om mer \u00e4n ett intervall har konfigurerats f\u00f6r samma enhet.",
|
|
25
|
+
"entity_id": "En enhet som \u00e4r korrelerad med `{parent_sensor_name}`.",
|
|
26
|
+
"name": "Detta namn kommer att anv\u00e4ndas f\u00f6r att identifiera denna observation f\u00f6r redigering i framtiden.",
|
|
27
|
+
"prob_given_false": "Den uppskattade sannolikheten eller andelen g\u00e5nger denna observation \u00e4r `Sant` medan `{parent_sensor_name}` \u00e4r, eller borde vara, `{device_class_off}`.",
|
|
28
|
+
"prob_given_true": "Den uppskattade sannolikheten eller andelen g\u00e5nger denna observation \u00e4r `Sant` medan `{parent_sensor_name}` \u00e4r, eller borde vara, `{device_class_on}`."
|
|
22
29
|
},
|
|
23
|
-
"description": "L\u00e4gg till en observation som utv\u00e4rderas till `Sant` n\u00e4r en numerisk sensor \u00e4r inom ett valt intervall."
|
|
30
|
+
"description": "L\u00e4gg till en observation som utv\u00e4rderas till `Sant` n\u00e4r en numerisk sensor \u00e4r inom ett valt intervall.",
|
|
31
|
+
"title": "L\u00e4gg till en Bayesiansk sensor"
|
|
24
32
|
},
|
|
25
33
|
"observation_selector": {
|
|
26
34
|
"description": "\"Observationer\" \u00e4r de sensor- eller mallv\u00e4rden som \u00f6vervakas och sedan kombineras f\u00f6r att informera den bayesianska sensorns slutliga sannolikhet. Varje observation uppdaterar den bayesianska sensorns sannolikhet om den uppt\u00e4cks eller om den inte uppt\u00e4cks. Om enhetens tillst\u00e5nd blir \"otillg\u00e4ngligt\" eller \"ok\u00e4nt\" ignoreras det. Om mer \u00e4n ett tillst\u00e5nd eller mer \u00e4n ett numeriskt intervall \u00e4r konfigurerat f\u00f6r samma enhet ignoreras inversa detektioner.",
|
|
@@ -29,9 +37,46 @@
|
|
|
29
37
|
"numeric_state": "L\u00e4gg till en observation f\u00f6r ett numeriskt intervall",
|
|
30
38
|
"state": "L\u00e4gg till en observation f\u00f6r en sensors tillst\u00e5nd",
|
|
31
39
|
"template": "L\u00e4gg till en observation f\u00f6r en mall"
|
|
32
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"title": "L\u00e4gg till en observation"
|
|
42
|
+
},
|
|
43
|
+
"state": {
|
|
44
|
+
"data": {
|
|
45
|
+
"entity_id": "Entitet",
|
|
46
|
+
"name": "Namn",
|
|
47
|
+
"prob_given_false": "Sannolikhet n\u00e4r {parent_sensor_name} \u00e4r {device_class_off}",
|
|
48
|
+
"prob_given_true": "Sannolikhet n\u00e4r {parent_sensor_name} \u00e4r {device_class_on}",
|
|
49
|
+
"to_state": "Till tillst\u00e5nd"
|
|
50
|
+
},
|
|
51
|
+
"data_description": {
|
|
52
|
+
"entity_id": "En enhet som \u00e4r korrelerad med `{parent_sensor_name}`.",
|
|
53
|
+
"name": "Detta namn kommer att anv\u00e4ndas f\u00f6r att identifiera denna observation f\u00f6r redigering i framtiden.",
|
|
54
|
+
"prob_given_false": "Den uppskattade sannolikheten eller andelen g\u00e5nger denna observation \u00e4r `Sant` medan `{parent_sensor_name}` \u00e4r, eller borde vara, `{device_class_off}`.",
|
|
55
|
+
"prob_given_true": "Den uppskattade sannolikheten eller andelen g\u00e5nger denna observation \u00e4r `Sant` medan `{parent_sensor_name}` \u00e4r, eller borde vara, `{device_class_on}`.",
|
|
56
|
+
"to_state": "Sensorns tillst\u00e5nd f\u00f6r vilket observationen kommer att betraktas som `Sant`."
|
|
57
|
+
},
|
|
58
|
+
"description": "L\u00e4gg till en observation som utv\u00e4rderas till `Sant` n\u00e4r v\u00e4rdet p\u00e5 sensorn exakt matchar *'Till tillst\u00e5nd'*. N\u00e4r `Falskt`, kommer den att uppdatera prioriteten med sannolikheter som \u00e4r inversen av de som anges nedan. Detta beteende kan \u00e5sidos\u00e4ttas genom att l\u00e4gga till observationer f\u00f6r samma enhets andra tillst\u00e5nd.",
|
|
59
|
+
"title": "L\u00e4gg till en Bayesiansk sensor"
|
|
60
|
+
},
|
|
61
|
+
"template": {
|
|
62
|
+
"data": {
|
|
63
|
+
"name": "Namn",
|
|
64
|
+
"prob_given_false": "Sannolikhet n\u00e4r {parent_sensor_name} \u00e4r {device_class_off}",
|
|
65
|
+
"prob_given_true": "Sannolikhet n\u00e4r {parent_sensor_name} \u00e4r {device_class_on}",
|
|
66
|
+
"value_template": "Mall"
|
|
67
|
+
},
|
|
68
|
+
"data_description": {
|
|
69
|
+
"name": "Detta namn kommer att anv\u00e4ndas f\u00f6r att identifiera denna observation f\u00f6r redigering i framtiden.",
|
|
70
|
+
"prob_given_false": "Den uppskattade sannolikheten eller andelen g\u00e5nger denna observation \u00e4r `Sant` medan `{parent_sensor_name}` \u00e4r, eller borde vara, `{device_class_off}`.",
|
|
71
|
+
"prob_given_true": "Den uppskattade sannolikheten eller andelen g\u00e5nger denna observation \u00e4r `Sant` medan `{parent_sensor_name}` \u00e4r, eller borde vara, `{device_class_on}`.",
|
|
72
|
+
"value_template": "En mall som utv\u00e4rderas till `Sant` kommer att uppdatera prioriteten i enlighet med detta, En mall som returnerar `Falskt` eller `Inget` kommer att uppdatera prioriteten med omv\u00e4nda sannolikheter. En mall som returnerar ett fel kommer inte att uppdatera sannolikheter. Resultaten tvingas till att vara `Sant` eller `Falskt`"
|
|
73
|
+
},
|
|
74
|
+
"description": "L\u00e4gg till en anpassad observation som utv\u00e4rderar om en mall \u00e4r observerad (`Sant`) eller inte (`Falskt`)."
|
|
33
75
|
},
|
|
34
76
|
"user": {
|
|
77
|
+
"data": {
|
|
78
|
+
"name": "Namn"
|
|
79
|
+
},
|
|
35
80
|
"data_description": {
|
|
36
81
|
"probability_threshold": "Den sannolikhet \u00f6ver vilken sensorn kommer att visa \"p\u00e5\". 50% b\u00f6r ge det mest exakta resultatet. Anv\u00e4nd siffror som \u00e4r st\u00f6rre \u00e4n 50% om det \u00e4r viktigt att undvika falska positiva resultat, eller vice versa."
|
|
37
82
|
},
|
|
@@ -61,30 +106,65 @@
|
|
|
61
106
|
"data": {
|
|
62
107
|
"above": "\u00d6ver",
|
|
63
108
|
"below": "Under",
|
|
64
|
-
"
|
|
109
|
+
"entity_id": "Entitet",
|
|
110
|
+
"name": "Namn",
|
|
111
|
+
"prob_given_false": "Sannolikhet n\u00e4r {parent_sensor_name} \u00e4r {device_class_off}",
|
|
112
|
+
"prob_given_true": "Sannolikhet n\u00e4r {parent_sensor_name} \u00e4r {device_class_on}"
|
|
65
113
|
},
|
|
66
114
|
"data_description": {
|
|
67
115
|
"above": "Valfritt - den nedre delen av det numeriska intervallet. V\u00e4rden som exakt matchar detta kommer inte att r\u00e4knas",
|
|
68
|
-
"below": "Valfritt - den \u00f6vre \u00e4nden av det numeriska intervallet. V\u00e4rden som exakt matchar detta kommer endast att r\u00e4knas om mer \u00e4n ett intervall har konfigurerats f\u00f6r samma enhet."
|
|
116
|
+
"below": "Valfritt - den \u00f6vre \u00e4nden av det numeriska intervallet. V\u00e4rden som exakt matchar detta kommer endast att r\u00e4knas om mer \u00e4n ett intervall har konfigurerats f\u00f6r samma enhet.",
|
|
117
|
+
"entity_id": "En enhet som \u00e4r korrelerad med `{parent_sensor_name}`.",
|
|
118
|
+
"name": "Detta namn kommer att anv\u00e4ndas f\u00f6r att identifiera denna observation f\u00f6r redigering i framtiden.",
|
|
119
|
+
"prob_given_false": "Den uppskattade sannolikheten eller andelen g\u00e5nger denna observation \u00e4r `Sant` medan `{parent_sensor_name}` \u00e4r, eller borde vara, `{device_class_off}`.",
|
|
120
|
+
"prob_given_true": "Den uppskattade sannolikheten eller andelen g\u00e5nger denna observation \u00e4r `Sant` medan `{parent_sensor_name}` \u00e4r, eller borde vara, `{device_class_on}`."
|
|
69
121
|
},
|
|
70
|
-
"description": "L\u00e4gg till en observation som utv\u00e4rderas till `Sant` n\u00e4r en numerisk sensor \u00e4r inom ett valt intervall."
|
|
122
|
+
"description": "L\u00e4gg till en observation som utv\u00e4rderas till `Sant` n\u00e4r en numerisk sensor \u00e4r inom ett valt intervall.",
|
|
123
|
+
"title": "L\u00e4gg till en Bayesiansk sensor"
|
|
71
124
|
},
|
|
72
125
|
"reconfigure": {
|
|
73
126
|
"data": {
|
|
74
127
|
"above": "\u00d6ver",
|
|
75
128
|
"below": "Under",
|
|
76
|
-
"
|
|
77
|
-
|
|
129
|
+
"entity_id": "Entitet",
|
|
130
|
+
"name": "Namn",
|
|
131
|
+
"prob_given_false": "Sannolikhet n\u00e4r {parent_sensor_name} \u00e4r {device_class_off}"
|
|
132
|
+
},
|
|
133
|
+
"title": "Redigera observation"
|
|
134
|
+
},
|
|
135
|
+
"state": {
|
|
136
|
+
"data": {
|
|
137
|
+
"entity_id": "Entitet",
|
|
138
|
+
"name": "Namn",
|
|
139
|
+
"prob_given_false": "Sannolikhet n\u00e4r {parent_sensor_name} \u00e4r {device_class_off}",
|
|
140
|
+
"prob_given_true": "Sannolikhet n\u00e4r {parent_sensor_name} \u00e4r {device_class_on}",
|
|
141
|
+
"to_state": "Till tillst\u00e5nd"
|
|
142
|
+
},
|
|
143
|
+
"data_description": {
|
|
144
|
+
"entity_id": "En enhet som \u00e4r korrelerad med `{parent_sensor_name}`.",
|
|
145
|
+
"name": "Detta namn kommer att anv\u00e4ndas f\u00f6r att identifiera denna observation f\u00f6r redigering i framtiden.",
|
|
146
|
+
"prob_given_false": "Den uppskattade sannolikheten eller andelen g\u00e5nger denna observation \u00e4r `Sant` medan `{parent_sensor_name}` \u00e4r, eller borde vara, `{device_class_off}`.",
|
|
147
|
+
"prob_given_true": "Den uppskattade sannolikheten eller andelen g\u00e5nger denna observation \u00e4r `Sant` medan `{parent_sensor_name}` \u00e4r, eller borde vara, `{device_class_on}`.",
|
|
148
|
+
"to_state": "Sensorns tillst\u00e5nd f\u00f6r vilket observationen kommer att betraktas som `Sant`."
|
|
149
|
+
},
|
|
150
|
+
"description": "L\u00e4gg till en observation som utv\u00e4rderas till `Sant` n\u00e4r v\u00e4rdet p\u00e5 sensorn exakt matchar *'Till tillst\u00e5nd'*. N\u00e4r `Falskt`, kommer den att uppdatera prioriteten med sannolikheter som \u00e4r inversen av de som anges nedan. Detta beteende kan \u00e5sidos\u00e4ttas genom att l\u00e4gga till observationer f\u00f6r samma enhets andra tillst\u00e5nd.",
|
|
151
|
+
"title": "L\u00e4gg till en Bayesiansk sensor"
|
|
78
152
|
},
|
|
79
153
|
"template": {
|
|
80
154
|
"data": {
|
|
81
155
|
"name": "Namn",
|
|
156
|
+
"prob_given_false": "Sannolikhet n\u00e4r {parent_sensor_name} \u00e4r {device_class_off}",
|
|
157
|
+
"prob_given_true": "Sannolikhet n\u00e4r {parent_sensor_name} \u00e4r {device_class_on}",
|
|
82
158
|
"value_template": "Mall"
|
|
83
159
|
},
|
|
84
160
|
"data_description": {
|
|
161
|
+
"name": "Detta namn kommer att anv\u00e4ndas f\u00f6r att identifiera denna observation f\u00f6r redigering i framtiden.",
|
|
162
|
+
"prob_given_false": "Den uppskattade sannolikheten eller andelen g\u00e5nger denna observation \u00e4r `Sant` medan `{parent_sensor_name}` \u00e4r, eller borde vara, `{device_class_off}`.",
|
|
163
|
+
"prob_given_true": "Den uppskattade sannolikheten eller andelen g\u00e5nger denna observation \u00e4r `Sant` medan `{parent_sensor_name}` \u00e4r, eller borde vara, `{device_class_on}`.",
|
|
85
164
|
"value_template": "En mall som utv\u00e4rderas till `Sant` kommer att uppdatera prioriteten i enlighet med detta, En mall som returnerar `Falskt` eller `Inget` kommer att uppdatera prioriteten med omv\u00e4nda sannolikheter. En mall som returnerar ett fel kommer inte att uppdatera sannolikheter. Resultaten tvingas till att vara `Sant` eller `Falskt`"
|
|
86
165
|
},
|
|
87
|
-
"description": "L\u00e4gg till en anpassad observation som utv\u00e4rderar om en mall \u00e4r observerad (`Sant`) eller inte (`Falskt`)."
|
|
166
|
+
"description": "L\u00e4gg till en anpassad observation som utv\u00e4rderar om en mall \u00e4r observerad (`Sant`) eller inte (`Falskt`).",
|
|
167
|
+
"title": "L\u00e4gg till en Bayesiansk sensor"
|
|
88
168
|
},
|
|
89
169
|
"user": {
|
|
90
170
|
"description": "\"Observationer\" \u00e4r de sensor- eller mallv\u00e4rden som \u00f6vervakas och sedan kombineras f\u00f6r att informera den bayesianska sensorns slutliga sannolikhet. Varje observation uppdaterar den bayesianska sensorns sannolikhet om den uppt\u00e4cks eller om den inte uppt\u00e4cks. Om enhetens tillst\u00e5nd blir \"otillg\u00e4ngligt\" eller \"ok\u00e4nt\" ignoreras det. Om mer \u00e4n ett tillst\u00e5nd eller mer \u00e4n ett numeriskt intervall \u00e4r konfigurerat f\u00f6r samma enhet ignoreras inversa detektioner.",
|
|
@@ -135,8 +215,25 @@
|
|
|
135
215
|
"battery_charging": "Laddning",
|
|
136
216
|
"carbon_monoxide": "Kolmonoxid",
|
|
137
217
|
"cold": "Kyla",
|
|
218
|
+
"connectivity": "Anslutning",
|
|
219
|
+
"door": "D\u00f6rr",
|
|
220
|
+
"garage_door": "Garageport",
|
|
221
|
+
"gas": "Gas",
|
|
222
|
+
"heat": "V\u00e4rme",
|
|
223
|
+
"light": "Ljus",
|
|
224
|
+
"lock": "L\u00e5s",
|
|
225
|
+
"moisture": "Fukt",
|
|
226
|
+
"motion": "R\u00f6relse",
|
|
227
|
+
"moving": "F\u00f6rflyttning",
|
|
138
228
|
"occupancy": "Bel\u00e4ggning",
|
|
139
|
-
"
|
|
229
|
+
"opening": "\u00d6ppning",
|
|
230
|
+
"plug": "Kontakt",
|
|
231
|
+
"power": "Str\u00f6m",
|
|
232
|
+
"presence": "N\u00e4rvaro",
|
|
233
|
+
"problem": "Problem",
|
|
234
|
+
"running": "Ig\u00e5ng",
|
|
235
|
+
"safety": "S\u00e4kerhet",
|
|
236
|
+
"smoke": "R\u00f6k"
|
|
140
237
|
}
|
|
141
238
|
}
|
|
142
239
|
},
|
|
@@ -4,6 +4,14 @@
|
|
|
4
4
|
"description": "T\u00edch ph\u00e2n Bayes b\u00e2y gi\u1edd c\u0169ng c\u1eadp nh\u1eadt x\u00e1c su\u1ea5t n\u1ebfu `to_state`, `above`, `below` ho\u1eb7c `value_template` \u0111\u00e1nh gi\u00e1 th\u00e0nh `False` thay v\u00ec ch\u1ec9 l\u00e0 `True`. V\u00ec v\u1eady, n\u00f3 kh\u00f4ng c\u00f2n b\u1eaft bu\u1ed9c ph\u1ea3i c\u00f3 c\u00e1c m\u1ee5c nh\u1eadp tr\u00f9ng l\u1eb7p, b\u1ed5 sung cho m\u1ed7i tr\u1ea1ng th\u00e1i nh\u1ecb ph\u00e2n. Vui l\u00f2ng x\u00f3a m\u1ee5c nh\u1eadp tr\u00f9ng l\u1eb7p cho `{entity}`."
|
|
5
5
|
}
|
|
6
6
|
},
|
|
7
|
+
"selector": {
|
|
8
|
+
"binary_sensor_device_class": {
|
|
9
|
+
"options": {
|
|
10
|
+
"light": "\u0110\u00e8n",
|
|
11
|
+
"lock": "Kh\u00f3a"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
},
|
|
7
15
|
"services": {
|
|
8
16
|
"reload": {
|
|
9
17
|
"name": "T\u1ea3i l\u1ea1i"
|
|
@@ -100,7 +100,10 @@
|
|
|
100
100
|
},
|
|
101
101
|
"entity_component": {
|
|
102
102
|
"_": {
|
|
103
|
-
"name": "\u0414\u0432\u043e\u0438\u0447\u0435\u043d \u0441\u0435\u043d\u0437\u043e\u0440"
|
|
103
|
+
"name": "\u0414\u0432\u043e\u0438\u0447\u0435\u043d \u0441\u0435\u043d\u0437\u043e\u0440",
|
|
104
|
+
"state": {
|
|
105
|
+
"off": "\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u043e"
|
|
106
|
+
}
|
|
104
107
|
},
|
|
105
108
|
"battery": {
|
|
106
109
|
"name": "\u0411\u0430\u0442\u0435\u0440\u0438\u044f"
|
|
@@ -157,6 +160,11 @@
|
|
|
157
160
|
"on": "\u0412\u043a\u043b\u044e\u0447\u0435\u043d \u0432 \u043c\u0440\u0435\u0436\u0430\u0442\u0430"
|
|
158
161
|
}
|
|
159
162
|
},
|
|
163
|
+
"power": {
|
|
164
|
+
"state": {
|
|
165
|
+
"off": "\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u043e"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
160
168
|
"presence": {
|
|
161
169
|
"name": "\u041f\u0440\u0438\u0441\u044a\u0441\u0442\u0432\u0438\u0435",
|
|
162
170
|
"state": {
|
|
@@ -173,7 +181,6 @@
|
|
|
173
181
|
"smoke": {
|
|
174
182
|
"name": "\u0414\u0438\u043c",
|
|
175
183
|
"state": {
|
|
176
|
-
"off": "\u041d\u044f\u043c\u0430 \u0434\u0438\u043c",
|
|
177
184
|
"on": "\u041e\u0442\u043a\u0440\u0438\u0442 \u0435 \u0434\u0438\u043c"
|
|
178
185
|
}
|
|
179
186
|
},
|
|
@@ -20,6 +20,9 @@
|
|
|
20
20
|
"on": "\u041e\u0442\u0432\u043e\u0440\u0435\u043d\u043e"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
|
+
"light": {
|
|
24
|
+
"name": "\u0421\u0432\u0435\u0442\u043b\u043e"
|
|
25
|
+
},
|
|
23
26
|
"lock": {
|
|
24
27
|
"state": {
|
|
25
28
|
"off": "\u0417\u0430\u043a\u043b\u0443\u0447\u0435\u043d\u043e",
|
|
@@ -35,6 +38,7 @@
|
|
|
35
38
|
},
|
|
36
39
|
"presence": {
|
|
37
40
|
"state": {
|
|
41
|
+
"off": "\u041d\u0430\u0434\u0432\u043e\u0440 \u043e\u0434 \u0414\u043e\u043c\u0430",
|
|
38
42
|
"on": "\u0414\u043e\u043c\u0430"
|
|
39
43
|
}
|
|
40
44
|
},
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"_": {
|
|
17
17
|
"state": {
|
|
18
18
|
"off": "Isklju\u010den",
|
|
19
|
-
"on": "Uklju\
|
|
19
|
+
"on": "Uklju\u010deno"
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
"battery": {
|
|
@@ -141,8 +141,8 @@
|
|
|
141
141
|
"power": {
|
|
142
142
|
"name": "Snaga",
|
|
143
143
|
"state": {
|
|
144
|
-
"off": "Isklju\
|
|
145
|
-
"on": "Uklju\
|
|
144
|
+
"off": "Isklju\u010deno",
|
|
145
|
+
"on": "Uklju\u010deno"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
148
|
"presence": {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
|
-
"already_configured": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u0432\u0435\u0447\u0435 \u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u043e"
|
|
4
|
+
"already_configured": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u0432\u0435\u0447\u0435 \u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u043e",
|
|
5
|
+
"reauth_successful": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u0430\u0442\u0430 \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u043a\u0430\u0446\u0438\u044f \u0431\u0435\u0448\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u0430"
|
|
5
6
|
},
|
|
6
7
|
"error": {
|
|
7
8
|
"cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435",
|
|
@@ -15,6 +16,12 @@
|
|
|
15
16
|
},
|
|
16
17
|
"title": "\u0414\u0432\u0443\u0444\u0430\u043a\u0442\u043e\u0440\u043d\u0430 \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u043a\u0430\u0446\u0438\u044f"
|
|
17
18
|
},
|
|
19
|
+
"reauth_confirm": {
|
|
20
|
+
"data": {
|
|
21
|
+
"password": "\u041f\u0430\u0440\u043e\u043b\u0430",
|
|
22
|
+
"username": "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u0438\u043c\u0435"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
18
25
|
"user": {
|
|
19
26
|
"data": {
|
|
20
27
|
"password": "\u041f\u0430\u0440\u043e\u043b\u0430",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
|
-
"already_configured": "El dispositiu ja est\u00e0 configurat"
|
|
4
|
+
"already_configured": "El dispositiu ja est\u00e0 configurat",
|
|
5
|
+
"reauth_successful": "Re-autenticaci\u00f3 realitzada correctament"
|
|
5
6
|
},
|
|
6
7
|
"error": {
|
|
7
8
|
"cannot_connect": "Ha fallat la connexi\u00f3",
|
|
@@ -17,6 +18,12 @@
|
|
|
17
18
|
"description": "Introdueix el PIN enviat per correu electr\u00f2nic o SMS",
|
|
18
19
|
"title": "Autenticaci\u00f3 de dos factors"
|
|
19
20
|
},
|
|
21
|
+
"reauth_confirm": {
|
|
22
|
+
"data": {
|
|
23
|
+
"password": "Contrasenya",
|
|
24
|
+
"username": "Nom d'usuari"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
20
27
|
"user": {
|
|
21
28
|
"data": {
|
|
22
29
|
"password": "Contrasenya",
|