homeassistant 2025.7.0b1__py3-none-any.whl → 2025.7.0b5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- homeassistant/components/ai_task/translations/fr.json +22 -1
- homeassistant/components/ai_task/translations/hu.json +22 -0
- homeassistant/components/ai_task/translations/it.json +22 -0
- homeassistant/components/ai_task/translations/ja.json +20 -0
- homeassistant/components/alexa_devices/manifest.json +1 -1
- homeassistant/components/alexa_devices/translations/cs.json +12 -1
- homeassistant/components/alexa_devices/translations/de.json +8 -0
- homeassistant/components/alexa_devices/translations/el.json +8 -0
- homeassistant/components/alexa_devices/translations/es.json +12 -1
- homeassistant/components/alexa_devices/translations/et.json +8 -0
- homeassistant/components/alexa_devices/translations/hu.json +27 -1
- homeassistant/components/alexa_devices/translations/it.json +29 -0
- homeassistant/components/alexa_devices/translations/ja.json +29 -0
- homeassistant/components/alexa_devices/translations/pt.json +12 -1
- homeassistant/components/alexa_devices/translations/sk.json +8 -0
- homeassistant/components/alexa_devices/translations/sv.json +8 -0
- homeassistant/components/alexa_devices/translations/zh-Hans.json +12 -1
- homeassistant/components/alexa_devices/translations/zh-Hant.json +8 -0
- homeassistant/components/altruist/translations/hu.json +51 -0
- homeassistant/components/altruist/translations/ja.json +50 -0
- homeassistant/components/anthropic/__init__.py +6 -0
- homeassistant/components/anthropic/translations/fr.json +37 -0
- homeassistant/components/anthropic/translations/hu.json +37 -0
- homeassistant/components/anthropic/translations/it.json +37 -0
- homeassistant/components/anthropic/translations/nl.json +2 -1
- homeassistant/components/assist_satellite/__init__.py +24 -6
- homeassistant/components/assist_satellite/services.yaml +18 -6
- homeassistant/components/assist_satellite/translations/fr.json +8 -0
- homeassistant/components/assist_satellite/translations/hu.json +38 -0
- homeassistant/components/assist_satellite/translations/it.json +8 -0
- homeassistant/components/assist_satellite/translations/ja.json +8 -0
- homeassistant/components/asuswrt/translations/nl.json +6 -0
- homeassistant/components/backup/translations/de.json +1 -1
- homeassistant/components/blue_current/translations/el.json +3 -1
- homeassistant/components/bluetooth/translations/el.json +3 -0
- homeassistant/components/climate/translations/hu.json +3 -0
- homeassistant/components/comelit/translations/de.json +1 -1
- homeassistant/components/counter/translations/sv.json +2 -2
- homeassistant/components/denonavr/translations/el.json +5 -0
- homeassistant/components/derivative/translations/fr.json +4 -0
- homeassistant/components/derivative/translations/hu.json +4 -0
- homeassistant/components/derivative/translations/it.json +4 -0
- homeassistant/components/devolo_home_control/translations/hu.json +21 -0
- homeassistant/components/devolo_home_control/translations/it.json +6 -0
- homeassistant/components/devolo_home_control/translations/nl.json +10 -0
- homeassistant/components/dsmr/sensor.py +8 -0
- homeassistant/components/ecovacs/translations/el.json +1 -0
- homeassistant/components/electric_kiwi/translations/hu.json +6 -0
- homeassistant/components/electric_kiwi/translations/ja.json +6 -0
- homeassistant/components/emoncms/translations/el.json +3 -0
- homeassistant/components/enphase_envoy/translations/hu.json +30 -0
- homeassistant/components/enphase_envoy/translations/it.json +27 -0
- homeassistant/components/enphase_envoy/translations/ja.json +27 -0
- homeassistant/components/enphase_envoy/translations/sv.json +4 -1
- homeassistant/components/ezviz/translations/hu.json +10 -0
- homeassistant/components/ezviz/translations/it.json +10 -0
- homeassistant/components/ezviz/translations/ja.json +10 -0
- homeassistant/components/ezviz/translations/sv.json +1 -1
- homeassistant/components/fitbit/translations/hu.json +6 -0
- homeassistant/components/fitbit/translations/ja.json +6 -0
- homeassistant/components/fritz/translations/nl.json +3 -0
- homeassistant/components/fronius/translations/el.json +14 -1
- homeassistant/components/fronius/translations/sv.json +2 -2
- homeassistant/components/frontend/manifest.json +1 -1
- homeassistant/components/geocaching/translations/hu.json +6 -0
- homeassistant/components/geocaching/translations/ja.json +6 -0
- homeassistant/components/google/translations/hu.json +6 -0
- homeassistant/components/google/translations/ja.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/hu.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/ja.json +11 -0
- homeassistant/components/google_drive/translations/hu.json +6 -0
- homeassistant/components/google_drive/translations/ja.json +6 -0
- homeassistant/components/google_generative_ai_conversation/__init__.py +15 -0
- homeassistant/components/google_generative_ai_conversation/conversation.py +0 -10
- homeassistant/components/google_generative_ai_conversation/translations/cs.json +28 -0
- homeassistant/components/google_generative_ai_conversation/translations/fr.json +82 -1
- homeassistant/components/google_generative_ai_conversation/translations/hu.json +69 -0
- homeassistant/components/google_generative_ai_conversation/translations/it.json +69 -0
- homeassistant/components/google_generative_ai_conversation/translations/ja.json +69 -0
- homeassistant/components/google_generative_ai_conversation/translations/nl.json +16 -0
- homeassistant/components/google_generative_ai_conversation/translations/pt.json +28 -0
- homeassistant/components/google_generative_ai_conversation/translations/sv.json +2 -0
- homeassistant/components/google_mail/translations/hu.json +6 -0
- homeassistant/components/google_mail/translations/ja.json +6 -0
- homeassistant/components/google_photos/translations/hu.json +6 -0
- homeassistant/components/google_photos/translations/ja.json +6 -0
- homeassistant/components/google_sheets/translations/hu.json +6 -0
- homeassistant/components/google_sheets/translations/ja.json +6 -0
- homeassistant/components/google_tasks/translations/hu.json +6 -0
- homeassistant/components/google_tasks/translations/ja.json +6 -0
- homeassistant/components/group/translations/pl.json +52 -2
- homeassistant/components/home_connect/translations/hu.json +6 -0
- homeassistant/components/home_connect/translations/ja.json +9 -0
- homeassistant/components/homeassistant/translations/fr.json +1 -0
- homeassistant/components/homeassistant/translations/hu.json +1 -0
- homeassistant/components/homeassistant/translations/it.json +1 -0
- homeassistant/components/homeassistant/translations/ja.json +1 -0
- homeassistant/components/homeassistant/translations/nl.json +1 -1
- homeassistant/components/homeassistant_hardware/firmware_config_flow.py +119 -7
- homeassistant/components/homeassistant_hardware/strings.json +3 -1
- homeassistant/components/homeassistant_hardware/translations/de.json +2 -0
- homeassistant/components/homeassistant_hardware/translations/el.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/en-GB.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/en.json +2 -0
- homeassistant/components/homeassistant_hardware/translations/es.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/et.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/fr.json +4 -0
- homeassistant/components/homeassistant_hardware/translations/hu.json +4 -0
- homeassistant/components/homeassistant_hardware/translations/it.json +6 -0
- homeassistant/components/homeassistant_hardware/translations/ja.json +4 -0
- homeassistant/components/homeassistant_hardware/translations/pt.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/ru.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/sk.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/sv.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/zh-Hans.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/zh-Hant.json +1 -0
- homeassistant/components/homeassistant_sky_connect/config_flow.py +1 -1
- homeassistant/components/homeassistant_sky_connect/strings.json +6 -2
- homeassistant/components/homeassistant_sky_connect/translations/de.json +4 -0
- homeassistant/components/homeassistant_sky_connect/translations/el.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/en-GB.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/en.json +4 -0
- homeassistant/components/homeassistant_sky_connect/translations/es.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/et.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/fr.json +4 -0
- homeassistant/components/homeassistant_sky_connect/translations/hu.json +4 -0
- homeassistant/components/homeassistant_sky_connect/translations/it.json +4 -0
- homeassistant/components/homeassistant_sky_connect/translations/ja.json +4 -0
- homeassistant/components/homeassistant_sky_connect/translations/pt.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/ru.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/sk.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/sv.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/zh-Hans.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/zh-Hant.json +2 -0
- homeassistant/components/homeassistant_yellow/strings.json +3 -1
- homeassistant/components/homeassistant_yellow/translations/bg.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/cs.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/de.json +2 -0
- homeassistant/components/homeassistant_yellow/translations/el.json +1 -0
- homeassistant/components/homeassistant_yellow/translations/en-GB.json +2 -1
- homeassistant/components/homeassistant_yellow/translations/en.json +3 -1
- homeassistant/components/homeassistant_yellow/translations/es.json +1 -0
- homeassistant/components/homeassistant_yellow/translations/et.json +1 -0
- homeassistant/components/homeassistant_yellow/translations/fr.json +2 -1
- homeassistant/components/homeassistant_yellow/translations/he.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/hu.json +3 -1
- homeassistant/components/homeassistant_yellow/translations/id.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/it.json +2 -1
- homeassistant/components/homeassistant_yellow/translations/ja.json +2 -1
- homeassistant/components/homeassistant_yellow/translations/lt.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/pt.json +1 -0
- homeassistant/components/homeassistant_yellow/translations/ru.json +1 -0
- homeassistant/components/homeassistant_yellow/translations/sk.json +1 -0
- homeassistant/components/homeassistant_yellow/translations/sv.json +1 -1
- homeassistant/components/homeassistant_yellow/translations/tr.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/zh-Hans.json +1 -0
- homeassistant/components/homeassistant_yellow/translations/zh-Hant.json +1 -0
- homeassistant/components/homee/translations/hu.json +25 -0
- homeassistant/components/homee/translations/ja.json +31 -1
- homeassistant/components/homewizard/translations/hu.json +19 -2
- homeassistant/components/homewizard/translations/sv.json +1 -1
- homeassistant/components/honeywell/__init__.py +8 -16
- homeassistant/components/honeywell/config_flow.py +6 -2
- homeassistant/components/honeywell/manifest.json +1 -1
- homeassistant/components/husqvarna_automower/button.py +3 -1
- homeassistant/components/husqvarna_automower/translations/hu.json +6 -0
- homeassistant/components/husqvarna_automower/translations/ja.json +6 -0
- homeassistant/components/imap/translations/fr.json +2 -0
- homeassistant/components/immich/translations/hu.json +5 -0
- homeassistant/components/immich/translations/ja.json +9 -0
- homeassistant/components/input_number/translations/sv.json +2 -2
- homeassistant/components/input_text/translations/sv.json +1 -1
- homeassistant/components/iotty/translations/hu.json +6 -0
- homeassistant/components/iotty/translations/ja.json +6 -0
- homeassistant/components/iron_os/manifest.json +1 -1
- homeassistant/components/ista_ecotrend/util.py +14 -14
- homeassistant/components/jellyfin/client_wrapper.py +1 -2
- homeassistant/components/jellyfin/coordinator.py +3 -0
- homeassistant/components/jellyfin/manifest.json +1 -2
- homeassistant/components/juicenet/translations/hu.json +8 -1
- homeassistant/components/juicenet/translations/it.json +8 -1
- homeassistant/components/juicenet/translations/ja.json +8 -1
- homeassistant/components/keenetic_ndms2/translations/hu.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/it.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/ja.json +4 -0
- homeassistant/components/knx/translations/ja.json +11 -0
- homeassistant/components/lamarzocco/entity.py +19 -1
- homeassistant/components/lamarzocco/number.py +0 -4
- homeassistant/components/lamarzocco/sensor.py +2 -4
- homeassistant/components/lametric/translations/hu.json +6 -0
- homeassistant/components/lametric/translations/ja.json +6 -0
- homeassistant/components/lifx/translations/el.json +2 -1
- homeassistant/components/litterrobot/translations/hu.json +4 -0
- homeassistant/components/litterrobot/translations/it.json +4 -0
- homeassistant/components/lyric/translations/hu.json +6 -0
- homeassistant/components/lyric/translations/ja.json +6 -0
- homeassistant/components/matter/translations/hu.json +32 -0
- homeassistant/components/matter/translations/ja.json +29 -0
- homeassistant/components/mcp/translations/hu.json +6 -0
- homeassistant/components/meater/translations/hu.json +12 -1
- homeassistant/components/microbees/translations/hu.json +6 -0
- homeassistant/components/microbees/translations/ja.json +6 -0
- homeassistant/components/miele/translations/hu.json +30 -1
- homeassistant/components/miele/translations/it.json +24 -1
- homeassistant/components/miele/translations/ja.json +29 -0
- homeassistant/components/minecraft_server/translations/sv.json +1 -1
- homeassistant/components/monzo/translations/hu.json +6 -0
- homeassistant/components/monzo/translations/ja.json +6 -0
- homeassistant/components/motioneye/translations/sv.json +1 -1
- homeassistant/components/mqtt/config_flow.py +34 -7
- homeassistant/components/mqtt/strings.json +11 -4
- homeassistant/components/mqtt/translations/bg.json +1 -3
- homeassistant/components/mqtt/translations/cs.json +21 -6
- homeassistant/components/mqtt/translations/de.json +23 -16
- homeassistant/components/mqtt/translations/el.json +11 -0
- homeassistant/components/mqtt/translations/en-GB.json +2 -6
- homeassistant/components/mqtt/translations/en.json +13 -6
- homeassistant/components/mqtt/translations/es.json +13 -6
- homeassistant/components/mqtt/translations/et.json +13 -6
- homeassistant/components/mqtt/translations/fr.json +38 -6
- homeassistant/components/mqtt/translations/fy.json +2 -5
- homeassistant/components/mqtt/translations/ga.json +2 -6
- homeassistant/components/mqtt/translations/he.json +2 -6
- homeassistant/components/mqtt/translations/hu.json +39 -6
- homeassistant/components/mqtt/translations/it.json +40 -0
- homeassistant/components/mqtt/translations/ja.json +39 -4
- homeassistant/components/mqtt/translations/lt.json +2 -6
- homeassistant/components/mqtt/translations/mk.json +1 -6
- homeassistant/components/mqtt/translations/nl.json +39 -7
- homeassistant/components/mqtt/translations/pt.json +4 -6
- homeassistant/components/mqtt/translations/ru.json +13 -6
- homeassistant/components/mqtt/translations/sk.json +13 -6
- homeassistant/components/mqtt/translations/sl.json +2 -6
- homeassistant/components/mqtt/translations/sv.json +13 -6
- homeassistant/components/mqtt/translations/tr.json +2 -6
- homeassistant/components/mqtt/translations/zh-Hans.json +13 -6
- homeassistant/components/mqtt/translations/zh-Hant.json +13 -6
- homeassistant/components/music_assistant/translations/hu.json +7 -0
- homeassistant/components/music_assistant/translations/ja.json +7 -0
- homeassistant/components/myuplink/translations/hu.json +6 -0
- homeassistant/components/myuplink/translations/ja.json +6 -0
- homeassistant/components/nam/translations/pl.json +9 -0
- homeassistant/components/neato/translations/hu.json +6 -0
- homeassistant/components/neato/translations/ja.json +6 -0
- homeassistant/components/nest/translations/hu.json +6 -0
- homeassistant/components/nest/translations/ja.json +6 -0
- homeassistant/components/netatmo/translations/hu.json +6 -0
- homeassistant/components/netatmo/translations/ja.json +6 -0
- homeassistant/components/nextcloud/translations/nl.json +3 -0
- homeassistant/components/nextdns/translations/fr.json +6 -0
- homeassistant/components/nextdns/translations/hu.json +14 -0
- homeassistant/components/nextdns/translations/ja.json +6 -0
- homeassistant/components/ntfy/translations/hu.json +112 -2
- homeassistant/components/ntfy/translations/it.json +82 -0
- homeassistant/components/ntfy/translations/ja.json +71 -0
- homeassistant/components/ntfy/translations/nl.json +18 -0
- homeassistant/components/ntfy/translations/sv.json +1 -0
- homeassistant/components/number/translations/sv.json +2 -2
- homeassistant/components/nut/config_flow.py +4 -2
- homeassistant/components/nut/translations/el.json +42 -0
- homeassistant/components/nzbget/translations/ja.json +5 -0
- homeassistant/components/ollama/__init__.py +6 -0
- homeassistant/components/ollama/translations/fr.json +33 -0
- homeassistant/components/ollama/translations/hu.json +33 -0
- homeassistant/components/ollama/translations/it.json +35 -0
- homeassistant/components/ollama/translations/ja.json +33 -0
- homeassistant/components/ollama/translations/sv.json +1 -0
- homeassistant/components/ondilo_ico/translations/hu.json +6 -0
- homeassistant/components/ondilo_ico/translations/ja.json +6 -0
- homeassistant/components/onedrive/translations/hu.json +6 -0
- homeassistant/components/onedrive/translations/ja.json +6 -0
- homeassistant/components/onewire/translations/sv.json +1 -1
- homeassistant/components/openai_conversation/__init__.py +6 -0
- homeassistant/components/openai_conversation/translations/fr.json +56 -0
- homeassistant/components/openai_conversation/translations/hu.json +56 -0
- homeassistant/components/openai_conversation/translations/it.json +56 -0
- homeassistant/components/openai_conversation/translations/ja.json +45 -0
- homeassistant/components/openai_conversation/translations/nl.json +13 -0
- homeassistant/components/openai_conversation/translations/sv.json +4 -0
- homeassistant/components/opentherm_gw/climate.py +12 -1
- homeassistant/components/opentherm_gw/strings.json +3 -0
- homeassistant/components/opentherm_gw/translations/de.json +3 -0
- homeassistant/components/opentherm_gw/translations/en.json +3 -0
- homeassistant/components/opentherm_gw/translations/ja.json +5 -0
- homeassistant/components/osoenergy/translations/nl.json +1 -0
- homeassistant/components/paperless_ngx/manifest.json +1 -1
- homeassistant/components/paperless_ngx/translations/hu.json +8 -4
- homeassistant/components/paperless_ngx/translations/ja.json +20 -0
- homeassistant/components/peblar/translations/el.json +12 -0
- homeassistant/components/pegel_online/translations/bg.json +1 -2
- homeassistant/components/pegel_online/translations/ca.json +1 -2
- homeassistant/components/pegel_online/translations/cs.json +1 -2
- homeassistant/components/pegel_online/translations/de.json +1 -1
- homeassistant/components/pegel_online/translations/el.json +1 -1
- homeassistant/components/pegel_online/translations/en-GB.json +1 -1
- homeassistant/components/pegel_online/translations/en.json +1 -1
- homeassistant/components/pegel_online/translations/es.json +1 -1
- homeassistant/components/pegel_online/translations/et.json +1 -1
- homeassistant/components/pegel_online/translations/fi.json +1 -2
- homeassistant/components/pegel_online/translations/fr.json +1 -2
- homeassistant/components/pegel_online/translations/hu.json +1 -1
- homeassistant/components/pegel_online/translations/id.json +1 -2
- homeassistant/components/pegel_online/translations/it.json +1 -2
- homeassistant/components/pegel_online/translations/ja.json +1 -2
- homeassistant/components/pegel_online/translations/ko.json +1 -2
- homeassistant/components/pegel_online/translations/lt.json +1 -2
- homeassistant/components/pegel_online/translations/lv.json +1 -2
- homeassistant/components/pegel_online/translations/nl.json +1 -2
- homeassistant/components/pegel_online/translations/pt.json +1 -2
- homeassistant/components/pegel_online/translations/ru.json +1 -1
- homeassistant/components/pegel_online/translations/sk.json +1 -1
- homeassistant/components/pegel_online/translations/sv.json +1 -1
- homeassistant/components/pegel_online/translations/tr.json +1 -2
- homeassistant/components/pegel_online/translations/zh-Hant.json +1 -1
- homeassistant/components/person/__init__.py +1 -2
- homeassistant/components/pi_hole/translations/fr.json +1 -0
- homeassistant/components/playstation_network/diagnostics.py +55 -0
- homeassistant/components/playstation_network/quality_scale.yaml +1 -1
- homeassistant/components/playstation_network/translations/fr.json +15 -0
- homeassistant/components/playstation_network/translations/hu.json +73 -0
- homeassistant/components/playstation_network/translations/it.json +73 -0
- homeassistant/components/playstation_network/translations/ja.json +44 -0
- homeassistant/components/playstation_network/translations/pl.json +73 -0
- homeassistant/components/playstation_network/translations/ru.json +1 -0
- homeassistant/components/playstation_network/translations/sv.json +2 -1
- homeassistant/components/plugwise/translations/sv.json +2 -2
- homeassistant/components/point/translations/hu.json +6 -0
- homeassistant/components/point/translations/ja.json +6 -0
- homeassistant/components/proximity/translations/bg.json +0 -3
- homeassistant/components/proximity/translations/ca.json +2 -27
- homeassistant/components/proximity/translations/cs.json +1 -25
- homeassistant/components/proximity/translations/el.json +1 -25
- homeassistant/components/proximity/translations/en-GB.json +4 -4
- homeassistant/components/proximity/translations/en.json +4 -4
- homeassistant/components/proximity/translations/et.json +1 -1
- homeassistant/components/proximity/translations/fi.json +1 -25
- homeassistant/components/proximity/translations/fr.json +1 -25
- homeassistant/components/proximity/translations/gl.json +1 -24
- homeassistant/components/proximity/translations/hu.json +1 -25
- homeassistant/components/proximity/translations/id.json +1 -25
- homeassistant/components/proximity/translations/it.json +1 -13
- homeassistant/components/proximity/translations/ja.json +1 -25
- homeassistant/components/proximity/translations/lt.json +1 -25
- homeassistant/components/proximity/translations/nl.json +8 -0
- homeassistant/components/proximity/translations/pl.json +1 -25
- homeassistant/components/proximity/translations/pt-BR.json +1 -25
- homeassistant/components/proximity/translations/pt.json +1 -25
- homeassistant/components/proximity/translations/ru.json +1 -25
- homeassistant/components/proximity/translations/sk.json +2 -2
- homeassistant/components/proximity/translations/sv.json +1 -25
- homeassistant/components/proximity/translations/tr.json +1 -25
- homeassistant/components/proximity/translations/zh-Hans.json +2 -2
- homeassistant/components/pushbullet/sensor.py +7 -2
- homeassistant/components/random/translations/sv.json +4 -4
- homeassistant/components/reolink/manifest.json +1 -1
- homeassistant/components/reolink/translations/hu.json +21 -0
- homeassistant/components/reolink/translations/it.json +12 -0
- homeassistant/components/reolink/translations/ja.json +15 -0
- homeassistant/components/rest/data.py +46 -1
- homeassistant/components/russound_rio/translations/hu.json +21 -0
- homeassistant/components/russound_rio/translations/ja.json +21 -0
- homeassistant/components/screenlogic/translations/el.json +7 -0
- homeassistant/components/sensibo/translations/el.json +1 -0
- homeassistant/components/sensor/translations/pl.json +1 -0
- homeassistant/components/senz/translations/hu.json +6 -0
- homeassistant/components/senz/translations/ja.json +6 -0
- homeassistant/components/shelly/entity.py +10 -3
- homeassistant/components/shelly/manifest.json +1 -1
- homeassistant/components/sma/translations/ja.json +8 -0
- homeassistant/components/smappee/translations/hu.json +6 -0
- homeassistant/components/smappee/translations/ja.json +6 -0
- homeassistant/components/smarla/translations/ja.json +9 -0
- homeassistant/components/smartthings/translations/hu.json +15 -0
- homeassistant/components/smartthings/translations/ja.json +6 -0
- homeassistant/components/sonos/translations/cs.json +6 -0
- homeassistant/components/sonos/translations/fr.json +6 -0
- homeassistant/components/sonos/translations/hu.json +9 -0
- homeassistant/components/sonos/translations/it.json +11 -0
- homeassistant/components/sonos/translations/ja.json +9 -0
- homeassistant/components/spotify/translations/hu.json +6 -0
- homeassistant/components/stream/__init__.py +8 -4
- homeassistant/components/stream/const.py +2 -1
- homeassistant/components/stream/core.py +3 -1
- homeassistant/components/subaru/strings.json +2 -2
- homeassistant/components/subaru/translations/ca.json +0 -1
- homeassistant/components/subaru/translations/cs.json +0 -2
- homeassistant/components/subaru/translations/de.json +2 -2
- homeassistant/components/subaru/translations/el.json +2 -2
- homeassistant/components/subaru/translations/en-GB.json +2 -2
- homeassistant/components/subaru/translations/en.json +2 -2
- homeassistant/components/subaru/translations/es.json +2 -2
- homeassistant/components/subaru/translations/et.json +2 -2
- homeassistant/components/subaru/translations/fi.json +0 -1
- homeassistant/components/subaru/translations/hu.json +2 -2
- homeassistant/components/subaru/translations/it.json +0 -1
- homeassistant/components/subaru/translations/ja.json +0 -1
- homeassistant/components/subaru/translations/ko.json +0 -1
- homeassistant/components/subaru/translations/lt.json +0 -2
- homeassistant/components/subaru/translations/pt-BR.json +0 -1
- homeassistant/components/subaru/translations/pt.json +2 -2
- homeassistant/components/subaru/translations/ru.json +2 -2
- homeassistant/components/subaru/translations/sk.json +2 -2
- homeassistant/components/subaru/translations/sv.json +0 -2
- homeassistant/components/subaru/translations/tr.json +0 -2
- homeassistant/components/subaru/translations/zh-Hans.json +2 -2
- homeassistant/components/subaru/translations/zh-Hant.json +2 -2
- homeassistant/components/sun/translations/ja.json +9 -0
- homeassistant/components/swiss_public_transport/translations/el.json +60 -6
- homeassistant/components/switchbot/translations/hu.json +54 -0
- homeassistant/components/switchbot/translations/it.json +53 -0
- homeassistant/components/switchbot/translations/ja.json +46 -0
- homeassistant/components/switchbot/translations/sv.json +2 -0
- homeassistant/components/switchbot_cloud/__init__.py +6 -1
- homeassistant/components/switchbot_cloud/binary_sensor.py +8 -1
- homeassistant/components/switchbot_cloud/sensor.py +3 -2
- homeassistant/components/telegram_bot/config_flow.py +23 -11
- homeassistant/components/telegram_bot/manifest.json +1 -1
- homeassistant/components/telegram_bot/translations/cs.json +30 -0
- homeassistant/components/telegram_bot/translations/de.json +23 -1
- homeassistant/components/telegram_bot/translations/el.json +30 -0
- homeassistant/components/telegram_bot/translations/en-GB.json +3 -1
- homeassistant/components/telegram_bot/translations/es.json +30 -0
- homeassistant/components/telegram_bot/translations/et.json +24 -0
- homeassistant/components/telegram_bot/translations/fr.json +3 -1
- homeassistant/components/telegram_bot/translations/hu.json +56 -0
- homeassistant/components/telegram_bot/translations/it.json +30 -0
- homeassistant/components/telegram_bot/translations/ja.json +99 -0
- homeassistant/components/telegram_bot/translations/pt.json +30 -0
- homeassistant/components/telegram_bot/translations/ru.json +21 -1
- homeassistant/components/telegram_bot/translations/sk.json +30 -0
- homeassistant/components/telegram_bot/translations/sv.json +23 -0
- homeassistant/components/telegram_bot/translations/zh-Hans.json +30 -0
- homeassistant/components/telegram_bot/translations/zh-Hant.json +30 -0
- homeassistant/components/template/translations/pl.json +25 -3
- homeassistant/components/tesla_fleet/translations/de.json +1 -1
- homeassistant/components/tesla_fleet/translations/hu.json +30 -0
- homeassistant/components/tesla_fleet/translations/ja.json +22 -0
- homeassistant/components/teslemetry/coordinator.py +6 -6
- homeassistant/components/teslemetry/translations/de.json +2 -2
- homeassistant/components/text/translations/sv.json +1 -1
- homeassistant/components/thermopro/strings.json +1 -1
- homeassistant/components/thermopro/translations/cs.json +0 -7
- homeassistant/components/thermopro/translations/de.json +1 -1
- homeassistant/components/thermopro/translations/el.json +1 -1
- homeassistant/components/thermopro/translations/en-GB.json +1 -1
- homeassistant/components/thermopro/translations/en.json +1 -1
- homeassistant/components/thermopro/translations/et.json +1 -1
- homeassistant/components/thermopro/translations/ja.json +0 -7
- homeassistant/components/thermopro/translations/lt.json +0 -7
- homeassistant/components/thermopro/translations/nl.json +0 -7
- homeassistant/components/thermopro/translations/pt-BR.json +0 -7
- homeassistant/components/thermopro/translations/pt.json +0 -7
- homeassistant/components/thermopro/translations/sk.json +1 -1
- homeassistant/components/thermopro/translations/sv.json +0 -7
- homeassistant/components/thermopro/translations/tr.json +0 -7
- homeassistant/components/tibber/manifest.json +1 -1
- homeassistant/components/tibber/sensor.py +1 -1
- homeassistant/components/tilt_pi/translations/hu.json +31 -0
- homeassistant/components/tilt_pi/translations/ja.json +31 -0
- homeassistant/components/tilt_pi/translations/nl.json +7 -0
- homeassistant/components/toon/translations/hu.json +6 -0
- homeassistant/components/vegehub/translations/hu.json +44 -0
- homeassistant/components/vegehub/translations/it.json +44 -0
- homeassistant/components/vegehub/translations/ja.json +44 -0
- homeassistant/components/vegehub/translations/sv.json +2 -1
- homeassistant/components/vesync/fan.py +25 -17
- homeassistant/components/vicare/translations/sv.json +2 -2
- homeassistant/components/vulcan/manifest.json +1 -1
- homeassistant/components/wallbox/const.py +4 -0
- homeassistant/components/wallbox/coordinator.py +47 -20
- homeassistant/components/wallbox/lock.py +1 -12
- homeassistant/components/wallbox/number.py +1 -12
- homeassistant/components/wallbox/translations/hu.json +3 -0
- homeassistant/components/wallbox/translations/ja.json +5 -0
- homeassistant/components/weheat/translations/hu.json +6 -0
- homeassistant/components/withings/translations/de.json +4 -4
- homeassistant/components/withings/translations/hu.json +6 -0
- homeassistant/components/withings/translations/ja.json +3 -0
- homeassistant/components/wled/translations/fr.json +1 -0
- homeassistant/components/wmspro/cover.py +4 -7
- homeassistant/components/wmspro/light.py +12 -9
- homeassistant/components/wmspro/manifest.json +1 -1
- homeassistant/components/wyoming/translations/sv.json +2 -2
- homeassistant/components/xbox/translations/hu.json +6 -0
- homeassistant/components/xiaomi_miio/translations/fr.json +24 -2
- homeassistant/components/xiaomi_miio/translations/hu.json +30 -7
- homeassistant/components/yale/translations/hu.json +6 -0
- homeassistant/components/yolink/translations/hu.json +6 -0
- homeassistant/components/zha/translations/fr.json +50 -0
- homeassistant/components/zha/translations/hu.json +53 -0
- homeassistant/components/zha/translations/it.json +50 -0
- homeassistant/components/zha/translations/ja.json +41 -0
- homeassistant/components/zha/translations/nl.json +7 -0
- homeassistant/components/zha/translations/sv.json +23 -0
- homeassistant/components/zwave_js/config_flow.py +84 -88
- homeassistant/components/zwave_js/strings.json +31 -15
- homeassistant/components/zwave_js/translations/bg.json +0 -3
- homeassistant/components/zwave_js/translations/cs.json +0 -17
- homeassistant/components/zwave_js/translations/de.json +27 -11
- homeassistant/components/zwave_js/translations/el.json +25 -9
- homeassistant/components/zwave_js/translations/en-GB.json +25 -9
- homeassistant/components/zwave_js/translations/en.json +25 -9
- homeassistant/components/zwave_js/translations/es.json +25 -9
- homeassistant/components/zwave_js/translations/et.json +25 -9
- homeassistant/components/zwave_js/translations/fi.json +0 -14
- homeassistant/components/zwave_js/translations/fr.json +6 -0
- homeassistant/components/zwave_js/translations/ga.json +0 -19
- homeassistant/components/zwave_js/translations/hu.json +33 -9
- homeassistant/components/zwave_js/translations/it.json +26 -0
- homeassistant/components/zwave_js/translations/ja.json +26 -0
- homeassistant/components/zwave_js/translations/lt.json +0 -17
- homeassistant/components/zwave_js/translations/mk.json +0 -10
- homeassistant/components/zwave_js/translations/pt.json +10 -18
- homeassistant/components/zwave_js/translations/ru.json +28 -8
- homeassistant/components/zwave_js/translations/sk.json +25 -9
- homeassistant/components/zwave_js/translations/sv.json +30 -14
- homeassistant/components/zwave_js/translations/tr.json +0 -12
- homeassistant/components/zwave_js/translations/zh-Hans.json +27 -11
- homeassistant/components/zwave_js/translations/zh-Hant.json +25 -9
- homeassistant/const.py +1 -1
- homeassistant/generated/integrations.json +1 -8
- homeassistant/package_constraints.txt +1 -1
- {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/METADATA +1 -1
- {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/RECORD +529 -511
- homeassistant/components/dweet/__init__.py +0 -79
- homeassistant/components/dweet/manifest.json +0 -10
- homeassistant/components/dweet/sensor.py +0 -124
- homeassistant/components/thermopro/translations/ga.json +0 -9
- homeassistant/components/thermopro/translations/mk.json +0 -9
- {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/WHEEL +0 -0
- {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/entry_points.txt +0 -0
- {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/licenses/LICENSE.md +0 -0
- {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
- {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/top_level.txt +0 -0
|
@@ -64,8 +64,11 @@
|
|
|
64
64
|
},
|
|
65
65
|
"notify": {
|
|
66
66
|
"data": {
|
|
67
|
-
"entities": "Encje"
|
|
68
|
-
|
|
67
|
+
"entities": "Encje",
|
|
68
|
+
"hide_members": "Ukryj encje",
|
|
69
|
+
"name": "Nazwa"
|
|
70
|
+
},
|
|
71
|
+
"title": "Dodaj grup\u0119"
|
|
69
72
|
},
|
|
70
73
|
"sensor": {
|
|
71
74
|
"data": {
|
|
@@ -91,11 +94,14 @@
|
|
|
91
94
|
"description": "Grupy umo\u017cliwiaj\u0105 tworzenie nowej encji, kt\u00f3ra reprezentuje wiele encji tego samego typu.",
|
|
92
95
|
"menu_options": {
|
|
93
96
|
"binary_sensor": "Grupa sensor\u00f3w binarnych",
|
|
97
|
+
"button": "Grupa przycisk\u00f3w",
|
|
94
98
|
"cover": "Grupa rolet",
|
|
99
|
+
"event": "Grupa zdarze\u0144",
|
|
95
100
|
"fan": "Grupa wentylator\u00f3w",
|
|
96
101
|
"light": "Grupa \u015bwiate\u0142",
|
|
97
102
|
"lock": "Grupa zamk\u00f3w",
|
|
98
103
|
"media_player": "Grupa odtwarzaczy multimedialnych",
|
|
104
|
+
"notify": "Grupa powiadomie\u0144",
|
|
99
105
|
"sensor": "Grupa sensor\u00f3w",
|
|
100
106
|
"switch": "Grupa prze\u0142\u0105cznik\u00f3w"
|
|
101
107
|
}
|
|
@@ -122,6 +128,23 @@
|
|
|
122
128
|
}
|
|
123
129
|
}
|
|
124
130
|
},
|
|
131
|
+
"issues": {
|
|
132
|
+
"device_classes_not_matching": {
|
|
133
|
+
"description": "Klasy urz\u0105dze\u0144 `{device_classes}` encji \u017ar\u00f3d\u0142owych `{source_entities}` musz\u0105 by\u0107 identyczne dla grupy czujnik\u00f3w `{entity_id}`.\n\nAby rozwi\u0105za\u0107 ten problem prosz\u0119 poprawi\u0107 klasy urz\u0105dze\u0144 encji \u017ar\u00f3d\u0142owych i prze\u0142adowa\u0107 grup\u0119 czujnik\u00f3w.",
|
|
134
|
+
"title": "Klasy urz\u0105dze\u0144 s\u0105 nieprawid\u0142owe"
|
|
135
|
+
},
|
|
136
|
+
"state_classes_not_matching": {
|
|
137
|
+
"description": "Klasy stan\u00f3w `{state_classes}` encji \u017ar\u00f3d\u0142owych `{source_entities}` musz\u0105 by\u0107 identyczne dla grupy czujnik\u00f3w `{entity_id}`.\n\nAby rozwi\u0105za\u0107 ten problem prosz\u0119 poprawi\u0107 klasy stan\u00f3w encji \u017ar\u00f3d\u0142owych i prze\u0142adowa\u0107 czujnik grupy.",
|
|
138
|
+
"title": "Klasy stan\u00f3w s\u0105 niepoprawne"
|
|
139
|
+
},
|
|
140
|
+
"uoms_not_matching_device_class": {
|
|
141
|
+
"description": "Jednostki miary `{uoms}` czujnik\u00f3w wej\u015bciowych `{source_entities}` nie s\u0105 kompatybilne i nie mog\u0105 by\u0107 konwertowane z klas\u0105 urz\u0105dzenia `{device_class}` grupy czujnik\u00f3w `{entity_id}`.\n\nAby rozwi\u0105za\u0107 ten problem prosz\u0119 poprawi\u0107 jednostk\u0119 miary w \u017ar\u00f3d\u0142owych encjach i prze\u0142adowa\u0107 grup\u0119 czujnik\u00f3w.",
|
|
142
|
+
"title": "Jednostki miary s\u0105 niepoprawne"
|
|
143
|
+
},
|
|
144
|
+
"uoms_not_matching_no_device_class": {
|
|
145
|
+
"description": "Jednostki miary `{uoms}` czujnik\u00f3w wej\u015bciowych `{source_entities}` nie s\u0105 kompatybilne, gdy nie u\u017cywasz klasy urz\u0105dzenia w grupie czujnik\u00f3w `{entity_id}`.\n\nAby rozwi\u0105za\u0107 ten problem prosz\u0119 poprawi\u0107 jednostk\u0119 miary w \u017ar\u00f3d\u0142owych encjach lub ustawi\u0107 odpowiedni\u0105 klas\u0119 urz\u0105dzenia w grupie czujnik\u00f3w i prze\u0142adowa\u0107 czujnik grupy."
|
|
146
|
+
}
|
|
147
|
+
},
|
|
125
148
|
"options": {
|
|
126
149
|
"step": {
|
|
127
150
|
"binary_sensor": {
|
|
@@ -170,6 +193,12 @@
|
|
|
170
193
|
"hide_members": "Ukryj encje"
|
|
171
194
|
}
|
|
172
195
|
},
|
|
196
|
+
"notify": {
|
|
197
|
+
"data": {
|
|
198
|
+
"entities": "Encje",
|
|
199
|
+
"hide_members": "Ukryj encje"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
173
202
|
"sensor": {
|
|
174
203
|
"data": {
|
|
175
204
|
"device_class": "Klasa urz\u0105dzenia",
|
|
@@ -194,30 +223,46 @@
|
|
|
194
223
|
"selector": {
|
|
195
224
|
"type": {
|
|
196
225
|
"options": {
|
|
226
|
+
"last": "Ostatnio zaktualizowane",
|
|
197
227
|
"max": "Maksimum",
|
|
198
228
|
"mean": "\u015arednia arytmetyczna",
|
|
199
229
|
"median": "Mediana",
|
|
200
230
|
"min": "Minimum",
|
|
201
231
|
"product": "Produkt",
|
|
232
|
+
"range": "Zakres statystyczny",
|
|
233
|
+
"stdev": "Odchylenie standardowe",
|
|
202
234
|
"sum": "Suma"
|
|
203
235
|
}
|
|
204
236
|
}
|
|
205
237
|
},
|
|
206
238
|
"services": {
|
|
207
239
|
"reload": {
|
|
240
|
+
"description": "Prze\u0142adowuje konfiguracj\u0119 grupy, encje i us\u0142ugi powiadomie\u0144 z konfiguracji YAML.",
|
|
208
241
|
"name": "Wczytaj ponownie"
|
|
209
242
|
},
|
|
210
243
|
"remove": {
|
|
211
244
|
"description": "Usuwa grup\u0119.",
|
|
245
|
+
"fields": {
|
|
246
|
+
"object_id": {
|
|
247
|
+
"description": "Identyfikator obiektu tej grupy. Ten identyfikator obiektu jest u\u017cywany jako cz\u0119\u015b\u0107 identyfikatora encji. Format identyfikatora encji: [domain].[object_id].",
|
|
248
|
+
"name": "Identyfikator obiektu"
|
|
249
|
+
}
|
|
250
|
+
},
|
|
212
251
|
"name": "Usu\u0144"
|
|
213
252
|
},
|
|
214
253
|
"set": {
|
|
215
254
|
"description": "Tworzy/aktualizuje grup\u0119.",
|
|
216
255
|
"fields": {
|
|
217
256
|
"add_entities": {
|
|
257
|
+
"description": "Lista cz\u0142onk\u00f3w, kt\u00f3rzy maj\u0105 zosta\u0107 dodani do grupy. Nie mo\u017cna u\u017cywa\u0107 w po\u0142\u0105czeniu z opcjami \"Encje\" lub \"Usu\u0144 jednostki\".",
|
|
218
258
|
"name": "Dodaj encje"
|
|
219
259
|
},
|
|
260
|
+
"all": {
|
|
261
|
+
"description": "W\u0142\u0105cz t\u0119 opcj\u0119, je\u015bli grupa ma by\u0107 u\u017cywana tylko wtedy, gdy wszystkie jednostki s\u0105 w stanie \u201ew\u0142\u0105czone\u201d.",
|
|
262
|
+
"name": "Wszystkie"
|
|
263
|
+
},
|
|
220
264
|
"entities": {
|
|
265
|
+
"description": "Lista wszystkich cz\u0142onk\u00f3w grupy. Nie mo\u017cna u\u017cywa\u0107 w po\u0142\u0105czeniu z opcj\u0105 \"Dodaj elementy\" lub \"Usu\u0144 elementy\".",
|
|
221
266
|
"name": "Encje"
|
|
222
267
|
},
|
|
223
268
|
"icon": {
|
|
@@ -228,7 +273,12 @@
|
|
|
228
273
|
"description": "Nazwa grupy.",
|
|
229
274
|
"name": "Nazwa"
|
|
230
275
|
},
|
|
276
|
+
"object_id": {
|
|
277
|
+
"description": "Identyfikator obiektu tej grupy. Ten identyfikator obiektu jest u\u017cywany jako cz\u0119\u015b\u0107 identyfikatora encji. Format identyfikatora encji: [domain].[object_id].",
|
|
278
|
+
"name": "Identyfikator obiektu"
|
|
279
|
+
},
|
|
231
280
|
"remove_entities": {
|
|
281
|
+
"description": "Lista cz\u0142onk\u00f3w, kt\u00f3rzy maj\u0105 zosta\u0107 usuni\u0119ci z grupy. Nie mo\u017cna u\u017cywa\u0107 w po\u0142\u0105czeniu z opcjami \"Encje\" lub \"Dodaj jednostki\".",
|
|
232
282
|
"name": "Usu\u0144 encje"
|
|
233
283
|
}
|
|
234
284
|
},
|
|
@@ -26,6 +26,12 @@
|
|
|
26
26
|
"description": "A Home Assistant tal\u00e1lt egy Home Connect eszk\u00f6zt a h\u00e1l\u00f3zat\u00e1n. Vegye figyelembe, hogy a Home Connect be\u00e1ll\u00edt\u00e1sa bonyolultabb lehet, mint sok m\u00e1s integr\u00e1ci\u00f3\u00e9. A folytat\u00e1shoz nyomja meg a **Mehet** gombot."
|
|
27
27
|
},
|
|
28
28
|
"pick_implementation": {
|
|
29
|
+
"data": {
|
|
30
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
31
|
+
},
|
|
32
|
+
"data_description": {
|
|
33
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
34
|
+
},
|
|
29
35
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
30
36
|
},
|
|
31
37
|
"reauth_confirm": {
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
+
"application_credentials": {
|
|
3
|
+
"description": "Home Connect\u3078\u306e\u30ed\u30b0\u30a4\u30f3\u306b\u306f\u3001\u30af\u30e9\u30a4\u30a2\u30f3\u30c8ID\u3068\u30b7\u30fc\u30af\u30ec\u30c3\u30c8\u304c\u5fc5\u8981\u3067\u3059\u3002\u53d6\u5f97\u3059\u308b\u306b\u306f\u3001\u4ee5\u4e0b\u306e\u624b\u9806\u306b\u5f93\u3063\u3066\u304f\u3060\u3055\u3044\u3002\n\n1. [Home Connect Developer Program\u306eWeb\u30b5\u30a4\u30c8]({developer_dashboard_url}) \u3092\u30af\u30ea\u30c3\u30af\u3057\u3001\u958b\u767a\u7528\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u30b5\u30a4\u30f3\u30a2\u30c3\u30d7\u3057\u307e\u3059\u3002\n1.\u30b5\u30a4\u30f3\u30a2\u30c3\u30d7\u30d7\u30ed\u30bb\u30b9\u306e**\u30c6\u30b9\u30c8\u7528\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306eHomeConnect\u30e6\u30fc\u30b6\u30fc\u30a2\u30ab\u30a6\u30f3\u30c8**\u306e\u4e0b\u306b\u3001\u5143\u306eHomeConnect\u30a2\u30d7\u30ea\u306e\u30ed\u30b0\u30a4\u30f3\u306e\u96fb\u5b50\u30e1\u30fc\u30eb\u3092\u5165\u529b\u3057\u307e\u3059\u3002\n1. [\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3]({applications_url})\u30da\u30fc\u30b8\u306b\u79fb\u52d5\u3057\u3001[\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u767b\u9332]({register_application_url}) \u3092\u30af\u30ea\u30c3\u30af\u3057\u3001\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u6b21\u306e\u5024\u306b\u8a2d\u5b9a\u3057\u307e\u3059\u3002\n * **\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3ID**:Home Assistant (\u307e\u305f\u306f\u610f\u5473\u306e\u3042\u308b\u4ed6\u306e\u540d\u524d)\n * **OAuth\u30d5\u30ed\u30fc**:\u8a8d\u8a3c\u30b3\u30fc\u30c9\u4ed8\u4e0e\u30d5\u30ed\u30fc\n * **\u30ea\u30c0\u30a4\u30ec\u30af\u30c8 URI**: `{redirect_url}`\n\n\u65b0\u3057\u304f\u4f5c\u6210\u3055\u308c\u305f\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306b\u306f\u3001**\u30af\u30e9\u30a4\u30a2\u30f3\u30c8 ID** \u3068 **\u30af\u30e9\u30a4\u30a2\u30f3\u30c8 \u30b7\u30fc\u30af\u30ec\u30c3\u30c8** \u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002"
|
|
4
|
+
},
|
|
2
5
|
"common": {
|
|
3
6
|
"confirmed": "\u78ba\u8a8d\u6e08\u307f",
|
|
4
7
|
"present": "\u73fe\u5728"
|
|
@@ -18,6 +21,12 @@
|
|
|
18
21
|
},
|
|
19
22
|
"step": {
|
|
20
23
|
"pick_implementation": {
|
|
24
|
+
"data": {
|
|
25
|
+
"implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
|
|
26
|
+
},
|
|
27
|
+
"data_description": {
|
|
28
|
+
"implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
|
|
29
|
+
},
|
|
21
30
|
"title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
|
|
22
31
|
},
|
|
23
32
|
"reauth_confirm": {
|
|
@@ -262,6 +262,7 @@
|
|
|
262
262
|
"info": {
|
|
263
263
|
"arch": "Processzor architekt\u00fara",
|
|
264
264
|
"config_dir": "Konfigur\u00e1ci\u00f3s k\u00f6nyvt\u00e1r",
|
|
265
|
+
"container_arch": "Kont\u00e9ner architekt\u00fara",
|
|
265
266
|
"dev": "Fejleszt\u00e9s",
|
|
266
267
|
"docker": "Docker",
|
|
267
268
|
"hassio": "Supervisor",
|
|
@@ -235,6 +235,7 @@
|
|
|
235
235
|
"info": {
|
|
236
236
|
"arch": "CPU\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3",
|
|
237
237
|
"config_dir": "\u8a2d\u5b9a\u30c7\u30a3\u30ec\u30af\u30c8\u30ea",
|
|
238
|
+
"container_arch": "\u30b3\u30f3\u30c6\u30ca\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3",
|
|
238
239
|
"dev": "\u30c7\u30a3\u30d9\u30ed\u30c3\u30d7\u30e1\u30f3\u30c8",
|
|
239
240
|
"docker": "Docker",
|
|
240
241
|
"hassio": "Supervisor",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"installation_type": "Type installatie",
|
|
221
221
|
"os_name": "Besturingssysteem",
|
|
222
222
|
"os_version": "Versie van het besturingssysteem",
|
|
223
|
-
"python_version": "Python
|
|
223
|
+
"python_version": "Python versie",
|
|
224
224
|
"timezone": "Tijdzone",
|
|
225
225
|
"user": "Gebruiker",
|
|
226
226
|
"version": "Versie",
|
|
@@ -7,7 +7,10 @@ import asyncio
|
|
|
7
7
|
import logging
|
|
8
8
|
from typing import Any
|
|
9
9
|
|
|
10
|
-
from
|
|
10
|
+
from aiohttp import ClientError
|
|
11
|
+
from ha_silabs_firmware_client import FirmwareUpdateClient, ManifestMissing
|
|
12
|
+
from universal_silabs_flasher.common import Version
|
|
13
|
+
from universal_silabs_flasher.firmware import NabuCasaMetadata
|
|
11
14
|
|
|
12
15
|
from homeassistant.components.hassio import (
|
|
13
16
|
AddonError,
|
|
@@ -24,6 +27,7 @@ from homeassistant.config_entries import (
|
|
|
24
27
|
)
|
|
25
28
|
from homeassistant.core import callback
|
|
26
29
|
from homeassistant.data_entry_flow import AbortFlow
|
|
30
|
+
from homeassistant.exceptions import HomeAssistantError
|
|
27
31
|
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
|
28
32
|
from homeassistant.helpers.hassio import is_hassio
|
|
29
33
|
|
|
@@ -64,6 +68,7 @@ class BaseFirmwareInstallFlow(ConfigEntryBaseFlow, ABC):
|
|
|
64
68
|
self.addon_start_task: asyncio.Task | None = None
|
|
65
69
|
self.addon_uninstall_task: asyncio.Task | None = None
|
|
66
70
|
self.firmware_install_task: asyncio.Task | None = None
|
|
71
|
+
self.installing_firmware_name: str | None = None
|
|
67
72
|
|
|
68
73
|
def _get_translation_placeholders(self) -> dict[str, str]:
|
|
69
74
|
"""Shared translation placeholders."""
|
|
@@ -149,15 +154,74 @@ class BaseFirmwareInstallFlow(ConfigEntryBaseFlow, ABC):
|
|
|
149
154
|
assert self._device is not None
|
|
150
155
|
|
|
151
156
|
if not self.firmware_install_task:
|
|
157
|
+
# Keep track of the firmware we're working with, for error messages
|
|
158
|
+
self.installing_firmware_name = firmware_name
|
|
159
|
+
|
|
160
|
+
# Installing new firmware is only truly required if the wrong type is
|
|
161
|
+
# installed: upgrading to the latest release of the current firmware type
|
|
162
|
+
# isn't strictly necessary for functionality.
|
|
163
|
+
firmware_install_required = self._probed_firmware_info is None or (
|
|
164
|
+
self._probed_firmware_info.firmware_type
|
|
165
|
+
!= expected_installed_firmware_type
|
|
166
|
+
)
|
|
167
|
+
|
|
152
168
|
session = async_get_clientsession(self.hass)
|
|
153
169
|
client = FirmwareUpdateClient(fw_update_url, session)
|
|
154
|
-
manifest = await client.async_update_data()
|
|
155
170
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
171
|
+
try:
|
|
172
|
+
manifest = await client.async_update_data()
|
|
173
|
+
fw_manifest = next(
|
|
174
|
+
fw for fw in manifest.firmwares if fw.filename.startswith(fw_type)
|
|
175
|
+
)
|
|
176
|
+
except (StopIteration, TimeoutError, ClientError, ManifestMissing):
|
|
177
|
+
_LOGGER.warning(
|
|
178
|
+
"Failed to fetch firmware update manifest", exc_info=True
|
|
179
|
+
)
|
|
180
|
+
|
|
181
|
+
# Not having internet access should not prevent setup
|
|
182
|
+
if not firmware_install_required:
|
|
183
|
+
_LOGGER.debug(
|
|
184
|
+
"Skipping firmware upgrade due to index download failure"
|
|
185
|
+
)
|
|
186
|
+
return self.async_show_progress_done(next_step_id=next_step_id)
|
|
187
|
+
|
|
188
|
+
return self.async_show_progress_done(
|
|
189
|
+
next_step_id="firmware_download_failed"
|
|
190
|
+
)
|
|
191
|
+
|
|
192
|
+
if not firmware_install_required:
|
|
193
|
+
assert self._probed_firmware_info is not None
|
|
194
|
+
|
|
195
|
+
# Make sure we do not downgrade the firmware
|
|
196
|
+
fw_metadata = NabuCasaMetadata.from_json(fw_manifest.metadata)
|
|
197
|
+
fw_version = fw_metadata.get_public_version()
|
|
198
|
+
probed_fw_version = Version(self._probed_firmware_info.firmware_version)
|
|
199
|
+
|
|
200
|
+
if probed_fw_version >= fw_version:
|
|
201
|
+
_LOGGER.debug(
|
|
202
|
+
"Not downgrading firmware, installed %s is newer than available %s",
|
|
203
|
+
probed_fw_version,
|
|
204
|
+
fw_version,
|
|
205
|
+
)
|
|
206
|
+
return self.async_show_progress_done(next_step_id=next_step_id)
|
|
207
|
+
|
|
208
|
+
try:
|
|
209
|
+
fw_data = await client.async_fetch_firmware(fw_manifest)
|
|
210
|
+
except (TimeoutError, ClientError, ValueError):
|
|
211
|
+
_LOGGER.warning("Failed to fetch firmware update", exc_info=True)
|
|
212
|
+
|
|
213
|
+
# If we cannot download new firmware, we shouldn't block setup
|
|
214
|
+
if not firmware_install_required:
|
|
215
|
+
_LOGGER.debug(
|
|
216
|
+
"Skipping firmware upgrade due to image download failure"
|
|
217
|
+
)
|
|
218
|
+
return self.async_show_progress_done(next_step_id=next_step_id)
|
|
219
|
+
|
|
220
|
+
# Otherwise, fail
|
|
221
|
+
return self.async_show_progress_done(
|
|
222
|
+
next_step_id="firmware_download_failed"
|
|
223
|
+
)
|
|
159
224
|
|
|
160
|
-
fw_data = await client.async_fetch_firmware(fw_meta)
|
|
161
225
|
self.firmware_install_task = self.hass.async_create_task(
|
|
162
226
|
async_flash_silabs_firmware(
|
|
163
227
|
hass=self.hass,
|
|
@@ -183,8 +247,40 @@ class BaseFirmwareInstallFlow(ConfigEntryBaseFlow, ABC):
|
|
|
183
247
|
progress_task=self.firmware_install_task,
|
|
184
248
|
)
|
|
185
249
|
|
|
250
|
+
try:
|
|
251
|
+
await self.firmware_install_task
|
|
252
|
+
except HomeAssistantError:
|
|
253
|
+
_LOGGER.exception("Failed to flash firmware")
|
|
254
|
+
return self.async_show_progress_done(next_step_id="firmware_install_failed")
|
|
255
|
+
|
|
186
256
|
return self.async_show_progress_done(next_step_id=next_step_id)
|
|
187
257
|
|
|
258
|
+
async def async_step_firmware_download_failed(
|
|
259
|
+
self, user_input: dict[str, Any] | None = None
|
|
260
|
+
) -> ConfigFlowResult:
|
|
261
|
+
"""Abort when firmware download failed."""
|
|
262
|
+
assert self.installing_firmware_name is not None
|
|
263
|
+
return self.async_abort(
|
|
264
|
+
reason="fw_download_failed",
|
|
265
|
+
description_placeholders={
|
|
266
|
+
**self._get_translation_placeholders(),
|
|
267
|
+
"firmware_name": self.installing_firmware_name,
|
|
268
|
+
},
|
|
269
|
+
)
|
|
270
|
+
|
|
271
|
+
async def async_step_firmware_install_failed(
|
|
272
|
+
self, user_input: dict[str, Any] | None = None
|
|
273
|
+
) -> ConfigFlowResult:
|
|
274
|
+
"""Abort when firmware install failed."""
|
|
275
|
+
assert self.installing_firmware_name is not None
|
|
276
|
+
return self.async_abort(
|
|
277
|
+
reason="fw_install_failed",
|
|
278
|
+
description_placeholders={
|
|
279
|
+
**self._get_translation_placeholders(),
|
|
280
|
+
"firmware_name": self.installing_firmware_name,
|
|
281
|
+
},
|
|
282
|
+
)
|
|
283
|
+
|
|
188
284
|
async def async_step_pick_firmware_zigbee(
|
|
189
285
|
self, user_input: dict[str, Any] | None = None
|
|
190
286
|
) -> ConfigFlowResult:
|
|
@@ -215,6 +311,14 @@ class BaseFirmwareInstallFlow(ConfigEntryBaseFlow, ABC):
|
|
|
215
311
|
},
|
|
216
312
|
)
|
|
217
313
|
|
|
314
|
+
async def async_step_pre_confirm_zigbee(
|
|
315
|
+
self, user_input: dict[str, Any] | None = None
|
|
316
|
+
) -> ConfigFlowResult:
|
|
317
|
+
"""Pre-confirm Zigbee setup."""
|
|
318
|
+
|
|
319
|
+
# This step is necessary to prevent `user_input` from being passed through
|
|
320
|
+
return await self.async_step_confirm_zigbee()
|
|
321
|
+
|
|
218
322
|
async def async_step_confirm_zigbee(
|
|
219
323
|
self, user_input: dict[str, Any] | None = None
|
|
220
324
|
) -> ConfigFlowResult:
|
|
@@ -409,7 +513,15 @@ class BaseFirmwareInstallFlow(ConfigEntryBaseFlow, ABC):
|
|
|
409
513
|
finally:
|
|
410
514
|
self.addon_start_task = None
|
|
411
515
|
|
|
412
|
-
return self.async_show_progress_done(next_step_id="
|
|
516
|
+
return self.async_show_progress_done(next_step_id="pre_confirm_otbr")
|
|
517
|
+
|
|
518
|
+
async def async_step_pre_confirm_otbr(
|
|
519
|
+
self, user_input: dict[str, Any] | None = None
|
|
520
|
+
) -> ConfigFlowResult:
|
|
521
|
+
"""Pre-confirm OTBR setup."""
|
|
522
|
+
|
|
523
|
+
# This step is necessary to prevent `user_input` from being passed through
|
|
524
|
+
return await self.async_step_confirm_otbr()
|
|
413
525
|
|
|
414
526
|
async def async_step_confirm_otbr(
|
|
415
527
|
self, user_input: dict[str, Any] | None = None
|
|
@@ -36,7 +36,9 @@
|
|
|
36
36
|
"otbr_addon_already_running": "The OpenThread Border Router add-on is already running, it cannot be installed again.",
|
|
37
37
|
"zha_still_using_stick": "This {model} is in use by the Zigbee Home Automation integration. Please migrate your Zigbee network to another adapter or delete the integration and try again.",
|
|
38
38
|
"otbr_still_using_stick": "This {model} is in use by the OpenThread Border Router add-on. If you use the Thread network, make sure you have alternative border routers. Uninstall the add-on and try again.",
|
|
39
|
-
"unsupported_firmware": "The radio firmware on your {model} could not be determined. Make sure that no other integration or add-on is currently trying to communicate with the device. If you are running Home Assistant OS in a virtual machine or in Docker, please make sure that permissions are set correctly for the device."
|
|
39
|
+
"unsupported_firmware": "The radio firmware on your {model} could not be determined. Make sure that no other integration or add-on is currently trying to communicate with the device. If you are running Home Assistant OS in a virtual machine or in Docker, please make sure that permissions are set correctly for the device.",
|
|
40
|
+
"fw_download_failed": "{firmware_name} firmware for your {model} failed to download. Make sure Home Assistant has internet access and try again.",
|
|
41
|
+
"fw_install_failed": "{firmware_name} firmware failed to install, check Home Assistant logs for more information."
|
|
40
42
|
},
|
|
41
43
|
"progress": {
|
|
42
44
|
"install_firmware": "Please wait while {firmware_name} firmware is installed to your {model}, this will take a few minutes. Do not make any changes to your hardware or software until this finishes."
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
"firmware_picker": {
|
|
3
3
|
"options": {
|
|
4
4
|
"abort": {
|
|
5
|
+
"fw_download_failed": "Download der {firmware_name}-Firmware f\u00fcr deinen {model} fehlgeschlagen. Stelle sicher, dass Home Assistant einen Internetzugang hat und versuche es erneut.",
|
|
6
|
+
"fw_install_failed": "Die Installation der {firmware_name}-Firmware ist fehlgeschlagen. Weitere Informationen findest du in den Protokollen von Home Assistant.",
|
|
5
7
|
"not_hassio_thread": "Das OpenThread Border Router-Add-on kann nur mit Home Assistant OS installiert werden. Wenn du das {model} als Thread Border Router verwenden m\u00f6chtest, flashe die Firmware bitte manuell mit dem [Web Flasher]({docs_web_flasher_url}) und richte den OpenThread Border Router f\u00fcr die Kommunikation damit ein.",
|
|
6
8
|
"otbr_addon_already_running": "Das OpenThread Border Router-Add-on wird bereits ausgef\u00fchrt und kann nicht erneut installiert werden.",
|
|
7
9
|
"otbr_still_using_stick": "Dieses {model} wird vom OpenThread Border Router-Add-on verwendet. Wenn du das Thread-Netzwerk verwendest, stelle sicher, dass du alternative Border-Router hast. Deinstalliere das Add-on und versuche es erneut.",
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"firmware_picker": {
|
|
3
3
|
"options": {
|
|
4
4
|
"abort": {
|
|
5
|
+
"fw_download_failed": "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03bb\u03ae\u03c8\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03c5\u03bb\u03b9\u03ba\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03b9\u03ba\u03bf\u03cd {firmware_name} \u03b3\u03b9\u03b1 \u03c4\u03bf {model} \u03c3\u03b1\u03c2. \u0392\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03c4\u03bf Home Assistant \u03ad\u03c7\u03b5\u03b9 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03bf \u03b4\u03b9\u03b1\u03b4\u03af\u03ba\u03c4\u03c5\u03bf \u03ba\u03b1\u03b9 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.",
|
|
5
6
|
"not_hassio_thread": "\u03a4\u03bf \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf OpenThread Border Router \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03b1\u03b8\u03b5\u03af \u03bc\u03cc\u03bd\u03bf \u03bc\u03b5 \u03c4\u03bf Home Assistant OS. \u0395\u03ac\u03bd \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf {model} \u03c9\u03c2 Thread border router, \u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03ba\u03ac\u03bd\u03c4\u03b5 flash \u03c4\u03bf \u03c5\u03bb\u03b9\u03ba\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03b9\u03ba\u03cc \u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf [web flasher]({docs_web_flasher_url}) \u03ba\u03b1\u03b9 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03c4\u03b5 \u03c4\u03bf OpenThread Border Router \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03b5\u03af \u03bc\u03b1\u03b6\u03af \u03c4\u03bf\u03c5.",
|
|
6
7
|
"otbr_addon_already_running": "\u03a4\u03bf \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf OpenThread Border Router \u03b5\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9 \u03ae\u03b4\u03b7, \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03b1\u03b8\u03b5\u03af \u03be\u03b1\u03bd\u03ac.",
|
|
7
8
|
"otbr_still_using_stick": "\u0391\u03c5\u03c4\u03cc \u03c4\u03bf {model} \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03bf \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf OpenThread Border Router. \u0395\u03ac\u03bd \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b5 \u03c4\u03bf \u03b4\u03af\u03ba\u03c4\u03c5\u03bf Thread, \u03b2\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03b5\u03bd\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac Border Routers. \u0391\u03c0\u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf \u03ba\u03b1\u03b9 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac.",
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"firmware_picker": {
|
|
3
3
|
"options": {
|
|
4
4
|
"abort": {
|
|
5
|
+
"fw_download_failed": "{firmware_name} firmware for your {model} failed to download. Make sure Home Assistant has internet access and try again.",
|
|
5
6
|
"not_hassio_thread": "The OpenThread Border Router add-on can only be installed with Home Assistant OS. If you would like to use the {model} as a Thread border router, please flash the firmware manually using the [web flasher]({docs_web_flasher_url}) and set up OpenThread Border Router to communicate with it.",
|
|
6
7
|
"otbr_addon_already_running": "The OpenThread Border Router add-on is already running, it cannot be installed again.",
|
|
7
8
|
"otbr_still_using_stick": "This {model} is in use by the OpenThread Border Router add-on. If you use the Thread network, make sure you have alternative border routers. Uninstall the add-on and try again.",
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
"firmware_picker": {
|
|
3
3
|
"options": {
|
|
4
4
|
"abort": {
|
|
5
|
+
"fw_download_failed": "{firmware_name} firmware for your {model} failed to download. Make sure Home Assistant has internet access and try again.",
|
|
6
|
+
"fw_install_failed": "{firmware_name} firmware failed to install, check Home Assistant logs for more information.",
|
|
5
7
|
"not_hassio_thread": "The OpenThread Border Router add-on can only be installed with Home Assistant OS. If you would like to use the {model} as a Thread border router, please flash the firmware manually using the [web flasher]({docs_web_flasher_url}) and set up OpenThread Border Router to communicate with it.",
|
|
6
8
|
"otbr_addon_already_running": "The OpenThread Border Router add-on is already running, it cannot be installed again.",
|
|
7
9
|
"otbr_still_using_stick": "This {model} is in use by the OpenThread Border Router add-on. If you use the Thread network, make sure you have alternative border routers. Uninstall the add-on and try again.",
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"firmware_picker": {
|
|
3
3
|
"options": {
|
|
4
4
|
"abort": {
|
|
5
|
+
"fw_download_failed": "No se pudo descargar el firmware {firmware_name} para tu {model}. Aseg\u00farate de que Home Assistant tenga acceso a internet e int\u00e9ntalo de nuevo.",
|
|
5
6
|
"not_hassio_thread": "El complemento OpenThread Border Router solo se puede instalar con Home Assistant OS. Si quieres utilizar {model} como Thread Border Router, por favor, actualiza el firmware manualmente mediante el [web flasher]({docs_web_flasher_url}) y configura OpenThread Border Router para que se comunique con \u00e9l.",
|
|
6
7
|
"otbr_addon_already_running": "El complemento OpenThread Border Router ya se est\u00e1 ejecutando y no se puede volver a instalar.",
|
|
7
8
|
"otbr_still_using_stick": "{model} es utilizado por el complemento OpenThread Border Router. Si utilizas la red Thread, aseg\u00farate de tener routers fronterizos alternativos. Desinstala el complemento y vuelve a intentarlo.",
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"firmware_picker": {
|
|
3
3
|
"options": {
|
|
4
4
|
"abort": {
|
|
5
|
+
"fw_download_failed": "{model} p\u00fcsivara {firmware_name} allalaadimine nurjus. Veendu, et Home Assistantil oleks interneti\u00fchendus ja proovi uuesti.",
|
|
5
6
|
"not_hassio_thread": "OpenThread Border Routeri lisandmoodulit saab installida ainult koos Home Assistant OS-iga. Kui soovid kasutada mudelit {model} lpiiriruuterina, paigalda p\u00fcsivara k\u00e4sitsi, kasutades [web flasherit] ( {docs_web_flasher_url} ) ja seadista OpenThread Border Router sellega suhtlemiseks.",
|
|
6
7
|
"otbr_addon_already_running": "OpenThread Border Router lisandmoodul on juba k\u00e4ivitatud, seda ei saa uuesti paigaldada.",
|
|
7
8
|
"otbr_still_using_stick": "Seda {model} kasutab OpenThread Border Router lisa. Kui kasutad Thread-v\u00f5rku, veendu, et olemas on alternatiivsed piiriruuterid. Eemalda lisandmoodul ja proovi uuesti.",
|
|
@@ -2,12 +2,16 @@
|
|
|
2
2
|
"firmware_picker": {
|
|
3
3
|
"options": {
|
|
4
4
|
"abort": {
|
|
5
|
+
"fw_download_failed": "\u00c9chec du t\u00e9l\u00e9chargement du micrologiciel {firmware_name} pour votre {model}. Assurez-vous que Home Assistant dispose d'une connexion Internet et r\u00e9essayez.",
|
|
5
6
|
"not_hassio_thread": "Le module compl\u00e9mentaire OpenThread Border Router ne peut \u00eatre install\u00e9 qu\u2019avec le syst\u00e8me d\u2019exploitation Home Assistant. Si vous souhaitez utiliser le {model} comme routeur de bordure Thread, veuillez flasher le micrologiciel manuellement \u00e0 l'aide du [web flasher]({docs_web_flasher_url}) et configurer OpenThread Border Router pour communiquer avec lui.",
|
|
6
7
|
"otbr_addon_already_running": "Le module compl\u00e9mentaire OpenThread Border Router est d\u00e9j\u00e0 en cours d\u2019ex\u00e9cution, il ne peut pas \u00eatre r\u00e9install\u00e9.",
|
|
7
8
|
"otbr_still_using_stick": "Ce {model} est utilis\u00e9 par le module compl\u00e9mentaire OpenThread Border Router. Si vous utilisez le r\u00e9seau Thread, assurez-vous de disposer de routeurs de bordure alternatifs. D\u00e9sinstallez le module compl\u00e9mentaire et r\u00e9essayez.",
|
|
8
9
|
"unsupported_firmware": "Impossible de d\u00e9terminer le micrologiciel radio de votre {model}. Assurez-vous qu'aucune autre int\u00e9gration ou module compl\u00e9mentaire n'essaie actuellement de communiquer avec l'appareil. Si vous ex\u00e9cutez Home Assistant OS sur une machine virtuelle ou dans Docker, assurez-vous que les autorisations sont correctement d\u00e9finies pour l'appareil.",
|
|
9
10
|
"zha_still_using_stick": "Ce {model} est utilis\u00e9 par l'int\u00e9gration Zigbee Home Automation. Veuillez migrer votre r\u00e9seau Zigbee vers un autre adaptateur ou supprimer l'int\u00e9gration et r\u00e9essayer."
|
|
10
11
|
},
|
|
12
|
+
"progress": {
|
|
13
|
+
"install_firmware": "Veuillez patienter pendant l'installation du micrologiciel {firmware_name} sur votre {model}. Cette op\u00e9ration prendra quelques minutes. N'apportez aucune modification \u00e0 votre mat\u00e9riel ou logiciel avant la fin de l'installation."
|
|
14
|
+
},
|
|
11
15
|
"step": {
|
|
12
16
|
"confirm_otbr": {
|
|
13
17
|
"description": "Votre {model} est d\u00e9sormais un OpenThread Border Router et appara\u00eetra dans l'int\u00e9gration Thread.",
|
|
@@ -2,12 +2,16 @@
|
|
|
2
2
|
"firmware_picker": {
|
|
3
3
|
"options": {
|
|
4
4
|
"abort": {
|
|
5
|
+
"fw_download_failed": "A(z) {firmware_name} firmware let\u00f6lt\u00e9se a(z) {model} eszk\u00f6zh\u00f6z nem siker\u00fclt. Gy\u0151z\u0151dj\u00f6n meg r\u00f3la, hogy a Home Assistant rendelkezik internetkapcsolattal, majd pr\u00f3b\u00e1lja meg \u00fajra.",
|
|
5
6
|
"not_hassio_thread": "Az OpenThread border router b\u0151v\u00edtm\u00e9ny csak a Home Assistant OS rendszeren telep\u00edthet\u0151. Ha a(z) {model} eszk\u00f6zt Thread \u00fatv\u00e1laszt\u00f3k\u00e9nt szeretn\u00e9 haszn\u00e1lni, manu\u00e1lisan friss\u00edtse a firmware-t a [web flasher]({docs_web_flasher_url} seg\u00edts\u00e9g\u00e9vel, majd \u00e1ll\u00edtsa be az OpenThread border routert a kommunik\u00e1ci\u00f3hoz.",
|
|
6
7
|
"otbr_addon_already_running": "Az OpenThread Thread \u00fatv\u00e1laszt\u00f3 b\u0151v\u00edtm\u00e9ny m\u00e1r fut, nem telep\u00edthet\u0151 \u00fajra.",
|
|
7
8
|
"otbr_still_using_stick": "Ezt a(z) {model} modellt az OpenThread Thread \u00fatv\u00e1laszt\u00f3 b\u0151v\u00edtm\u00e9ny haszn\u00e1lja. Ha haszn\u00e1lja a Thread h\u00e1l\u00f3zatot, gy\u0151z\u0151dj\u00f6n meg r\u00f3la, hogy rendelkezik alternat\u00edv Thread \u00fatv\u00e1laszt\u00f3val. T\u00e1vol\u00edtsa el a b\u0151v\u00edtm\u00e9nyt \u00e9s pr\u00f3b\u00e1lja meg \u00fajra.",
|
|
8
9
|
"unsupported_firmware": "A(z) {model} eszk\u00f6z r\u00e1di\u00f3firmware-je nem \u00e1llap\u00edthat\u00f3 meg. Gy\u0151z\u0151dj\u00f6n meg r\u00f3la, hogy nincs m\u00e1s integr\u00e1ci\u00f3 vagy b\u0151v\u00edtm\u00e9ny, amely megpr\u00f3b\u00e1l kommunik\u00e1lni az eszk\u00f6zzel. Ha a Home Assistant OS-t virtu\u00e1lis g\u00e9pen vagy Dockerben futtatja, ellen\u0151rizze, hogy az eszk\u00f6z jogosults\u00e1gai helyesen vannak be\u00e1ll\u00edtva.",
|
|
9
10
|
"zha_still_using_stick": "Ezt a(z) {model} modellt a Zigbee Home Automation integr\u00e1ci\u00f3 haszn\u00e1lja. K\u00e9rj\u00fck, migr\u00e1lja Zigbee h\u00e1l\u00f3zat\u00e1t egy m\u00e1sik adapterre vagy t\u00f6r\u00f6lje az integr\u00e1ci\u00f3t \u00e9s pr\u00f3b\u00e1lja \u00fajra."
|
|
10
11
|
},
|
|
12
|
+
"progress": {
|
|
13
|
+
"install_firmware": "V\u00e1rjon, am\u00edg a(z) {firmware_name} firmware telep\u00edt\u00e9sre ker\u00fcl a(z) {model} eszk\u00f6zre, ez n\u00e9h\u00e1ny percet vehet ig\u00e9nybe. Ne m\u00f3dos\u00edtson semmit a hardveren vagy a szoftveren, am\u00edg a folyamat be nem fejez\u0151dik."
|
|
14
|
+
},
|
|
11
15
|
"step": {
|
|
12
16
|
"confirm_otbr": {
|
|
13
17
|
"description": "A(z) {model} mostant\u00f3l OpenThread \u00fatv\u00e1laszt\u00f3k\u00e9nt m\u0171k\u00f6dik, \u00e9s meg fog jelenni a Thread integr\u00e1ci\u00f3ban.",
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"firmware_picker": {
|
|
3
3
|
"options": {
|
|
4
|
+
"abort": {
|
|
5
|
+
"fw_download_failed": "Il firmware {firmware_name} per il tuo {model} non \u00e8 stato scaricato. Assicurati che Home Assistant abbia accesso a internet e riprova."
|
|
6
|
+
},
|
|
7
|
+
"progress": {
|
|
8
|
+
"install_firmware": "Attendere mentre il firmware {firmware_name} viene installato sul tuo {model}, l'operazione richieder\u00e0 alcuni minuti. Non apportare modifiche all'hardware o al software fino al completamento dell'operazione."
|
|
9
|
+
},
|
|
4
10
|
"step": {
|
|
5
11
|
"pick_firmware": {
|
|
6
12
|
"menu_options": {
|
|
@@ -2,10 +2,14 @@
|
|
|
2
2
|
"firmware_picker": {
|
|
3
3
|
"options": {
|
|
4
4
|
"abort": {
|
|
5
|
+
"fw_download_failed": "{model}\u306e\u30d5\u30a1\u30fc\u30e0\u30a6\u30a7\u30a2{firmware_name}\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002Home Assistant \u304c\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3001\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",
|
|
5
6
|
"otbr_addon_already_running": "OpenThread Border Router \u30a2\u30c9\u30aa\u30f3\u306f\u3059\u3067\u306b\u5b9f\u884c\u3055\u308c\u3066\u3044\u308b\u305f\u3081\u3001\u518d\u5ea6\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002",
|
|
6
7
|
"otbr_still_using_stick": "\u3053\u306e{model} OpenThread Border Router \u30a2\u30c9\u30aa\u30f3\u306b\u3088\u3063\u3066\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002Thread \u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u306f\u3001\u4ee3\u66ff\u306e\u5883\u754c\u30eb\u30fc\u30bf\u30fc\u304c\u3042\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30a2\u30c9\u30aa\u30f3\u3092\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u3001\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",
|
|
7
8
|
"zha_still_using_stick": "\u3053\u306e{model} Zigbee \u30db\u30fc\u30e0 \u30aa\u30fc\u30c8\u30e1\u30fc\u30b7\u30e7\u30f3\u7d71\u5408\u306b\u3088\u3063\u3066\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002Zigbee \u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u5225\u306e\u30a2\u30c0\u30d7\u30bf\u306b\u79fb\u884c\u3059\u308b\u304b\u3001\u7d71\u5408\u3092\u524a\u9664\u3057\u3066\u3082\u3046\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002"
|
|
8
9
|
},
|
|
10
|
+
"progress": {
|
|
11
|
+
"install_firmware": "{firmware_name}\u30d5\u30a1\u30fc\u30e0\u30a6\u30a7\u30a2\u304c{model}\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u308b\u307e\u3067\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002\u6570\u5206\u304b\u304b\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u5b8c\u4e86\u3059\u308b\u307e\u3067\u3001\u30cf\u30fc\u30c9\u30a6\u30a7\u30a2\u3084\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u306b\u5909\u66f4\u3092\u52a0\u3048\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002"
|
|
12
|
+
},
|
|
9
13
|
"step": {
|
|
10
14
|
"confirm_otbr": {
|
|
11
15
|
"title": "OpenThread\u30dc\u30fc\u30c0\u30fc\u30eb\u30fc\u30bf\u30fc\u306e\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u5b8c\u4e86"
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"firmware_picker": {
|
|
3
3
|
"options": {
|
|
4
4
|
"abort": {
|
|
5
|
+
"fw_download_failed": "Falha no download do firmware {firmware_name} para o seu {model}. Certifique-se de que o Home Assistant tem acesso \u00e0 Internet e tente novamente.",
|
|
5
6
|
"not_hassio_thread": "O suplemento OpenThread Border Router s\u00f3 pode ser instalado com o Home Assistant OS. Se quiser usar o {model} como router de borda Thread, por favor, atualize o firmware manualmente usando o [web flasher]({docs_web_flasher_url}) e configure o OpenThread Border Router para comunicar com ele.",
|
|
6
7
|
"otbr_addon_already_running": "O add-on OpenThread Border Router j\u00e1 est\u00e1 em execu\u00e7\u00e3o, n\u00e3o pode ser instalado novamente.",
|
|
7
8
|
"otbr_still_using_stick": "Este {model} est\u00e1 a ser utilizado pelo add-on OpenThread Border Router. Se utilizar a rede Thread, certifique-se de que tem routers de borda alternativos. Desinstale o add-on e tente novamente.",
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"firmware_picker": {
|
|
3
3
|
"options": {
|
|
4
4
|
"abort": {
|
|
5
|
+
"fw_download_failed": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043f\u0440\u043e\u0448\u0438\u0432\u043a\u0443 {firmware_name} \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e {model}. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e Home Assistant \u0438\u043c\u0435\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0443, \u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0441\u043d\u043e\u0432\u0430.",
|
|
5
6
|
"not_hassio_thread": "\u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \"OpenThread Border Router\" \u043c\u043e\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0432 Home Assistant OS. \u0415\u0441\u043b\u0438 \u0412\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c {model} \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0433\u0440\u0430\u043d\u0438\u0447\u043d\u043e\u0433\u043e \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440\u0430 Thread, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u043f\u0440\u043e\u0448\u0438\u0432\u043a\u0443 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e [web flasher]({docs_web_flasher_url}) \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 OpenThread Border Router \u0434\u043b\u044f \u0441\u0432\u044f\u0437\u0438 \u0441 \u043d\u0438\u043c.",
|
|
6
7
|
"otbr_addon_already_running": "\u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 OpenThread Border Router \u0443\u0436\u0435 \u0437\u0430\u043f\u0443\u0449\u0435\u043d\u043e, \u0435\u0433\u043e \u043d\u0435\u043b\u044c\u0437\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043d\u043e\u0432\u0430.",
|
|
7
8
|
"otbr_still_using_stick": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e {model} \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435\u043c \"OpenThread Border Router\". \u0415\u0441\u043b\u0438 \u0441\u0435\u0442\u044c Thread \u0441\u0435\u0439\u0447\u0430\u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0443 \u0412\u0430\u0441 \u0435\u0441\u0442\u044c \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u0433\u0440\u0430\u043d\u0438\u0447\u043d\u044b\u0435 \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440\u044b. \u0423\u0434\u0430\u043b\u0438\u0442\u0435 \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.",
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"firmware_picker": {
|
|
3
3
|
"options": {
|
|
4
4
|
"abort": {
|
|
5
|
+
"fw_download_failed": "{firmware_name} firmv\u00e9r pre v\u00e1\u0161 {model} sa nepodarilo stiahnu\u0165. Uistite sa, \u017ee aplik\u00e1cia Home Assistant m\u00e1 pr\u00edstup na internet a sk\u00faste to znova.",
|
|
5
6
|
"not_hassio_thread": "Doplnok OpenThread Border Router je mo\u017en\u00e9 nain\u0161talova\u0165 len s opera\u010dn\u00fdm syst\u00e9mom Home Assistant. Ak chcete pou\u017e\u00edva\u0165 {model} ako Thread border router, flashnite firmv\u00e9r manu\u00e1lne pomocou [web flasher]({docs_web_flasher_url}) a nastavte OpenThread Border Router, aby s n\u00edm komunikoval.",
|
|
6
7
|
"otbr_addon_already_running": "Doplnok OpenThread Border Router je u\u017e spusten\u00fd, nie je mo\u017en\u00e9 ho znova nain\u0161talova\u0165.",
|
|
7
8
|
"otbr_still_using_stick": "T\u00fato str\u00e1nku {model} pou\u017e\u00edva doplnok OpenThread Border Router. Ak pou\u017e\u00edvate sie\u0165 Thread, uistite sa, \u017ee m\u00e1te alternat\u00edvne Border Routre. Odin\u0161talujte doplnok a sk\u00faste to znova.",
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"firmware_picker": {
|
|
3
3
|
"options": {
|
|
4
4
|
"abort": {
|
|
5
|
+
"fw_download_failed": "Kunde inte ladda ner firmware {firmware_name} f\u00f6r din {model}. Kontrollera att Home Assistant har tillg\u00e5ng till internet och f\u00f6rs\u00f6k igen.",
|
|
5
6
|
"not_hassio_thread": "Till\u00e4gget OpenThread Border Router kan endast installeras med Home Assistant OS. Om du vill anv\u00e4nda {model} som en Thread Border Router, flasha den fasta programvaran manuellt med hj\u00e4lp av [web flasher]({docs_web_flasher_url}) och st\u00e4ll in OpenThread Border Router f\u00f6r att kommunicera med den.",
|
|
6
7
|
"otbr_addon_already_running": "Till\u00e4gget OpenThread-gr\u00e4nsrouter \u00e4r redan ig\u00e5ng, det kan inte installeras igen.",
|
|
7
8
|
"otbr_still_using_stick": "Denna {model} anv\u00e4nds av till\u00e4gget OpenThread-gr\u00e4nsrouter. Om du anv\u00e4nder Thread-n\u00e4tverket, se till att du har alternativa gr\u00e4nsroutrar. Avinstallera till\u00e4gget och f\u00f6rs\u00f6k igen.",
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"firmware_picker": {
|
|
3
3
|
"options": {
|
|
4
4
|
"abort": {
|
|
5
|
+
"fw_download_failed": "\u60a8\u201c{model}\u201d\u7684 {firmware_name} \u56fa\u4ef6\u4e0b\u8f7d\u5931\u8d25\u3002\u8bf7\u786e\u4fdd Home Assistant \u53ef\u4ee5\u8bbf\u95ee\u4e92\u8054\u7f51\uff0c\u7136\u540e\u91cd\u8bd5\u3002",
|
|
5
6
|
"not_hassio_thread": "OpenThread \u8fb9\u754c\u8def\u7531\u5668\u52a0\u8f7d\u9879\u53ea\u80fd\u5b89\u88c5\u5230 Home Assistant OS \u3002\u5982\u679c\u60a8\u60f3\u8981\u5c06\u201c{model}\u201d\u7528\u4f5c Thread \u8fb9\u754c\u8def\u7531\u5668\uff0c\u8bf7\u4f7f\u7528\u3010web \u5237\u65b0\u7a0b\u5e8f\u3011({docs_web_flasher_url}) \u624b\u52a8\u5237\u65b0\u56fa\u4ef6\uff0c\u5e76\u8bbe\u7f6e OpenThread \u8fb9\u754c\u8def\u7531\u5668\u4e0e\u5176\u901a\u4fe1\u3002",
|
|
6
7
|
"otbr_addon_already_running": "OpenThread \u8fb9\u754c\u8def\u7531\u5668\u52a0\u8f7d\u9879\u5df2\u5728\u8fd0\u884c\u4e2d\uff0c\u65e0\u6cd5\u518d\u6b21\u5b89\u88c5\u3002",
|
|
7
8
|
"otbr_still_using_stick": "\u6b64\u201c{model}\u201d\u6b63\u7531 OpenThread \u8fb9\u754c\u8def\u7531\u5668\u52a0\u8f7d\u9879\u4f7f\u7528\u3002\u5982\u679c\u60a8\u4f7f\u7528 Thread \u7f51\u7edc\uff0c\u8bf7\u786e\u4fdd\u60a8\u6709\u66ff\u4ee3\u8fb9\u754c\u8def\u7531\u5668\u3002\u5378\u8f7d\u6b64\u52a0\u8f7d\u9879\u5e76\u91cd\u8bd5\u3002",
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"firmware_picker": {
|
|
3
3
|
"options": {
|
|
4
4
|
"abort": {
|
|
5
|
+
"fw_download_failed": "{model} \u7684 {firmware_name} \u97cc\u9ad4\u4e0b\u8f09\u5931\u6557\u3002\u8acb\u78ba\u8a8d Home Assistant \u7db2\u8def\u9023\u7dda\uff0c\u7136\u5f8c\u518d\u8a66\u4e00\u6b21\u3002",
|
|
5
6
|
"not_hassio_thread": "OpenThread \u908a\u754c\u8def\u7531\u5668\u9644\u52a0\u5143\u4ef6\u53ea\u80fd\u5b89\u88dd\u65bc Home Assistant OS\u3002\u5982\u679c\u60a8\u60f3\u4f7f\u7528 {model} \u4f5c\u70baThread \u908a\u754c\u8def\u7531\u5668\uff0c\u8acb\u624b\u52d5\u4f7f\u7528 [web flasher]({docs_web_flasher_url}) \u5237\u5beb\u65b0\u97cc\u9ad4\uff0c\u4e26\u8a2d\u5b9a OpenThread \u908a\u754c\u8def\u7531\u5668\u9032\u884c\u901a\u8a0a\u3002",
|
|
6
7
|
"otbr_addon_already_running": "OpenThread \u908a\u754c\u8def\u7531\u5668\uff08OTBR\uff09\u9644\u52a0\u5143\u4ef6\u5df2\u5728\u57f7\u884c\u4e2d\u3001\u7121\u6cd5\u518d\u6b21\u5b89\u88dd\u3002",
|
|
7
8
|
"otbr_still_using_stick": "\u8a72 {model} \u6b63\u7531 OpenThread \u908a\u754c\u8def\u7531\u5668\u9644\u52a0\u5143\u4ef6\u4f7f\u7528\u4e2d\u3002\u5047\u5982\u6b63\u4f7f\u7528 Thread \u7db2\u8def\u3001\u8acb\u78ba\u5b9a\u5df2\u7d93\u64c1\u6709\u66ff\u4ee3\u7684\u908a\u754c\u8def\u7531\u5668\u3001\u79fb\u9664\u8a72\u9644\u52a0\u5143\u4ef6\u5f8c\u518d\u8a66\u4e00\u6b21\u3002",
|
|
@@ -93,7 +93,7 @@ class SkyConnectFirmwareMixin(ConfigEntryBaseFlow, FirmwareInstallFlowProtocol):
|
|
|
93
93
|
firmware_name="Zigbee",
|
|
94
94
|
expected_installed_firmware_type=ApplicationType.EZSP,
|
|
95
95
|
step_id="install_zigbee_firmware",
|
|
96
|
-
next_step_id="
|
|
96
|
+
next_step_id="pre_confirm_zigbee",
|
|
97
97
|
)
|
|
98
98
|
|
|
99
99
|
async def async_step_install_thread_firmware(
|