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
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"""Diagnostics support for PlayStation Network."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from dataclasses import asdict
|
|
6
|
+
from typing import Any
|
|
7
|
+
|
|
8
|
+
from psnawp_api.models.trophies import PlatformType
|
|
9
|
+
|
|
10
|
+
from homeassistant.components.diagnostics import async_redact_data
|
|
11
|
+
from homeassistant.core import HomeAssistant
|
|
12
|
+
|
|
13
|
+
from .coordinator import PlaystationNetworkConfigEntry, PlaystationNetworkCoordinator
|
|
14
|
+
|
|
15
|
+
TO_REDACT = {
|
|
16
|
+
"account_id",
|
|
17
|
+
"firstName",
|
|
18
|
+
"lastName",
|
|
19
|
+
"middleName",
|
|
20
|
+
"onlineId",
|
|
21
|
+
"url",
|
|
22
|
+
"username",
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
async def async_get_config_entry_diagnostics(
|
|
27
|
+
hass: HomeAssistant, entry: PlaystationNetworkConfigEntry
|
|
28
|
+
) -> dict[str, Any]:
|
|
29
|
+
"""Return diagnostics for a config entry."""
|
|
30
|
+
coordinator: PlaystationNetworkCoordinator = entry.runtime_data
|
|
31
|
+
|
|
32
|
+
return {
|
|
33
|
+
"data": async_redact_data(
|
|
34
|
+
_serialize_platform_types(asdict(coordinator.data)), TO_REDACT
|
|
35
|
+
),
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
def _serialize_platform_types(data: Any) -> Any:
|
|
40
|
+
"""Recursively convert PlatformType enums to strings in dicts and sets."""
|
|
41
|
+
if isinstance(data, dict):
|
|
42
|
+
return {
|
|
43
|
+
(
|
|
44
|
+
platform.value if isinstance(platform, PlatformType) else platform
|
|
45
|
+
): _serialize_platform_types(record)
|
|
46
|
+
for platform, record in data.items()
|
|
47
|
+
}
|
|
48
|
+
if isinstance(data, set):
|
|
49
|
+
return [
|
|
50
|
+
record.value if isinstance(record, PlatformType) else record
|
|
51
|
+
for record in data
|
|
52
|
+
]
|
|
53
|
+
if isinstance(data, PlatformType):
|
|
54
|
+
return data.value
|
|
55
|
+
return data
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"step": {
|
|
4
|
+
"user": {
|
|
5
|
+
"data": {
|
|
6
|
+
"npsso": "Jeton NPSSO"
|
|
7
|
+
},
|
|
8
|
+
"data_description": {
|
|
9
|
+
"npsso": "Le jeton NPSSO est g\u00e9n\u00e9r\u00e9 lors de la connexion r\u00e9ussie \u00e0 votre compte PlayStation Network et est utilis\u00e9 pour authentifier vos demandes dans Home Assistant."
|
|
10
|
+
},
|
|
11
|
+
"description": "Pour obtenir votre jeton OPSN, connectez-vous d'abord \u00e0 votre [compte PlayStation]({psn_link}). Puis [cliquez ici]({npsso_link}) pour r\u00e9cup\u00e9rer le jeton."
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "A fi\u00f3k m\u00e1r konfigur\u00e1lva van",
|
|
5
|
+
"reauth_successful": "Az \u00fajrahiteles\u00edt\u00e9s sikeres volt",
|
|
6
|
+
"unique_id_mismatch": "A megadott NPSSO token a(z) {wrong_account} fi\u00f3khoz tartozik. Hiteles\u00edtsen \u00fajra a(z) **{name}** fi\u00f3kkal"
|
|
7
|
+
},
|
|
8
|
+
"error": {
|
|
9
|
+
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
|
|
10
|
+
"invalid_account": "\u00c9rv\u00e9nytelen hozz\u00e1f\u00e9r\u00e9si token",
|
|
11
|
+
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s",
|
|
12
|
+
"unknown": "V\u00e1ratlan hiba"
|
|
13
|
+
},
|
|
14
|
+
"step": {
|
|
15
|
+
"reauth_confirm": {
|
|
16
|
+
"data": {
|
|
17
|
+
"npsso": "NPSSO token"
|
|
18
|
+
},
|
|
19
|
+
"data_description": {
|
|
20
|
+
"npsso": "Az NPSSO tokent akkor kapja meg, amikor sikeresen bejelentkezik a PlayStation Network fi\u00f3kj\u00e1ba, \u00e9s a Home Assistant \u00e1ltali hiteles\u00edt\u00e9sekhez haszn\u00e1latos."
|
|
21
|
+
},
|
|
22
|
+
"description": "A(z) **{name}** felhaszn\u00e1l\u00f3 NPSSO tokene lej\u00e1rt. \u00daj token beszerz\u00e9s\u00e9hez el\u0151sz\u00f6r jelentkezzen be a [PlayStation fi\u00f3kj\u00e1ba]({psn_link}), majd [kattintson ide]({npsso_link}) a token lek\u00e9r\u00e9s\u00e9hez.",
|
|
23
|
+
"title": "{name} \u00fajrahiteles\u00edt\u00e9se a PlayStation Network szolg\u00e1ltat\u00e1ssal"
|
|
24
|
+
},
|
|
25
|
+
"user": {
|
|
26
|
+
"data": {
|
|
27
|
+
"npsso": "NPSSO token"
|
|
28
|
+
},
|
|
29
|
+
"data_description": {
|
|
30
|
+
"npsso": "Az NPSSO tokent akkor kapja meg, amikor sikeresen bejelentkezik a PlayStation Network fi\u00f3kj\u00e1ba, \u00e9s a Home Assistant \u00e1ltali hiteles\u00edt\u00e9sekhez haszn\u00e1latos."
|
|
31
|
+
},
|
|
32
|
+
"description": "NPSSO token beszerz\u00e9s\u00e9hez el\u0151sz\u00f6r jelentkezzen be a [PlayStation fi\u00f3kj\u00e1ba]({psn_link}), majd [kattintson ide]({npsso_link}) a token lek\u00e9r\u00e9s\u00e9hez."
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"entity": {
|
|
37
|
+
"sensor": {
|
|
38
|
+
"earned_trophies_bronze": {
|
|
39
|
+
"name": "Bronz tr\u00f3fe\u00e1k",
|
|
40
|
+
"unit_of_measurement": "tr\u00f3fea"
|
|
41
|
+
},
|
|
42
|
+
"earned_trophies_gold": {
|
|
43
|
+
"name": "Arany tr\u00f3fe\u00e1k",
|
|
44
|
+
"unit_of_measurement": "tr\u00f3fea"
|
|
45
|
+
},
|
|
46
|
+
"earned_trophies_platinum": {
|
|
47
|
+
"name": "Platina tr\u00f3fe\u00e1k",
|
|
48
|
+
"unit_of_measurement": "tr\u00f3fea"
|
|
49
|
+
},
|
|
50
|
+
"earned_trophies_silver": {
|
|
51
|
+
"name": "Ez\u00fcst tr\u00f3fe\u00e1k",
|
|
52
|
+
"unit_of_measurement": "tr\u00f3fea"
|
|
53
|
+
},
|
|
54
|
+
"online_id": {
|
|
55
|
+
"name": "Online-azonos\u00edt\u00f3"
|
|
56
|
+
},
|
|
57
|
+
"trophy_level": {
|
|
58
|
+
"name": "Tr\u00f3feaszint"
|
|
59
|
+
},
|
|
60
|
+
"trophy_level_progress": {
|
|
61
|
+
"name": "K\u00f6vetkez\u0151 szint"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"exceptions": {
|
|
66
|
+
"not_ready": {
|
|
67
|
+
"message": "A PlayStation Network hiteles\u00edt\u00e9se nem siker\u00fclt."
|
|
68
|
+
},
|
|
69
|
+
"update_failed": {
|
|
70
|
+
"message": "Nem siker\u00fclt az adatok lek\u00e9r\u00e9se a PlayStation Network el\u00e9r\u00e9s\u00e9nek k\u00eds\u00e9rletekor."
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "L'account \u00e8 gi\u00e0 configurato",
|
|
5
|
+
"reauth_successful": "L'autenticazione ha avuto successo",
|
|
6
|
+
"unique_id_mismatch": "Il token NPSSO fornito corrisponde all'account {wrong_account}. Per favore, autenticati nuovamente con l'account **{name}**"
|
|
7
|
+
},
|
|
8
|
+
"error": {
|
|
9
|
+
"cannot_connect": "Impossibile connettersi",
|
|
10
|
+
"invalid_account": "Token di accesso non valido",
|
|
11
|
+
"invalid_auth": "Autenticazione non valida",
|
|
12
|
+
"unknown": "Errore imprevisto"
|
|
13
|
+
},
|
|
14
|
+
"step": {
|
|
15
|
+
"reauth_confirm": {
|
|
16
|
+
"data": {
|
|
17
|
+
"npsso": "Token NPSSO"
|
|
18
|
+
},
|
|
19
|
+
"data_description": {
|
|
20
|
+
"npsso": "Il token NPSSO viene generato dopo l'accesso riuscito al tuo account PlayStation Network e viene utilizzato per autenticare le tue richieste all'interno di Home Assistant."
|
|
21
|
+
},
|
|
22
|
+
"description": "Il token NPSSO per **{name}** \u00e8 scaduto. Per ottenerne uno nuovo, accedi prima al tuo [account PlayStation]({psn_link}). Poi [clicca qui]({npsso_link}) per recuperare il token.",
|
|
23
|
+
"title": "Ri-autentica {name} con PlayStation Network"
|
|
24
|
+
},
|
|
25
|
+
"user": {
|
|
26
|
+
"data": {
|
|
27
|
+
"npsso": "Token NPSSO"
|
|
28
|
+
},
|
|
29
|
+
"data_description": {
|
|
30
|
+
"npsso": "Il token NPSSO viene generato dopo l'accesso riuscito al tuo account PlayStation Network e viene utilizzato per autenticare le tue richieste all'interno di Home Assistant."
|
|
31
|
+
},
|
|
32
|
+
"description": "Per ottenere il tuo token NPSSO, accedi prima al tuo [account PlayStation]({psn_link}). Poi [clicca qui]({npsso_link}) per recuperare il token."
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"entity": {
|
|
37
|
+
"sensor": {
|
|
38
|
+
"earned_trophies_bronze": {
|
|
39
|
+
"name": "Trofei di bronzo",
|
|
40
|
+
"unit_of_measurement": "trofei"
|
|
41
|
+
},
|
|
42
|
+
"earned_trophies_gold": {
|
|
43
|
+
"name": "Trofei d'oro",
|
|
44
|
+
"unit_of_measurement": "trofei"
|
|
45
|
+
},
|
|
46
|
+
"earned_trophies_platinum": {
|
|
47
|
+
"name": "Trofei di platino",
|
|
48
|
+
"unit_of_measurement": "trofei"
|
|
49
|
+
},
|
|
50
|
+
"earned_trophies_silver": {
|
|
51
|
+
"name": "Trofei d'argento",
|
|
52
|
+
"unit_of_measurement": "trofei"
|
|
53
|
+
},
|
|
54
|
+
"online_id": {
|
|
55
|
+
"name": "ID online"
|
|
56
|
+
},
|
|
57
|
+
"trophy_level": {
|
|
58
|
+
"name": "Livello del trofeo"
|
|
59
|
+
},
|
|
60
|
+
"trophy_level_progress": {
|
|
61
|
+
"name": "Livello successivo"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"exceptions": {
|
|
66
|
+
"not_ready": {
|
|
67
|
+
"message": "L'autenticazione a PlayStation Network non \u00e8 riuscita."
|
|
68
|
+
},
|
|
69
|
+
"update_failed": {
|
|
70
|
+
"message": "Il recupero dei dati non \u00e8 riuscito durante il tentativo di accesso a PlayStation Network."
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "\u30a2\u30ab\u30a6\u30f3\u30c8\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059",
|
|
5
|
+
"reauth_successful": "\u518d\u8a8d\u8a3c\u306b\u6210\u529f\u3057\u307e\u3057\u305f",
|
|
6
|
+
"unique_id_mismatch": "\u63d0\u4f9b\u3055\u308c\u305fNPSSO\u30c8\u30fc\u30af\u30f3\u306f\u30a2\u30ab\u30a6\u30f3\u30c8{wrong_account}\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059\u3002\u30a2\u30ab\u30a6\u30f3\u30c8 ** {name} ** \u3067\u518d\u8a8d\u8a3c\u3057\u3066\u304f\u3060\u3055\u3044\u3002"
|
|
7
|
+
},
|
|
8
|
+
"error": {
|
|
9
|
+
"cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f",
|
|
10
|
+
"invalid_account": "\u7121\u52b9\u306a\u30a2\u30af\u30bb\u30b9\u30c8\u30fc\u30af\u30f3",
|
|
11
|
+
"invalid_auth": "\u7121\u52b9\u306a\u8a8d\u8a3c",
|
|
12
|
+
"unknown": "\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc"
|
|
13
|
+
},
|
|
14
|
+
"step": {
|
|
15
|
+
"reauth_confirm": {
|
|
16
|
+
"data": {
|
|
17
|
+
"npsso": "NPSSO\u30c8\u30fc\u30af\u30f3"
|
|
18
|
+
},
|
|
19
|
+
"data_description": {
|
|
20
|
+
"npsso": "NPSSO \u30c8\u30fc\u30af\u30f3\u306f\u3001PlayStation Network \u30a2\u30ab\u30a6\u30f3\u30c8\u3078\u306e\u30ed\u30b0\u30a4\u30f3\u304c\u6210\u529f\u3059\u308b\u3068\u751f\u6210\u3055\u308c\u3001Home Assistant \u5185\u3067\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u8a8d\u8a3c\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002"
|
|
21
|
+
},
|
|
22
|
+
"description": "** {name} ** \u306e NPSSO \u30c8\u30fc\u30af\u30f3\u306e\u6709\u52b9\u671f\u9650\u304c\u5207\u308c\u3066\u3044\u307e\u3059\u3002\u65b0\u3057\u3044\u30c8\u30fc\u30af\u30f3\u3092\u53d6\u5f97\u3059\u308b\u306b\u306f\u3001\u307e\u305a [PlayStation \u30a2\u30ab\u30a6\u30f3\u30c8]( {psn_link} ) \u306b\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u305d\u306e\u5f8c\u3001[\u3053\u3053\u3092\u30af\u30ea\u30c3\u30af]( {npsso_link} ) \u3057\u3066\u30c8\u30fc\u30af\u30f3\u3092\u53d6\u5f97\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
|
|
23
|
+
"title": "PlayStation Network\u3067{name}\u3092\u518d\u8a8d\u8a3c\u3057\u3066\u304f\u3060\u3055\u3044"
|
|
24
|
+
},
|
|
25
|
+
"user": {
|
|
26
|
+
"data": {
|
|
27
|
+
"npsso": "NPSSO\u30c8\u30fc\u30af\u30f3"
|
|
28
|
+
},
|
|
29
|
+
"data_description": {
|
|
30
|
+
"npsso": "NPSSO \u30c8\u30fc\u30af\u30f3\u306f\u3001PlayStation Network \u30a2\u30ab\u30a6\u30f3\u30c8\u3078\u306e\u30ed\u30b0\u30a4\u30f3\u304c\u6210\u529f\u3059\u308b\u3068\u751f\u6210\u3055\u308c\u3001Home Assistant \u5185\u3067\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u8a8d\u8a3c\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002"
|
|
31
|
+
},
|
|
32
|
+
"description": "NPSSO\u30c8\u30fc\u30af\u30f3\u3092\u53d6\u5f97\u3059\u308b\u306b\u306f\u3001\u307e\u305a[PlayStation\u30a2\u30ab\u30a6\u30f3\u30c8]( {psn_link} )\u306b\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u305d\u306e\u5f8c\u3001[\u3053\u3053\u3092\u30af\u30ea\u30c3\u30af]( {npsso_link} )\u3057\u3066\u30c8\u30fc\u30af\u30f3\u3092\u53d6\u5f97\u3057\u3066\u304f\u3060\u3055\u3044\u3002"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"exceptions": {
|
|
37
|
+
"not_ready": {
|
|
38
|
+
"message": "PlayStation Network\u3078\u306e\u8a8d\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002"
|
|
39
|
+
},
|
|
40
|
+
"update_failed": {
|
|
41
|
+
"message": "PlayStation Network \u306b\u30a2\u30af\u30bb\u30b9\u3057\u3088\u3046\u3068\u3057\u305f\u3068\u304d\u306b\u30c7\u30fc\u30bf\u306e\u53d6\u5f97\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Konto jest ju\u017c skonfigurowane",
|
|
5
|
+
"reauth_successful": "Ponowne uwierzytelnienie si\u0119 powiod\u0142o",
|
|
6
|
+
"unique_id_mismatch": "Podany token NPSSO odpowiada kontu {wrong_account}. Prosz\u0119 ponownie uwierzytelni\u0107 si\u0119 za pomoc\u0105 konta **{name}**"
|
|
7
|
+
},
|
|
8
|
+
"error": {
|
|
9
|
+
"cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia",
|
|
10
|
+
"invalid_account": "Niepoprawny token dost\u0119pu",
|
|
11
|
+
"invalid_auth": "Niepoprawne uwierzytelnienie",
|
|
12
|
+
"unknown": "Nieoczekiwany b\u0142\u0105d"
|
|
13
|
+
},
|
|
14
|
+
"step": {
|
|
15
|
+
"reauth_confirm": {
|
|
16
|
+
"data": {
|
|
17
|
+
"npsso": "Token NPSSO"
|
|
18
|
+
},
|
|
19
|
+
"data_description": {
|
|
20
|
+
"npsso": "Token NPSSO jest generowany po pomy\u015blnym zalogowaniu si\u0119 na konto PlayStation Network i s\u0142u\u017cy do uwierzytelniania \u017c\u0105da\u0144 w aplikacji Home Assistant."
|
|
21
|
+
},
|
|
22
|
+
"description": "Token NPSSO dla **{name}** wygas\u0142. Aby uzyska\u0107 nowy, zaloguj si\u0119 najpierw na swoje [konto PlayStation]({psn_link}). Nast\u0119pnie [kliknij tutaj]({npsso_link}), aby pozyska\u0107 token.",
|
|
23
|
+
"title": "Ponowne uwierzytelnienie {name} w PlayStation Network"
|
|
24
|
+
},
|
|
25
|
+
"user": {
|
|
26
|
+
"data": {
|
|
27
|
+
"npsso": "Token NPSSO"
|
|
28
|
+
},
|
|
29
|
+
"data_description": {
|
|
30
|
+
"npsso": "Token NPSSO jest generowany po pomy\u015blnym zalogowaniu si\u0119 na konto PlayStation Network i s\u0142u\u017cy do uwierzytelniania \u017c\u0105da\u0144 w aplikacji Home Assistant."
|
|
31
|
+
},
|
|
32
|
+
"description": "Aby uzyska\u0107 token NPSSO, zaloguj si\u0119 najpierw na swoje [konto PlayStation]({psn_link}). Nast\u0119pnie [kliknij tutaj]({npsso_link}), aby pobra\u0107 token."
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"entity": {
|
|
37
|
+
"sensor": {
|
|
38
|
+
"earned_trophies_bronze": {
|
|
39
|
+
"name": "Br\u0105z",
|
|
40
|
+
"unit_of_measurement": "trofea"
|
|
41
|
+
},
|
|
42
|
+
"earned_trophies_gold": {
|
|
43
|
+
"name": "Z\u0142oto",
|
|
44
|
+
"unit_of_measurement": "trofea"
|
|
45
|
+
},
|
|
46
|
+
"earned_trophies_platinum": {
|
|
47
|
+
"name": "Platyna",
|
|
48
|
+
"unit_of_measurement": "trofea"
|
|
49
|
+
},
|
|
50
|
+
"earned_trophies_silver": {
|
|
51
|
+
"name": "Srebro",
|
|
52
|
+
"unit_of_measurement": "trofea"
|
|
53
|
+
},
|
|
54
|
+
"online_id": {
|
|
55
|
+
"name": "Identyfikator online"
|
|
56
|
+
},
|
|
57
|
+
"trophy_level": {
|
|
58
|
+
"name": "Poziom trofe\u00f3w"
|
|
59
|
+
},
|
|
60
|
+
"trophy_level_progress": {
|
|
61
|
+
"name": "Nast\u0119pny poziom"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"exceptions": {
|
|
66
|
+
"not_ready": {
|
|
67
|
+
"message": "Uwierzytelnianie w PlayStation Network nie powiod\u0142o si\u0119."
|
|
68
|
+
},
|
|
69
|
+
"update_failed": {
|
|
70
|
+
"message": "Pobieranie danych nie powiod\u0142o si\u0119 podczas pr\u00f3by uzyskania dost\u0119pu do PlayStation Network."
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
},
|
|
26
26
|
"data_description": {
|
|
27
27
|
"npsso": "NPSSO-token genereras vid lyckad inloggning p\u00e5 ditt PlayStation Network-konto och anv\u00e4nds f\u00f6r att autentisera dina f\u00f6rfr\u00e5gningar i Home Assistant."
|
|
28
|
-
}
|
|
28
|
+
},
|
|
29
|
+
"description": "F\u00f6r att h\u00e4mta din NPSSO-token, logga f\u00f6rst in p\u00e5 ditt [PlayStation-konto]({psn_link}). Klicka sedan [h\u00e4r]({npsso_link}) f\u00f6r att h\u00e4mta token."
|
|
29
30
|
}
|
|
30
31
|
}
|
|
31
32
|
},
|
|
@@ -99,10 +99,10 @@
|
|
|
99
99
|
},
|
|
100
100
|
"number": {
|
|
101
101
|
"max_dhw_temperature": {
|
|
102
|
-
"name": "B\u00f6rv\u00e4rde f\u00f6r
|
|
102
|
+
"name": "B\u00f6rv\u00e4rde f\u00f6r varmvatten"
|
|
103
103
|
},
|
|
104
104
|
"maximum_boiler_temperature": {
|
|
105
|
-
"name": "
|
|
105
|
+
"name": "H\u00f6gsta b\u00f6rv\u00e4rde f\u00f6r panntemperatur"
|
|
106
106
|
},
|
|
107
107
|
"temperature_offset": {
|
|
108
108
|
"name": "Temperaturf\u00f6rskjutning"
|
|
@@ -20,6 +20,12 @@
|
|
|
20
20
|
},
|
|
21
21
|
"step": {
|
|
22
22
|
"pick_implementation": {
|
|
23
|
+
"data": {
|
|
24
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
25
|
+
},
|
|
26
|
+
"data_description": {
|
|
27
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
28
|
+
},
|
|
23
29
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
24
30
|
},
|
|
25
31
|
"reauth_confirm": {
|
|
@@ -20,6 +20,12 @@
|
|
|
20
20
|
},
|
|
21
21
|
"step": {
|
|
22
22
|
"pick_implementation": {
|
|
23
|
+
"data": {
|
|
24
|
+
"implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
|
|
25
|
+
},
|
|
26
|
+
"data_description": {
|
|
27
|
+
"implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
|
|
28
|
+
},
|
|
23
29
|
"title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
|
|
24
30
|
},
|
|
25
31
|
"reauth_confirm": {
|
|
@@ -6,9 +6,6 @@
|
|
|
6
6
|
},
|
|
7
7
|
"entity": {
|
|
8
8
|
"sensor": {
|
|
9
|
-
"dist_to_zone": {
|
|
10
|
-
"name": "{tracked_entity} \u0420\u0430\u0437\u0441\u0442\u043e\u044f\u043d\u0438\u0435"
|
|
11
|
-
},
|
|
12
9
|
"nearest_dist_to_zone": {
|
|
13
10
|
"name": "\u041d\u0430\u0439-\u0431\u043b\u0438\u0437\u043a\u043e \u0440\u0430\u0437\u0441\u0442\u043e\u044f\u043d\u0438\u0435"
|
|
14
11
|
}
|
|
@@ -4,33 +4,19 @@
|
|
|
4
4
|
"already_configured": "El dispositiu ja est\u00e0 configurat",
|
|
5
5
|
"success": "S'han guardat els canvis"
|
|
6
6
|
},
|
|
7
|
-
"flow_title": "Proximitat",
|
|
8
7
|
"step": {
|
|
9
8
|
"user": {
|
|
10
9
|
"data": {
|
|
11
10
|
"ignored_zones": "Zones a ignorar",
|
|
12
|
-
"tolerance": "Dist\u00e0ncia de toler\u00e0ncia"
|
|
13
|
-
"tracked_entities": "Dispositius o persones a les quals fer seguiment"
|
|
11
|
+
"tolerance": "Dist\u00e0ncia de toler\u00e0ncia"
|
|
14
12
|
}
|
|
15
13
|
}
|
|
16
14
|
}
|
|
17
15
|
},
|
|
18
16
|
"entity": {
|
|
19
17
|
"sensor": {
|
|
20
|
-
"dir_of_travel": {
|
|
21
|
-
"name": "Direcci\u00f3 del moviment de {tracked_entity}"
|
|
22
|
-
},
|
|
23
|
-
"dist_to_zone": {
|
|
24
|
-
"name": "Dist\u00e0ncia de {tracked_entity}"
|
|
25
|
-
},
|
|
26
18
|
"nearest_dir_of_travel": {
|
|
27
|
-
"name": "Direcci\u00f3 del moviment m\u00e9s propera"
|
|
28
|
-
"state": {
|
|
29
|
-
"arrived": "Arribat",
|
|
30
|
-
"away_from": "Lluny",
|
|
31
|
-
"stationary": "Estacionari",
|
|
32
|
-
"towards": "Apropant-se"
|
|
33
|
-
}
|
|
19
|
+
"name": "Direcci\u00f3 del moviment m\u00e9s propera"
|
|
34
20
|
}
|
|
35
21
|
}
|
|
36
22
|
},
|
|
@@ -46,16 +32,5 @@
|
|
|
46
32
|
"title": "S'ha eliminat l'entitat seguida"
|
|
47
33
|
}
|
|
48
34
|
},
|
|
49
|
-
"options": {
|
|
50
|
-
"step": {
|
|
51
|
-
"init": {
|
|
52
|
-
"data": {
|
|
53
|
-
"ignored_zones": "Zones a ignorar",
|
|
54
|
-
"tolerance": "Dist\u00e0ncia de toler\u00e0ncia",
|
|
55
|
-
"tracked_entities": "Dispositius o persones a les quals fer seguiment"
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
35
|
"title": "Proximitat"
|
|
61
36
|
}
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
"already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nastaveno",
|
|
5
5
|
"success": "Zm\u011bny ulo\u017eeny"
|
|
6
6
|
},
|
|
7
|
-
"flow_title": "Bl\u00edzkost",
|
|
8
7
|
"step": {
|
|
9
8
|
"user": {
|
|
10
9
|
"data": {
|
|
11
10
|
"ignored_zones": "Z\u00f3ny k ignorov\u00e1n\u00ed",
|
|
12
11
|
"tolerance": "Toleran\u010dn\u00ed vzd\u00e1lenost",
|
|
13
|
-
"tracked_entities": "Za\u0159\u00edzen\u00ed nebo osoby ke sledov\u00e1n\u00ed",
|
|
14
12
|
"zone": "Z\u00f3na ke sledov\u00e1n\u00ed vzd\u00e1lenosti k"
|
|
15
13
|
}
|
|
16
14
|
}
|
|
@@ -19,7 +17,6 @@
|
|
|
19
17
|
"entity": {
|
|
20
18
|
"sensor": {
|
|
21
19
|
"dir_of_travel": {
|
|
22
|
-
"name": "Sm\u011br j\u00edzdy {tracked_entity}",
|
|
23
20
|
"state": {
|
|
24
21
|
"arrived": "P\u0159ijel",
|
|
25
22
|
"away_from": "Pry\u010d od",
|
|
@@ -27,20 +24,11 @@
|
|
|
27
24
|
"towards": "Sm\u011brem k"
|
|
28
25
|
}
|
|
29
26
|
},
|
|
30
|
-
"dist_to_zone": {
|
|
31
|
-
"name": "Vzd\u00e1lenost {tracked_entity}"
|
|
32
|
-
},
|
|
33
27
|
"nearest": {
|
|
34
28
|
"name": "Nejbli\u017e\u0161\u00ed za\u0159\u00edzen\u00ed"
|
|
35
29
|
},
|
|
36
30
|
"nearest_dir_of_travel": {
|
|
37
|
-
"name": "Nejbli\u017e\u0161\u00ed sm\u011br j\u00edzdy"
|
|
38
|
-
"state": {
|
|
39
|
-
"arrived": "P\u0159ijel",
|
|
40
|
-
"away_from": "Daleko od",
|
|
41
|
-
"stationary": "Stacion\u00e1rn\u00ed",
|
|
42
|
-
"towards": "Sm\u011brem k"
|
|
43
|
-
}
|
|
31
|
+
"name": "Nejbli\u017e\u0161\u00ed sm\u011br j\u00edzdy"
|
|
44
32
|
},
|
|
45
33
|
"nearest_dist_to_zone": {
|
|
46
34
|
"name": "Nejbli\u017e\u0161\u00ed vzd\u00e1lenost"
|
|
@@ -60,17 +48,5 @@
|
|
|
60
48
|
"title": "Sledovan\u00e1 entita byla odebr\u00e1na"
|
|
61
49
|
}
|
|
62
50
|
},
|
|
63
|
-
"options": {
|
|
64
|
-
"step": {
|
|
65
|
-
"init": {
|
|
66
|
-
"data": {
|
|
67
|
-
"ignored_zones": "Z\u00f3ny k ignorov\u00e1n\u00ed",
|
|
68
|
-
"tolerance": "Toleran\u010dn\u00ed vzd\u00e1lenost",
|
|
69
|
-
"tracked_entities": "Za\u0159\u00edzen\u00ed nebo osoby ke sledov\u00e1n\u00ed",
|
|
70
|
-
"zone": "Z\u00f3na ke sledov\u00e1n\u00ed vzd\u00e1lenosti k"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
51
|
"title": "Bl\u00edzkost"
|
|
76
52
|
}
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
"already_configured": "\u0397 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03ad\u03c7\u03b5\u03b9 \u03ae\u03b4\u03b7 \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03b8\u03b5\u03af",
|
|
5
5
|
"success": "\u039f\u03b9 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c4\u03b7\u03ba\u03b1\u03bd"
|
|
6
6
|
},
|
|
7
|
-
"flow_title": "\u0395\u03b3\u03b3\u03cd\u03c4\u03b7\u03c4\u03b1",
|
|
8
7
|
"step": {
|
|
9
8
|
"user": {
|
|
10
9
|
"data": {
|
|
11
10
|
"ignored_zones": "\u0396\u03ce\u03bd\u03b5\u03c2 \u03c0\u03c1\u03bf\u03c2 \u03b1\u03b3\u03bd\u03cc\u03b7\u03c3\u03b7",
|
|
12
11
|
"tolerance": "\u0391\u03bd\u03bf\u03c7\u03ae \u03b1\u03c0\u03cc\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2",
|
|
13
|
-
"tracked_entities": "\u03a3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2 \u03ae \u0391\u03c4\u03bf\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7",
|
|
14
12
|
"zone": "\u0396\u03ce\u03bd\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b1\u03c0\u03cc\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03c0\u03c1\u03bf\u03c2"
|
|
15
13
|
}
|
|
16
14
|
}
|
|
@@ -19,7 +17,6 @@
|
|
|
19
17
|
"entity": {
|
|
20
18
|
"sensor": {
|
|
21
19
|
"dir_of_travel": {
|
|
22
|
-
"name": "\u039a\u03b1\u03c4\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03c4\u03b1\u03be\u03b9\u03b4\u03b9\u03bf\u03cd {tracked_entity}",
|
|
23
20
|
"state": {
|
|
24
21
|
"arrived": "\u0391\u03c6\u03b9\u03be\u03b7",
|
|
25
22
|
"away_from": "\u0395\u03ba\u03c4\u03cc\u03c2 \u03c3\u03c0\u03b9\u03c4\u03b9\u03bf\u03cd",
|
|
@@ -27,20 +24,11 @@
|
|
|
27
24
|
"towards": "\u03a0\u03c1\u03bf\u03c2"
|
|
28
25
|
}
|
|
29
26
|
},
|
|
30
|
-
"dist_to_zone": {
|
|
31
|
-
"name": "\u0391\u03c0\u03cc\u03c3\u03c4\u03b1\u03c3\u03b7 {tracked_entity}"
|
|
32
|
-
},
|
|
33
27
|
"nearest": {
|
|
34
28
|
"name": "\u039a\u03bf\u03bd\u03c4\u03b9\u03bd\u03cc\u03c4\u03b5\u03c1\u03b7 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae"
|
|
35
29
|
},
|
|
36
30
|
"nearest_dir_of_travel": {
|
|
37
|
-
"name": "\u039a\u03bf\u03bd\u03c4\u03b9\u03bd\u03cc\u03c4\u03b5\u03c1\u03b7 \u03ba\u03b1\u03c4\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03c4\u03b1\u03be\u03b9\u03b4\u03b9\u03bf\u03cd"
|
|
38
|
-
"state": {
|
|
39
|
-
"arrived": "\u0391\u03c6\u03b9\u03be\u03b7",
|
|
40
|
-
"away_from": "\u0395\u03ba\u03c4\u03cc\u03c2 \u03c3\u03c0\u03b9\u03c4\u03b9\u03bf\u03cd",
|
|
41
|
-
"stationary": "\u03a3\u03c4\u03b1\u03b8\u03b5\u03c1\u03cc",
|
|
42
|
-
"towards": "\u03a0\u03c1\u03bf\u03c2"
|
|
43
|
-
}
|
|
31
|
+
"name": "\u039a\u03bf\u03bd\u03c4\u03b9\u03bd\u03cc\u03c4\u03b5\u03c1\u03b7 \u03ba\u03b1\u03c4\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03c4\u03b1\u03be\u03b9\u03b4\u03b9\u03bf\u03cd"
|
|
44
32
|
},
|
|
45
33
|
"nearest_dist_to_zone": {
|
|
46
34
|
"name": "\u039a\u03bf\u03bd\u03c4\u03b9\u03bd\u03cc\u03c4\u03b5\u03c1\u03b7 \u03b1\u03c0\u03cc\u03c3\u03c4\u03b1\u03c3\u03b7"
|
|
@@ -60,17 +48,5 @@
|
|
|
60
48
|
"title": "\u0397 \u03bf\u03bd\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c0\u03bf\u03c5 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af\u03c4\u03b1\u03b9 \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af"
|
|
61
49
|
}
|
|
62
50
|
},
|
|
63
|
-
"options": {
|
|
64
|
-
"step": {
|
|
65
|
-
"init": {
|
|
66
|
-
"data": {
|
|
67
|
-
"ignored_zones": "\u0396\u03ce\u03bd\u03b5\u03c2 \u03c0\u03c1\u03bf\u03c2 \u03b1\u03b3\u03bd\u03cc\u03b7\u03c3\u03b7",
|
|
68
|
-
"tolerance": "\u0391\u03bd\u03bf\u03c7\u03ae \u03b1\u03c0\u03cc\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2",
|
|
69
|
-
"tracked_entities": "\u03a3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2 \u03ae \u03ac\u03c4\u03bf\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7",
|
|
70
|
-
"zone": "\u0396\u03ce\u03bd\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b1\u03c0\u03cc\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03c0\u03c1\u03bf\u03c2"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
51
|
"title": "\u0395\u03b3\u03b3\u03cd\u03c4\u03b7\u03c4\u03b1"
|
|
76
52
|
}
|
|
@@ -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
|
}
|