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
|
@@ -1 +1,22 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"services": {
|
|
3
|
+
"generate_data": {
|
|
4
|
+
"description": "Utilise l\u2019IA pour ex\u00e9cuter une t\u00e2che qui g\u00e9n\u00e8re des donn\u00e9es.",
|
|
5
|
+
"fields": {
|
|
6
|
+
"entity_id": {
|
|
7
|
+
"description": "ID de l'entit\u00e9 sur laquelle ex\u00e9cuter la t\u00e2che. Si aucun ID n\u2019est fourni, l'entit\u00e9 pr\u00e9f\u00e9r\u00e9e sera utilis\u00e9e.",
|
|
8
|
+
"name": "ID d'entit\u00e9"
|
|
9
|
+
},
|
|
10
|
+
"instructions": {
|
|
11
|
+
"description": "Instructions sur ce qui doit \u00eatre fait.",
|
|
12
|
+
"name": "Instructions"
|
|
13
|
+
},
|
|
14
|
+
"task_name": {
|
|
15
|
+
"description": "Nom de la t\u00e2che.",
|
|
16
|
+
"name": "Nom de la t\u00e2che"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"name": "G\u00e9n\u00e9rer des donn\u00e9es"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"services": {
|
|
3
|
+
"generate_data": {
|
|
4
|
+
"description": "Mesters\u00e9ges intelligencia haszn\u00e1lata egy adatgener\u00e1l\u00f3 feladat v\u00e9grehajt\u00e1s\u00e1ra.",
|
|
5
|
+
"fields": {
|
|
6
|
+
"entity_id": {
|
|
7
|
+
"description": "A feladat v\u00e9grehajt\u00e1s\u00e1hoz tartoz\u00f3 entit\u00e1s azonos\u00edt\u00f3ja. Ha nincs megadva, az alap\u00e9rtelmezett entit\u00e1s ker\u00fcl felhaszn\u00e1l\u00e1sra.",
|
|
8
|
+
"name": "Entit\u00e1sazonos\u00edt\u00f3"
|
|
9
|
+
},
|
|
10
|
+
"instructions": {
|
|
11
|
+
"description": "Mit kell elv\u00e9gezni \u2013 feladatra vonatkoz\u00f3 utas\u00edt\u00e1sok.",
|
|
12
|
+
"name": "Utas\u00edt\u00e1sok"
|
|
13
|
+
},
|
|
14
|
+
"task_name": {
|
|
15
|
+
"description": "A feladat neve.",
|
|
16
|
+
"name": "Feladat neve"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"name": "Adatok gener\u00e1l\u00e1sa"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"services": {
|
|
3
|
+
"generate_data": {
|
|
4
|
+
"description": "Utilizza l'IA per eseguire un'attivit\u00e0 che genera dati.",
|
|
5
|
+
"fields": {
|
|
6
|
+
"entity_id": {
|
|
7
|
+
"description": "ID dell'entit\u00e0 su cui eseguire l'attivit\u00e0. Se non specificato, verr\u00e0 utilizzata l'entit\u00e0 preferita.",
|
|
8
|
+
"name": "ID entit\u00e0"
|
|
9
|
+
},
|
|
10
|
+
"instructions": {
|
|
11
|
+
"description": "Istruzioni su ci\u00f2 che deve essere fatto.",
|
|
12
|
+
"name": "Istruzioni"
|
|
13
|
+
},
|
|
14
|
+
"task_name": {
|
|
15
|
+
"description": "Il nome dell'attivit\u00e0.",
|
|
16
|
+
"name": "Nome dell'attivit\u00e0"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"name": "Genera dati"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"services": {
|
|
3
|
+
"generate_data": {
|
|
4
|
+
"description": "AI \u3092\u4f7f\u7528\u3057\u3066\u3001\u30c7\u30fc\u30bf\u3092\u751f\u6210\u3059\u308b\u30bf\u30b9\u30af\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",
|
|
5
|
+
"fields": {
|
|
6
|
+
"entity_id": {
|
|
7
|
+
"description": "\u30bf\u30b9\u30af\u3092\u5b9f\u884c\u3059\u308b\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3ID\u3002\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u3001\u512a\u5148\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3\u304c\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002",
|
|
8
|
+
"name": "\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3ID"
|
|
9
|
+
},
|
|
10
|
+
"instructions": {
|
|
11
|
+
"description": "\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u624b\u9806\u306b\u95a2\u3059\u308b\u6307\u793a\u3002",
|
|
12
|
+
"name": "\u8aac\u660e\u66f8"
|
|
13
|
+
},
|
|
14
|
+
"task_name": {
|
|
15
|
+
"description": "\u30bf\u30b9\u30af\u306e\u540d\u524d\u3002"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "Jednor\u00e1zov\u00e9 heslo (OTP k\u00f3d)",
|
|
4
4
|
"data_description_code": "Jednor\u00e1zov\u00e9 heslo pro p\u0159ihl\u00e1\u0161en\u00ed k va\u0161emu \u00fa\u010dtu. V sou\u010dasn\u00e9 dob\u011b jsou podporov\u00e1ny jen tokeny z aplikac\u00ed OTP.",
|
|
5
|
+
"data_description_country": "Zem\u011b, kde je v\u00e1\u0161 \u00fa\u010det Amazon registrov\u00e1n.",
|
|
5
6
|
"data_description_password": "Heslo va\u0161eho \u00fa\u010dtu Amazon.",
|
|
6
7
|
"data_description_username": "E-mailov\u00e1 adresa va\u0161eho \u00fa\u010dtu Amazon."
|
|
7
8
|
},
|
|
@@ -21,12 +22,14 @@
|
|
|
21
22
|
"step": {
|
|
22
23
|
"user": {
|
|
23
24
|
"data": {
|
|
25
|
+
"code": "Jednor\u00e1zov\u00e9 heslo (OTP k\u00f3d)",
|
|
26
|
+
"country": "Zem\u011b",
|
|
24
27
|
"password": "Heslo",
|
|
25
28
|
"username": "U\u017eivatelsk\u00e9 jm\u00e9no"
|
|
26
29
|
},
|
|
27
30
|
"data_description": {
|
|
28
31
|
"code": "Jednor\u00e1zov\u00e9 heslo pro p\u0159ihl\u00e1\u0161en\u00ed k va\u0161emu \u00fa\u010dtu. V sou\u010dasn\u00e9 dob\u011b jsou podporov\u00e1ny jen tokeny z aplikac\u00ed OTP.",
|
|
29
|
-
"country": "Zem\u011b
|
|
32
|
+
"country": "Zem\u011b, kde je v\u00e1\u0161 \u00fa\u010det Amazon registrov\u00e1n.",
|
|
30
33
|
"password": "Heslo va\u0161eho \u00fa\u010dtu Amazon.",
|
|
31
34
|
"username": "E-mailov\u00e1 adresa va\u0161eho \u00fa\u010dtu Amazon."
|
|
32
35
|
}
|
|
@@ -67,5 +70,13 @@
|
|
|
67
70
|
"name": "Neru\u0161it"
|
|
68
71
|
}
|
|
69
72
|
}
|
|
73
|
+
},
|
|
74
|
+
"exceptions": {
|
|
75
|
+
"cannot_connect": {
|
|
76
|
+
"message": "Chyba p\u0159i p\u0159ipojov\u00e1n\u00ed: {error}"
|
|
77
|
+
},
|
|
78
|
+
"cannot_retrieve_data": {
|
|
79
|
+
"message": "Chyba p\u0159i na\u010d\u00edt\u00e1n\u00ed dat: {error}"
|
|
80
|
+
}
|
|
70
81
|
}
|
|
71
82
|
}
|
|
@@ -70,5 +70,13 @@
|
|
|
70
70
|
"name": "\u039c\u03b7\u03bd \u03b5\u03bd\u03bf\u03c7\u03bb\u03b5\u03af\u03c4\u03b5"
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
+
},
|
|
74
|
+
"exceptions": {
|
|
75
|
+
"cannot_connect": {
|
|
76
|
+
"message": "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2: {error}"
|
|
77
|
+
},
|
|
78
|
+
"cannot_retrieve_data": {
|
|
79
|
+
"message": "\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03bb\u03ae\u03c8\u03b7 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd: {error}"
|
|
80
|
+
}
|
|
73
81
|
}
|
|
74
82
|
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "Contrase\u00f1a de un solo uso (c\u00f3digo OTP)",
|
|
4
4
|
"data_description_code": "La contrase\u00f1a de un solo uso para iniciar sesi\u00f3n en tu cuenta. Actualmente, solo se admiten tokens de aplicaciones OTP.",
|
|
5
|
+
"data_description_country": "El pa\u00eds donde est\u00e1 registrada tu cuenta de Amazon.",
|
|
5
6
|
"data_description_password": "La contrase\u00f1a de tu cuenta de Amazon.",
|
|
6
7
|
"data_description_username": "La direcci\u00f3n de correo electr\u00f3nico de tu cuenta de Amazon."
|
|
7
8
|
},
|
|
@@ -21,12 +22,14 @@
|
|
|
21
22
|
"step": {
|
|
22
23
|
"user": {
|
|
23
24
|
"data": {
|
|
25
|
+
"code": "Contrase\u00f1a de un solo uso (c\u00f3digo OTP)",
|
|
26
|
+
"country": "Pa\u00eds",
|
|
24
27
|
"password": "Contrase\u00f1a",
|
|
25
28
|
"username": "Nombre de usuario"
|
|
26
29
|
},
|
|
27
30
|
"data_description": {
|
|
28
31
|
"code": "La contrase\u00f1a de un solo uso para iniciar sesi\u00f3n en tu cuenta. Actualmente, solo se admiten tokens de aplicaciones OTP.",
|
|
29
|
-
"country": "El pa\u00eds
|
|
32
|
+
"country": "El pa\u00eds donde est\u00e1 registrada tu cuenta de Amazon.",
|
|
30
33
|
"password": "La contrase\u00f1a de tu cuenta de Amazon.",
|
|
31
34
|
"username": "La direcci\u00f3n de correo electr\u00f3nico de tu cuenta de Amazon."
|
|
32
35
|
}
|
|
@@ -67,5 +70,13 @@
|
|
|
67
70
|
"name": "No molestar"
|
|
68
71
|
}
|
|
69
72
|
}
|
|
73
|
+
},
|
|
74
|
+
"exceptions": {
|
|
75
|
+
"cannot_connect": {
|
|
76
|
+
"message": "Error de conexi\u00f3n: {error}"
|
|
77
|
+
},
|
|
78
|
+
"cannot_retrieve_data": {
|
|
79
|
+
"message": "Error al recuperar datos: {error}"
|
|
80
|
+
}
|
|
70
81
|
}
|
|
71
82
|
}
|
|
@@ -70,5 +70,13 @@
|
|
|
70
70
|
"name": "\u00c4ra sega re\u017eiim"
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
+
},
|
|
74
|
+
"exceptions": {
|
|
75
|
+
"cannot_connect": {
|
|
76
|
+
"message": "T\u00f5rge \u00fchendamisel: {error}"
|
|
77
|
+
},
|
|
78
|
+
"cannot_retrieve_data": {
|
|
79
|
+
"message": "T\u00f5rge andmete toomisel: {error}"
|
|
80
|
+
}
|
|
73
81
|
}
|
|
74
82
|
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "Egyszer haszn\u00e1latos jelsz\u00f3 (OTP k\u00f3d)",
|
|
4
4
|
"data_description_code": "Az egyszer haszn\u00e1latos jelsz\u00f3 a fi\u00f3kba t\u00f6rt\u00e9n\u0151 bejelentkez\u00e9shez. Jelenleg csak OTP alkalmaz\u00e1sokb\u00f3l sz\u00e1rmaz\u00f3 tokenek t\u00e1mogatottak.",
|
|
5
|
+
"data_description_country": "Az orsz\u00e1g, ahol az Amazon-fi\u00f3kja regisztr\u00e1lva van.",
|
|
5
6
|
"data_description_password": "Az Amazon-fi\u00f3k jelszava.",
|
|
6
7
|
"data_description_username": "Az Amazon-fi\u00f3k e-mail c\u00edme."
|
|
7
8
|
},
|
|
@@ -21,12 +22,14 @@
|
|
|
21
22
|
"step": {
|
|
22
23
|
"user": {
|
|
23
24
|
"data": {
|
|
25
|
+
"code": "Egyszer haszn\u00e1latos jelsz\u00f3 (OTP k\u00f3d)",
|
|
26
|
+
"country": "Orsz\u00e1g",
|
|
24
27
|
"password": "Jelsz\u00f3",
|
|
25
28
|
"username": "Felhaszn\u00e1l\u00f3n\u00e9v"
|
|
26
29
|
},
|
|
27
30
|
"data_description": {
|
|
28
31
|
"code": "Az egyszer haszn\u00e1latos jelsz\u00f3 a fi\u00f3kba t\u00f6rt\u00e9n\u0151 bejelentkez\u00e9shez. Jelenleg csak OTP alkalmaz\u00e1sokb\u00f3l sz\u00e1rmaz\u00f3 tokenek t\u00e1mogatottak.",
|
|
29
|
-
"country": "Az Amazon-fi\
|
|
32
|
+
"country": "Az orsz\u00e1g, ahol az Amazon-fi\u00f3kja regisztr\u00e1lva van.",
|
|
30
33
|
"password": "Az Amazon-fi\u00f3k jelszava.",
|
|
31
34
|
"username": "Az Amazon-fi\u00f3k e-mail c\u00edme."
|
|
32
35
|
}
|
|
@@ -35,8 +38,23 @@
|
|
|
35
38
|
},
|
|
36
39
|
"entity": {
|
|
37
40
|
"binary_sensor": {
|
|
41
|
+
"baby_cry_detection": {
|
|
42
|
+
"name": "Baba s\u00edr\u00e1s"
|
|
43
|
+
},
|
|
44
|
+
"beeping_appliance_detection": {
|
|
45
|
+
"name": "S\u00edpol\u00f3 k\u00e9sz\u00fcl\u00e9k"
|
|
46
|
+
},
|
|
38
47
|
"bluetooth": {
|
|
39
48
|
"name": "Bluetooth"
|
|
49
|
+
},
|
|
50
|
+
"cough_detection": {
|
|
51
|
+
"name": "K\u00f6h\u00f6g\u00e9s"
|
|
52
|
+
},
|
|
53
|
+
"dog_bark_detection": {
|
|
54
|
+
"name": "Kutya ugat\u00e1sa"
|
|
55
|
+
},
|
|
56
|
+
"water_sounds_detection": {
|
|
57
|
+
"name": "V\u00edzcsobog\u00e1s"
|
|
40
58
|
}
|
|
41
59
|
},
|
|
42
60
|
"notify": {
|
|
@@ -52,5 +70,13 @@
|
|
|
52
70
|
"name": "Ne zavarj"
|
|
53
71
|
}
|
|
54
72
|
}
|
|
73
|
+
},
|
|
74
|
+
"exceptions": {
|
|
75
|
+
"cannot_connect": {
|
|
76
|
+
"message": "Hiba a csatlakoz\u00e1s sor\u00e1n: {error}"
|
|
77
|
+
},
|
|
78
|
+
"cannot_retrieve_data": {
|
|
79
|
+
"message": "Hiba az adatok lek\u00e9r\u00e9sekor: {error}"
|
|
80
|
+
}
|
|
55
81
|
}
|
|
56
82
|
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"entity": {
|
|
3
|
+
"binary_sensor": {
|
|
4
|
+
"baby_cry_detection": {
|
|
5
|
+
"name": "Bambino che piange"
|
|
6
|
+
},
|
|
7
|
+
"beeping_appliance_detection": {
|
|
8
|
+
"name": "Elettrodomestico che emette segnali acustici"
|
|
9
|
+
},
|
|
10
|
+
"cough_detection": {
|
|
11
|
+
"name": "Tosse"
|
|
12
|
+
},
|
|
13
|
+
"dog_bark_detection": {
|
|
14
|
+
"name": "Cane che abbaia"
|
|
15
|
+
},
|
|
16
|
+
"water_sounds_detection": {
|
|
17
|
+
"name": "Suoni dell'acqua"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"exceptions": {
|
|
22
|
+
"cannot_connect": {
|
|
23
|
+
"message": "Errore di connessione: {error}"
|
|
24
|
+
},
|
|
25
|
+
"cannot_retrieve_data": {
|
|
26
|
+
"message": "Errore durante il recupero dei dati: {error}"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"entity": {
|
|
3
|
+
"binary_sensor": {
|
|
4
|
+
"baby_cry_detection": {
|
|
5
|
+
"name": "\u8d64\u3061\u3083\u3093\u306e\u6ce3\u304d\u58f0"
|
|
6
|
+
},
|
|
7
|
+
"beeping_appliance_detection": {
|
|
8
|
+
"name": "\u30d3\u30fc\u30d7\u97f3\u6a5f\u5668"
|
|
9
|
+
},
|
|
10
|
+
"cough_detection": {
|
|
11
|
+
"name": "\u54b3"
|
|
12
|
+
},
|
|
13
|
+
"dog_bark_detection": {
|
|
14
|
+
"name": "\u72ac\u306e\u5420\u3048\u58f0"
|
|
15
|
+
},
|
|
16
|
+
"water_sounds_detection": {
|
|
17
|
+
"name": "\u6c34\u306e\u97f3"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"exceptions": {
|
|
22
|
+
"cannot_connect": {
|
|
23
|
+
"message": "\u63a5\u7d9a\u30a8\u30e9\u30fc: {error}"
|
|
24
|
+
},
|
|
25
|
+
"cannot_retrieve_data": {
|
|
26
|
+
"message": "\u30c7\u30fc\u30bf\u306e\u53d6\u5f97\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: {error}"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "Palavra-passe de uso \u00fanico (c\u00f3digo OTP)",
|
|
4
4
|
"data_description_code": "A palavra-passe de uso \u00fanico para iniciar sess\u00e3o na sua conta. Atualmente, apenas s\u00e3o suportados tokens de aplica\u00e7\u00f5es OTP.",
|
|
5
|
+
"data_description_country": "O pa\u00eds onde a sua conta Amazon est\u00e1 registada.",
|
|
5
6
|
"data_description_password": "A palavra-passe da sua conta Amazon.",
|
|
6
7
|
"data_description_username": "O endere\u00e7o de correio eletr\u00f3nico da sua conta Amazon."
|
|
7
8
|
},
|
|
@@ -21,12 +22,14 @@
|
|
|
21
22
|
"step": {
|
|
22
23
|
"user": {
|
|
23
24
|
"data": {
|
|
25
|
+
"code": "Palavra-passe de uso \u00fanico (c\u00f3digo OTP)",
|
|
26
|
+
"country": "Pa\u00eds",
|
|
24
27
|
"password": "Palavra-passe",
|
|
25
28
|
"username": "Nome de Utilizador"
|
|
26
29
|
},
|
|
27
30
|
"data_description": {
|
|
28
31
|
"code": "A palavra-passe de uso \u00fanico para iniciar sess\u00e3o na sua conta. Atualmente, apenas s\u00e3o suportados tokens de aplica\u00e7\u00f5es OTP.",
|
|
29
|
-
"country": "O pa\u00eds
|
|
32
|
+
"country": "O pa\u00eds onde a sua conta Amazon est\u00e1 registada.",
|
|
30
33
|
"password": "A palavra-passe da sua conta Amazon.",
|
|
31
34
|
"username": "O endere\u00e7o de correio eletr\u00f3nico da sua conta Amazon."
|
|
32
35
|
}
|
|
@@ -67,5 +70,13 @@
|
|
|
67
70
|
"name": "N\u00e3o incomodar"
|
|
68
71
|
}
|
|
69
72
|
}
|
|
73
|
+
},
|
|
74
|
+
"exceptions": {
|
|
75
|
+
"cannot_connect": {
|
|
76
|
+
"message": "Erro na liga\u00e7\u00e3o: {error}"
|
|
77
|
+
},
|
|
78
|
+
"cannot_retrieve_data": {
|
|
79
|
+
"message": "Erro ao recuperar dados: {error}"
|
|
80
|
+
}
|
|
70
81
|
}
|
|
71
82
|
}
|
|
@@ -70,5 +70,13 @@
|
|
|
70
70
|
"name": "Neru\u0161i\u0165"
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
+
},
|
|
74
|
+
"exceptions": {
|
|
75
|
+
"cannot_connect": {
|
|
76
|
+
"message": "Chyba pri prip\u00e1jan\u00ed: {error}"
|
|
77
|
+
},
|
|
78
|
+
"cannot_retrieve_data": {
|
|
79
|
+
"message": "Chyba pri na\u010d\u00edtan\u00ed \u00fadajov: {error}"
|
|
80
|
+
}
|
|
73
81
|
}
|
|
74
82
|
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"common": {
|
|
3
3
|
"data_code": "\u4e00\u6b21\u6027\u5bc6\u7801\uff08OTP \u4ee3\u7801\uff09",
|
|
4
4
|
"data_description_code": "\u7528\u4e8e\u767b\u5f55\u60a8\u8d26\u6237\u7684\u4e00\u6b21\u6027\u5bc6\u7801\u3002\u76ee\u524d\u4ec5\u652f\u6301\u6765\u81ea OTP \u5e94\u7528\u7a0b\u5e8f\u7684\u4ee4\u724c\u3002",
|
|
5
|
+
"data_description_country": "\u60a8\u4e9a\u9a6c\u900a\u8d26\u6237\u6ce8\u518c\u7684\u56fd\u5bb6/\u5730\u533a\u3002",
|
|
5
6
|
"data_description_password": "\u60a8\u7684\u4e9a\u9a6c\u900a\u8d26\u6237\u7684\u5bc6\u7801\u3002",
|
|
6
7
|
"data_description_username": "\u60a8\u7684\u4e9a\u9a6c\u900a\u8d26\u6237\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002"
|
|
7
8
|
},
|
|
@@ -21,12 +22,14 @@
|
|
|
21
22
|
"step": {
|
|
22
23
|
"user": {
|
|
23
24
|
"data": {
|
|
25
|
+
"code": "\u4e00\u6b21\u6027\u5bc6\u7801\uff08OTP \u4ee3\u7801\uff09",
|
|
26
|
+
"country": "\u56fd\u5bb6\u6216\u5730\u533a",
|
|
24
27
|
"password": "\u5bc6\u7801",
|
|
25
28
|
"username": "\u7528\u6237\u540d"
|
|
26
29
|
},
|
|
27
30
|
"data_description": {
|
|
28
31
|
"code": "\u7528\u4e8e\u767b\u5f55\u60a8\u8d26\u6237\u7684\u4e00\u6b21\u6027\u5bc6\u7801\u3002\u76ee\u524d\u4ec5\u652f\u6301\u6765\u81ea OTP \u5e94\u7528\u7a0b\u5e8f\u7684\u4ee4\u724c\u3002",
|
|
29
|
-
"country": "\u60a8\
|
|
32
|
+
"country": "\u60a8\u4e9a\u9a6c\u900a\u8d26\u6237\u6ce8\u518c\u7684\u56fd\u5bb6/\u5730\u533a\u3002",
|
|
30
33
|
"password": "\u60a8\u7684\u4e9a\u9a6c\u900a\u8d26\u6237\u7684\u5bc6\u7801\u3002",
|
|
31
34
|
"username": "\u60a8\u7684\u4e9a\u9a6c\u900a\u8d26\u6237\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002"
|
|
32
35
|
}
|
|
@@ -67,5 +70,13 @@
|
|
|
67
70
|
"name": "\u8bf7\u52ff\u6253\u6270"
|
|
68
71
|
}
|
|
69
72
|
}
|
|
73
|
+
},
|
|
74
|
+
"exceptions": {
|
|
75
|
+
"cannot_connect": {
|
|
76
|
+
"message": "\u8fde\u63a5\u9519\u8bef\uff1a{error}"
|
|
77
|
+
},
|
|
78
|
+
"cannot_retrieve_data": {
|
|
79
|
+
"message": "\u68c0\u7d22\u6570\u636e\u65f6\u51fa\u9519\uff1a{error}"
|
|
80
|
+
}
|
|
70
81
|
}
|
|
71
82
|
}
|
|
@@ -70,5 +70,13 @@
|
|
|
70
70
|
"name": "\u52ff\u64fe"
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
+
},
|
|
74
|
+
"exceptions": {
|
|
75
|
+
"cannot_connect": {
|
|
76
|
+
"message": "\u9023\u7dda\u932f\u8aa4\uff1a{error}"
|
|
77
|
+
},
|
|
78
|
+
"cannot_retrieve_data": {
|
|
79
|
+
"message": "\u7372\u53d6\u8cc7\u6599\u6642\u767c\u751f\u932f\u8aa4\uff1a{error}"
|
|
80
|
+
}
|
|
73
81
|
}
|
|
74
82
|
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van",
|
|
5
|
+
"no_devices_found": "Nem tal\u00e1lhat\u00f3 eszk\u00f6z a h\u00e1l\u00f3zaton"
|
|
6
|
+
},
|
|
7
|
+
"error": {
|
|
8
|
+
"no_device_found": "Sikertelen csatlakoz\u00e1s"
|
|
9
|
+
},
|
|
10
|
+
"flow_title": "{name}",
|
|
11
|
+
"step": {
|
|
12
|
+
"discovery_confirm": {
|
|
13
|
+
"description": "El k\u00edv\u00e1nja kezdeni a(z) {model} be\u00e1ll\u00edt\u00e1s\u00e1t?"
|
|
14
|
+
},
|
|
15
|
+
"user": {
|
|
16
|
+
"data": {
|
|
17
|
+
"host": "Hoszt"
|
|
18
|
+
},
|
|
19
|
+
"data_description": {
|
|
20
|
+
"host": "Az Altruist IP-c\u00edme vagy hosztneve a helyi h\u00e1l\u00f3zatban"
|
|
21
|
+
},
|
|
22
|
+
"description": "Adja meg az Altruist IP-c\u00edm\u00e9t vagy hosztnev\u00e9t a helyi h\u00e1l\u00f3zatban"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"entity": {
|
|
27
|
+
"sensor": {
|
|
28
|
+
"co2": {
|
|
29
|
+
"name": "{sensor_name} CO\u2082"
|
|
30
|
+
},
|
|
31
|
+
"humidity": {
|
|
32
|
+
"name": "{sensor_name} p\u00e1ratartalom"
|
|
33
|
+
},
|
|
34
|
+
"noise_avg": {
|
|
35
|
+
"name": "\u00c1tlagos zajszint"
|
|
36
|
+
},
|
|
37
|
+
"noise_max": {
|
|
38
|
+
"name": "Maxim\u00e1lis zajszint"
|
|
39
|
+
},
|
|
40
|
+
"pressure": {
|
|
41
|
+
"name": "{sensor_name} l\u00e9gnyom\u00e1s"
|
|
42
|
+
},
|
|
43
|
+
"radiation": {
|
|
44
|
+
"name": "Sug\u00e1rz\u00e1si szint"
|
|
45
|
+
},
|
|
46
|
+
"temperature": {
|
|
47
|
+
"name": "{sensor_name} h\u0151m\u00e9rs\u00e9klet"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "\u30c7\u30d0\u30a4\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059",
|
|
5
|
+
"no_devices_found": "\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u4e0a\u306b\u30c7\u30d0\u30a4\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093"
|
|
6
|
+
},
|
|
7
|
+
"error": {
|
|
8
|
+
"no_device_found": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f"
|
|
9
|
+
},
|
|
10
|
+
"flow_title": "{name}",
|
|
11
|
+
"step": {
|
|
12
|
+
"discovery_confirm": {
|
|
13
|
+
"description": "{model}\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3092\u958b\u59cb\u3057\u307e\u3059\u304b?"
|
|
14
|
+
},
|
|
15
|
+
"user": {
|
|
16
|
+
"data": {
|
|
17
|
+
"host": "\u30db\u30b9\u30c8"
|
|
18
|
+
},
|
|
19
|
+
"data_description": {
|
|
20
|
+
"host": "\u30ed\u30fc\u30ab\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u5185\u306eAltruist IP\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"entity": {
|
|
26
|
+
"sensor": {
|
|
27
|
+
"co2": {
|
|
28
|
+
"name": "{sensor_name} CO2"
|
|
29
|
+
},
|
|
30
|
+
"humidity": {
|
|
31
|
+
"name": "{sensor_name}\u6e7f\u5ea6"
|
|
32
|
+
},
|
|
33
|
+
"noise_avg": {
|
|
34
|
+
"name": "\u5e73\u5747\u30ce\u30a4\u30ba"
|
|
35
|
+
},
|
|
36
|
+
"noise_max": {
|
|
37
|
+
"name": "\u6700\u5927\u30ce\u30a4\u30ba"
|
|
38
|
+
},
|
|
39
|
+
"pressure": {
|
|
40
|
+
"name": "{sensor_name}\u5727\u529b"
|
|
41
|
+
},
|
|
42
|
+
"radiation": {
|
|
43
|
+
"name": "\u653e\u5c04\u7dda\u30ec\u30d9\u30eb"
|
|
44
|
+
},
|
|
45
|
+
"temperature": {
|
|
46
|
+
"name": "{sensor_name}\u6e29\u5ea6"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -123,6 +123,12 @@ async def async_migrate_integration(hass: HomeAssistant) -> None:
|
|
|
123
123
|
device.id,
|
|
124
124
|
remove_config_entry_id=entry.entry_id,
|
|
125
125
|
)
|
|
126
|
+
else:
|
|
127
|
+
device_registry.async_update_device(
|
|
128
|
+
device.id,
|
|
129
|
+
remove_config_entry_id=entry.entry_id,
|
|
130
|
+
remove_config_subentry_id=None,
|
|
131
|
+
)
|
|
126
132
|
|
|
127
133
|
if not use_existing:
|
|
128
134
|
await hass.config_entries.async_remove(entry.entry_id)
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Le service est d\u00e9j\u00e0 configur\u00e9"
|
|
5
|
+
},
|
|
3
6
|
"error": {
|
|
4
7
|
"authentication_error": "Authentification non valide",
|
|
5
8
|
"cannot_connect": "\u00c9chec de connexion",
|
|
@@ -13,5 +16,39 @@
|
|
|
13
16
|
}
|
|
14
17
|
}
|
|
15
18
|
}
|
|
19
|
+
},
|
|
20
|
+
"config_subentries": {
|
|
21
|
+
"conversation": {
|
|
22
|
+
"abort": {
|
|
23
|
+
"entry_not_loaded": "Impossible d'ajouter des \u00e9l\u00e9ments lorsque la configuration est d\u00e9sactiv\u00e9e.",
|
|
24
|
+
"reconfigure_successful": "La reconfiguration a r\u00e9ussi"
|
|
25
|
+
},
|
|
26
|
+
"entry_type": "Agent de conversation",
|
|
27
|
+
"error": {
|
|
28
|
+
"thinking_budget_too_large": "Le nombre maximum de jetons doit \u00eatre sup\u00e9rieur au budget de r\u00e9flexion."
|
|
29
|
+
},
|
|
30
|
+
"initiate_flow": {
|
|
31
|
+
"reconfigure": "Reconfigurer l'agent de conversation",
|
|
32
|
+
"user": "Ajouter un agent de conversation"
|
|
33
|
+
},
|
|
34
|
+
"step": {
|
|
35
|
+
"set_options": {
|
|
36
|
+
"data": {
|
|
37
|
+
"chat_model": "Mod\u00e8le",
|
|
38
|
+
"llm_hass_api": "Contr\u00f4ler Home Assistant",
|
|
39
|
+
"max_tokens": "Nombre maximal de jetons \u00e0 renvoyer en r\u00e9ponse",
|
|
40
|
+
"name": "Nom",
|
|
41
|
+
"prompt": "Instructions",
|
|
42
|
+
"recommended": "Param\u00e8tres recommand\u00e9s pour le mod\u00e8le",
|
|
43
|
+
"temperature": "Temp\u00e9rature",
|
|
44
|
+
"thinking_budget_tokens": "Budget de r\u00e9flexion"
|
|
45
|
+
},
|
|
46
|
+
"data_description": {
|
|
47
|
+
"prompt": "Indiquer comment le LLM doit r\u00e9pondre. Il peut s'agir d'un mod\u00e8le.",
|
|
48
|
+
"thinking_budget_tokens": "Nombre de jetons que le mod\u00e8le peut utiliser pour r\u00e9fl\u00e9chir \u00e0 la r\u00e9ponse, par rapport au nombre maximal de jetons. D\u00e9finissez-le sur 1024 ou plus pour permettre une r\u00e9flexion approfondie."
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
16
53
|
}
|
|
17
54
|
}
|