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
|
@@ -57,9 +57,9 @@ async def _async_reproduce_states(
|
|
|
57
57
|
await call_service(SERVICE_SET_HVAC_MODE, [], {ATTR_HVAC_MODE: state.state})
|
|
58
58
|
|
|
59
59
|
if (
|
|
60
|
-
(
|
|
61
|
-
or (
|
|
62
|
-
or (
|
|
60
|
+
(state.attributes.get(ATTR_TEMPERATURE) is not None)
|
|
61
|
+
or (state.attributes.get(ATTR_TARGET_TEMP_HIGH) is not None)
|
|
62
|
+
or (state.attributes.get(ATTR_TARGET_TEMP_LOW) is not None)
|
|
63
63
|
):
|
|
64
64
|
await call_service(
|
|
65
65
|
SERVICE_SET_TEMPERATURE,
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"dry": "\u0418\u0437\u0441\u0443\u0448\u0430\u0432\u0430\u043d\u0435",
|
|
31
31
|
"fan_only": "\u0412\u0435\u043d\u0442\u0438\u043b\u0430\u0446\u0438\u044f",
|
|
32
32
|
"heat": "\u041e\u0442\u043e\u043f\u043b\u0435\u043d\u0438\u0435",
|
|
33
|
-
"heat_cool": "\u041e\u0442\u043e\u043f\u043b\u0435\u043d\u0438\u0435/\u041e\u0445\u043b\u0430\u0436\u0434\u0430\u043d\u0435"
|
|
33
|
+
"heat_cool": "\u041e\u0442\u043e\u043f\u043b\u0435\u043d\u0438\u0435/\u041e\u0445\u043b\u0430\u0436\u0434\u0430\u043d\u0435",
|
|
34
|
+
"off": "\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u043e"
|
|
34
35
|
},
|
|
35
36
|
"state_attributes": {
|
|
36
37
|
"current_humidity": {
|
|
@@ -42,7 +43,8 @@
|
|
|
42
43
|
"fan_mode": {
|
|
43
44
|
"name": "\u0412\u0435\u043d\u0442\u0438\u043b\u0430\u0442\u043e\u0440",
|
|
44
45
|
"state": {
|
|
45
|
-
"middle": "\u0421\u0440\u0435\u0434\u0435\u043d"
|
|
46
|
+
"middle": "\u0421\u0440\u0435\u0434\u0435\u043d",
|
|
47
|
+
"off": "\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u043e"
|
|
46
48
|
}
|
|
47
49
|
},
|
|
48
50
|
"fan_modes": {
|
|
@@ -58,7 +60,8 @@
|
|
|
58
60
|
"drying": "\u0418\u0437\u0441\u0443\u0448\u0430\u0432\u0430\u043d\u0435",
|
|
59
61
|
"fan": "\u0412\u0435\u043d\u0442\u0438\u043b\u0430\u0442\u043e\u0440",
|
|
60
62
|
"heating": "\u041e\u0442\u043e\u043f\u043b\u0435\u043d\u0438\u0435",
|
|
61
|
-
"idle": "\u041f\u0440\u0430\u0437\u0435\u043d \u0445\u043e\u0434"
|
|
63
|
+
"idle": "\u041f\u0440\u0430\u0437\u0435\u043d \u0445\u043e\u0434",
|
|
64
|
+
"off": "\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u043e"
|
|
62
65
|
}
|
|
63
66
|
},
|
|
64
67
|
"hvac_modes": {
|
|
@@ -102,6 +105,7 @@
|
|
|
102
105
|
"state": {
|
|
103
106
|
"both": "\u0418 \u0434\u0432\u0435\u0442\u0435",
|
|
104
107
|
"horizontal": "\u0425\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u043d\u043e",
|
|
108
|
+
"off": "\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u043e",
|
|
105
109
|
"vertical": "\u0412\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u043d\u043e"
|
|
106
110
|
}
|
|
107
111
|
},
|
|
@@ -144,7 +148,8 @@
|
|
|
144
148
|
"dry": "\u0418\u0437\u0441\u0443\u0448\u0430\u0432\u0430\u043d\u0435",
|
|
145
149
|
"fan_only": "\u0412\u0435\u043d\u0442\u0438\u043b\u0430\u0446\u0438\u044f",
|
|
146
150
|
"heat": "\u041e\u0442\u043e\u043f\u043b\u0435\u043d\u0438\u0435",
|
|
147
|
-
"heat_cool": "\u041e\u0442\u043e\u043f\u043b\u0435\u043d\u0438\u0435/\u043e\u0445\u043b\u0430\u0436\u0434\u0430\u043d\u0435"
|
|
151
|
+
"heat_cool": "\u041e\u0442\u043e\u043f\u043b\u0435\u043d\u0438\u0435/\u043e\u0445\u043b\u0430\u0436\u0434\u0430\u043d\u0435",
|
|
152
|
+
"off": "\u0418\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u043e"
|
|
148
153
|
}
|
|
149
154
|
}
|
|
150
155
|
},
|
|
@@ -211,6 +216,7 @@
|
|
|
211
216
|
"name": "\u041f\u0440\u0435\u0432\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435"
|
|
212
217
|
},
|
|
213
218
|
"turn_off": {
|
|
219
|
+
"description": "\u0418\u0437\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u043b\u0438\u043c\u0430\u0442\u0438\u0447\u043d\u043e\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e.",
|
|
214
220
|
"name": "\u0418\u0437\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435"
|
|
215
221
|
},
|
|
216
222
|
"turn_on": {
|
|
@@ -1,13 +1,113 @@
|
|
|
1
1
|
{
|
|
2
|
+
"device_automation": {
|
|
3
|
+
"extra_fields": {
|
|
4
|
+
"hvac_mode": "HVAC \u0440\u0435\u0436\u0438\u043c",
|
|
5
|
+
"preset_mode": "\u041f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0435\u043d \u0440\u0435\u0436\u0438\u043c"
|
|
6
|
+
}
|
|
7
|
+
},
|
|
2
8
|
"entity_component": {
|
|
3
9
|
"_": {
|
|
4
10
|
"state_attributes": {
|
|
11
|
+
"fan_mode": {
|
|
12
|
+
"name": "\u0420\u0435\u0436\u0438\u043c \u043d\u0430 \u0432\u0435\u043d\u0442\u0438\u043b\u0430\u0442\u043e\u0440"
|
|
13
|
+
},
|
|
14
|
+
"humidity": {
|
|
15
|
+
"name": "\u0426\u0435\u043b\u043d\u0430 \u0432\u043b\u0430\u0436\u043d\u043e\u0441\u0442"
|
|
16
|
+
},
|
|
5
17
|
"preset_mode": {
|
|
6
18
|
"state": {
|
|
19
|
+
"away": "\u041d\u0430\u0434\u0432\u043e\u0440 \u043e\u0434 \u0414\u043e\u043c\u0430",
|
|
7
20
|
"home": "\u0414\u043e\u043c\u0430"
|
|
8
21
|
}
|
|
22
|
+
},
|
|
23
|
+
"swing_horizontal_mode": {
|
|
24
|
+
"name": "\u0425\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u0435\u043d \u0440\u0435\u0436\u0438\u043c \u043d\u0430 \u043d\u0438\u0448\u0430\u045a\u0435"
|
|
25
|
+
},
|
|
26
|
+
"swing_mode": {
|
|
27
|
+
"name": "\u0420\u0435\u0436\u0438\u043c \u043d\u0430 \u043d\u0438\u0448\u0430\u045a\u0435"
|
|
9
28
|
}
|
|
10
29
|
}
|
|
11
30
|
}
|
|
12
|
-
}
|
|
31
|
+
},
|
|
32
|
+
"services": {
|
|
33
|
+
"set_fan_mode": {
|
|
34
|
+
"description": "\u0413\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0443\u0432\u0430 \u0440\u0435\u0436\u0438\u043c\u043e\u0442 \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430 \u043d\u0430 \u0432\u0435\u043d\u0442\u0438\u043b\u0430\u0442\u043e\u0440\u043e\u0442.",
|
|
35
|
+
"fields": {
|
|
36
|
+
"fan_mode": {
|
|
37
|
+
"description": "\u0420\u0435\u0436\u0438\u043c \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430 \u043d\u0430 \u0432\u0435\u043d\u0442\u0438\u043b\u0430\u0442\u043e\u0440\u043e\u0442.",
|
|
38
|
+
"name": "\u0420\u0435\u0436\u0438\u043c \u043d\u0430 \u0432\u0435\u043d\u0442\u0438\u043b\u0430\u0442\u043e\u0440"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"name": "\u041f\u043e\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u0440\u0435\u0436\u0438\u043c \u043d\u0430 \u0432\u0435\u043d\u0442\u0438\u043b\u0430\u0442\u043e\u0440"
|
|
42
|
+
},
|
|
43
|
+
"set_humidity": {
|
|
44
|
+
"description": "\u0408\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u0443\u0432\u0430 \u0446\u0435\u043b\u043d\u0430\u0442\u0430 \u0432\u043b\u0430\u0436\u043d\u043e\u0441\u0442.",
|
|
45
|
+
"fields": {
|
|
46
|
+
"humidity": {
|
|
47
|
+
"name": "\u0412\u043b\u0430\u0436\u043d\u043e\u0441\u0442"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"name": "\u041f\u043e\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u0458\u0430 \u0446\u0435\u043b\u043d\u0430\u0442\u0430 \u0432\u043b\u0430\u0436\u043d\u043e\u0441\u0442"
|
|
51
|
+
},
|
|
52
|
+
"set_hvac_mode": {
|
|
53
|
+
"description": "\u0413\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0443\u0432\u0430 \u0440\u0435\u0436\u0438\u043c\u043e\u0442 \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430 \u043d\u0430 HVAC \u0441\u0438\u0441\u0442\u0435\u043c\u043e\u0442.",
|
|
54
|
+
"fields": {
|
|
55
|
+
"hvac_mode": {
|
|
56
|
+
"description": "\u0420\u0435\u0436\u0438\u043c \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430 \u043d\u0430 HVAC \u0441\u0438\u0441\u0442\u0435\u043c\u043e\u0442.",
|
|
57
|
+
"name": "HVAC \u0440\u0435\u0436\u0438\u043c"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"name": "\u041f\u043e\u0441\u0442\u0430\u0432\u0438 HVAC \u0440\u0435\u0436\u0438\u043c"
|
|
61
|
+
},
|
|
62
|
+
"set_preset_mode": {
|
|
63
|
+
"description": "\u0413\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0443\u0432\u0430 \u043f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0435\u043d\u0438\u043e\u0442 \u0440\u0435\u0436\u0438\u043c.",
|
|
64
|
+
"fields": {
|
|
65
|
+
"preset_mode": {
|
|
66
|
+
"description": "\u041f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0435\u043d \u0440\u0435\u0436\u0438\u043c.",
|
|
67
|
+
"name": "\u041f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0435\u043d \u0440\u0435\u0436\u0438\u043c"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"name": "\u041f\u043e\u0441\u0442\u0430\u0432\u0438 \u043f\u0440\u0435\u0442\u0445\u043e\u0434\u043d\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0435\u043d \u0440\u0435\u0436\u0438\u043c"
|
|
71
|
+
},
|
|
72
|
+
"set_swing_horizontal_mode": {
|
|
73
|
+
"description": "\u0413\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0443\u0432\u0430 \u0440\u0435\u0436\u0438\u043c\u043e\u0442 \u043d\u0430 \u0445\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u043d\u043e \u043d\u0438\u0448\u0430\u045a\u0435.",
|
|
74
|
+
"fields": {
|
|
75
|
+
"swing_horizontal_mode": {
|
|
76
|
+
"description": "\u0420\u0435\u0436\u0438\u043c \u043d\u0430 \u0445\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u043d\u043e \u043d\u0438\u0448\u0430\u045a\u0435.",
|
|
77
|
+
"name": "\u0425\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u0435\u043d \u0440\u0435\u0436\u0438\u043c \u043d\u0430 \u043d\u0438\u0448\u0430\u045a\u0435"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"name": "\u041f\u043e\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u0440\u0435\u0436\u0438\u043c \u043d\u0430 \u0445\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u043d\u043e \u043d\u0438\u0448\u0430\u045a\u0435"
|
|
81
|
+
},
|
|
82
|
+
"set_swing_mode": {
|
|
83
|
+
"description": "\u0413\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0443\u0432\u0430 \u0440\u0435\u0436\u0438\u043c\u043e\u0442 \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430 \u043d\u0430 \u043d\u0438\u0448\u0430\u045a\u0435.",
|
|
84
|
+
"fields": {
|
|
85
|
+
"swing_mode": {
|
|
86
|
+
"description": "\u0420\u0435\u0436\u0438\u043c \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430 \u043d\u0430 \u043d\u0438\u0448\u0430\u045a\u0435.",
|
|
87
|
+
"name": "\u0420\u0435\u0436\u0438\u043c \u043d\u0430 \u043d\u0438\u0448\u0430\u045a\u0435"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"name": "\u041f\u043e\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u0440\u0435\u0436\u0438\u043c \u043d\u0430 \u043d\u0438\u0448\u0430\u045a\u0435"
|
|
91
|
+
},
|
|
92
|
+
"set_temperature": {
|
|
93
|
+
"description": "\u0408\u0430 \u043f\u043e\u0441\u0442\u0430\u0432\u0443\u0432\u0430 \u0437\u0430\u0434\u0430\u0434\u0435\u043d\u0430\u0442\u0430 \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430.",
|
|
94
|
+
"fields": {
|
|
95
|
+
"hvac_mode": {
|
|
96
|
+
"description": "\u0420\u0435\u0436\u0438\u043c \u043d\u0430 \u0440\u0430\u0431\u043e\u0442\u0430 \u043d\u0430 HVAC \u0441\u0438\u0441\u0442\u0435\u043c\u043e\u0442.",
|
|
97
|
+
"name": "HVAC \u0440\u0435\u0436\u0438\u043c"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"name": "\u041f\u043e\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u0446\u0435\u043b\u043d\u0430 \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430"
|
|
101
|
+
},
|
|
102
|
+
"toggle": {
|
|
103
|
+
"description": "\u0413\u043e \u043f\u0440\u0435\u0444\u0440\u043b\u0443\u0432\u0430 \u0443\u0440\u0435\u0434\u043e\u0442 \u0437\u0430 \u043a\u043b\u0438\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u0458\u0430 \u043e\u0434 \u0432\u043a\u043b\u0443\u0447\u0435\u043d\u043e \u043d\u0430 \u0438\u0441\u043a\u043b\u0443\u0447\u0435\u043d\u043e \u0438\u043b\u0438 \u043e\u0434 \u0438\u0441\u043a\u043b\u0443\u0447\u0435\u043d\u043e \u043d\u0430 \u0432\u043a\u043b\u0443\u0447\u0435\u043d\u043e."
|
|
104
|
+
},
|
|
105
|
+
"turn_off": {
|
|
106
|
+
"description": "\u0413\u043e \u0438\u0441\u043a\u043b\u0443\u0447\u0443\u0432\u0430 \u043a\u043b\u0438\u043c\u0430 \u0443\u0440\u0435\u0434\u043e\u0442."
|
|
107
|
+
},
|
|
108
|
+
"turn_on": {
|
|
109
|
+
"description": "\u0413\u043e \u0432\u043a\u043b\u0443\u0447\u0443\u0432\u0430 \u043a\u043b\u0438\u043c\u0430 \u0443\u0440\u0435\u0434\u043e\u0442."
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"title": "\u041a\u043b\u0438\u043c\u0430"
|
|
13
113
|
}
|
|
@@ -61,13 +61,13 @@
|
|
|
61
61
|
"name": "Bie\u017c\u0105ce dzia\u0142anie",
|
|
62
62
|
"state": {
|
|
63
63
|
"cooling": "ch\u0142odzenie",
|
|
64
|
-
"defrosting": "
|
|
64
|
+
"defrosting": "rozmra\u017canie",
|
|
65
65
|
"drying": "osuszanie",
|
|
66
66
|
"fan": "wentylator",
|
|
67
67
|
"heating": "grzanie",
|
|
68
68
|
"idle": "brak aktywno\u015bci",
|
|
69
69
|
"off": "wy\u0142\u0105czono",
|
|
70
|
-
"preheating": "
|
|
70
|
+
"preheating": "podgrzewanie wst\u0119pne"
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
"hvac_modes": {
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
"name": "Maksymalna wilgotno\u015b\u0107 docelowa"
|
|
78
78
|
},
|
|
79
79
|
"max_temp": {
|
|
80
|
-
"name": "Maksymalna docelowa
|
|
80
|
+
"name": "Maksymalna temperatura docelowa"
|
|
81
81
|
},
|
|
82
82
|
"min_humidity": {
|
|
83
83
|
"name": "Minimalna wilgotno\u015b\u0107 docelowa"
|
|
84
84
|
},
|
|
85
85
|
"min_temp": {
|
|
86
|
-
"name": "Minimalna docelowa
|
|
86
|
+
"name": "Minimalna temperatura docelowa"
|
|
87
87
|
},
|
|
88
88
|
"preset_mode": {
|
|
89
89
|
"name": "Ustawienie",
|
|
@@ -120,16 +120,16 @@
|
|
|
120
120
|
"name": "Tryby ruchu nawiewu"
|
|
121
121
|
},
|
|
122
122
|
"target_temp_high": {
|
|
123
|
-
"name": "G\u00f3rna docelowa
|
|
123
|
+
"name": "G\u00f3rna temperatura docelowa"
|
|
124
124
|
},
|
|
125
125
|
"target_temp_low": {
|
|
126
|
-
"name": "Dolna docelowa
|
|
126
|
+
"name": "Dolna temperatura docelowa"
|
|
127
127
|
},
|
|
128
128
|
"target_temp_step": {
|
|
129
129
|
"name": "Krok temperatury docelowej"
|
|
130
130
|
},
|
|
131
131
|
"temperature": {
|
|
132
|
-
"name": "
|
|
132
|
+
"name": "Temperatura docelowa"
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
}
|
|
@@ -159,14 +159,14 @@
|
|
|
159
159
|
"name": "Ustaw tryb wentylatora"
|
|
160
160
|
},
|
|
161
161
|
"set_humidity": {
|
|
162
|
-
"description": "Ustawia
|
|
162
|
+
"description": "Ustawia wilgotno\u015b\u0107 docelow\u0105.",
|
|
163
163
|
"fields": {
|
|
164
164
|
"humidity": {
|
|
165
|
-
"description": "
|
|
165
|
+
"description": "Wilgotno\u015b\u0107 docelowa.",
|
|
166
166
|
"name": "Wilgotno\u015b\u0107"
|
|
167
167
|
}
|
|
168
168
|
},
|
|
169
|
-
"name": "Ustaw
|
|
169
|
+
"name": "Ustaw wilgotno\u015b\u0107 docelow\u0105"
|
|
170
170
|
},
|
|
171
171
|
"set_hvac_mode": {
|
|
172
172
|
"description": "Ustawia tryb pracy HVAC.",
|
|
@@ -217,18 +217,18 @@
|
|
|
217
217
|
},
|
|
218
218
|
"target_temp_high": {
|
|
219
219
|
"description": "G\u00f3rny zakres docelowej temperatury.",
|
|
220
|
-
"name": "G\u00f3rna docelowa
|
|
220
|
+
"name": "G\u00f3rna temperatura docelowa"
|
|
221
221
|
},
|
|
222
222
|
"target_temp_low": {
|
|
223
223
|
"description": "Dolny zakres docelowej temperatury.",
|
|
224
|
-
"name": "Dolna docelowa
|
|
224
|
+
"name": "Dolna temperatura docelowa"
|
|
225
225
|
},
|
|
226
226
|
"temperature": {
|
|
227
227
|
"description": "Docelowa temperatura.",
|
|
228
228
|
"name": "Docelowa temperatura"
|
|
229
229
|
}
|
|
230
230
|
},
|
|
231
|
-
"name": "Ustaw docelow\u0105
|
|
231
|
+
"name": "Ustaw temperatur\u0119 docelow\u0105"
|
|
232
232
|
},
|
|
233
233
|
"toggle": {
|
|
234
234
|
"description": "Prze\u0142\u0105cza klimatyzacj\u0119 (w\u0142\u0105cza lub wy\u0142\u0105cza).",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"drying": "Su\u0161enje",
|
|
50
50
|
"heating": "Grejanje",
|
|
51
51
|
"idle": "Mirovanje",
|
|
52
|
-
"off": "Isklju\
|
|
52
|
+
"off": "Isklju\u010deno",
|
|
53
53
|
"preheating": "Predgrevanje"
|
|
54
54
|
}
|
|
55
55
|
},
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"swing_horizontal_mode": {
|
|
75
75
|
"name": "Horizontalno njihanje",
|
|
76
76
|
"state": {
|
|
77
|
-
"off": "Isklju\
|
|
78
|
-
"on": "Uklju\
|
|
77
|
+
"off": "Isklju\u010deno",
|
|
78
|
+
"on": "Uklju\u010deno"
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"swing_horizontal_modes": {
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"fan_only": "Ventilator",
|
|
141
141
|
"heat": "Grejanje",
|
|
142
142
|
"heat_cool": "Hla\u0111anje/Grejanje",
|
|
143
|
-
"off": "Isklju\
|
|
143
|
+
"off": "Isklju\u010deno"
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
},
|
|
@@ -1,23 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"device_automation": {
|
|
3
3
|
"action_type": {
|
|
4
|
-
"set_hvac_mode": "Thay \u0111\u1ed5i ch\u1ebf \u0111\u1ed9 \u0111i\u1ec1u h\u00f2a tr\u00ean {entity_name}",
|
|
4
|
+
"set_hvac_mode": "Thay \u0111\u1ed5i ch\u1ebf \u0111\u1ed9 m\u00e1y \u0111i\u1ec1u h\u00f2a tr\u00ean {entity_name}",
|
|
5
5
|
"set_preset_mode": "Thay \u0111\u1ed5i gi\u00e1 tr\u1ecb c\u00e0i s\u1eb5n tr\u00ean {entity_name}"
|
|
6
6
|
},
|
|
7
7
|
"condition_type": {
|
|
8
|
-
"is_hvac_mode": "{entity_name} \u0111\u01b0\u1ee3c \u0111\u1eb7t \u1edf ch\u1ebf \u0111\u1ed9 \u0111i\u1ec1u h\u00f2a c\u1ee5 th\u1ec3",
|
|
8
|
+
"is_hvac_mode": "{entity_name} \u0111\u01b0\u1ee3c \u0111\u1eb7t \u1edf ch\u1ebf \u0111\u1ed9 m\u00e1y \u0111i\u1ec1u h\u00f2a c\u1ee5 th\u1ec3",
|
|
9
9
|
"is_preset_mode": "{entity_name} \u0111\u01b0\u1ee3c \u0111\u1eb7t \u1edf ch\u1ebf \u0111\u1ed9 c\u00e0i s\u1eb5n c\u1ee5 th\u1ec3"
|
|
10
10
|
},
|
|
11
11
|
"extra_fields": {
|
|
12
12
|
"above": "Tr\u00ean",
|
|
13
13
|
"below": "D\u01b0\u1edbi",
|
|
14
14
|
"for": "Trong v\u00f2ng",
|
|
15
|
+
"hvac_mode": "Ch\u1ebf \u0111\u1ed9 m\u00e1y \u0111i\u1ec1u h\u00f2a",
|
|
16
|
+
"preset_mode": "Ch\u1ebf \u0111\u1ed9 c\u00e0i s\u1eb5n",
|
|
15
17
|
"to": "Th\u00e0nh"
|
|
16
18
|
},
|
|
17
19
|
"trigger_type": {
|
|
18
20
|
"current_humidity_changed": "\u0110\u1ed9 \u1ea9m {entity_name} \u0111o \u0111\u01b0\u1ee3c \u0111\u00e3 thay \u0111\u1ed5i",
|
|
19
21
|
"current_temperature_changed": "Nhi\u1ec7t \u0111\u1ed9 {entity_name} \u0111o \u0111\u01b0\u1ee3c \u0111\u00e3 thay \u0111\u1ed5i",
|
|
20
|
-
"hvac_mode_changed": "Ch\u1ebf \u0111\u1ed9 \u0111i\u1ec1u h\u00f2a {entity_name} \u0111\u00e3 thay \u0111\u1ed5i"
|
|
22
|
+
"hvac_mode_changed": "Ch\u1ebf \u0111\u1ed9 m\u00e1y \u0111i\u1ec1u h\u00f2a {entity_name} \u0111\u00e3 thay \u0111\u1ed5i"
|
|
21
23
|
}
|
|
22
24
|
},
|
|
23
25
|
"entity_component": {
|
|
@@ -59,6 +61,7 @@
|
|
|
59
61
|
"name": "H\u00e0nh \u0111\u1ed9ng hi\u1ec7n t\u1ea1i",
|
|
60
62
|
"state": {
|
|
61
63
|
"cooling": "L\u00e0m m\u00e1t",
|
|
64
|
+
"defrosting": "R\u00e3 \u0111\u00f4ng",
|
|
62
65
|
"drying": "L\u00e0m kh\u00f4",
|
|
63
66
|
"fan": "Qu\u1ea1t",
|
|
64
67
|
"heating": "L\u00e0m \u1ea5m",
|
|
@@ -68,7 +71,7 @@
|
|
|
68
71
|
}
|
|
69
72
|
},
|
|
70
73
|
"hvac_modes": {
|
|
71
|
-
"name": "Ch\u1ebf \u0111\u1ed9 \u0111i\u1ec1u h\u00f2a"
|
|
74
|
+
"name": "Ch\u1ebf \u0111\u1ed9 m\u00e1y \u0111i\u1ec1u h\u00f2a"
|
|
72
75
|
},
|
|
73
76
|
"max_humidity": {
|
|
74
77
|
"name": "\u0110\u1ed9 \u1ea9m m\u1ee5c ti\u00eau t\u1ed1i \u0111a"
|
|
@@ -98,6 +101,16 @@
|
|
|
98
101
|
"preset_modes": {
|
|
99
102
|
"name": "C\u00e0i s\u1eb5n"
|
|
100
103
|
},
|
|
104
|
+
"swing_horizontal_mode": {
|
|
105
|
+
"name": "Ch\u1ebf \u0111\u1ed9 xoay ngang",
|
|
106
|
+
"state": {
|
|
107
|
+
"off": "T\u1eaft",
|
|
108
|
+
"on": "B\u1eadt"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"swing_horizontal_modes": {
|
|
112
|
+
"name": "Ch\u1ebf \u0111\u1ed9 xoay ngang"
|
|
113
|
+
},
|
|
101
114
|
"swing_mode": {
|
|
102
115
|
"name": "Ch\u1ebf \u0111\u1ed9 xoay",
|
|
103
116
|
"state": {
|
|
@@ -126,6 +139,38 @@
|
|
|
126
139
|
}
|
|
127
140
|
}
|
|
128
141
|
},
|
|
142
|
+
"exceptions": {
|
|
143
|
+
"humidity_out_of_range": {
|
|
144
|
+
"message": "\u0110\u1ed9 \u1ea9m \u0111\u01b0\u1ee3c cung c\u1ea5p {humidity} kh\u00f4ng h\u1ee3p l\u1ec7. Ph\u1ea1m vi \u0111\u01b0\u1ee3c ch\u1ea5p nh\u1eadn l\u00e0 {min_humidity} \u0111\u1ebfn {max_humidity}."
|
|
145
|
+
},
|
|
146
|
+
"low_temp_higher_than_high_temp": {
|
|
147
|
+
"message": "'Nhi\u1ec7t \u0111\u1ed9 m\u1ee5c ti\u00eau th\u1ea5p h\u01a1n' kh\u00f4ng th\u1ec3 cao h\u01a1n 'Nhi\u1ec7t \u0111\u1ed9 m\u1ee5c ti\u00eau cao h\u01a1n'."
|
|
148
|
+
},
|
|
149
|
+
"missing_target_temperature_entity_feature": {
|
|
150
|
+
"message": "H\u00e0nh \u0111\u1ed9ng \u0111\u1eb7t nhi\u1ec7t \u0111\u1ed9 \u0111\u00e3 \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng v\u1edbi tham s\u1ed1 'Nhi\u1ec7t \u0111\u1ed9 m\u1ee5c ti\u00eau' nh\u01b0ng th\u1ef1c th\u1ec3 kh\u00f4ng h\u1ed7 tr\u1ee3."
|
|
151
|
+
},
|
|
152
|
+
"missing_target_temperature_range_entity_feature": {
|
|
153
|
+
"message": "H\u00e0nh \u0111\u1ed9ng \u0111\u1eb7t nhi\u1ec7t \u0111\u1ed9 \u0111\u00e3 \u0111\u01b0\u1ee3c s\u1eed d\u1ee5ng v\u1edbi tham s\u1ed1 'Nhi\u1ec7t \u0111\u1ed9 m\u1ee5c ti\u00eau th\u1ea5p h\u01a1n/cao h\u01a1n' nh\u01b0ng th\u1ef1c th\u1ec3 kh\u00f4ng h\u1ed7 tr\u1ee3."
|
|
154
|
+
},
|
|
155
|
+
"not_valid_fan_mode": {
|
|
156
|
+
"message": "Ch\u1ebf \u0111\u1ed9 qu\u1ea1t {mode} kh\u00f4ng h\u1ee3p l\u1ec7. C\u00e1c ch\u1ebf \u0111\u1ed9 qu\u1ea1t h\u1ee3p l\u1ec7 l\u00e0: {modes}."
|
|
157
|
+
},
|
|
158
|
+
"not_valid_horizontal_swing_mode": {
|
|
159
|
+
"message": "Ch\u1ebf \u0111\u1ed9 xoay ngang {mode} kh\u00f4ng h\u1ee3p l\u1ec7. C\u00e1c ch\u1ebf \u0111\u1ed9 xoay ngang h\u1ee3p l\u1ec7 l\u00e0: {modes}."
|
|
160
|
+
},
|
|
161
|
+
"not_valid_hvac_mode": {
|
|
162
|
+
"message": "Ch\u1ebf \u0111\u1ed9 m\u00e1y \u0111i\u1ec1u h\u00f2a {mode} kh\u00f4ng h\u1ee3p l\u1ec7. C\u00e1c ch\u1ebf \u0111\u1ed9 m\u00e1y \u0111i\u1ec1u h\u00f2a h\u1ee3p l\u1ec7 l\u00e0: {modes}."
|
|
163
|
+
},
|
|
164
|
+
"not_valid_preset_mode": {
|
|
165
|
+
"message": "Ch\u1ebf \u0111\u1ed9 c\u00e0i \u0111\u1eb7t s\u1eb5n {mode} kh\u00f4ng h\u1ee3p l\u1ec7. C\u00e1c ch\u1ebf \u0111\u1ed9 c\u00e0i \u0111\u1eb7t s\u1eb5n h\u1ee3p l\u1ec7 l\u00e0: {modes}."
|
|
166
|
+
},
|
|
167
|
+
"not_valid_swing_mode": {
|
|
168
|
+
"message": "Ch\u1ebf \u0111\u1ed9 xoay {mode} kh\u00f4ng h\u1ee3p l\u1ec7. C\u00e1c ch\u1ebf \u0111\u1ed9 xoay h\u1ee3p l\u1ec7 l\u00e0: {modes}."
|
|
169
|
+
},
|
|
170
|
+
"temp_out_of_range": {
|
|
171
|
+
"message": "Nhi\u1ec7t \u0111\u1ed9 \u0111\u01b0\u1ee3c cung c\u1ea5p {check_temp} kh\u00f4ng h\u1ee3p l\u1ec7. Ph\u1ea1m vi ch\u1ea5p nh\u1eadn l\u00e0 {min_temp} \u0111\u1ebfn {max_temp}."
|
|
172
|
+
}
|
|
173
|
+
},
|
|
129
174
|
"selector": {
|
|
130
175
|
"hvac_mode": {
|
|
131
176
|
"options": {
|
|
@@ -160,14 +205,14 @@
|
|
|
160
205
|
"name": "\u0110\u1eb7t \u0111\u1ed9 \u1ea9m m\u1ee5c ti\u00eau"
|
|
161
206
|
},
|
|
162
207
|
"set_hvac_mode": {
|
|
163
|
-
"description": "\u0110\u1eb7t ch\u1ebf \u0111\u1ed9 ho\u1ea1t \u0111\u1ed9ng \u0111i\u1ec1u h\u00f2a.",
|
|
208
|
+
"description": "\u0110\u1eb7t ch\u1ebf \u0111\u1ed9 ho\u1ea1t \u0111\u1ed9ng m\u00e1y \u0111i\u1ec1u h\u00f2a.",
|
|
164
209
|
"fields": {
|
|
165
210
|
"hvac_mode": {
|
|
166
|
-
"description": "Ch\u1ebf \u0111\u1ed9 ho\u1ea1t \u0111\u1ed9ng \u0111i\u1ec1u h\u00f2a.",
|
|
167
|
-
"name": "Ch\u1ebf \u0111\u1ed9 \u0111i\u1ec1u h\u00f2a"
|
|
211
|
+
"description": "Ch\u1ebf \u0111\u1ed9 ho\u1ea1t \u0111\u1ed9ng m\u00e1y \u0111i\u1ec1u h\u00f2a.",
|
|
212
|
+
"name": "Ch\u1ebf \u0111\u1ed9 m\u00e1y \u0111i\u1ec1u h\u00f2a"
|
|
168
213
|
}
|
|
169
214
|
},
|
|
170
|
-
"name": "\u0110\u1eb7t ch\u1ebf \u0111\u1ed9 \u0111i\u1ec1u h\u00f2a"
|
|
215
|
+
"name": "\u0110\u1eb7t ch\u1ebf \u0111\u1ed9 m\u00e1y \u0111i\u1ec1u h\u00f2a"
|
|
171
216
|
},
|
|
172
217
|
"set_preset_mode": {
|
|
173
218
|
"description": "\u0110\u1eb7t ch\u1ebf \u0111\u1ed9 c\u00e0i s\u1eb5n.",
|
|
@@ -179,6 +224,16 @@
|
|
|
179
224
|
},
|
|
180
225
|
"name": "\u0110\u1eb7t ch\u1ebf \u0111\u1ed9 c\u00e0i s\u1eb5n"
|
|
181
226
|
},
|
|
227
|
+
"set_swing_horizontal_mode": {
|
|
228
|
+
"description": "C\u00e0i \u0111\u1eb7t ch\u1ebf \u0111\u1ed9 v\u1eadn h\u00e0nh xoay ngang.",
|
|
229
|
+
"fields": {
|
|
230
|
+
"swing_horizontal_mode": {
|
|
231
|
+
"description": "Ch\u1ebf \u0111\u1ed9 v\u1eadn h\u00e0nh xoay ngang.",
|
|
232
|
+
"name": "Ch\u1ebf \u0111\u1ed9 xoay ngang"
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
"name": "\u0110\u1eb7t ch\u1ebf \u0111\u1ed9 xoay ngang"
|
|
236
|
+
},
|
|
182
237
|
"set_swing_mode": {
|
|
183
238
|
"description": "\u0110\u1eb7t ch\u1ebf \u0111\u1ed9 ho\u1ea1t \u0111\u1ed9ng xoay.",
|
|
184
239
|
"fields": {
|
|
@@ -192,13 +247,14 @@
|
|
|
192
247
|
"set_temperature": {
|
|
193
248
|
"fields": {
|
|
194
249
|
"hvac_mode": {
|
|
195
|
-
"description": "Ch\u1ebf \u0111\u1ed9 ho\u1ea1t \u0111\u1ed9ng \u0111i\u1ec1u h\u00f2a.",
|
|
196
|
-
"name": "Ch\u1ebf \u0111\u1ed9 \u0111i\u1ec1u h\u00f2a"
|
|
250
|
+
"description": "Ch\u1ebf \u0111\u1ed9 ho\u1ea1t \u0111\u1ed9ng m\u00e1y \u0111i\u1ec1u h\u00f2a.",
|
|
251
|
+
"name": "Ch\u1ebf \u0111\u1ed9 m\u00e1y \u0111i\u1ec1u h\u00f2a"
|
|
197
252
|
}
|
|
198
253
|
},
|
|
199
254
|
"name": "\u0110\u1eb7t nhi\u1ec7t \u0111\u1ed9 m\u1ee5c ti\u00eau"
|
|
200
255
|
},
|
|
201
256
|
"toggle": {
|
|
257
|
+
"description": "\u0110\u1ea3o b\u1eadt/t\u1eaft thi\u1ebft b\u1ecb \u0111i\u1ec1u h\u00f2a t\u1eeb b\u1eadt sang t\u1eaft ho\u1eb7c t\u1eeb t\u1eaft sang b\u1eadt.",
|
|
202
258
|
"name": "\u0110\u1ea3o b\u1eadt/t\u1eaft"
|
|
203
259
|
},
|
|
204
260
|
"turn_off": {
|
|
@@ -37,13 +37,6 @@ USER_SCHEMA = vol.Schema(
|
|
|
37
37
|
}
|
|
38
38
|
)
|
|
39
39
|
STEP_REAUTH_DATA_SCHEMA = vol.Schema({vol.Required(CONF_PIN): cv.string})
|
|
40
|
-
STEP_RECONFIGURE = vol.Schema(
|
|
41
|
-
{
|
|
42
|
-
vol.Required(CONF_HOST): cv.string,
|
|
43
|
-
vol.Required(CONF_PORT): cv.port,
|
|
44
|
-
vol.Optional(CONF_PIN, default=DEFAULT_PIN): cv.string,
|
|
45
|
-
}
|
|
46
|
-
)
|
|
47
40
|
|
|
48
41
|
|
|
49
42
|
async def validate_input(hass: HomeAssistant, data: dict[str, Any]) -> dict[str, str]:
|
|
@@ -175,36 +168,55 @@ class ComelitConfigFlow(ConfigFlow, domain=DOMAIN):
|
|
|
175
168
|
) -> ConfigFlowResult:
|
|
176
169
|
"""Handle reconfiguration of the device."""
|
|
177
170
|
reconfigure_entry = self._get_reconfigure_entry()
|
|
178
|
-
|
|
179
|
-
return self.async_show_form(
|
|
180
|
-
step_id="reconfigure", data_schema=STEP_RECONFIGURE
|
|
181
|
-
)
|
|
171
|
+
errors: dict[str, str] = {}
|
|
182
172
|
|
|
183
|
-
|
|
173
|
+
if user_input is not None:
|
|
174
|
+
updated_host = user_input[CONF_HOST]
|
|
184
175
|
|
|
185
|
-
|
|
176
|
+
self._async_abort_entries_match({CONF_HOST: updated_host})
|
|
186
177
|
|
|
187
|
-
|
|
178
|
+
try:
|
|
179
|
+
data_to_validate = {
|
|
180
|
+
CONF_HOST: updated_host,
|
|
181
|
+
CONF_PORT: user_input[CONF_PORT],
|
|
182
|
+
CONF_PIN: user_input[CONF_PIN],
|
|
183
|
+
CONF_TYPE: reconfigure_entry.data.get(CONF_TYPE, BRIDGE),
|
|
184
|
+
}
|
|
185
|
+
await validate_input(self.hass, data_to_validate)
|
|
186
|
+
except CannotConnect:
|
|
187
|
+
errors["base"] = "cannot_connect"
|
|
188
|
+
except InvalidAuth:
|
|
189
|
+
errors["base"] = "invalid_auth"
|
|
190
|
+
except InvalidPin:
|
|
191
|
+
errors["base"] = "invalid_pin"
|
|
192
|
+
except Exception: # noqa: BLE001
|
|
193
|
+
_LOGGER.exception("Unexpected exception")
|
|
194
|
+
errors["base"] = "unknown"
|
|
195
|
+
else:
|
|
196
|
+
data_updates = {
|
|
197
|
+
CONF_HOST: updated_host,
|
|
198
|
+
CONF_PORT: user_input[CONF_PORT],
|
|
199
|
+
CONF_PIN: user_input[CONF_PIN],
|
|
200
|
+
}
|
|
201
|
+
return self.async_update_reload_and_abort(
|
|
202
|
+
reconfigure_entry, data_updates=data_updates
|
|
203
|
+
)
|
|
188
204
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
else:
|
|
201
|
-
return self.async_update_reload_and_abort(
|
|
202
|
-
reconfigure_entry, data_updates={CONF_HOST: updated_host}
|
|
203
|
-
)
|
|
205
|
+
schema = vol.Schema(
|
|
206
|
+
{
|
|
207
|
+
vol.Required(
|
|
208
|
+
CONF_HOST, default=reconfigure_entry.data[CONF_HOST]
|
|
209
|
+
): cv.string,
|
|
210
|
+
vol.Required(
|
|
211
|
+
CONF_PORT, default=reconfigure_entry.data[CONF_PORT]
|
|
212
|
+
): cv.port,
|
|
213
|
+
vol.Optional(CONF_PIN): cv.string,
|
|
214
|
+
}
|
|
215
|
+
)
|
|
204
216
|
|
|
205
217
|
return self.async_show_form(
|
|
206
218
|
step_id="reconfigure",
|
|
207
|
-
data_schema=
|
|
219
|
+
data_schema=schema,
|
|
208
220
|
errors=errors,
|
|
209
221
|
)
|
|
210
222
|
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"user": {
|
|
13
13
|
"data": {
|
|
14
14
|
"host": "Direcci\u00f3n IP",
|
|
15
|
-
"password": "Contrase\u00f1a"
|
|
15
|
+
"password": "Contrase\u00f1a",
|
|
16
|
+
"username": "Nombre de usuario"
|
|
16
17
|
},
|
|
17
18
|
"description": "Por favor, introduce los detalles de tu cuenta Control4 y la direcci\u00f3n IP de tu controlador local."
|
|
18
19
|
}
|
|
@@ -6,5 +6,5 @@
|
|
|
6
6
|
"documentation": "https://www.home-assistant.io/integrations/conversation",
|
|
7
7
|
"integration_type": "entity",
|
|
8
8
|
"quality_scale": "internal",
|
|
9
|
-
"requirements": ["hassil==3.4.0", "home-assistant-intents==2025.
|
|
9
|
+
"requirements": ["hassil==3.4.0", "home-assistant-intents==2025.11.7"]
|
|
10
10
|
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"services": {
|
|
3
|
+
"process": {
|
|
4
|
+
"description": "\u0417\u0430\u043f\u043e\u0447\u043d\u0443\u0432\u0430 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440 \u043e\u0434 \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u0431\u0438\u0440\u0430\u043d \u0442\u0435\u043a\u0441\u0442.",
|
|
5
|
+
"fields": {
|
|
6
|
+
"agent_id": {
|
|
7
|
+
"description": "\u0410\u0433\u0435\u043d\u0442 \u0437\u0430 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440 \u0437\u0430 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u043d\u0430 \u0432\u0430\u0448\u0435\u0442\u043e \u0431\u0430\u0440\u0430\u045a\u0435. \u0410\u0433\u0435\u043d\u0442\u043e\u0442 \u0437\u0430 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440 \u0435 \u043c\u043e\u0437\u043e\u043a\u043e\u0442 \u043d\u0430 \u0432\u0430\u0448\u0438\u043e\u0442 \u0430\u0441\u0438\u0441\u0442\u0435\u043d\u0442. \u0422\u043e\u0458 \u0433\u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0443\u0432\u0430 \u0434\u043e\u0458\u0434\u043e\u0432\u043d\u0438\u0442\u0435 \u0442\u0435\u043a\u0441\u0442\u0443\u0430\u043b\u043d\u0438 \u043a\u043e\u043c\u0430\u043d\u0434\u0438.",
|
|
8
|
+
"name": "\u0410\u0433\u0435\u043d\u0442"
|
|
9
|
+
},
|
|
10
|
+
"conversation_id": {
|
|
11
|
+
"description": "ID \u043d\u0430 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440\u043e\u0442, \u0437\u0430 \u0434\u0430 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u0435 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438 \u0441\u043e \u043f\u0440\u0435\u0442\u0445\u043e\u0434\u0435\u043d \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440",
|
|
12
|
+
"name": "ID \u043d\u0430 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440"
|
|
13
|
+
},
|
|
14
|
+
"language": {
|
|
15
|
+
"description": "\u0408\u0430\u0437\u0438\u043a \u043d\u0430 \u0442\u0435\u043a\u0441\u0442\u043e\u0442. \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u043e \u0435 \u0458\u0430\u0437\u0438\u043a\u043e\u0442 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u0442."
|
|
16
|
+
},
|
|
17
|
+
"text": {
|
|
18
|
+
"description": "\u0412\u043d\u0435\u0441\u0443\u0432\u0430\u045a\u0435 \u043d\u0430 \u0442\u0440\u0430\u043d\u0441\u043a\u0440\u0438\u0431\u0438\u0440\u0430\u043d \u0442\u0435\u043a\u0441\u0442.",
|
|
19
|
+
"name": "\u0422\u0435\u043a\u0441\u0442"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"name": "\u041f\u0440\u043e\u0446\u0435\u0441"
|
|
23
|
+
},
|
|
24
|
+
"reload": {
|
|
25
|
+
"description": "\u0408\u0430 \u0432\u0447\u0438\u0442\u0443\u0432\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0458\u0430\u0442\u0430 \u043d\u0430 \u043d\u0430\u043c\u0435\u0440\u0430\u0442\u0430.",
|
|
26
|
+
"fields": {
|
|
27
|
+
"agent_id": {
|
|
28
|
+
"description": "\u0410\u0433\u0435\u043d\u0442 \u0437\u0430 \u0440\u0430\u0437\u0433\u043e\u0432\u043e\u0440 \u0448\u0442\u043e \u0442\u0440\u0435\u0431\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0434\u0430 \u0441\u0435 \u0432\u0447\u0438\u0442\u0430."
|
|
29
|
+
},
|
|
30
|
+
"language": {
|
|
31
|
+
"description": "\u0408\u0430\u0437\u0438\u043a \u0437\u0430 \u0431\u0440\u0438\u0448\u0435\u045a\u0435 \u043d\u0430 \u043a\u0435\u0448\u0438\u0440\u0430\u043d\u0438\u0442\u0435 \u043d\u0430\u043c\u0435\u0440\u0438. \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0434\u043d\u043e \u0435 \u0458\u0430\u0437\u0438\u043a\u043e\u0442 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u0442."
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"title": "\u0420\u0430\u0437\u0433\u043e\u0432\u043e\u0440"
|
|
37
|
+
}
|