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
|
@@ -180,22 +180,34 @@
|
|
|
180
180
|
"input_bypass_l1_n_voltage": {
|
|
181
181
|
"name": "\u03a6\u03ac\u03c3\u03b5\u03b9\u03c2 \u03c0\u03b1\u03c1\u03ac\u03ba\u03b1\u03bc\u03c8\u03b7\u03c2 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5"
|
|
182
182
|
},
|
|
183
|
+
"input_bypass_l1_realpower": {
|
|
184
|
+
"name": "\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2 \u03c0\u03b1\u03c1\u03ac\u03ba\u03b1\u03bc\u03c8\u03b7\u03c2 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5 L1"
|
|
185
|
+
},
|
|
183
186
|
"input_bypass_l2_current": {
|
|
184
187
|
"name": "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03c1\u03b5\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c0\u03b1\u03c1\u03ac\u03ba\u03b1\u03bc\u03c8\u03b7\u03c2 L2"
|
|
185
188
|
},
|
|
186
189
|
"input_bypass_l2_n_voltage": {
|
|
187
190
|
"name": "\u03a0\u03b1\u03c1\u03ac\u03ba\u03b1\u03bc\u03c8\u03b7 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5 L2-N \u03c4\u03ac\u03c3\u03b7"
|
|
188
191
|
},
|
|
192
|
+
"input_bypass_l2_realpower": {
|
|
193
|
+
"name": "\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2 \u03c0\u03b1\u03c1\u03ac\u03ba\u03b1\u03bc\u03c8\u03b7\u03c2 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5 L2"
|
|
194
|
+
},
|
|
189
195
|
"input_bypass_l3_current": {
|
|
190
196
|
"name": "\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03c1\u03b5\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c0\u03b1\u03c1\u03ac\u03ba\u03b1\u03bc\u03c8\u03b7\u03c2 L3"
|
|
191
197
|
},
|
|
192
198
|
"input_bypass_l3_n_voltage": {
|
|
193
199
|
"name": "\u03a0\u03b1\u03c1\u03ac\u03ba\u03b1\u03bc\u03c8\u03b7 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5 L3-N \u03c4\u03ac\u03c3\u03b7"
|
|
194
200
|
},
|
|
201
|
+
"input_bypass_l3_realpower": {
|
|
202
|
+
"name": "\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2 \u03c0\u03b1\u03c1\u03ac\u03ba\u03b1\u03bc\u03c8\u03b7\u03c2 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5 L3"
|
|
203
|
+
},
|
|
195
204
|
"input_bypass_phases": {
|
|
196
205
|
"name": "\u03a6\u03ac\u03c3\u03b5\u03b9\u03c2 \u03c0\u03b1\u03c1\u03ac\u03ba\u03b1\u03bc\u03c8\u03b7\u03c2 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5",
|
|
197
206
|
"unit_of_measurement": "\u03c6\u03ac\u03c3\u03b7"
|
|
198
207
|
},
|
|
208
|
+
"input_bypass_realpower": {
|
|
209
|
+
"name": "\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2 \u03c0\u03b1\u03c1\u03ac\u03ba\u03b1\u03bc\u03c8\u03b7\u03c2 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5"
|
|
210
|
+
},
|
|
199
211
|
"input_bypass_voltage": {
|
|
200
212
|
"name": "\u03a4\u03ac\u03c3\u03b7 \u03c0\u03b1\u03c1\u03ac\u03ba\u03b1\u03bc\u03c8\u03b7\u03c2 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5"
|
|
201
213
|
},
|
|
@@ -221,12 +233,21 @@
|
|
|
221
233
|
"input_l1_n_voltage": {
|
|
222
234
|
"name": "\u03a4\u03ac\u03c3\u03b7 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5 L1"
|
|
223
235
|
},
|
|
236
|
+
"input_l1_realpower": {
|
|
237
|
+
"name": "\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5 L1"
|
|
238
|
+
},
|
|
224
239
|
"input_l2_n_voltage": {
|
|
225
240
|
"name": "\u03a4\u03ac\u03c3\u03b7 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5 L2"
|
|
226
241
|
},
|
|
242
|
+
"input_l2_realpower": {
|
|
243
|
+
"name": "\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5 L2"
|
|
244
|
+
},
|
|
227
245
|
"input_l3_n_voltage": {
|
|
228
246
|
"name": "\u03a4\u03ac\u03c3\u03b7 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5 L3"
|
|
229
247
|
},
|
|
248
|
+
"input_l3_realpower": {
|
|
249
|
+
"name": "\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5 L3"
|
|
250
|
+
},
|
|
230
251
|
"input_load": {
|
|
231
252
|
"name": "\u03a6\u03bf\u03c1\u03c4\u03af\u03bf \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5"
|
|
232
253
|
},
|
|
@@ -237,6 +258,9 @@
|
|
|
237
258
|
"input_power": {
|
|
238
259
|
"name": "\u0399\u03c3\u03c7\u03cd\u03c2 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5"
|
|
239
260
|
},
|
|
261
|
+
"input_realpower": {
|
|
262
|
+
"name": "\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5"
|
|
263
|
+
},
|
|
240
264
|
"input_sensitivity": {
|
|
241
265
|
"name": "\u0395\u03c5\u03b1\u03b9\u03c3\u03b8\u03b7\u03c3\u03af\u03b1 \u03b5\u03b9\u03c3\u03cc\u03b4\u03bf\u03c5 \u03c3\u03c4\u03b7\u03bd \u03b9\u03c3\u03c7\u03cd"
|
|
242
266
|
},
|
|
@@ -285,15 +309,24 @@
|
|
|
285
309
|
"output_l1_n_voltage": {
|
|
286
310
|
"name": "\u03a4\u03ac\u03c3\u03b7 \u03b5\u03be\u03cc\u03b4\u03bf\u03c5 L1-N"
|
|
287
311
|
},
|
|
312
|
+
"output_l1_realpower": {
|
|
313
|
+
"name": "\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2 \u03b5\u03be\u03cc\u03b4\u03bf\u03c5 L1"
|
|
314
|
+
},
|
|
288
315
|
"output_l2_n_voltage": {
|
|
289
316
|
"name": "\u03a4\u03ac\u03c3\u03b7 \u03b5\u03be\u03cc\u03b4\u03bf\u03c5 L2-N"
|
|
290
317
|
},
|
|
318
|
+
"output_l2_realpower": {
|
|
319
|
+
"name": "\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2 \u03b5\u03be\u03cc\u03b4\u03bf\u03c5 L2"
|
|
320
|
+
},
|
|
291
321
|
"output_l3_n_voltage": {
|
|
292
322
|
"name": "\u03a4\u03ac\u03c3\u03b7 \u03b5\u03be\u03cc\u03b4\u03bf\u03c5 L3-N"
|
|
293
323
|
},
|
|
294
324
|
"output_l3_power_percent": {
|
|
295
325
|
"name": "\u03a7\u03c1\u03ae\u03c3\u03b7 \u03b9\u03c3\u03c7\u03cd\u03bf\u03c2 \u03b5\u03be\u03cc\u03b4\u03bf\u03c5 L3"
|
|
296
326
|
},
|
|
327
|
+
"output_l3_realpower": {
|
|
328
|
+
"name": "\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2 \u03b5\u03be\u03cc\u03b4\u03bf\u03c5 L3"
|
|
329
|
+
},
|
|
297
330
|
"output_phases": {
|
|
298
331
|
"name": "\u03a6\u03ac\u03c3\u03b5\u03b9\u03c2 \u03b5\u03be\u03cc\u03b4\u03bf\u03c5",
|
|
299
332
|
"unit_of_measurement": "\u03c6\u03ac\u03c3\u03b7"
|
|
@@ -304,6 +337,9 @@
|
|
|
304
337
|
"output_power_nominal": {
|
|
305
338
|
"name": "\u039f\u03bd\u03bf\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2 \u03b5\u03be\u03cc\u03b4\u03bf\u03c5"
|
|
306
339
|
},
|
|
340
|
+
"output_realpower": {
|
|
341
|
+
"name": "\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2 \u03b5\u03be\u03cc\u03b4\u03bf\u03c5"
|
|
342
|
+
},
|
|
307
343
|
"output_realpower_nominal": {
|
|
308
344
|
"name": "\u039f\u03bd\u03bf\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2 \u03b5\u03be\u03cc\u03b4\u03bf\u03c5"
|
|
309
345
|
},
|
|
@@ -351,9 +387,15 @@
|
|
|
351
387
|
"ups_load_high": {
|
|
352
388
|
"name": "\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c5\u03c0\u03b5\u03c1\u03c6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7\u03c2"
|
|
353
389
|
},
|
|
390
|
+
"ups_power": {
|
|
391
|
+
"name": "\u03a6\u03b1\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b9\u03c3\u03c7\u03cd\u03c2"
|
|
392
|
+
},
|
|
354
393
|
"ups_power_nominal": {
|
|
355
394
|
"name": "\u039f\u03bd\u03bf\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2"
|
|
356
395
|
},
|
|
396
|
+
"ups_realpower": {
|
|
397
|
+
"name": "\u03a0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2"
|
|
398
|
+
},
|
|
357
399
|
"ups_realpower_nominal": {
|
|
358
400
|
"name": "\u039f\u03bd\u03bf\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b9\u03c3\u03c7\u03cd\u03c2"
|
|
359
401
|
},
|
|
@@ -64,6 +64,11 @@
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
|
+
"exceptions": {
|
|
68
|
+
"invalid_config_entry": {
|
|
69
|
+
"message": "\u69cb\u6210\u30a8\u30f3\u30c8\u30ea\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u304b\u3001\u30ed\u30fc\u30c9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
67
72
|
"services": {
|
|
68
73
|
"pause": {
|
|
69
74
|
"description": "\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30ad\u30e5\u30fc\u3092\u4e00\u6642\u505c\u6b62\u3057\u307e\u3059\u3002",
|
|
@@ -133,6 +133,12 @@ async def async_migrate_integration(hass: HomeAssistant) -> None:
|
|
|
133
133
|
device.id,
|
|
134
134
|
remove_config_entry_id=entry.entry_id,
|
|
135
135
|
)
|
|
136
|
+
else:
|
|
137
|
+
device_registry.async_update_device(
|
|
138
|
+
device.id,
|
|
139
|
+
remove_config_entry_id=entry.entry_id,
|
|
140
|
+
remove_config_subentry_id=None,
|
|
141
|
+
)
|
|
136
142
|
|
|
137
143
|
if not use_existing:
|
|
138
144
|
await hass.config_entries.async_remove(entry.entry_id)
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
|
+
"already_configured": "Le service est d\u00e9j\u00e0 configur\u00e9",
|
|
4
5
|
"download_failed": "Le t\u00e9l\u00e9chargement du mod\u00e8le a \u00e9chou\u00e9"
|
|
5
6
|
},
|
|
6
7
|
"error": {
|
|
@@ -21,5 +22,37 @@
|
|
|
21
22
|
}
|
|
22
23
|
}
|
|
23
24
|
}
|
|
25
|
+
},
|
|
26
|
+
"config_subentries": {
|
|
27
|
+
"conversation": {
|
|
28
|
+
"abort": {
|
|
29
|
+
"entry_not_loaded": "Impossible d'ajouter des \u00e9l\u00e9ments lorsque la configuration est d\u00e9sactiv\u00e9e.",
|
|
30
|
+
"reconfigure_successful": "La reconfiguration a r\u00e9ussi"
|
|
31
|
+
},
|
|
32
|
+
"entry_type": "Agent de conversation",
|
|
33
|
+
"initiate_flow": {
|
|
34
|
+
"reconfigure": "Reconfigurer l'agent de conversation",
|
|
35
|
+
"user": "Ajouter un agent de conversation"
|
|
36
|
+
},
|
|
37
|
+
"step": {
|
|
38
|
+
"set_options": {
|
|
39
|
+
"data": {
|
|
40
|
+
"keep_alive": "Maintenir en vie",
|
|
41
|
+
"llm_hass_api": "Contr\u00f4ler Home Assistant",
|
|
42
|
+
"max_history": "Nombre maximal de messages d'historique",
|
|
43
|
+
"name": "Nom",
|
|
44
|
+
"num_ctx": "Taille de la fen\u00eatre contextuelle",
|
|
45
|
+
"prompt": "Instructions",
|
|
46
|
+
"think": "R\u00e9fl\u00e9chir avant de r\u00e9pondre"
|
|
47
|
+
},
|
|
48
|
+
"data_description": {
|
|
49
|
+
"keep_alive": "Dur\u00e9e en secondes pendant laquelle Ollama garde le mod\u00e8le en m\u00e9moire. -1 = ind\u00e9fini, 0 = jamais.",
|
|
50
|
+
"num_ctx": "Nombre maximal de jetons de texte que le mod\u00e8le peut traiter. R\u00e9duisez-le pour r\u00e9duire la RAM Ollama ou augmentez-le pour un grand nombre d'entit\u00e9s expos\u00e9es.",
|
|
51
|
+
"prompt": "Indiquer comment le LLM doit r\u00e9pondre. Il peut s'agir d'un mod\u00e8le.",
|
|
52
|
+
"think": "Si cette option est activ\u00e9e, le LLM r\u00e9fl\u00e9chira avant de r\u00e9pondre. Cela peut am\u00e9liorer la qualit\u00e9 de la r\u00e9ponse, mais peut augmenter la latence."
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
24
57
|
}
|
|
25
58
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
|
+
"already_configured": "A szolg\u00e1ltat\u00e1s m\u00e1r konfigur\u00e1lva van",
|
|
4
5
|
"download_failed": "A modell let\u00f6lt\u00e9se nem siker\u00fclt"
|
|
5
6
|
},
|
|
6
7
|
"error": {
|
|
@@ -21,5 +22,37 @@
|
|
|
21
22
|
}
|
|
22
23
|
}
|
|
23
24
|
}
|
|
25
|
+
},
|
|
26
|
+
"config_subentries": {
|
|
27
|
+
"conversation": {
|
|
28
|
+
"abort": {
|
|
29
|
+
"entry_not_loaded": "Nem lehet \u00faj elemeket hozz\u00e1adni, am\u00edg a konfigur\u00e1ci\u00f3 le van tiltva.",
|
|
30
|
+
"reconfigure_successful": "\u00dajrakonfigur\u00e1l\u00e1s sikeres volt"
|
|
31
|
+
},
|
|
32
|
+
"entry_type": "Besz\u00e9lget\u00e9si \u00fcgyn\u00f6k",
|
|
33
|
+
"initiate_flow": {
|
|
34
|
+
"reconfigure": "Besz\u00e9lget\u00e9si \u00fcgyn\u00f6k \u00fajrakonfigur\u00e1l\u00e1sa",
|
|
35
|
+
"user": "Besz\u00e9lget\u00e9si \u00fcgyn\u00f6k hozz\u00e1ad\u00e1sa"
|
|
36
|
+
},
|
|
37
|
+
"step": {
|
|
38
|
+
"set_options": {
|
|
39
|
+
"data": {
|
|
40
|
+
"keep_alive": "\u00c9letben tart\u00e1s",
|
|
41
|
+
"llm_hass_api": "Home Assistant vez\u00e9rl\u00e9se",
|
|
42
|
+
"max_history": "El\u0151zm\u00e9ny\u00fczenetek maxim\u00e1lis sz\u00e1ma",
|
|
43
|
+
"name": "Elnevez\u00e9s",
|
|
44
|
+
"num_ctx": "Kontextus ablak m\u00e9rete",
|
|
45
|
+
"prompt": "Utas\u00edt\u00e1sok",
|
|
46
|
+
"think": "V\u00e1laszad\u00e1s el\u0151tti gondolkod\u00e1s"
|
|
47
|
+
},
|
|
48
|
+
"data_description": {
|
|
49
|
+
"keep_alive": "Az id\u0151tartam m\u00e1sodpercben, ameddig az Ollama a modellt a mem\u00f3ri\u00e1ban tartja. -1 = hat\u00e1rozatlan ideig, 0 = soha.",
|
|
50
|
+
"num_ctx": "Az a maxim\u00e1lis sz\u00f6veges tokenmennyis\u00e9g, amelyet a modell k\u00e9pes feldolgozni. Cs\u00f6kkentse az Ollama RAM ig\u00e9ny\u00e9nek m\u00e9rs\u00e9kl\u00e9s\u00e9hez vagy n\u00f6velje nagyobb sz\u00e1m\u00fa megjelen\u00edtett entit\u00e1s eset\u00e9n.",
|
|
51
|
+
"prompt": "Adja meg, hogyan v\u00e1laszoljon a nagy nyelvi modell (LLM). Ez lehet sablon is.",
|
|
52
|
+
"think": "Ha ez enged\u00e9lyezve van, a nyelvi modell v\u00e1laszad\u00e1s el\u0151tt \u201egondolkodik\u201d. Ez jav\u00edthatja a v\u00e1lasz min\u0151s\u00e9g\u00e9t, de n\u00f6velheti a v\u00e1laszid\u0151t."
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
24
57
|
}
|
|
25
58
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Il servizio \u00e8 gi\u00e0 configurato"
|
|
5
|
+
},
|
|
3
6
|
"error": {
|
|
4
7
|
"cannot_connect": "Impossibile connettersi",
|
|
5
8
|
"unknown": "Errore imprevisto"
|
|
@@ -18,5 +21,37 @@
|
|
|
18
21
|
}
|
|
19
22
|
}
|
|
20
23
|
}
|
|
24
|
+
},
|
|
25
|
+
"config_subentries": {
|
|
26
|
+
"conversation": {
|
|
27
|
+
"abort": {
|
|
28
|
+
"entry_not_loaded": "Impossibile aggiungere elementi mentre la configurazione \u00e8 disattivata.",
|
|
29
|
+
"reconfigure_successful": "La riconfigurazione \u00e8 stata completata con successo"
|
|
30
|
+
},
|
|
31
|
+
"entry_type": "Agente di conversazione",
|
|
32
|
+
"initiate_flow": {
|
|
33
|
+
"reconfigure": "Riconfigura l'agente di conversazione",
|
|
34
|
+
"user": "Aggiungi agente di conversazione"
|
|
35
|
+
},
|
|
36
|
+
"step": {
|
|
37
|
+
"set_options": {
|
|
38
|
+
"data": {
|
|
39
|
+
"keep_alive": "Mantieni attivo",
|
|
40
|
+
"llm_hass_api": "Controlla Home Assistant",
|
|
41
|
+
"max_history": "Numero massimo di messaggi della cronologia",
|
|
42
|
+
"name": "Nome",
|
|
43
|
+
"num_ctx": "Dimensioni della finestra contestuale",
|
|
44
|
+
"prompt": "Istruzioni",
|
|
45
|
+
"think": "Pensa prima di rispondere"
|
|
46
|
+
},
|
|
47
|
+
"data_description": {
|
|
48
|
+
"keep_alive": "Durata in secondi per il mantenimento del modello in memoria da parte di Ollama. -1 = indefinito, 0 = mai.",
|
|
49
|
+
"num_ctx": "Numero massimo di token di testo che il modello pu\u00f2 elaborare. Riduci questo valore per diminuire l'uso della RAM da parte di Ollama, oppure aumentalo per gestire un numero elevato di entit\u00e0 esposte.",
|
|
50
|
+
"prompt": "Dai istruzioni su come dovrebbe rispondere il LLM. Questo pu\u00f2 essere un modello.",
|
|
51
|
+
"think": "Se abilitato, il LLM rifletter\u00e0 prima di rispondere. Questo pu\u00f2 migliorare la qualit\u00e0 delle risposte, ma potrebbe aumentare la latenza."
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
21
56
|
}
|
|
22
57
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
|
+
"already_configured": "\u30b5\u30fc\u30d3\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059",
|
|
4
5
|
"download_failed": "\u30e2\u30c7\u30eb\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u306b\u5931\u6557\u3057\u307e\u3057\u305f"
|
|
5
6
|
},
|
|
6
7
|
"error": {
|
|
@@ -21,5 +22,37 @@
|
|
|
21
22
|
}
|
|
22
23
|
}
|
|
23
24
|
}
|
|
25
|
+
},
|
|
26
|
+
"config_subentries": {
|
|
27
|
+
"conversation": {
|
|
28
|
+
"abort": {
|
|
29
|
+
"entry_not_loaded": "\u69cb\u6210\u304c\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u308b\u9593\u306f\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002",
|
|
30
|
+
"reconfigure_successful": "\u518d\u8a2d\u5b9a\u306b\u6210\u529f\u3057\u307e\u3057\u305f"
|
|
31
|
+
},
|
|
32
|
+
"entry_type": "\u4f1a\u8a71\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8",
|
|
33
|
+
"initiate_flow": {
|
|
34
|
+
"reconfigure": "\u4f1a\u8a71\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u3092\u518d\u69cb\u6210\u3059\u308b",
|
|
35
|
+
"user": "\u4f1a\u8a71\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u3092\u8ffd\u52a0"
|
|
36
|
+
},
|
|
37
|
+
"step": {
|
|
38
|
+
"set_options": {
|
|
39
|
+
"data": {
|
|
40
|
+
"keep_alive": "\u30ad\u30fc\u30d7\u30a2\u30e9\u30a4\u30d6",
|
|
41
|
+
"llm_hass_api": "Home Assistant\u3092\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb",
|
|
42
|
+
"max_history": "\u6700\u5927\u5c65\u6b74\u30e1\u30c3\u30bb\u30fc\u30b8\u6570",
|
|
43
|
+
"name": "\u540d\u524d",
|
|
44
|
+
"num_ctx": "\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u30b5\u30a4\u30ba",
|
|
45
|
+
"prompt": "\u8aac\u660e\u66f8",
|
|
46
|
+
"think": "\u8fd4\u7b54\u3059\u308b\u524d\u306b\u8003\u3048\u308b"
|
|
47
|
+
},
|
|
48
|
+
"data_description": {
|
|
49
|
+
"keep_alive": "Ollama \u304c\u30e2\u30c7\u30eb\u3092\u30e1\u30e2\u30ea\u5185\u306b\u4fdd\u6301\u3059\u308b\u671f\u9593 (\u79d2)\u3002-1 = \u7121\u671f\u9650\u30010 = \u306a\u3057\u3002",
|
|
50
|
+
"num_ctx": "\u30e2\u30c7\u30eb\u304c\u51e6\u7406\u3067\u304d\u308b\u30c6\u30ad\u30b9\u30c8 \u30c8\u30fc\u30af\u30f3\u306e\u6700\u5927\u6570\u3002Ollama RAM \u3092\u6e1b\u3089\u3059\u306b\u306f\u5024\u3092\u4e0b\u3052\u3001\u516c\u958b\u3055\u308c\u308b\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3\u306e\u6570\u304c\u591a\u3044\u5834\u5408\u306f\u5024\u3092\u4e0a\u3052\u307e\u3059\u3002",
|
|
51
|
+
"prompt": "LLM\u304c\u3069\u306e\u3088\u3046\u306b\u5fdc\u7b54\u3059\u3079\u304d\u304b\u3092\u6307\u793a\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306b\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002",
|
|
52
|
+
"think": "\u6709\u52b9\u306b\u3059\u308b\u3068\u3001LLM\u306f\u5fdc\u7b54\u524d\u306b\u8003\u3048\u307e\u3059\u3002\u3053\u308c\u306b\u3088\u308a\u5fdc\u7b54\u54c1\u8cea\u306f\u5411\u4e0a\u3057\u307e\u3059\u304c\u3001\u30ec\u30a4\u30c6\u30f3\u30b7\u304c\u5897\u52a0\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
24
57
|
}
|
|
25
58
|
}
|
|
@@ -13,6 +13,12 @@
|
|
|
13
13
|
},
|
|
14
14
|
"step": {
|
|
15
15
|
"pick_implementation": {
|
|
16
|
+
"data": {
|
|
17
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
18
|
+
},
|
|
19
|
+
"data_description": {
|
|
20
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
21
|
+
},
|
|
16
22
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
17
23
|
}
|
|
18
24
|
}
|
|
@@ -13,6 +13,12 @@
|
|
|
13
13
|
},
|
|
14
14
|
"step": {
|
|
15
15
|
"pick_implementation": {
|
|
16
|
+
"data": {
|
|
17
|
+
"implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
|
|
18
|
+
},
|
|
19
|
+
"data_description": {
|
|
20
|
+
"implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
|
|
21
|
+
},
|
|
16
22
|
"title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
|
|
17
23
|
}
|
|
18
24
|
}
|
|
@@ -37,6 +37,12 @@
|
|
|
37
37
|
"title": "V\u00e1lasszon egy mappanevet"
|
|
38
38
|
},
|
|
39
39
|
"pick_implementation": {
|
|
40
|
+
"data": {
|
|
41
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
42
|
+
},
|
|
43
|
+
"data_description": {
|
|
44
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
45
|
+
},
|
|
40
46
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
41
47
|
},
|
|
42
48
|
"reauth_confirm": {
|
|
@@ -37,6 +37,12 @@
|
|
|
37
37
|
"title": "\u30d5\u30a9\u30eb\u30c0\u540d\u3092\u9078\u629e"
|
|
38
38
|
},
|
|
39
39
|
"pick_implementation": {
|
|
40
|
+
"data": {
|
|
41
|
+
"implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
|
|
42
|
+
},
|
|
43
|
+
"data_description": {
|
|
44
|
+
"implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
|
|
45
|
+
},
|
|
40
46
|
"title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
|
|
41
47
|
},
|
|
42
48
|
"reauth_confirm": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"10": "10 bitar (0,25 \u00b0C; upp till 187,5 ms)",
|
|
52
52
|
"11": "11 bitar (0,125 \u00b0C; upp till 375 ms)",
|
|
53
53
|
"12": "12 bitar (0,0625 \u00b0C; l\u00e5ngsammast, upp till 750 ms)",
|
|
54
|
-
"9": "9 bitar (0,5 \u00b0C
|
|
54
|
+
"9": "9 bitar (0,5 \u00b0C; snabbast, upp till 93,75 ms)"
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
},
|
|
@@ -346,6 +346,12 @@ async def async_migrate_integration(hass: HomeAssistant) -> None:
|
|
|
346
346
|
device.id,
|
|
347
347
|
remove_config_entry_id=entry.entry_id,
|
|
348
348
|
)
|
|
349
|
+
else:
|
|
350
|
+
device_registry.async_update_device(
|
|
351
|
+
device.id,
|
|
352
|
+
remove_config_entry_id=entry.entry_id,
|
|
353
|
+
remove_config_subentry_id=None,
|
|
354
|
+
)
|
|
349
355
|
|
|
350
356
|
if not use_existing:
|
|
351
357
|
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
|
"cannot_connect": "\u00c9chec de connexion",
|
|
5
8
|
"invalid_auth": "Authentification non valide",
|
|
@@ -13,6 +16,59 @@
|
|
|
13
16
|
}
|
|
14
17
|
}
|
|
15
18
|
},
|
|
19
|
+
"config_subentries": {
|
|
20
|
+
"conversation": {
|
|
21
|
+
"abort": {
|
|
22
|
+
"entry_not_loaded": "Impossible d'ajouter des \u00e9l\u00e9ments lorsque la configuration est d\u00e9sactiv\u00e9e.",
|
|
23
|
+
"reconfigure_successful": "La reconfiguration a r\u00e9ussi"
|
|
24
|
+
},
|
|
25
|
+
"entry_type": "Agent de conversation",
|
|
26
|
+
"error": {
|
|
27
|
+
"model_not_supported": "Ce mod\u00e8le n'est pas pris en charge, veuillez s\u00e9lectionner un autre mod\u00e8le"
|
|
28
|
+
},
|
|
29
|
+
"initiate_flow": {
|
|
30
|
+
"reconfigure": "Reconfigurer l'agent de conversation",
|
|
31
|
+
"user": "Ajouter un agent de conversation"
|
|
32
|
+
},
|
|
33
|
+
"step": {
|
|
34
|
+
"advanced": {
|
|
35
|
+
"data": {
|
|
36
|
+
"chat_model": "Mod\u00e8le",
|
|
37
|
+
"max_tokens": "Nombre maximal de jetons \u00e0 renvoyer en r\u00e9ponse",
|
|
38
|
+
"temperature": "Temp\u00e9rature",
|
|
39
|
+
"top_p": "Top P"
|
|
40
|
+
},
|
|
41
|
+
"title": "Param\u00e8tres avanc\u00e9s"
|
|
42
|
+
},
|
|
43
|
+
"init": {
|
|
44
|
+
"data": {
|
|
45
|
+
"llm_hass_api": "Contr\u00f4ler Home Assistant",
|
|
46
|
+
"name": "Nom",
|
|
47
|
+
"prompt": "Instructions",
|
|
48
|
+
"recommended": "Param\u00e8tres recommand\u00e9s pour le mod\u00e8le"
|
|
49
|
+
},
|
|
50
|
+
"data_description": {
|
|
51
|
+
"prompt": "Indiquer comment le LLM doit r\u00e9pondre. Il peut s'agir d'un mod\u00e8le."
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"model": {
|
|
55
|
+
"data": {
|
|
56
|
+
"reasoning_effort": "Effort de raisonnement",
|
|
57
|
+
"search_context_size": "Taille du contexte de recherche",
|
|
58
|
+
"user_location": "Inclure l'emplacement de la maison",
|
|
59
|
+
"web_search": "Activer la recherche sur le Web"
|
|
60
|
+
},
|
|
61
|
+
"data_description": {
|
|
62
|
+
"reasoning_effort": "Combien de jetons de raisonnement le mod\u00e8le doit-il g\u00e9n\u00e9rer avant de cr\u00e9er une r\u00e9ponse au prompt\u00a0?",
|
|
63
|
+
"search_context_size": "Indication g\u00e9n\u00e9rale sur la quantit\u00e9 d'espace de la fen\u00eatre de contexte \u00e0 utiliser pour la recherche",
|
|
64
|
+
"user_location": "Affiner les r\u00e9sultats de recherche en fonction de la g\u00e9ographie",
|
|
65
|
+
"web_search": "Permettre au mod\u00e8le de rechercher sur le Web les informations les plus r\u00e9centes avant de g\u00e9n\u00e9rer une r\u00e9ponse"
|
|
66
|
+
},
|
|
67
|
+
"title": "Options sp\u00e9cifiques au mod\u00e8le"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
16
72
|
"exceptions": {
|
|
17
73
|
"invalid_config_entry": {
|
|
18
74
|
"message": "Entr\u00e9e de configuration non valide fournie. Re\u00e7u {config_entry}"
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "A szolg\u00e1ltat\u00e1s m\u00e1r konfigur\u00e1lva van"
|
|
5
|
+
},
|
|
3
6
|
"error": {
|
|
4
7
|
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
|
|
5
8
|
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s",
|
|
@@ -13,6 +16,59 @@
|
|
|
13
16
|
}
|
|
14
17
|
}
|
|
15
18
|
},
|
|
19
|
+
"config_subentries": {
|
|
20
|
+
"conversation": {
|
|
21
|
+
"abort": {
|
|
22
|
+
"entry_not_loaded": "Nem lehet \u00faj elemeket hozz\u00e1adni, am\u00edg a konfigur\u00e1ci\u00f3 le van tiltva.",
|
|
23
|
+
"reconfigure_successful": "\u00dajrakonfigur\u00e1l\u00e1s sikeres volt"
|
|
24
|
+
},
|
|
25
|
+
"entry_type": "Besz\u00e9lget\u00e9si \u00fcgyn\u00f6k",
|
|
26
|
+
"error": {
|
|
27
|
+
"model_not_supported": "Ez a modell nem t\u00e1mogatott, v\u00e1lasszon egy m\u00e1sik modellt"
|
|
28
|
+
},
|
|
29
|
+
"initiate_flow": {
|
|
30
|
+
"reconfigure": "Besz\u00e9lget\u00e9si \u00fcgyn\u00f6k \u00fajrakonfigur\u00e1l\u00e1sa",
|
|
31
|
+
"user": "Besz\u00e9lget\u00e9si \u00fcgyn\u00f6k hozz\u00e1ad\u00e1sa"
|
|
32
|
+
},
|
|
33
|
+
"step": {
|
|
34
|
+
"advanced": {
|
|
35
|
+
"data": {
|
|
36
|
+
"chat_model": "Modell",
|
|
37
|
+
"max_tokens": "V\u00e1laszk\u00e9nt visszaadand\u00f3 maxim\u00e1lis tokenek sz\u00e1ma",
|
|
38
|
+
"temperature": "H\u0151m\u00e9rs\u00e9klet",
|
|
39
|
+
"top_p": "Top P"
|
|
40
|
+
},
|
|
41
|
+
"title": "Halad\u00f3 be\u00e1ll\u00edt\u00e1sok"
|
|
42
|
+
},
|
|
43
|
+
"init": {
|
|
44
|
+
"data": {
|
|
45
|
+
"llm_hass_api": "Home Assistant vez\u00e9rl\u00e9se",
|
|
46
|
+
"name": "Elnevez\u00e9s",
|
|
47
|
+
"prompt": "Utas\u00edt\u00e1sok",
|
|
48
|
+
"recommended": "Aj\u00e1nlott modellbe\u00e1ll\u00edt\u00e1sok"
|
|
49
|
+
},
|
|
50
|
+
"data_description": {
|
|
51
|
+
"prompt": "Adja meg, hogyan v\u00e1laszoljon a nagy nyelvi modell (LLM). Ez lehet sablon is."
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"model": {
|
|
55
|
+
"data": {
|
|
56
|
+
"reasoning_effort": "\u00c9rvel\u00e9si r\u00e1ford\u00edt\u00e1s",
|
|
57
|
+
"search_context_size": "Keres\u00e9si kontextus m\u00e9rete",
|
|
58
|
+
"user_location": "Otthoni helysz\u00edn figyelembev\u00e9tele",
|
|
59
|
+
"web_search": "Webes keres\u00e9s enged\u00e9lyez\u00e9se"
|
|
60
|
+
},
|
|
61
|
+
"data_description": {
|
|
62
|
+
"reasoning_effort": "A modell mennyi \u00e9rvel\u00e9si tokent gener\u00e1ljon, miel\u0151tt v\u00e1laszt ad az utas\u00edt\u00e1sra.",
|
|
63
|
+
"search_context_size": "Ir\u00e1nyelv a keres\u00e9shez haszn\u00e1lt kontextusablak m\u00e9ret\u00e9re vonatkoz\u00f3an",
|
|
64
|
+
"user_location": "Keres\u00e9si eredm\u00e9nyek pontos\u00edt\u00e1sa f\u00f6ldrajzi adatok alapj\u00e1n",
|
|
65
|
+
"web_search": "Enged\u00e9lyezi a modell sz\u00e1m\u00e1ra a legfrissebb inform\u00e1ci\u00f3k keres\u00e9s\u00e9t az interneten a v\u00e1lasz gener\u00e1l\u00e1sa el\u0151tt"
|
|
66
|
+
},
|
|
67
|
+
"title": "Modellspecifikus be\u00e1ll\u00edt\u00e1sok"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
16
72
|
"exceptions": {
|
|
17
73
|
"invalid_config_entry": {
|
|
18
74
|
"message": "\u00c9rv\u00e9nytelen konfigur\u00e1ci\u00f3s bejegyz\u00e9st adott meg. Kapott bejegyz\u00e9s: {config_entry}"
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Il servizio \u00e8 gi\u00e0 configurato"
|
|
5
|
+
},
|
|
3
6
|
"error": {
|
|
4
7
|
"cannot_connect": "Impossibile connettersi",
|
|
5
8
|
"invalid_auth": "Autenticazione non valida",
|
|
@@ -13,6 +16,59 @@
|
|
|
13
16
|
}
|
|
14
17
|
}
|
|
15
18
|
},
|
|
19
|
+
"config_subentries": {
|
|
20
|
+
"conversation": {
|
|
21
|
+
"abort": {
|
|
22
|
+
"entry_not_loaded": "Impossibile aggiungere elementi mentre la configurazione \u00e8 disattivata.",
|
|
23
|
+
"reconfigure_successful": "La riconfigurazione \u00e8 stata completata con successo"
|
|
24
|
+
},
|
|
25
|
+
"entry_type": "Agente di conversazione",
|
|
26
|
+
"error": {
|
|
27
|
+
"model_not_supported": "Questo modello non \u00e8 supportato, seleziona un modello diverso"
|
|
28
|
+
},
|
|
29
|
+
"initiate_flow": {
|
|
30
|
+
"reconfigure": "Riconfigura l'agente di conversazione",
|
|
31
|
+
"user": "Aggiungi agente di conversazione"
|
|
32
|
+
},
|
|
33
|
+
"step": {
|
|
34
|
+
"advanced": {
|
|
35
|
+
"data": {
|
|
36
|
+
"chat_model": "Modello",
|
|
37
|
+
"max_tokens": "Numero massimo di token da restituire nella risposta",
|
|
38
|
+
"temperature": "Temperatura",
|
|
39
|
+
"top_p": "Top P"
|
|
40
|
+
},
|
|
41
|
+
"title": "Impostazioni avanzate"
|
|
42
|
+
},
|
|
43
|
+
"init": {
|
|
44
|
+
"data": {
|
|
45
|
+
"llm_hass_api": "Controlla Home Assistant",
|
|
46
|
+
"name": "Nome",
|
|
47
|
+
"prompt": "Istruzioni",
|
|
48
|
+
"recommended": "Impostazioni modello consigliate"
|
|
49
|
+
},
|
|
50
|
+
"data_description": {
|
|
51
|
+
"prompt": "Indica come dovrebbe rispondere il LLM. Questo pu\u00f2 essere un modello."
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"model": {
|
|
55
|
+
"data": {
|
|
56
|
+
"reasoning_effort": "Impegno nel ragionamento",
|
|
57
|
+
"search_context_size": "Dimensione del contesto di ricerca",
|
|
58
|
+
"user_location": "Includi la posizione di casa",
|
|
59
|
+
"web_search": "Abilita la ricerca web"
|
|
60
|
+
},
|
|
61
|
+
"data_description": {
|
|
62
|
+
"reasoning_effort": "Quanti token di ragionamento il modello dovrebbe generare prima di creare una risposta al prompt",
|
|
63
|
+
"search_context_size": "Linee guida generali sulla quantit\u00e0 di spazio della finestra di contesto da utilizzare per la ricerca",
|
|
64
|
+
"user_location": "Affina i risultati di ricerca in base alla geografia",
|
|
65
|
+
"web_search": "Consenti al modello di cercare sul web le informazioni pi\u00f9 recenti prima di generare una risposta"
|
|
66
|
+
},
|
|
67
|
+
"title": "Opzioni specifiche del modello"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
16
72
|
"exceptions": {
|
|
17
73
|
"invalid_config_entry": {
|
|
18
74
|
"message": "Configurazione fornita non valida. Ricevuta {config_entry}"
|