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
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"data": {
|
|
11
11
|
"ignored_zones": "Zones to ignore",
|
|
12
12
|
"tolerance": "Tolerance distance",
|
|
13
|
-
"tracked_entities": "Devices or
|
|
13
|
+
"tracked_entities": "Devices or persons to track",
|
|
14
14
|
"zone": "Zone to track distance to"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"entity": {
|
|
20
20
|
"sensor": {
|
|
21
21
|
"dir_of_travel": {
|
|
22
|
-
"name": "{tracked_entity}
|
|
22
|
+
"name": "{tracked_entity} direction of travel",
|
|
23
23
|
"state": {
|
|
24
24
|
"arrived": "Arrived",
|
|
25
25
|
"away_from": "Away from",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"dist_to_zone": {
|
|
31
|
-
"name": "{tracked_entity}
|
|
31
|
+
"name": "{tracked_entity} distance"
|
|
32
32
|
},
|
|
33
33
|
"nearest": {
|
|
34
34
|
"name": "Nearest device"
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"data": {
|
|
67
67
|
"ignored_zones": "Zones to ignore",
|
|
68
68
|
"tolerance": "Tolerance distance",
|
|
69
|
-
"tracked_entities": "Devices or
|
|
69
|
+
"tracked_entities": "Devices or persons to track",
|
|
70
70
|
"zone": "Zone to track distance to"
|
|
71
71
|
}
|
|
72
72
|
}
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
"already_configured": "Laite on jo m\u00e4\u00e4ritetty",
|
|
5
5
|
"success": "Muutokset tallennettu"
|
|
6
6
|
},
|
|
7
|
-
"flow_title": "L\u00e4heisyys",
|
|
8
7
|
"step": {
|
|
9
8
|
"user": {
|
|
10
9
|
"data": {
|
|
11
10
|
"ignored_zones": "Alueet, jotka j\u00e4tet\u00e4\u00e4n huomiotta",
|
|
12
11
|
"tolerance": "Toleranssiet\u00e4isyys",
|
|
13
|
-
"tracked_entities": "Seurattavat laitteet tai henkil\u00f6t",
|
|
14
12
|
"zone": "Alue, johon et\u00e4isyytt\u00e4 seurataan"
|
|
15
13
|
}
|
|
16
14
|
}
|
|
@@ -19,7 +17,6 @@
|
|
|
19
17
|
"entity": {
|
|
20
18
|
"sensor": {
|
|
21
19
|
"dir_of_travel": {
|
|
22
|
-
"name": "{tracked_entity} Kuljetussuunta",
|
|
23
20
|
"state": {
|
|
24
21
|
"arrived": "Saapunut",
|
|
25
22
|
"away_from": "Poisp\u00e4in",
|
|
@@ -27,20 +24,11 @@
|
|
|
27
24
|
"towards": "Kohti"
|
|
28
25
|
}
|
|
29
26
|
},
|
|
30
|
-
"dist_to_zone": {
|
|
31
|
-
"name": "{tracked_entity} Et\u00e4isyys"
|
|
32
|
-
},
|
|
33
27
|
"nearest": {
|
|
34
28
|
"name": "L\u00e4hin laite"
|
|
35
29
|
},
|
|
36
30
|
"nearest_dir_of_travel": {
|
|
37
|
-
"name": "L\u00e4hin kulkusuunta"
|
|
38
|
-
"state": {
|
|
39
|
-
"arrived": "Saapunut",
|
|
40
|
-
"away_from": "Poisp\u00e4in",
|
|
41
|
-
"stationary": "Paikallaan",
|
|
42
|
-
"towards": "Kohti"
|
|
43
|
-
}
|
|
31
|
+
"name": "L\u00e4hin kulkusuunta"
|
|
44
32
|
},
|
|
45
33
|
"nearest_dist_to_zone": {
|
|
46
34
|
"name": "L\u00e4hin et\u00e4isyys"
|
|
@@ -59,17 +47,5 @@
|
|
|
59
47
|
"title": "Seurattu entiteetti on poistettu"
|
|
60
48
|
}
|
|
61
49
|
},
|
|
62
|
-
"options": {
|
|
63
|
-
"step": {
|
|
64
|
-
"init": {
|
|
65
|
-
"data": {
|
|
66
|
-
"ignored_zones": "Alueet, jotka j\u00e4tet\u00e4\u00e4n huomiotta",
|
|
67
|
-
"tolerance": "Toleranssiet\u00e4isyys",
|
|
68
|
-
"tracked_entities": "Seurattavat laitteet tai henkil\u00f6t",
|
|
69
|
-
"zone": "Alue, johon et\u00e4isyytt\u00e4 seurataan"
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
50
|
"title": "L\u00e4heisyys"
|
|
75
51
|
}
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9",
|
|
5
5
|
"success": "Changements sauvegard\u00e9s"
|
|
6
6
|
},
|
|
7
|
-
"flow_title": "Proximit\u00e9",
|
|
8
7
|
"step": {
|
|
9
8
|
"user": {
|
|
10
9
|
"data": {
|
|
11
10
|
"ignored_zones": "Zones \u00e0 ignorer",
|
|
12
11
|
"tolerance": "Distance de tol\u00e9rance",
|
|
13
|
-
"tracked_entities": "Appareils ou Personnes \u00e0 suivre",
|
|
14
12
|
"zone": "Zone depuis laquelle suivre la distance"
|
|
15
13
|
}
|
|
16
14
|
}
|
|
@@ -19,7 +17,6 @@
|
|
|
19
17
|
"entity": {
|
|
20
18
|
"sensor": {
|
|
21
19
|
"dir_of_travel": {
|
|
22
|
-
"name": "Direction du d\u00e9placement de {tracked_entity}",
|
|
23
20
|
"state": {
|
|
24
21
|
"arrived": "Arriv\u00e9",
|
|
25
22
|
"away_from": "S'\u00e9loigne",
|
|
@@ -27,20 +24,11 @@
|
|
|
27
24
|
"towards": "Se rapproche"
|
|
28
25
|
}
|
|
29
26
|
},
|
|
30
|
-
"dist_to_zone": {
|
|
31
|
-
"name": "Distance avec {tracked_entity}"
|
|
32
|
-
},
|
|
33
27
|
"nearest": {
|
|
34
28
|
"name": "Appareil le plus proche"
|
|
35
29
|
},
|
|
36
30
|
"nearest_dir_of_travel": {
|
|
37
|
-
"name": "Direction de d\u00e9placement de l'entit\u00e9 la plus proche"
|
|
38
|
-
"state": {
|
|
39
|
-
"arrived": "Arriv\u00e9",
|
|
40
|
-
"away_from": "S'\u00e9loigne",
|
|
41
|
-
"stationary": "Stationnaire",
|
|
42
|
-
"towards": "Se rapproche"
|
|
43
|
-
}
|
|
31
|
+
"name": "Direction de d\u00e9placement de l'entit\u00e9 la plus proche"
|
|
44
32
|
},
|
|
45
33
|
"nearest_dist_to_zone": {
|
|
46
34
|
"name": "Distance la plus proche"
|
|
@@ -59,17 +47,5 @@
|
|
|
59
47
|
"title": "L'entit\u00e9 suivie a \u00e9t\u00e9 supprim\u00e9e"
|
|
60
48
|
}
|
|
61
49
|
},
|
|
62
|
-
"options": {
|
|
63
|
-
"step": {
|
|
64
|
-
"init": {
|
|
65
|
-
"data": {
|
|
66
|
-
"ignored_zones": "Zones \u00e0 ignorer",
|
|
67
|
-
"tolerance": "Distance de tol\u00e9rance",
|
|
68
|
-
"tracked_entities": "Appareils ou Personnes \u00e0 suivre",
|
|
69
|
-
"zone": "Zone depuis laquelle suivre la distance"
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
50
|
"title": "Proximit\u00e9"
|
|
75
51
|
}
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
"already_configured": "O dispositivo xa est\u00e1 configurado",
|
|
5
5
|
"success": "Cambios gardados"
|
|
6
6
|
},
|
|
7
|
-
"flow_title": "Proximidade",
|
|
8
7
|
"step": {
|
|
9
8
|
"user": {
|
|
10
9
|
"data": {
|
|
11
10
|
"ignored_zones": "Zonas para ignorar",
|
|
12
11
|
"tolerance": "Distancia de tolerancia",
|
|
13
|
-
"tracked_entities": "Dispositivos ou persoas para rastrexar",
|
|
14
12
|
"zone": "Zona para rastrexar a distancia a"
|
|
15
13
|
}
|
|
16
14
|
}
|
|
@@ -24,17 +22,8 @@
|
|
|
24
22
|
"towards": "En direcci\u00f3n a"
|
|
25
23
|
}
|
|
26
24
|
},
|
|
27
|
-
"dist_to_zone": {
|
|
28
|
-
"name": "Distancia de {tracked_entity}"
|
|
29
|
-
},
|
|
30
25
|
"nearest_dir_of_travel": {
|
|
31
|
-
"name": "Direcci\u00f3n de viaxe m\u00e1is pr\u00f3xima"
|
|
32
|
-
"state": {
|
|
33
|
-
"arrived": "Chegou",
|
|
34
|
-
"away_from": "Lonxe de",
|
|
35
|
-
"stationary": "Parado",
|
|
36
|
-
"towards": "En direcci\u00f3n a"
|
|
37
|
-
}
|
|
26
|
+
"name": "Direcci\u00f3n de viaxe m\u00e1is pr\u00f3xima"
|
|
38
27
|
},
|
|
39
28
|
"nearest_dist_to_zone": {
|
|
40
29
|
"name": "Distancia m\u00e1is pr\u00f3xima"
|
|
@@ -52,17 +41,5 @@
|
|
|
52
41
|
},
|
|
53
42
|
"title": "A entidade rastreada foi eliminada"
|
|
54
43
|
}
|
|
55
|
-
},
|
|
56
|
-
"options": {
|
|
57
|
-
"step": {
|
|
58
|
-
"init": {
|
|
59
|
-
"data": {
|
|
60
|
-
"ignored_zones": "Zonas para ignorar",
|
|
61
|
-
"tolerance": "Distancia de tolerancia",
|
|
62
|
-
"tracked_entities": "Dispositivos ou persoas para rastrexar",
|
|
63
|
-
"zone": "Zona para rastrexar a distancia a"
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
44
|
}
|
|
68
45
|
}
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van",
|
|
5
5
|
"success": "V\u00e1ltoz\u00e1sok mentve"
|
|
6
6
|
},
|
|
7
|
-
"flow_title": "K\u00f6zels\u00e9g",
|
|
8
7
|
"step": {
|
|
9
8
|
"user": {
|
|
10
9
|
"data": {
|
|
11
10
|
"ignored_zones": "Figyelmen k\u00edv\u00fcl hagyand\u00f3 z\u00f3n\u00e1k",
|
|
12
11
|
"tolerance": "T\u0171r\u00e9si t\u00e1vols\u00e1g",
|
|
13
|
-
"tracked_entities": "K\u00f6vetend\u0151 eszk\u00f6z\u00f6k vagy szem\u00e9lyek",
|
|
14
12
|
"zone": "Z\u00f3na a t\u00e1vols\u00e1g nyomon k\u00f6vet\u00e9s\u00e9hez"
|
|
15
13
|
}
|
|
16
14
|
}
|
|
@@ -19,7 +17,6 @@
|
|
|
19
17
|
"entity": {
|
|
20
18
|
"sensor": {
|
|
21
19
|
"dir_of_travel": {
|
|
22
|
-
"name": "{tracked_entity} Halad\u00e1si ir\u00e1nya",
|
|
23
20
|
"state": {
|
|
24
21
|
"arrived": "Meg\u00e9rkezett",
|
|
25
22
|
"away_from": "T\u00e1volodik",
|
|
@@ -27,20 +24,11 @@
|
|
|
27
24
|
"towards": "K\u00f6zeledik"
|
|
28
25
|
}
|
|
29
26
|
},
|
|
30
|
-
"dist_to_zone": {
|
|
31
|
-
"name": "{tracked_entity} T\u00e1vols\u00e1ga"
|
|
32
|
-
},
|
|
33
27
|
"nearest": {
|
|
34
28
|
"name": "Legk\u00f6zelebbi eszk\u00f6z"
|
|
35
29
|
},
|
|
36
30
|
"nearest_dir_of_travel": {
|
|
37
|
-
"name": "Legk\u00f6zelebbi halad\u00e1si ir\u00e1ny"
|
|
38
|
-
"state": {
|
|
39
|
-
"arrived": "Meg\u00e9rkezett",
|
|
40
|
-
"away_from": "T\u00e1vol ett\u0151l",
|
|
41
|
-
"stationary": "Mozdulatlan",
|
|
42
|
-
"towards": "Fel\u00e9"
|
|
43
|
-
}
|
|
31
|
+
"name": "Legk\u00f6zelebbi halad\u00e1si ir\u00e1ny"
|
|
44
32
|
},
|
|
45
33
|
"nearest_dist_to_zone": {
|
|
46
34
|
"name": "Legk\u00f6zelebbi t\u00e1vols\u00e1g"
|
|
@@ -60,17 +48,5 @@
|
|
|
60
48
|
"title": "A k\u00f6vetett entit\u00e1s elt\u00e1vol\u00edtva"
|
|
61
49
|
}
|
|
62
50
|
},
|
|
63
|
-
"options": {
|
|
64
|
-
"step": {
|
|
65
|
-
"init": {
|
|
66
|
-
"data": {
|
|
67
|
-
"ignored_zones": "Figyelmen k\u00edv\u00fcl hagyand\u00f3 z\u00f3n\u00e1k",
|
|
68
|
-
"tolerance": "T\u0171r\u00e9si t\u00e1vols\u00e1g",
|
|
69
|
-
"tracked_entities": "K\u00f6vetend\u0151 eszk\u00f6z\u00f6k vagy szem\u00e9lyek",
|
|
70
|
-
"zone": "Z\u00f3na a t\u00e1vols\u00e1g nyomon k\u00f6vet\u00e9s\u00e9hez"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
51
|
"title": "K\u00f6zels\u00e9g"
|
|
76
52
|
}
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
"already_configured": "Perangkat sudah dikonfigurasi",
|
|
5
5
|
"success": "Perubahan disimpan"
|
|
6
6
|
},
|
|
7
|
-
"flow_title": "Kedekatan",
|
|
8
7
|
"step": {
|
|
9
8
|
"user": {
|
|
10
9
|
"data": {
|
|
11
10
|
"ignored_zones": "Zona untuk diabaikan",
|
|
12
11
|
"tolerance": "Jarak toleransi",
|
|
13
|
-
"tracked_entities": "Perangkat atau Orang untuk dilacak",
|
|
14
12
|
"zone": "Zona acuan untuk melacak jarak"
|
|
15
13
|
}
|
|
16
14
|
}
|
|
@@ -19,7 +17,6 @@
|
|
|
19
17
|
"entity": {
|
|
20
18
|
"sensor": {
|
|
21
19
|
"dir_of_travel": {
|
|
22
|
-
"name": "Arah perjalanan {tracked_entity}",
|
|
23
20
|
"state": {
|
|
24
21
|
"arrived": "Tiba",
|
|
25
22
|
"away_from": "Menjauh",
|
|
@@ -27,20 +24,11 @@
|
|
|
27
24
|
"towards": "Menuju"
|
|
28
25
|
}
|
|
29
26
|
},
|
|
30
|
-
"dist_to_zone": {
|
|
31
|
-
"name": "Jarak {tracked_entity}"
|
|
32
|
-
},
|
|
33
27
|
"nearest": {
|
|
34
28
|
"name": "Perangkat terdekat"
|
|
35
29
|
},
|
|
36
30
|
"nearest_dir_of_travel": {
|
|
37
|
-
"name": "Arah perjalanan terdekat"
|
|
38
|
-
"state": {
|
|
39
|
-
"arrived": "Tiba",
|
|
40
|
-
"away_from": "Menjauh",
|
|
41
|
-
"stationary": "Diam",
|
|
42
|
-
"towards": "Menuju"
|
|
43
|
-
}
|
|
31
|
+
"name": "Arah perjalanan terdekat"
|
|
44
32
|
},
|
|
45
33
|
"nearest_dist_to_zone": {
|
|
46
34
|
"name": "Jarak terdekat"
|
|
@@ -60,17 +48,5 @@
|
|
|
60
48
|
"title": "Entitas yang dilacak telah dihapus"
|
|
61
49
|
}
|
|
62
50
|
},
|
|
63
|
-
"options": {
|
|
64
|
-
"step": {
|
|
65
|
-
"init": {
|
|
66
|
-
"data": {
|
|
67
|
-
"ignored_zones": "Zona untuk diabaikan",
|
|
68
|
-
"tolerance": "Jarak toleransi",
|
|
69
|
-
"tracked_entities": "Perangkat atau Orang untuk dilacak",
|
|
70
|
-
"zone": "Zona acuan untuk melacak jarak"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
51
|
"title": "Kedekatan"
|
|
76
52
|
}
|
|
@@ -6,20 +6,8 @@
|
|
|
6
6
|
},
|
|
7
7
|
"entity": {
|
|
8
8
|
"sensor": {
|
|
9
|
-
"dir_of_travel": {
|
|
10
|
-
"name": "{tracked_entity} Direzione del viaggio"
|
|
11
|
-
},
|
|
12
|
-
"dist_to_zone": {
|
|
13
|
-
"name": "{tracked_entity} Distanza"
|
|
14
|
-
},
|
|
15
9
|
"nearest_dir_of_travel": {
|
|
16
|
-
"name": "Direzione di viaggio pi\u00f9 vicina"
|
|
17
|
-
"state": {
|
|
18
|
-
"arrived": "Arrivato",
|
|
19
|
-
"away_from": "Lontano da",
|
|
20
|
-
"stationary": "Stazionario",
|
|
21
|
-
"towards": "Verso"
|
|
22
|
-
}
|
|
10
|
+
"name": "Direzione di viaggio pi\u00f9 vicina"
|
|
23
11
|
},
|
|
24
12
|
"nearest_dist_to_zone": {
|
|
25
13
|
"name": "Distanza pi\u00f9 vicina"
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
"already_configured": "\u30c7\u30d0\u30a4\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059",
|
|
5
5
|
"success": "\u5909\u66f4\u304c\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f"
|
|
6
6
|
},
|
|
7
|
-
"flow_title": "\u8fd1\u63a5",
|
|
8
7
|
"step": {
|
|
9
8
|
"user": {
|
|
10
9
|
"data": {
|
|
11
10
|
"ignored_zones": "\u7121\u8996\u3059\u308b\u30be\u30fc\u30f3",
|
|
12
11
|
"tolerance": "\u516c\u5dee\u8ddd\u96e2",
|
|
13
|
-
"tracked_entities": "\u8ffd\u8de1\u3059\u308b\u30c7\u30d0\u30a4\u30b9\u307e\u305f\u306f\u4eba\u7269",
|
|
14
12
|
"zone": "\u8ddd\u96e2\u3092\u8ffd\u8de1\u3059\u308b\u30be\u30fc\u30f3"
|
|
15
13
|
}
|
|
16
14
|
}
|
|
@@ -19,7 +17,6 @@
|
|
|
19
17
|
"entity": {
|
|
20
18
|
"sensor": {
|
|
21
19
|
"dir_of_travel": {
|
|
22
|
-
"name": "{tracked_entity}\u9032\u884c\u65b9\u5411",
|
|
23
20
|
"state": {
|
|
24
21
|
"arrived": "\u5230\u7740\u3057\u305f",
|
|
25
22
|
"away_from": "\u304b\u3089\u96e2\u308c\u308b",
|
|
@@ -27,20 +24,11 @@
|
|
|
27
24
|
"towards": "\u65b9\u5411"
|
|
28
25
|
}
|
|
29
26
|
},
|
|
30
|
-
"dist_to_zone": {
|
|
31
|
-
"name": "{tracked_entity}\u306e\u8ddd\u96e2"
|
|
32
|
-
},
|
|
33
27
|
"nearest": {
|
|
34
28
|
"name": "\u6700\u3082\u8fd1\u3044\u30c7\u30d0\u30a4\u30b9"
|
|
35
29
|
},
|
|
36
30
|
"nearest_dir_of_travel": {
|
|
37
|
-
"name": "\u6700\u3082\u8fd1\u3044\u9032\u884c\u65b9\u5411"
|
|
38
|
-
"state": {
|
|
39
|
-
"arrived": "\u5230\u7740\u3057\u305f",
|
|
40
|
-
"away_from": "\u304b\u3089\u96e2\u308c\u308b",
|
|
41
|
-
"stationary": "\u5b9a\u5e38",
|
|
42
|
-
"towards": "\u65b9\u5411"
|
|
43
|
-
}
|
|
31
|
+
"name": "\u6700\u3082\u8fd1\u3044\u9032\u884c\u65b9\u5411"
|
|
44
32
|
},
|
|
45
33
|
"nearest_dist_to_zone": {
|
|
46
34
|
"name": "\u6700\u77ed\u8ddd\u96e2"
|
|
@@ -60,17 +48,5 @@
|
|
|
60
48
|
"title": "\u8ffd\u8de1\u3055\u308c\u305f\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3\u306f\u524a\u9664\u3055\u308c\u307e\u3057\u305f"
|
|
61
49
|
}
|
|
62
50
|
},
|
|
63
|
-
"options": {
|
|
64
|
-
"step": {
|
|
65
|
-
"init": {
|
|
66
|
-
"data": {
|
|
67
|
-
"ignored_zones": "\u7121\u8996\u3059\u308b\u30be\u30fc\u30f3",
|
|
68
|
-
"tolerance": "\u516c\u5dee\u8ddd\u96e2",
|
|
69
|
-
"tracked_entities": "\u8ffd\u8de1\u3059\u308b\u30c7\u30d0\u30a4\u30b9\u307e\u305f\u306f\u4eba\u7269",
|
|
70
|
-
"zone": "\u8ddd\u96e2\u3092\u8ffd\u8de1\u3059\u308b\u30be\u30fc\u30f3"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
51
|
"title": "\u8fd1\u63a5"
|
|
76
52
|
}
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
"already_configured": "Prietaisas jau sukonfig\u016bruotas",
|
|
5
5
|
"success": "Pakeitimai i\u0161saugoti"
|
|
6
6
|
},
|
|
7
|
-
"flow_title": "Artumas",
|
|
8
7
|
"step": {
|
|
9
8
|
"user": {
|
|
10
9
|
"data": {
|
|
11
10
|
"ignored_zones": "Zonos, kuri\u0173 reikia ignoruoti",
|
|
12
11
|
"tolerance": "Tolerancijos atstumas",
|
|
13
|
-
"tracked_entities": "Steb\u0117tini prietaisai arba asmenys",
|
|
14
12
|
"zone": "Zona, iki kurios reikia sekti atstum\u0105"
|
|
15
13
|
}
|
|
16
14
|
}
|
|
@@ -19,7 +17,6 @@
|
|
|
19
17
|
"entity": {
|
|
20
18
|
"sensor": {
|
|
21
19
|
"dir_of_travel": {
|
|
22
|
-
"name": "{tracked_entity} Kelion\u0117s kryptis",
|
|
23
20
|
"state": {
|
|
24
21
|
"arrived": "Atvyko",
|
|
25
22
|
"away_from": "Toliau nuo",
|
|
@@ -27,20 +24,11 @@
|
|
|
27
24
|
"towards": "Link"
|
|
28
25
|
}
|
|
29
26
|
},
|
|
30
|
-
"dist_to_zone": {
|
|
31
|
-
"name": "{tracked_entity} Atstumas"
|
|
32
|
-
},
|
|
33
27
|
"nearest": {
|
|
34
28
|
"name": "Artimiausias prietaisas"
|
|
35
29
|
},
|
|
36
30
|
"nearest_dir_of_travel": {
|
|
37
|
-
"name": "Artimiausia kelion\u0117s kryptis"
|
|
38
|
-
"state": {
|
|
39
|
-
"arrived": "Atvyko",
|
|
40
|
-
"away_from": "Toliau nuo",
|
|
41
|
-
"stationary": "Stacionarus",
|
|
42
|
-
"towards": "Link"
|
|
43
|
-
}
|
|
31
|
+
"name": "Artimiausia kelion\u0117s kryptis"
|
|
44
32
|
},
|
|
45
33
|
"nearest_dist_to_zone": {
|
|
46
34
|
"name": "Artimiausias atstumas"
|
|
@@ -60,17 +48,5 @@
|
|
|
60
48
|
"title": "Stebimas subjektas pa\u0161alintas"
|
|
61
49
|
}
|
|
62
50
|
},
|
|
63
|
-
"options": {
|
|
64
|
-
"step": {
|
|
65
|
-
"init": {
|
|
66
|
-
"data": {
|
|
67
|
-
"ignored_zones": "Zonos, kuri\u0173 reikia ignoruoti",
|
|
68
|
-
"tolerance": "Tolerancijos atstumas",
|
|
69
|
-
"tracked_entities": "Steb\u0117tini prietaisai arba asmenys",
|
|
70
|
-
"zone": "Zona, iki kurios reikia sekti atstum\u0105"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
51
|
"title": "Artumas"
|
|
76
52
|
}
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
"already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane",
|
|
5
5
|
"success": "Zmiany zapisane"
|
|
6
6
|
},
|
|
7
|
-
"flow_title": "Proximity",
|
|
8
7
|
"step": {
|
|
9
8
|
"user": {
|
|
10
9
|
"data": {
|
|
11
10
|
"ignored_zones": "Ignorowane strefy",
|
|
12
11
|
"tolerance": "Tolerancja odleg\u0142o\u015bci",
|
|
13
|
-
"tracked_entities": "Urz\u0105dzenia lub Osoby do \u015bledzenia",
|
|
14
12
|
"zone": "Strefa do \u015bledzenia odleg\u0142o\u015bci"
|
|
15
13
|
}
|
|
16
14
|
}
|
|
@@ -19,7 +17,6 @@
|
|
|
19
17
|
"entity": {
|
|
20
18
|
"sensor": {
|
|
21
19
|
"dir_of_travel": {
|
|
22
|
-
"name": "{tracked_entity} Kierunek podr\u00f3\u017cy",
|
|
23
20
|
"state": {
|
|
24
21
|
"arrived": "na miejscu",
|
|
25
22
|
"away_from": "oddalanie",
|
|
@@ -27,20 +24,11 @@
|
|
|
27
24
|
"towards": "zbli\u017canie"
|
|
28
25
|
}
|
|
29
26
|
},
|
|
30
|
-
"dist_to_zone": {
|
|
31
|
-
"name": "{tracked_entity} Odleg\u0142o\u015b\u0107"
|
|
32
|
-
},
|
|
33
27
|
"nearest": {
|
|
34
28
|
"name": "Najbli\u017csze urz\u0105dzenie"
|
|
35
29
|
},
|
|
36
30
|
"nearest_dir_of_travel": {
|
|
37
|
-
"name": "Najbli\u017cszy kierunek podr\u00f3\u017cy"
|
|
38
|
-
"state": {
|
|
39
|
-
"arrived": "na miejscu",
|
|
40
|
-
"away_from": "oddalanie",
|
|
41
|
-
"stationary": "brak ruchu",
|
|
42
|
-
"towards": "zbli\u017canie"
|
|
43
|
-
}
|
|
31
|
+
"name": "Najbli\u017cszy kierunek podr\u00f3\u017cy"
|
|
44
32
|
},
|
|
45
33
|
"nearest_dist_to_zone": {
|
|
46
34
|
"name": "Najbli\u017csza odleg\u0142o\u015b\u0107"
|
|
@@ -59,17 +47,5 @@
|
|
|
59
47
|
"title": "\u015aledzona encja zosta\u0142a usuni\u0119ta"
|
|
60
48
|
}
|
|
61
49
|
},
|
|
62
|
-
"options": {
|
|
63
|
-
"step": {
|
|
64
|
-
"init": {
|
|
65
|
-
"data": {
|
|
66
|
-
"ignored_zones": "Ignorowane strefy",
|
|
67
|
-
"tolerance": "Tolerancja odleg\u0142o\u015bci",
|
|
68
|
-
"tracked_entities": "Urz\u0105dzenia lub Osoby do \u015bledzenia",
|
|
69
|
-
"zone": "Strefa do \u015bledzenia odleg\u0142o\u015bci"
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
50
|
"title": "Proximity"
|
|
75
51
|
}
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
"already_configured": "Dispositivo j\u00e1 est\u00e1 configurado",
|
|
5
5
|
"success": "Altera\u00e7\u00f5es salvas"
|
|
6
6
|
},
|
|
7
|
-
"flow_title": "Proximidade",
|
|
8
7
|
"step": {
|
|
9
8
|
"user": {
|
|
10
9
|
"data": {
|
|
11
10
|
"ignored_zones": "Zonas a serem ignoradas",
|
|
12
11
|
"tolerance": "Dist\u00e2ncia de toler\u00e2ncia",
|
|
13
|
-
"tracked_entities": "Dispositivos ou pessoas a serem rastreadas",
|
|
14
12
|
"zone": "Zona para rastrear a dist\u00e2ncia"
|
|
15
13
|
}
|
|
16
14
|
}
|
|
@@ -19,7 +17,6 @@
|
|
|
19
17
|
"entity": {
|
|
20
18
|
"sensor": {
|
|
21
19
|
"dir_of_travel": {
|
|
22
|
-
"name": "{tracked_entity} dire\u00e7\u00e3o da viagem",
|
|
23
20
|
"state": {
|
|
24
21
|
"arrived": "Chegou",
|
|
25
22
|
"away_from": "Longe de",
|
|
@@ -27,20 +24,11 @@
|
|
|
27
24
|
"towards": "Em dire\u00e7\u00e3o a"
|
|
28
25
|
}
|
|
29
26
|
},
|
|
30
|
-
"dist_to_zone": {
|
|
31
|
-
"name": "{tracked_entity} dist\u00e2ncia"
|
|
32
|
-
},
|
|
33
27
|
"nearest": {
|
|
34
28
|
"name": "Dispositivo mais pr\u00f3ximo"
|
|
35
29
|
},
|
|
36
30
|
"nearest_dir_of_travel": {
|
|
37
|
-
"name": "Dire\u00e7\u00e3o de viagem mais pr\u00f3xima"
|
|
38
|
-
"state": {
|
|
39
|
-
"arrived": "Chegou",
|
|
40
|
-
"away_from": "Longe de",
|
|
41
|
-
"stationary": "Estacion\u00e1rio",
|
|
42
|
-
"towards": "Em dire\u00e7\u00e3o a"
|
|
43
|
-
}
|
|
31
|
+
"name": "Dire\u00e7\u00e3o de viagem mais pr\u00f3xima"
|
|
44
32
|
},
|
|
45
33
|
"nearest_dist_to_zone": {
|
|
46
34
|
"name": "Dist\u00e2ncia mais pr\u00f3xima"
|
|
@@ -59,17 +47,5 @@
|
|
|
59
47
|
"title": "A entidade rastreada foi removida"
|
|
60
48
|
}
|
|
61
49
|
},
|
|
62
|
-
"options": {
|
|
63
|
-
"step": {
|
|
64
|
-
"init": {
|
|
65
|
-
"data": {
|
|
66
|
-
"ignored_zones": "Zonas a serem ignoradas",
|
|
67
|
-
"tolerance": "Dist\u00e2ncia de toler\u00e2ncia",
|
|
68
|
-
"tracked_entities": "Dispositivos ou pessoas a serem rastreadas",
|
|
69
|
-
"zone": "Zona para rastrear a dist\u00e2ncia"
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
50
|
"title": "Proximidade"
|
|
75
51
|
}
|