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,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
|
"authentication_error": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s",
|
|
5
8
|
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
|
|
@@ -13,5 +16,39 @@
|
|
|
13
16
|
}
|
|
14
17
|
}
|
|
15
18
|
}
|
|
19
|
+
},
|
|
20
|
+
"config_subentries": {
|
|
21
|
+
"conversation": {
|
|
22
|
+
"abort": {
|
|
23
|
+
"entry_not_loaded": "Nem lehet \u00faj elemeket hozz\u00e1adni, am\u00edg a konfigur\u00e1ci\u00f3 le van tiltva.",
|
|
24
|
+
"reconfigure_successful": "\u00dajrakonfigur\u00e1l\u00e1s sikeres volt"
|
|
25
|
+
},
|
|
26
|
+
"entry_type": "Besz\u00e9lget\u00e9si \u00fcgyn\u00f6k",
|
|
27
|
+
"error": {
|
|
28
|
+
"thinking_budget_too_large": "A maxim\u00e1lis tokenek sz\u00e1m\u00e1nak nagyobbnak kell lennie, mint a gondolkod\u00e1si keret."
|
|
29
|
+
},
|
|
30
|
+
"initiate_flow": {
|
|
31
|
+
"reconfigure": "Besz\u00e9lget\u00e9si \u00fcgyn\u00f6k \u00fajrakonfigur\u00e1l\u00e1sa",
|
|
32
|
+
"user": "Besz\u00e9lget\u00e9si \u00fcgyn\u00f6k hozz\u00e1ad\u00e1sa"
|
|
33
|
+
},
|
|
34
|
+
"step": {
|
|
35
|
+
"set_options": {
|
|
36
|
+
"data": {
|
|
37
|
+
"chat_model": "Modell",
|
|
38
|
+
"llm_hass_api": "Home Assistant vez\u00e9rl\u00e9se",
|
|
39
|
+
"max_tokens": "V\u00e1laszk\u00e9nt visszaadand\u00f3 maxim\u00e1lis tokenek sz\u00e1ma",
|
|
40
|
+
"name": "Elnevez\u00e9s",
|
|
41
|
+
"prompt": "Utas\u00edt\u00e1sok",
|
|
42
|
+
"recommended": "Aj\u00e1nlott modellbe\u00e1ll\u00edt\u00e1sok",
|
|
43
|
+
"temperature": "H\u0151m\u00e9rs\u00e9klet",
|
|
44
|
+
"thinking_budget_tokens": "Gondolkod\u00e1si keret"
|
|
45
|
+
},
|
|
46
|
+
"data_description": {
|
|
47
|
+
"prompt": "Adja meg, hogyan v\u00e1laszoljon a nagy nyelvi modell (LLM). Ez lehet sablon is.",
|
|
48
|
+
"thinking_budget_tokens": "Az a tokenmennyis\u00e9g, amelyet a modell felhaszn\u00e1lhat a v\u00e1lasz kidolgoz\u00e1s\u00e1ra a teljes maxim\u00e1lis tokensz\u00e1mb\u00f3l. \u00c1ll\u00edtsa 1024-re vagy magasabbra a kiterjesztett gondolkod\u00e1s enged\u00e9lyez\u00e9s\u00e9hez."
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
16
53
|
}
|
|
17
54
|
}
|
|
@@ -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
|
"authentication_error": "Autenticazione non valida",
|
|
5
8
|
"cannot_connect": "Impossibile connettersi",
|
|
@@ -13,5 +16,39 @@
|
|
|
13
16
|
}
|
|
14
17
|
}
|
|
15
18
|
}
|
|
19
|
+
},
|
|
20
|
+
"config_subentries": {
|
|
21
|
+
"conversation": {
|
|
22
|
+
"abort": {
|
|
23
|
+
"entry_not_loaded": "Impossibile aggiungere elementi mentre la configurazione \u00e8 disattivata.",
|
|
24
|
+
"reconfigure_successful": "La riconfigurazione \u00e8 stata completata con successo"
|
|
25
|
+
},
|
|
26
|
+
"entry_type": "Agente di conversazione",
|
|
27
|
+
"error": {
|
|
28
|
+
"thinking_budget_too_large": "Il numero massimo di token deve essere superiore al budget di pensiero."
|
|
29
|
+
},
|
|
30
|
+
"initiate_flow": {
|
|
31
|
+
"reconfigure": "Riconfigura l'agente di conversazione",
|
|
32
|
+
"user": "Aggiungi agente di conversazione"
|
|
33
|
+
},
|
|
34
|
+
"step": {
|
|
35
|
+
"set_options": {
|
|
36
|
+
"data": {
|
|
37
|
+
"chat_model": "Modello",
|
|
38
|
+
"llm_hass_api": "Controlla Home Assistant",
|
|
39
|
+
"max_tokens": "Numero massimo di token da restituire nella risposta",
|
|
40
|
+
"name": "Nome",
|
|
41
|
+
"prompt": "Istruzioni",
|
|
42
|
+
"recommended": "Impostazioni del modello consigliate",
|
|
43
|
+
"temperature": "Temperatura",
|
|
44
|
+
"thinking_budget_tokens": "Budget di pensiero"
|
|
45
|
+
},
|
|
46
|
+
"data_description": {
|
|
47
|
+
"prompt": "Indica come l'LLM dovrebbe rispondere. Questo pu\u00f2 essere un modello.",
|
|
48
|
+
"thinking_budget_tokens": "Il numero di token che il modello pu\u00f2 utilizzare per elaborare la risposta rispetto al numero massimo totale di token. Imposta a 1024 o superiore per abilitare il ragionamento esteso."
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
16
53
|
}
|
|
17
54
|
}
|
|
@@ -71,9 +71,9 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
|
|
71
71
|
cv.make_entity_service_schema(
|
|
72
72
|
{
|
|
73
73
|
vol.Optional("message"): str,
|
|
74
|
-
vol.Optional("media_id"):
|
|
74
|
+
vol.Optional("media_id"): _media_id_validator,
|
|
75
75
|
vol.Optional("preannounce"): bool,
|
|
76
|
-
vol.Optional("preannounce_media_id"):
|
|
76
|
+
vol.Optional("preannounce_media_id"): _media_id_validator,
|
|
77
77
|
}
|
|
78
78
|
),
|
|
79
79
|
cv.has_at_least_one_key("message", "media_id"),
|
|
@@ -81,15 +81,16 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
|
|
81
81
|
"async_internal_announce",
|
|
82
82
|
[AssistSatelliteEntityFeature.ANNOUNCE],
|
|
83
83
|
)
|
|
84
|
+
|
|
84
85
|
component.async_register_entity_service(
|
|
85
86
|
"start_conversation",
|
|
86
87
|
vol.All(
|
|
87
88
|
cv.make_entity_service_schema(
|
|
88
89
|
{
|
|
89
90
|
vol.Optional("start_message"): str,
|
|
90
|
-
vol.Optional("start_media_id"):
|
|
91
|
+
vol.Optional("start_media_id"): _media_id_validator,
|
|
91
92
|
vol.Optional("preannounce"): bool,
|
|
92
|
-
vol.Optional("preannounce_media_id"):
|
|
93
|
+
vol.Optional("preannounce_media_id"): _media_id_validator,
|
|
93
94
|
vol.Optional("extra_system_prompt"): str,
|
|
94
95
|
}
|
|
95
96
|
),
|
|
@@ -135,9 +136,9 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
|
|
135
136
|
{
|
|
136
137
|
vol.Required(ATTR_ENTITY_ID): cv.entity_domain(DOMAIN),
|
|
137
138
|
vol.Optional("question"): str,
|
|
138
|
-
vol.Optional("question_media_id"):
|
|
139
|
+
vol.Optional("question_media_id"): _media_id_validator,
|
|
139
140
|
vol.Optional("preannounce"): bool,
|
|
140
|
-
vol.Optional("preannounce_media_id"):
|
|
141
|
+
vol.Optional("preannounce_media_id"): _media_id_validator,
|
|
141
142
|
vol.Optional("answers"): [
|
|
142
143
|
{
|
|
143
144
|
vol.Required("id"): str,
|
|
@@ -204,3 +205,20 @@ def has_one_non_empty_item(value: list[str]) -> list[str]:
|
|
|
204
205
|
raise vol.Invalid("sentences cannot be empty")
|
|
205
206
|
|
|
206
207
|
return value
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
# Validator for media_id fields that accepts both string and media selector format
|
|
211
|
+
_media_id_validator = vol.Any(
|
|
212
|
+
cv.string, # Plain string format
|
|
213
|
+
vol.All(
|
|
214
|
+
vol.Schema(
|
|
215
|
+
{
|
|
216
|
+
vol.Required("media_content_id"): cv.string,
|
|
217
|
+
vol.Required("media_content_type"): cv.string,
|
|
218
|
+
vol.Remove("metadata"): dict, # Ignore metadata if present
|
|
219
|
+
}
|
|
220
|
+
),
|
|
221
|
+
# Extract media_content_id from media selector format
|
|
222
|
+
lambda x: x["media_content_id"],
|
|
223
|
+
),
|
|
224
|
+
)
|
|
@@ -14,7 +14,9 @@ announce:
|
|
|
14
14
|
media_id:
|
|
15
15
|
required: false
|
|
16
16
|
selector:
|
|
17
|
-
|
|
17
|
+
media:
|
|
18
|
+
accept:
|
|
19
|
+
- audio/*
|
|
18
20
|
preannounce:
|
|
19
21
|
required: false
|
|
20
22
|
default: true
|
|
@@ -23,7 +25,9 @@ announce:
|
|
|
23
25
|
preannounce_media_id:
|
|
24
26
|
required: false
|
|
25
27
|
selector:
|
|
26
|
-
|
|
28
|
+
media:
|
|
29
|
+
accept:
|
|
30
|
+
- audio/*
|
|
27
31
|
start_conversation:
|
|
28
32
|
target:
|
|
29
33
|
entity:
|
|
@@ -40,7 +44,9 @@ start_conversation:
|
|
|
40
44
|
start_media_id:
|
|
41
45
|
required: false
|
|
42
46
|
selector:
|
|
43
|
-
|
|
47
|
+
media:
|
|
48
|
+
accept:
|
|
49
|
+
- audio/*
|
|
44
50
|
extra_system_prompt:
|
|
45
51
|
required: false
|
|
46
52
|
selector:
|
|
@@ -53,7 +59,9 @@ start_conversation:
|
|
|
53
59
|
preannounce_media_id:
|
|
54
60
|
required: false
|
|
55
61
|
selector:
|
|
56
|
-
|
|
62
|
+
media:
|
|
63
|
+
accept:
|
|
64
|
+
- audio/*
|
|
57
65
|
ask_question:
|
|
58
66
|
fields:
|
|
59
67
|
entity_id:
|
|
@@ -72,7 +80,9 @@ ask_question:
|
|
|
72
80
|
question_media_id:
|
|
73
81
|
required: false
|
|
74
82
|
selector:
|
|
75
|
-
|
|
83
|
+
media:
|
|
84
|
+
accept:
|
|
85
|
+
- audio/*
|
|
76
86
|
preannounce:
|
|
77
87
|
required: false
|
|
78
88
|
default: true
|
|
@@ -81,7 +91,9 @@ ask_question:
|
|
|
81
91
|
preannounce_media_id:
|
|
82
92
|
required: false
|
|
83
93
|
selector:
|
|
84
|
-
|
|
94
|
+
media:
|
|
95
|
+
accept:
|
|
96
|
+
- audio/*
|
|
85
97
|
answers:
|
|
86
98
|
required: false
|
|
87
99
|
selector:
|
|
@@ -10,6 +10,14 @@
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
|
+
"selector": {
|
|
14
|
+
"answers": {
|
|
15
|
+
"fields": {
|
|
16
|
+
"id": "V\u00e1lasz azonos\u00edt\u00f3",
|
|
17
|
+
"sentences": "Mondatok"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
13
21
|
"services": {
|
|
14
22
|
"announce": {
|
|
15
23
|
"description": "Lehet\u0151v\u00e9 teszi egy seg\u00e9d\u00e1llom\u00e1s sz\u00e1m\u00e1ra egy \u00fczenet bejelent\u00e9s\u00e9t.",
|
|
@@ -33,6 +41,36 @@
|
|
|
33
41
|
},
|
|
34
42
|
"name": "Bejelent\u00e9s"
|
|
35
43
|
},
|
|
44
|
+
"ask_question": {
|
|
45
|
+
"description": "K\u00e9rd\u00e9s feltev\u00e9se \u00e9s a felhaszn\u00e1l\u00f3 v\u00e1lasz\u00e1nak fogad\u00e1sa.",
|
|
46
|
+
"fields": {
|
|
47
|
+
"answers": {
|
|
48
|
+
"description": "Lehets\u00e9ges v\u00e1laszok a k\u00e9rd\u00e9sre.",
|
|
49
|
+
"name": "V\u00e1laszok"
|
|
50
|
+
},
|
|
51
|
+
"entity_id": {
|
|
52
|
+
"description": "Az Assist seg\u00e9d\u00e1llom\u00e1s entit\u00e1s, amelyen kereszt\u00fcl a k\u00e9rd\u00e9s elhangzik.",
|
|
53
|
+
"name": "Entit\u00e1s"
|
|
54
|
+
},
|
|
55
|
+
"preannounce": {
|
|
56
|
+
"description": "Hang lej\u00e1tsz\u00e1sa az \u00fczenet vagy m\u00e9dia kezdete el\u0151tt.",
|
|
57
|
+
"name": "El\u0151zetes hangjelz\u00e9s"
|
|
58
|
+
},
|
|
59
|
+
"preannounce_media_id": {
|
|
60
|
+
"description": "Egy\u00e9ni m\u00e9diaazonos\u00edt\u00f3, amely a kezd\u0151 \u00fczenet vagy m\u00e9dia el\u0151tt ker\u00fcl lej\u00e1tsz\u00e1sra.",
|
|
61
|
+
"name": "El\u0151zetes m\u00e9diaazonos\u00edt\u00f3"
|
|
62
|
+
},
|
|
63
|
+
"question": {
|
|
64
|
+
"description": "A feltett k\u00e9rd\u00e9s sz\u00f6vege.",
|
|
65
|
+
"name": "K\u00e9rd\u00e9s"
|
|
66
|
+
},
|
|
67
|
+
"question_media_id": {
|
|
68
|
+
"description": "A k\u00e9rd\u00e9shez tartoz\u00f3 m\u00e9dia azonos\u00edt\u00f3ja, amely a sz\u00f6vegfelolvas\u00e1s helyett ker\u00fcl lej\u00e1tsz\u00e1sra.",
|
|
69
|
+
"name": "K\u00e9rd\u00e9s m\u00e9diaazonos\u00edt\u00f3"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"name": "K\u00e9rd\u00e9s feltev\u00e9se"
|
|
73
|
+
},
|
|
36
74
|
"start_conversation": {
|
|
37
75
|
"description": "Besz\u00e9lget\u00e9st ind\u00edt egy seg\u00e9d\u00e1llom\u00e1sr\u00f3l.",
|
|
38
76
|
"fields": {
|
|
@@ -10,6 +10,14 @@
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
|
+
"selector": {
|
|
14
|
+
"answers": {
|
|
15
|
+
"fields": {
|
|
16
|
+
"id": "\u56de\u7b54ID",
|
|
17
|
+
"sentences": "\u6587"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
13
21
|
"services": {
|
|
14
22
|
"announce": {
|
|
15
23
|
"description": "\u30b5\u30c6\u30e9\u30a4\u30c8\u304c\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u30a2\u30ca\u30a6\u30f3\u30b9\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"issues": {
|
|
45
45
|
"automatic_backup_agents_unavailable": {
|
|
46
|
-
"description": "Der Backup-Speicherort `{agent_id}` ist nicht verf\u00fcgbar, aber dennoch f\u00fcr automatische
|
|
46
|
+
"description": "Der Backup-Speicherort `{agent_id}` ist nicht verf\u00fcgbar, aber dennoch f\u00fcr automatische Backups konfiguriert. \n \nBitte besuche die [Seite zur Konfiguration automatischer Backups]({backup_settings}), um deine Backup-Speicherorte zu \u00fcberpr\u00fcfen und zu aktualisieren. An ausgew\u00e4hlte Speicherorte, die nicht verf\u00fcgbar sind, werden keine Backups hochgeladen.",
|
|
47
47
|
"title": "Der Backup-Speicherort {agent_id} ist nicht verf\u00fcgbar"
|
|
48
48
|
},
|
|
49
49
|
"automatic_backup_failed_addons": {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
4
|
"already_configured": "\u039f \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03ad\u03c7\u03b5\u03b9 \u03ae\u03b4\u03b7 \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03b8\u03b5\u03af",
|
|
5
|
-
"reauth_successful": "\u039f \u03b5\u03ba \u03bd\u03ad\u03bf\u03c5 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03ae\u03c4\u03b1\u03bd \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2"
|
|
5
|
+
"reauth_successful": "\u039f \u03b5\u03ba \u03bd\u03ad\u03bf\u03c5 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03ae\u03c4\u03b1\u03bd \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03ae\u03c2",
|
|
6
|
+
"wrong_account": "\u039b\u03ac\u03b8\u03bf\u03c2 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2: \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03b5\u03ba \u03bd\u03ad\u03bf\u03c5 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03bc\u03b5 \u03c4\u03bf API token \u03b3\u03b9\u03b1 \u03c4\u03bf {email}."
|
|
6
7
|
},
|
|
7
8
|
"error": {
|
|
8
9
|
"cannot_connect": "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2",
|
|
@@ -14,6 +15,7 @@
|
|
|
14
15
|
"data": {
|
|
15
16
|
"api_token": "API token"
|
|
16
17
|
},
|
|
18
|
+
"description": "\u0395\u03b9\u03c3\u03b1\u03b3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf Blue Current API token \u03c3\u03b1\u03c2",
|
|
17
19
|
"title": "\u0395\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2"
|
|
18
20
|
}
|
|
19
21
|
}
|
|
@@ -27,6 +27,9 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"options": {
|
|
30
|
+
"abort": {
|
|
31
|
+
"remote_adapters_not_supported": "\u0397 \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 Bluetooth \u03b3\u03b9\u03b1 \u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2 \u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03b5\u03af\u03c2 \u03b4\u03b5\u03bd \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9."
|
|
32
|
+
},
|
|
30
33
|
"step": {
|
|
31
34
|
"init": {
|
|
32
35
|
"data": {
|
|
@@ -163,6 +163,9 @@
|
|
|
163
163
|
"not_valid_horizontal_swing_mode": {
|
|
164
164
|
"message": "A(z) {mode} v\u00edzszintes legyez\u00e9si m\u00f3d \u00e9rv\u00e9nytelen. Az \u00e9rv\u00e9nyes v\u00edzszintes legyez\u00e9si m\u00f3dok: {modes}."
|
|
165
165
|
},
|
|
166
|
+
"not_valid_hvac_mode": {
|
|
167
|
+
"message": "A(z) {mode} HVAC \u00fczemm\u00f3d \u00e9rv\u00e9nytelen. \u00c9rv\u00e9nyes HVAC \u00fczemm\u00f3dok: {modes}"
|
|
168
|
+
},
|
|
166
169
|
"not_valid_preset_mode": {
|
|
167
170
|
"message": "Az el\u0151re be\u00e1ll\u00edtott \u00fczemm\u00f3d {mode} nem \u00e9rv\u00e9nyes. Az \u00e9rv\u00e9nyes el\u0151re be\u00e1ll\u00edtott \u00fczemm\u00f3dok a k\u00f6vetkez\u0151k: {modes}."
|
|
168
171
|
},
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"message": "Verbindungsfehler: {error}"
|
|
97
97
|
},
|
|
98
98
|
"cannot_retrieve_data": {
|
|
99
|
-
"message": "Fehler beim
|
|
99
|
+
"message": "Fehler beim Datenabruf: {error}"
|
|
100
100
|
},
|
|
101
101
|
"humidity_while_off": {
|
|
102
102
|
"message": "Die Luftfeuchtigkeit kann im ausgeschalteten Zustand nicht ge\u00e4ndert werden"
|
|
@@ -41,5 +41,10 @@
|
|
|
41
41
|
"description": "\u039a\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2"
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
|
+
},
|
|
45
|
+
"services": {
|
|
46
|
+
"get_command": {
|
|
47
|
+
"description": "\u03a3\u03c4\u03ad\u03bb\u03bd\u03b5\u03b9 \u03bc\u03b9\u03b1 \u03b3\u03b5\u03bd\u03b9\u03ba\u03ae \u03b5\u03bd\u03c4\u03bf\u03bb\u03ae HTTP get."
|
|
48
|
+
}
|
|
44
49
|
}
|
|
45
50
|
}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"step": {
|
|
4
4
|
"user": {
|
|
5
5
|
"data": {
|
|
6
|
+
"max_sub_interval": "Sous-intervalle maximum",
|
|
6
7
|
"name": "Nom",
|
|
7
8
|
"round": "Pr\u00e9cision",
|
|
8
9
|
"source": "Capteur d'entr\u00e9e",
|
|
@@ -11,6 +12,7 @@
|
|
|
11
12
|
"unit_time": "Unit\u00e9 de temps"
|
|
12
13
|
},
|
|
13
14
|
"data_description": {
|
|
15
|
+
"max_sub_interval": "Si d\u00e9fini, le d\u00e9riv\u00e9 est automatiquement recalcul\u00e9 si la source n'a pas \u00e9t\u00e9 mise \u00e0 jour pendant cette dur\u00e9e.",
|
|
14
16
|
"round": "Contr\u00f4le le nombre de chiffres d\u00e9cimaux dans la sortie.",
|
|
15
17
|
"unit_prefix": "La sortie sera mise \u00e0 l'\u00e9chelle en fonction du pr\u00e9fixe m\u00e9trique et de l'unit\u00e9 de temps de la d\u00e9riv\u00e9e s\u00e9lectionn\u00e9s."
|
|
16
18
|
},
|
|
@@ -23,6 +25,7 @@
|
|
|
23
25
|
"step": {
|
|
24
26
|
"init": {
|
|
25
27
|
"data": {
|
|
28
|
+
"max_sub_interval": "Sous-intervalle maximum",
|
|
26
29
|
"name": "Nom",
|
|
27
30
|
"round": "Pr\u00e9cision",
|
|
28
31
|
"source": "Capteur d'entr\u00e9e",
|
|
@@ -31,6 +34,7 @@
|
|
|
31
34
|
"unit_time": "Unit\u00e9 de temps"
|
|
32
35
|
},
|
|
33
36
|
"data_description": {
|
|
37
|
+
"max_sub_interval": "Si d\u00e9fini, le d\u00e9riv\u00e9 est automatiquement recalcul\u00e9 si la source n'a pas \u00e9t\u00e9 mise \u00e0 jour pendant cette dur\u00e9e.",
|
|
34
38
|
"round": "Contr\u00f4le le nombre de chiffres d\u00e9cimaux dans la sortie.",
|
|
35
39
|
"time_window": "Si d\u00e9finie, la valeur du capteur est une moyenne mobile pond\u00e9r\u00e9e dans le temps des d\u00e9riv\u00e9es dans cette p\u00e9riode.",
|
|
36
40
|
"unit_prefix": "La sortie sera mise \u00e0 l'\u00e9chelle en fonction du pr\u00e9fixe m\u00e9trique et de l'unit\u00e9 de temps de la d\u00e9riv\u00e9e s\u00e9lectionn\u00e9s."
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"step": {
|
|
4
4
|
"user": {
|
|
5
5
|
"data": {
|
|
6
|
+
"max_sub_interval": "Maxim\u00e1lis r\u00e9szintervallum",
|
|
6
7
|
"name": "Elnevez\u00e9s",
|
|
7
8
|
"round": "Pontoss\u00e1g",
|
|
8
9
|
"source": "Forr\u00e1s \u00e9rz\u00e9kel\u0151",
|
|
@@ -11,6 +12,7 @@
|
|
|
11
12
|
"unit_time": "Id\u0151egys\u00e9g"
|
|
12
13
|
},
|
|
13
14
|
"data_description": {
|
|
15
|
+
"max_sub_interval": "Ha meg van adva, a deriv\u00e1lt automatikusan \u00fajrasz\u00e1mol\u00f3dik, ha a forr\u00e1s ezen id\u0151tartamon bel\u00fcl nem friss\u00fclt.",
|
|
14
16
|
"round": "Az eredm\u00e9ny tizedesjegyeinek sz\u00e1ma.",
|
|
15
17
|
"time_window": "Ha be van \u00e1ll\u00edtva, az \u00e9rz\u00e9kel\u0151 azt mutatja, hogy az \u00e9rt\u00e9k milyen \u00fctemben v\u00e1ltozott az ut\u00f3bbi kis id\u0151szakban, kicsit kisim\u00edtva a kileng\u00e9seket.",
|
|
16
18
|
"unit_prefix": "A sz\u00e1rmaz\u00e9kos \u00e9rt\u00e9k a sz\u00e1rmaztatott term\u00e9k kiv\u00e1lasztott m\u00e9rt\u00e9kegys\u00e9g el\u0151tagja \u00e9s id\u0151egys\u00e9ge szerint lesz sk\u00e1l\u00e1zva."
|
|
@@ -24,6 +26,7 @@
|
|
|
24
26
|
"step": {
|
|
25
27
|
"init": {
|
|
26
28
|
"data": {
|
|
29
|
+
"max_sub_interval": "Maxim\u00e1lis r\u00e9szintervallum",
|
|
27
30
|
"name": "Elnevez\u00e9s",
|
|
28
31
|
"round": "Pontoss\u00e1g",
|
|
29
32
|
"source": "Forr\u00e1s \u00e9rz\u00e9kel\u0151",
|
|
@@ -32,6 +35,7 @@
|
|
|
32
35
|
"unit_time": "Id\u0151egys\u00e9g"
|
|
33
36
|
},
|
|
34
37
|
"data_description": {
|
|
38
|
+
"max_sub_interval": "Ha meg van adva, a deriv\u00e1lt automatikusan \u00fajrasz\u00e1mol\u00f3dik, ha a forr\u00e1s ezen id\u0151tartamon bel\u00fcl nem friss\u00fclt.",
|
|
35
39
|
"round": "Az eredm\u00e9ny tizedesjegyeinek sz\u00e1ma.",
|
|
36
40
|
"time_window": "Ha be van \u00e1ll\u00edtva, az \u00e9rz\u00e9kel\u0151 azt mutatja, hogy az \u00e9rt\u00e9k milyen \u00fctemben v\u00e1ltozott az ut\u00f3bbi kis id\u0151szakban, kicsit kisim\u00edtva a kileng\u00e9seket.",
|
|
37
41
|
"unit_prefix": "A sz\u00e1rmaz\u00e9kos \u00e9rt\u00e9k a sz\u00e1rmaztatott term\u00e9k kiv\u00e1lasztott m\u00e9rt\u00e9kegys\u00e9g el\u0151tagja \u00e9s id\u0151egys\u00e9ge szerint lesz sk\u00e1l\u00e1zva."
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"step": {
|
|
4
4
|
"user": {
|
|
5
5
|
"data": {
|
|
6
|
+
"max_sub_interval": "Sottointervallo massimo",
|
|
6
7
|
"name": "Nome",
|
|
7
8
|
"round": "Precisione",
|
|
8
9
|
"source": "Sensore di ingresso",
|
|
@@ -11,6 +12,7 @@
|
|
|
11
12
|
"unit_time": "Unit\u00e0 di tempo"
|
|
12
13
|
},
|
|
13
14
|
"data_description": {
|
|
15
|
+
"max_sub_interval": "Se definito, il derivato viene automaticamente ricalcolato se la sorgente non \u00e8 stata aggiornata per questo periodo.",
|
|
14
16
|
"round": "Controlla il numero di cifre decimali nell'uscita.",
|
|
15
17
|
"unit_prefix": "L'output sar\u00e0 ridimensionato in base al prefisso metrico selezionato e all'unit\u00e0 di tempo della derivata."
|
|
16
18
|
},
|
|
@@ -22,6 +24,7 @@
|
|
|
22
24
|
"step": {
|
|
23
25
|
"init": {
|
|
24
26
|
"data": {
|
|
27
|
+
"max_sub_interval": "Sottointervallo massimo",
|
|
25
28
|
"name": "Nome",
|
|
26
29
|
"round": "Precisione",
|
|
27
30
|
"source": "Sensore di ingresso",
|
|
@@ -30,6 +33,7 @@
|
|
|
30
33
|
"unit_time": "Unit\u00e0 di tempo"
|
|
31
34
|
},
|
|
32
35
|
"data_description": {
|
|
36
|
+
"max_sub_interval": "Se definito, il derivato viene automaticamente ricalcolato se la sorgente non \u00e8 stata aggiornata per questo periodo.",
|
|
33
37
|
"round": "Controlla il numero di cifre decimali nell'uscita.",
|
|
34
38
|
"time_window": "Se impostato, il valore del sensore \u00e8 una media mobile delle derivate ponderata nel tempo all'interno di questa finestra.",
|
|
35
39
|
"unit_prefix": "L'output sar\u00e0 ridimensionato in base al prefisso metrico selezionato e all'unit\u00e0 di tempo della derivata."
|
|
@@ -9,6 +9,16 @@
|
|
|
9
9
|
"reauth_failed": "K\u00e9rem, ugyanazt a mydevolo felhaszn\u00e1l\u00f3t haszn\u00e1lja, mint kor\u00e1bban."
|
|
10
10
|
},
|
|
11
11
|
"step": {
|
|
12
|
+
"reauth_confirm": {
|
|
13
|
+
"data": {
|
|
14
|
+
"password": "Jelsz\u00f3",
|
|
15
|
+
"username": "E-mail / devolo azonos\u00edt\u00f3"
|
|
16
|
+
},
|
|
17
|
+
"data_description": {
|
|
18
|
+
"password": "Adja meg a mydevolo fi\u00f3kj\u00e1hoz tartoz\u00f3 jelsz\u00f3t.",
|
|
19
|
+
"username": "A mydevolo k\u00f6zponti egys\u00e9g\u00e9nek regisztr\u00e1l\u00e1s\u00e1hoz haszn\u00e1lt e-mail c\u00edm."
|
|
20
|
+
}
|
|
21
|
+
},
|
|
12
22
|
"user": {
|
|
13
23
|
"data": {
|
|
14
24
|
"password": "Jelsz\u00f3",
|
|
@@ -45,5 +55,16 @@
|
|
|
45
55
|
"name": "F\u00e9nyer\u0151"
|
|
46
56
|
}
|
|
47
57
|
}
|
|
58
|
+
},
|
|
59
|
+
"exceptions": {
|
|
60
|
+
"connection_failed": {
|
|
61
|
+
"message": "Nem siker\u00fclt csatlakozni a devolo Home Control k\u00f6zponti egys\u00e9ghez: {gateway_id}."
|
|
62
|
+
},
|
|
63
|
+
"invalid_auth": {
|
|
64
|
+
"message": "Sikertelen hiteles\u00edt\u00e9s. Hiteles\u00edtse \u00fajra a mydevolo fi\u00f3kj\u00e1val."
|
|
65
|
+
},
|
|
66
|
+
"maintenance": {
|
|
67
|
+
"message": "A devolo Home Control jelenleg karbantart\u00e1si m\u00f3dban van."
|
|
68
|
+
}
|
|
48
69
|
}
|
|
49
70
|
}
|
|
@@ -9,6 +9,16 @@
|
|
|
9
9
|
"reauth_failed": "Gelieve dezelfde mydevolo-gebruiker te gebruiken als voorheen."
|
|
10
10
|
},
|
|
11
11
|
"step": {
|
|
12
|
+
"reauth_confirm": {
|
|
13
|
+
"data": {
|
|
14
|
+
"password": "Wachtwoord",
|
|
15
|
+
"username": "E-mail / devolo ID"
|
|
16
|
+
},
|
|
17
|
+
"data_description": {
|
|
18
|
+
"password": "Wachtwoord van je mydevolo-account.",
|
|
19
|
+
"username": "E-mailadres dat je hebt gebruikt om de centrale unit op mydevolo te registreren."
|
|
20
|
+
}
|
|
21
|
+
},
|
|
12
22
|
"user": {
|
|
13
23
|
"data": {
|
|
14
24
|
"password": "Wachtwoord",
|