homeassistant 2025.7.0b1__py3-none-any.whl → 2025.7.0b5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- homeassistant/components/ai_task/translations/fr.json +22 -1
- homeassistant/components/ai_task/translations/hu.json +22 -0
- homeassistant/components/ai_task/translations/it.json +22 -0
- homeassistant/components/ai_task/translations/ja.json +20 -0
- homeassistant/components/alexa_devices/manifest.json +1 -1
- homeassistant/components/alexa_devices/translations/cs.json +12 -1
- homeassistant/components/alexa_devices/translations/de.json +8 -0
- homeassistant/components/alexa_devices/translations/el.json +8 -0
- homeassistant/components/alexa_devices/translations/es.json +12 -1
- homeassistant/components/alexa_devices/translations/et.json +8 -0
- homeassistant/components/alexa_devices/translations/hu.json +27 -1
- homeassistant/components/alexa_devices/translations/it.json +29 -0
- homeassistant/components/alexa_devices/translations/ja.json +29 -0
- homeassistant/components/alexa_devices/translations/pt.json +12 -1
- homeassistant/components/alexa_devices/translations/sk.json +8 -0
- homeassistant/components/alexa_devices/translations/sv.json +8 -0
- homeassistant/components/alexa_devices/translations/zh-Hans.json +12 -1
- homeassistant/components/alexa_devices/translations/zh-Hant.json +8 -0
- homeassistant/components/altruist/translations/hu.json +51 -0
- homeassistant/components/altruist/translations/ja.json +50 -0
- homeassistant/components/anthropic/__init__.py +6 -0
- homeassistant/components/anthropic/translations/fr.json +37 -0
- homeassistant/components/anthropic/translations/hu.json +37 -0
- homeassistant/components/anthropic/translations/it.json +37 -0
- homeassistant/components/anthropic/translations/nl.json +2 -1
- homeassistant/components/assist_satellite/__init__.py +24 -6
- homeassistant/components/assist_satellite/services.yaml +18 -6
- homeassistant/components/assist_satellite/translations/fr.json +8 -0
- homeassistant/components/assist_satellite/translations/hu.json +38 -0
- homeassistant/components/assist_satellite/translations/it.json +8 -0
- homeassistant/components/assist_satellite/translations/ja.json +8 -0
- homeassistant/components/asuswrt/translations/nl.json +6 -0
- homeassistant/components/backup/translations/de.json +1 -1
- homeassistant/components/blue_current/translations/el.json +3 -1
- homeassistant/components/bluetooth/translations/el.json +3 -0
- homeassistant/components/climate/translations/hu.json +3 -0
- homeassistant/components/comelit/translations/de.json +1 -1
- homeassistant/components/counter/translations/sv.json +2 -2
- homeassistant/components/denonavr/translations/el.json +5 -0
- homeassistant/components/derivative/translations/fr.json +4 -0
- homeassistant/components/derivative/translations/hu.json +4 -0
- homeassistant/components/derivative/translations/it.json +4 -0
- homeassistant/components/devolo_home_control/translations/hu.json +21 -0
- homeassistant/components/devolo_home_control/translations/it.json +6 -0
- homeassistant/components/devolo_home_control/translations/nl.json +10 -0
- homeassistant/components/dsmr/sensor.py +8 -0
- homeassistant/components/ecovacs/translations/el.json +1 -0
- homeassistant/components/electric_kiwi/translations/hu.json +6 -0
- homeassistant/components/electric_kiwi/translations/ja.json +6 -0
- homeassistant/components/emoncms/translations/el.json +3 -0
- homeassistant/components/enphase_envoy/translations/hu.json +30 -0
- homeassistant/components/enphase_envoy/translations/it.json +27 -0
- homeassistant/components/enphase_envoy/translations/ja.json +27 -0
- homeassistant/components/enphase_envoy/translations/sv.json +4 -1
- homeassistant/components/ezviz/translations/hu.json +10 -0
- homeassistant/components/ezviz/translations/it.json +10 -0
- homeassistant/components/ezviz/translations/ja.json +10 -0
- homeassistant/components/ezviz/translations/sv.json +1 -1
- homeassistant/components/fitbit/translations/hu.json +6 -0
- homeassistant/components/fitbit/translations/ja.json +6 -0
- homeassistant/components/fritz/translations/nl.json +3 -0
- homeassistant/components/fronius/translations/el.json +14 -1
- homeassistant/components/fronius/translations/sv.json +2 -2
- homeassistant/components/frontend/manifest.json +1 -1
- homeassistant/components/geocaching/translations/hu.json +6 -0
- homeassistant/components/geocaching/translations/ja.json +6 -0
- homeassistant/components/google/translations/hu.json +6 -0
- homeassistant/components/google/translations/ja.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/hu.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/ja.json +11 -0
- homeassistant/components/google_drive/translations/hu.json +6 -0
- homeassistant/components/google_drive/translations/ja.json +6 -0
- homeassistant/components/google_generative_ai_conversation/__init__.py +15 -0
- homeassistant/components/google_generative_ai_conversation/conversation.py +0 -10
- homeassistant/components/google_generative_ai_conversation/translations/cs.json +28 -0
- homeassistant/components/google_generative_ai_conversation/translations/fr.json +82 -1
- homeassistant/components/google_generative_ai_conversation/translations/hu.json +69 -0
- homeassistant/components/google_generative_ai_conversation/translations/it.json +69 -0
- homeassistant/components/google_generative_ai_conversation/translations/ja.json +69 -0
- homeassistant/components/google_generative_ai_conversation/translations/nl.json +16 -0
- homeassistant/components/google_generative_ai_conversation/translations/pt.json +28 -0
- homeassistant/components/google_generative_ai_conversation/translations/sv.json +2 -0
- homeassistant/components/google_mail/translations/hu.json +6 -0
- homeassistant/components/google_mail/translations/ja.json +6 -0
- homeassistant/components/google_photos/translations/hu.json +6 -0
- homeassistant/components/google_photos/translations/ja.json +6 -0
- homeassistant/components/google_sheets/translations/hu.json +6 -0
- homeassistant/components/google_sheets/translations/ja.json +6 -0
- homeassistant/components/google_tasks/translations/hu.json +6 -0
- homeassistant/components/google_tasks/translations/ja.json +6 -0
- homeassistant/components/group/translations/pl.json +52 -2
- homeassistant/components/home_connect/translations/hu.json +6 -0
- homeassistant/components/home_connect/translations/ja.json +9 -0
- homeassistant/components/homeassistant/translations/fr.json +1 -0
- homeassistant/components/homeassistant/translations/hu.json +1 -0
- homeassistant/components/homeassistant/translations/it.json +1 -0
- homeassistant/components/homeassistant/translations/ja.json +1 -0
- homeassistant/components/homeassistant/translations/nl.json +1 -1
- homeassistant/components/homeassistant_hardware/firmware_config_flow.py +119 -7
- homeassistant/components/homeassistant_hardware/strings.json +3 -1
- homeassistant/components/homeassistant_hardware/translations/de.json +2 -0
- homeassistant/components/homeassistant_hardware/translations/el.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/en-GB.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/en.json +2 -0
- homeassistant/components/homeassistant_hardware/translations/es.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/et.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/fr.json +4 -0
- homeassistant/components/homeassistant_hardware/translations/hu.json +4 -0
- homeassistant/components/homeassistant_hardware/translations/it.json +6 -0
- homeassistant/components/homeassistant_hardware/translations/ja.json +4 -0
- homeassistant/components/homeassistant_hardware/translations/pt.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/ru.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/sk.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/sv.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/zh-Hans.json +1 -0
- homeassistant/components/homeassistant_hardware/translations/zh-Hant.json +1 -0
- homeassistant/components/homeassistant_sky_connect/config_flow.py +1 -1
- homeassistant/components/homeassistant_sky_connect/strings.json +6 -2
- homeassistant/components/homeassistant_sky_connect/translations/de.json +4 -0
- homeassistant/components/homeassistant_sky_connect/translations/el.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/en-GB.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/en.json +4 -0
- homeassistant/components/homeassistant_sky_connect/translations/es.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/et.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/fr.json +4 -0
- homeassistant/components/homeassistant_sky_connect/translations/hu.json +4 -0
- homeassistant/components/homeassistant_sky_connect/translations/it.json +4 -0
- homeassistant/components/homeassistant_sky_connect/translations/ja.json +4 -0
- homeassistant/components/homeassistant_sky_connect/translations/pt.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/ru.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/sk.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/sv.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/zh-Hans.json +2 -0
- homeassistant/components/homeassistant_sky_connect/translations/zh-Hant.json +2 -0
- homeassistant/components/homeassistant_yellow/strings.json +3 -1
- homeassistant/components/homeassistant_yellow/translations/bg.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/cs.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/de.json +2 -0
- homeassistant/components/homeassistant_yellow/translations/el.json +1 -0
- homeassistant/components/homeassistant_yellow/translations/en-GB.json +2 -1
- homeassistant/components/homeassistant_yellow/translations/en.json +3 -1
- homeassistant/components/homeassistant_yellow/translations/es.json +1 -0
- homeassistant/components/homeassistant_yellow/translations/et.json +1 -0
- homeassistant/components/homeassistant_yellow/translations/fr.json +2 -1
- homeassistant/components/homeassistant_yellow/translations/he.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/hu.json +3 -1
- homeassistant/components/homeassistant_yellow/translations/id.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/it.json +2 -1
- homeassistant/components/homeassistant_yellow/translations/ja.json +2 -1
- homeassistant/components/homeassistant_yellow/translations/lt.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/pt.json +1 -0
- homeassistant/components/homeassistant_yellow/translations/ru.json +1 -0
- homeassistant/components/homeassistant_yellow/translations/sk.json +1 -0
- homeassistant/components/homeassistant_yellow/translations/sv.json +1 -1
- homeassistant/components/homeassistant_yellow/translations/tr.json +0 -1
- homeassistant/components/homeassistant_yellow/translations/zh-Hans.json +1 -0
- homeassistant/components/homeassistant_yellow/translations/zh-Hant.json +1 -0
- homeassistant/components/homee/translations/hu.json +25 -0
- homeassistant/components/homee/translations/ja.json +31 -1
- homeassistant/components/homewizard/translations/hu.json +19 -2
- homeassistant/components/homewizard/translations/sv.json +1 -1
- homeassistant/components/honeywell/__init__.py +8 -16
- homeassistant/components/honeywell/config_flow.py +6 -2
- homeassistant/components/honeywell/manifest.json +1 -1
- homeassistant/components/husqvarna_automower/button.py +3 -1
- homeassistant/components/husqvarna_automower/translations/hu.json +6 -0
- homeassistant/components/husqvarna_automower/translations/ja.json +6 -0
- homeassistant/components/imap/translations/fr.json +2 -0
- homeassistant/components/immich/translations/hu.json +5 -0
- homeassistant/components/immich/translations/ja.json +9 -0
- homeassistant/components/input_number/translations/sv.json +2 -2
- homeassistant/components/input_text/translations/sv.json +1 -1
- homeassistant/components/iotty/translations/hu.json +6 -0
- homeassistant/components/iotty/translations/ja.json +6 -0
- homeassistant/components/iron_os/manifest.json +1 -1
- homeassistant/components/ista_ecotrend/util.py +14 -14
- homeassistant/components/jellyfin/client_wrapper.py +1 -2
- homeassistant/components/jellyfin/coordinator.py +3 -0
- homeassistant/components/jellyfin/manifest.json +1 -2
- homeassistant/components/juicenet/translations/hu.json +8 -1
- homeassistant/components/juicenet/translations/it.json +8 -1
- homeassistant/components/juicenet/translations/ja.json +8 -1
- homeassistant/components/keenetic_ndms2/translations/hu.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/it.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/ja.json +4 -0
- homeassistant/components/knx/translations/ja.json +11 -0
- homeassistant/components/lamarzocco/entity.py +19 -1
- homeassistant/components/lamarzocco/number.py +0 -4
- homeassistant/components/lamarzocco/sensor.py +2 -4
- homeassistant/components/lametric/translations/hu.json +6 -0
- homeassistant/components/lametric/translations/ja.json +6 -0
- homeassistant/components/lifx/translations/el.json +2 -1
- homeassistant/components/litterrobot/translations/hu.json +4 -0
- homeassistant/components/litterrobot/translations/it.json +4 -0
- homeassistant/components/lyric/translations/hu.json +6 -0
- homeassistant/components/lyric/translations/ja.json +6 -0
- homeassistant/components/matter/translations/hu.json +32 -0
- homeassistant/components/matter/translations/ja.json +29 -0
- homeassistant/components/mcp/translations/hu.json +6 -0
- homeassistant/components/meater/translations/hu.json +12 -1
- homeassistant/components/microbees/translations/hu.json +6 -0
- homeassistant/components/microbees/translations/ja.json +6 -0
- homeassistant/components/miele/translations/hu.json +30 -1
- homeassistant/components/miele/translations/it.json +24 -1
- homeassistant/components/miele/translations/ja.json +29 -0
- homeassistant/components/minecraft_server/translations/sv.json +1 -1
- homeassistant/components/monzo/translations/hu.json +6 -0
- homeassistant/components/monzo/translations/ja.json +6 -0
- homeassistant/components/motioneye/translations/sv.json +1 -1
- homeassistant/components/mqtt/config_flow.py +34 -7
- homeassistant/components/mqtt/strings.json +11 -4
- homeassistant/components/mqtt/translations/bg.json +1 -3
- homeassistant/components/mqtt/translations/cs.json +21 -6
- homeassistant/components/mqtt/translations/de.json +23 -16
- homeassistant/components/mqtt/translations/el.json +11 -0
- homeassistant/components/mqtt/translations/en-GB.json +2 -6
- homeassistant/components/mqtt/translations/en.json +13 -6
- homeassistant/components/mqtt/translations/es.json +13 -6
- homeassistant/components/mqtt/translations/et.json +13 -6
- homeassistant/components/mqtt/translations/fr.json +38 -6
- homeassistant/components/mqtt/translations/fy.json +2 -5
- homeassistant/components/mqtt/translations/ga.json +2 -6
- homeassistant/components/mqtt/translations/he.json +2 -6
- homeassistant/components/mqtt/translations/hu.json +39 -6
- homeassistant/components/mqtt/translations/it.json +40 -0
- homeassistant/components/mqtt/translations/ja.json +39 -4
- homeassistant/components/mqtt/translations/lt.json +2 -6
- homeassistant/components/mqtt/translations/mk.json +1 -6
- homeassistant/components/mqtt/translations/nl.json +39 -7
- homeassistant/components/mqtt/translations/pt.json +4 -6
- homeassistant/components/mqtt/translations/ru.json +13 -6
- homeassistant/components/mqtt/translations/sk.json +13 -6
- homeassistant/components/mqtt/translations/sl.json +2 -6
- homeassistant/components/mqtt/translations/sv.json +13 -6
- homeassistant/components/mqtt/translations/tr.json +2 -6
- homeassistant/components/mqtt/translations/zh-Hans.json +13 -6
- homeassistant/components/mqtt/translations/zh-Hant.json +13 -6
- homeassistant/components/music_assistant/translations/hu.json +7 -0
- homeassistant/components/music_assistant/translations/ja.json +7 -0
- homeassistant/components/myuplink/translations/hu.json +6 -0
- homeassistant/components/myuplink/translations/ja.json +6 -0
- homeassistant/components/nam/translations/pl.json +9 -0
- homeassistant/components/neato/translations/hu.json +6 -0
- homeassistant/components/neato/translations/ja.json +6 -0
- homeassistant/components/nest/translations/hu.json +6 -0
- homeassistant/components/nest/translations/ja.json +6 -0
- homeassistant/components/netatmo/translations/hu.json +6 -0
- homeassistant/components/netatmo/translations/ja.json +6 -0
- homeassistant/components/nextcloud/translations/nl.json +3 -0
- homeassistant/components/nextdns/translations/fr.json +6 -0
- homeassistant/components/nextdns/translations/hu.json +14 -0
- homeassistant/components/nextdns/translations/ja.json +6 -0
- homeassistant/components/ntfy/translations/hu.json +112 -2
- homeassistant/components/ntfy/translations/it.json +82 -0
- homeassistant/components/ntfy/translations/ja.json +71 -0
- homeassistant/components/ntfy/translations/nl.json +18 -0
- homeassistant/components/ntfy/translations/sv.json +1 -0
- homeassistant/components/number/translations/sv.json +2 -2
- homeassistant/components/nut/config_flow.py +4 -2
- homeassistant/components/nut/translations/el.json +42 -0
- homeassistant/components/nzbget/translations/ja.json +5 -0
- homeassistant/components/ollama/__init__.py +6 -0
- homeassistant/components/ollama/translations/fr.json +33 -0
- homeassistant/components/ollama/translations/hu.json +33 -0
- homeassistant/components/ollama/translations/it.json +35 -0
- homeassistant/components/ollama/translations/ja.json +33 -0
- homeassistant/components/ollama/translations/sv.json +1 -0
- homeassistant/components/ondilo_ico/translations/hu.json +6 -0
- homeassistant/components/ondilo_ico/translations/ja.json +6 -0
- homeassistant/components/onedrive/translations/hu.json +6 -0
- homeassistant/components/onedrive/translations/ja.json +6 -0
- homeassistant/components/onewire/translations/sv.json +1 -1
- homeassistant/components/openai_conversation/__init__.py +6 -0
- homeassistant/components/openai_conversation/translations/fr.json +56 -0
- homeassistant/components/openai_conversation/translations/hu.json +56 -0
- homeassistant/components/openai_conversation/translations/it.json +56 -0
- homeassistant/components/openai_conversation/translations/ja.json +45 -0
- homeassistant/components/openai_conversation/translations/nl.json +13 -0
- homeassistant/components/openai_conversation/translations/sv.json +4 -0
- homeassistant/components/opentherm_gw/climate.py +12 -1
- homeassistant/components/opentherm_gw/strings.json +3 -0
- homeassistant/components/opentherm_gw/translations/de.json +3 -0
- homeassistant/components/opentherm_gw/translations/en.json +3 -0
- homeassistant/components/opentherm_gw/translations/ja.json +5 -0
- homeassistant/components/osoenergy/translations/nl.json +1 -0
- homeassistant/components/paperless_ngx/manifest.json +1 -1
- homeassistant/components/paperless_ngx/translations/hu.json +8 -4
- homeassistant/components/paperless_ngx/translations/ja.json +20 -0
- homeassistant/components/peblar/translations/el.json +12 -0
- homeassistant/components/pegel_online/translations/bg.json +1 -2
- homeassistant/components/pegel_online/translations/ca.json +1 -2
- homeassistant/components/pegel_online/translations/cs.json +1 -2
- homeassistant/components/pegel_online/translations/de.json +1 -1
- homeassistant/components/pegel_online/translations/el.json +1 -1
- homeassistant/components/pegel_online/translations/en-GB.json +1 -1
- homeassistant/components/pegel_online/translations/en.json +1 -1
- homeassistant/components/pegel_online/translations/es.json +1 -1
- homeassistant/components/pegel_online/translations/et.json +1 -1
- homeassistant/components/pegel_online/translations/fi.json +1 -2
- homeassistant/components/pegel_online/translations/fr.json +1 -2
- homeassistant/components/pegel_online/translations/hu.json +1 -1
- homeassistant/components/pegel_online/translations/id.json +1 -2
- homeassistant/components/pegel_online/translations/it.json +1 -2
- homeassistant/components/pegel_online/translations/ja.json +1 -2
- homeassistant/components/pegel_online/translations/ko.json +1 -2
- homeassistant/components/pegel_online/translations/lt.json +1 -2
- homeassistant/components/pegel_online/translations/lv.json +1 -2
- homeassistant/components/pegel_online/translations/nl.json +1 -2
- homeassistant/components/pegel_online/translations/pt.json +1 -2
- homeassistant/components/pegel_online/translations/ru.json +1 -1
- homeassistant/components/pegel_online/translations/sk.json +1 -1
- homeassistant/components/pegel_online/translations/sv.json +1 -1
- homeassistant/components/pegel_online/translations/tr.json +1 -2
- homeassistant/components/pegel_online/translations/zh-Hant.json +1 -1
- homeassistant/components/person/__init__.py +1 -2
- homeassistant/components/pi_hole/translations/fr.json +1 -0
- homeassistant/components/playstation_network/diagnostics.py +55 -0
- homeassistant/components/playstation_network/quality_scale.yaml +1 -1
- homeassistant/components/playstation_network/translations/fr.json +15 -0
- homeassistant/components/playstation_network/translations/hu.json +73 -0
- homeassistant/components/playstation_network/translations/it.json +73 -0
- homeassistant/components/playstation_network/translations/ja.json +44 -0
- homeassistant/components/playstation_network/translations/pl.json +73 -0
- homeassistant/components/playstation_network/translations/ru.json +1 -0
- homeassistant/components/playstation_network/translations/sv.json +2 -1
- homeassistant/components/plugwise/translations/sv.json +2 -2
- homeassistant/components/point/translations/hu.json +6 -0
- homeassistant/components/point/translations/ja.json +6 -0
- homeassistant/components/proximity/translations/bg.json +0 -3
- homeassistant/components/proximity/translations/ca.json +2 -27
- homeassistant/components/proximity/translations/cs.json +1 -25
- homeassistant/components/proximity/translations/el.json +1 -25
- homeassistant/components/proximity/translations/en-GB.json +4 -4
- homeassistant/components/proximity/translations/en.json +4 -4
- homeassistant/components/proximity/translations/et.json +1 -1
- homeassistant/components/proximity/translations/fi.json +1 -25
- homeassistant/components/proximity/translations/fr.json +1 -25
- homeassistant/components/proximity/translations/gl.json +1 -24
- homeassistant/components/proximity/translations/hu.json +1 -25
- homeassistant/components/proximity/translations/id.json +1 -25
- homeassistant/components/proximity/translations/it.json +1 -13
- homeassistant/components/proximity/translations/ja.json +1 -25
- homeassistant/components/proximity/translations/lt.json +1 -25
- homeassistant/components/proximity/translations/nl.json +8 -0
- homeassistant/components/proximity/translations/pl.json +1 -25
- homeassistant/components/proximity/translations/pt-BR.json +1 -25
- homeassistant/components/proximity/translations/pt.json +1 -25
- homeassistant/components/proximity/translations/ru.json +1 -25
- homeassistant/components/proximity/translations/sk.json +2 -2
- homeassistant/components/proximity/translations/sv.json +1 -25
- homeassistant/components/proximity/translations/tr.json +1 -25
- homeassistant/components/proximity/translations/zh-Hans.json +2 -2
- homeassistant/components/pushbullet/sensor.py +7 -2
- homeassistant/components/random/translations/sv.json +4 -4
- homeassistant/components/reolink/manifest.json +1 -1
- homeassistant/components/reolink/translations/hu.json +21 -0
- homeassistant/components/reolink/translations/it.json +12 -0
- homeassistant/components/reolink/translations/ja.json +15 -0
- homeassistant/components/rest/data.py +46 -1
- homeassistant/components/russound_rio/translations/hu.json +21 -0
- homeassistant/components/russound_rio/translations/ja.json +21 -0
- homeassistant/components/screenlogic/translations/el.json +7 -0
- homeassistant/components/sensibo/translations/el.json +1 -0
- homeassistant/components/sensor/translations/pl.json +1 -0
- homeassistant/components/senz/translations/hu.json +6 -0
- homeassistant/components/senz/translations/ja.json +6 -0
- homeassistant/components/shelly/entity.py +10 -3
- homeassistant/components/shelly/manifest.json +1 -1
- homeassistant/components/sma/translations/ja.json +8 -0
- homeassistant/components/smappee/translations/hu.json +6 -0
- homeassistant/components/smappee/translations/ja.json +6 -0
- homeassistant/components/smarla/translations/ja.json +9 -0
- homeassistant/components/smartthings/translations/hu.json +15 -0
- homeassistant/components/smartthings/translations/ja.json +6 -0
- homeassistant/components/sonos/translations/cs.json +6 -0
- homeassistant/components/sonos/translations/fr.json +6 -0
- homeassistant/components/sonos/translations/hu.json +9 -0
- homeassistant/components/sonos/translations/it.json +11 -0
- homeassistant/components/sonos/translations/ja.json +9 -0
- homeassistant/components/spotify/translations/hu.json +6 -0
- homeassistant/components/stream/__init__.py +8 -4
- homeassistant/components/stream/const.py +2 -1
- homeassistant/components/stream/core.py +3 -1
- homeassistant/components/subaru/strings.json +2 -2
- homeassistant/components/subaru/translations/ca.json +0 -1
- homeassistant/components/subaru/translations/cs.json +0 -2
- homeassistant/components/subaru/translations/de.json +2 -2
- homeassistant/components/subaru/translations/el.json +2 -2
- homeassistant/components/subaru/translations/en-GB.json +2 -2
- homeassistant/components/subaru/translations/en.json +2 -2
- homeassistant/components/subaru/translations/es.json +2 -2
- homeassistant/components/subaru/translations/et.json +2 -2
- homeassistant/components/subaru/translations/fi.json +0 -1
- homeassistant/components/subaru/translations/hu.json +2 -2
- homeassistant/components/subaru/translations/it.json +0 -1
- homeassistant/components/subaru/translations/ja.json +0 -1
- homeassistant/components/subaru/translations/ko.json +0 -1
- homeassistant/components/subaru/translations/lt.json +0 -2
- homeassistant/components/subaru/translations/pt-BR.json +0 -1
- homeassistant/components/subaru/translations/pt.json +2 -2
- homeassistant/components/subaru/translations/ru.json +2 -2
- homeassistant/components/subaru/translations/sk.json +2 -2
- homeassistant/components/subaru/translations/sv.json +0 -2
- homeassistant/components/subaru/translations/tr.json +0 -2
- homeassistant/components/subaru/translations/zh-Hans.json +2 -2
- homeassistant/components/subaru/translations/zh-Hant.json +2 -2
- homeassistant/components/sun/translations/ja.json +9 -0
- homeassistant/components/swiss_public_transport/translations/el.json +60 -6
- homeassistant/components/switchbot/translations/hu.json +54 -0
- homeassistant/components/switchbot/translations/it.json +53 -0
- homeassistant/components/switchbot/translations/ja.json +46 -0
- homeassistant/components/switchbot/translations/sv.json +2 -0
- homeassistant/components/switchbot_cloud/__init__.py +6 -1
- homeassistant/components/switchbot_cloud/binary_sensor.py +8 -1
- homeassistant/components/switchbot_cloud/sensor.py +3 -2
- homeassistant/components/telegram_bot/config_flow.py +23 -11
- homeassistant/components/telegram_bot/manifest.json +1 -1
- homeassistant/components/telegram_bot/translations/cs.json +30 -0
- homeassistant/components/telegram_bot/translations/de.json +23 -1
- homeassistant/components/telegram_bot/translations/el.json +30 -0
- homeassistant/components/telegram_bot/translations/en-GB.json +3 -1
- homeassistant/components/telegram_bot/translations/es.json +30 -0
- homeassistant/components/telegram_bot/translations/et.json +24 -0
- homeassistant/components/telegram_bot/translations/fr.json +3 -1
- homeassistant/components/telegram_bot/translations/hu.json +56 -0
- homeassistant/components/telegram_bot/translations/it.json +30 -0
- homeassistant/components/telegram_bot/translations/ja.json +99 -0
- homeassistant/components/telegram_bot/translations/pt.json +30 -0
- homeassistant/components/telegram_bot/translations/ru.json +21 -1
- homeassistant/components/telegram_bot/translations/sk.json +30 -0
- homeassistant/components/telegram_bot/translations/sv.json +23 -0
- homeassistant/components/telegram_bot/translations/zh-Hans.json +30 -0
- homeassistant/components/telegram_bot/translations/zh-Hant.json +30 -0
- homeassistant/components/template/translations/pl.json +25 -3
- homeassistant/components/tesla_fleet/translations/de.json +1 -1
- homeassistant/components/tesla_fleet/translations/hu.json +30 -0
- homeassistant/components/tesla_fleet/translations/ja.json +22 -0
- homeassistant/components/teslemetry/coordinator.py +6 -6
- homeassistant/components/teslemetry/translations/de.json +2 -2
- homeassistant/components/text/translations/sv.json +1 -1
- homeassistant/components/thermopro/strings.json +1 -1
- homeassistant/components/thermopro/translations/cs.json +0 -7
- homeassistant/components/thermopro/translations/de.json +1 -1
- homeassistant/components/thermopro/translations/el.json +1 -1
- homeassistant/components/thermopro/translations/en-GB.json +1 -1
- homeassistant/components/thermopro/translations/en.json +1 -1
- homeassistant/components/thermopro/translations/et.json +1 -1
- homeassistant/components/thermopro/translations/ja.json +0 -7
- homeassistant/components/thermopro/translations/lt.json +0 -7
- homeassistant/components/thermopro/translations/nl.json +0 -7
- homeassistant/components/thermopro/translations/pt-BR.json +0 -7
- homeassistant/components/thermopro/translations/pt.json +0 -7
- homeassistant/components/thermopro/translations/sk.json +1 -1
- homeassistant/components/thermopro/translations/sv.json +0 -7
- homeassistant/components/thermopro/translations/tr.json +0 -7
- homeassistant/components/tibber/manifest.json +1 -1
- homeassistant/components/tibber/sensor.py +1 -1
- homeassistant/components/tilt_pi/translations/hu.json +31 -0
- homeassistant/components/tilt_pi/translations/ja.json +31 -0
- homeassistant/components/tilt_pi/translations/nl.json +7 -0
- homeassistant/components/toon/translations/hu.json +6 -0
- homeassistant/components/vegehub/translations/hu.json +44 -0
- homeassistant/components/vegehub/translations/it.json +44 -0
- homeassistant/components/vegehub/translations/ja.json +44 -0
- homeassistant/components/vegehub/translations/sv.json +2 -1
- homeassistant/components/vesync/fan.py +25 -17
- homeassistant/components/vicare/translations/sv.json +2 -2
- homeassistant/components/vulcan/manifest.json +1 -1
- homeassistant/components/wallbox/const.py +4 -0
- homeassistant/components/wallbox/coordinator.py +47 -20
- homeassistant/components/wallbox/lock.py +1 -12
- homeassistant/components/wallbox/number.py +1 -12
- homeassistant/components/wallbox/translations/hu.json +3 -0
- homeassistant/components/wallbox/translations/ja.json +5 -0
- homeassistant/components/weheat/translations/hu.json +6 -0
- homeassistant/components/withings/translations/de.json +4 -4
- homeassistant/components/withings/translations/hu.json +6 -0
- homeassistant/components/withings/translations/ja.json +3 -0
- homeassistant/components/wled/translations/fr.json +1 -0
- homeassistant/components/wmspro/cover.py +4 -7
- homeassistant/components/wmspro/light.py +12 -9
- homeassistant/components/wmspro/manifest.json +1 -1
- homeassistant/components/wyoming/translations/sv.json +2 -2
- homeassistant/components/xbox/translations/hu.json +6 -0
- homeassistant/components/xiaomi_miio/translations/fr.json +24 -2
- homeassistant/components/xiaomi_miio/translations/hu.json +30 -7
- homeassistant/components/yale/translations/hu.json +6 -0
- homeassistant/components/yolink/translations/hu.json +6 -0
- homeassistant/components/zha/translations/fr.json +50 -0
- homeassistant/components/zha/translations/hu.json +53 -0
- homeassistant/components/zha/translations/it.json +50 -0
- homeassistant/components/zha/translations/ja.json +41 -0
- homeassistant/components/zha/translations/nl.json +7 -0
- homeassistant/components/zha/translations/sv.json +23 -0
- homeassistant/components/zwave_js/config_flow.py +84 -88
- homeassistant/components/zwave_js/strings.json +31 -15
- homeassistant/components/zwave_js/translations/bg.json +0 -3
- homeassistant/components/zwave_js/translations/cs.json +0 -17
- homeassistant/components/zwave_js/translations/de.json +27 -11
- homeassistant/components/zwave_js/translations/el.json +25 -9
- homeassistant/components/zwave_js/translations/en-GB.json +25 -9
- homeassistant/components/zwave_js/translations/en.json +25 -9
- homeassistant/components/zwave_js/translations/es.json +25 -9
- homeassistant/components/zwave_js/translations/et.json +25 -9
- homeassistant/components/zwave_js/translations/fi.json +0 -14
- homeassistant/components/zwave_js/translations/fr.json +6 -0
- homeassistant/components/zwave_js/translations/ga.json +0 -19
- homeassistant/components/zwave_js/translations/hu.json +33 -9
- homeassistant/components/zwave_js/translations/it.json +26 -0
- homeassistant/components/zwave_js/translations/ja.json +26 -0
- homeassistant/components/zwave_js/translations/lt.json +0 -17
- homeassistant/components/zwave_js/translations/mk.json +0 -10
- homeassistant/components/zwave_js/translations/pt.json +10 -18
- homeassistant/components/zwave_js/translations/ru.json +28 -8
- homeassistant/components/zwave_js/translations/sk.json +25 -9
- homeassistant/components/zwave_js/translations/sv.json +30 -14
- homeassistant/components/zwave_js/translations/tr.json +0 -12
- homeassistant/components/zwave_js/translations/zh-Hans.json +27 -11
- homeassistant/components/zwave_js/translations/zh-Hant.json +25 -9
- homeassistant/const.py +1 -1
- homeassistant/generated/integrations.json +1 -8
- homeassistant/package_constraints.txt +1 -1
- {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/METADATA +1 -1
- {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/RECORD +529 -511
- homeassistant/components/dweet/__init__.py +0 -79
- homeassistant/components/dweet/manifest.json +0 -10
- homeassistant/components/dweet/sensor.py +0 -124
- homeassistant/components/thermopro/translations/ga.json +0 -9
- homeassistant/components/thermopro/translations/mk.json +0 -9
- {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/WHEEL +0 -0
- {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/entry_points.txt +0 -0
- {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/licenses/LICENSE.md +0 -0
- {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
- {homeassistant-2025.7.0b1.dist-info → homeassistant-2025.7.0b5.dist-info}/top_level.txt +0 -0
|
@@ -1 +1,8 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"issues": {
|
|
3
|
+
"integration_removed": {
|
|
4
|
+
"description": "Az Enel X megsz\u00fcntette a JuiceNet t\u00e1mogat\u00e1s\u00e1t a JuicePass jav\u00e1ra, \u00edgy a JuiceNet integr\u00e1ci\u00f3 elt\u00e1vol\u00edt\u00e1sra ker\u00fclt a Home Assistant rendszerb\u0151l, mivel m\u00e1r nem m\u0171k\u00f6d\u00f6tt.\n\nA probl\u00e9ma megold\u00e1s\u00e1hoz t\u00e1vol\u00edtsa el a (m\u00e1r nem m\u0171k\u00f6d\u0151) integr\u00e1ci\u00f3s bejegyz\u00e9seket a Home Assistant be\u00e1ll\u00edt\u00e1sai k\u00f6z\u00fcl. [Kattintson ide a megl\u00e9v\u0151 JuiceNet bejegyz\u00e9sek megtekint\u00e9s\u00e9hez]({entries}).",
|
|
5
|
+
"title": "A JuiceNet integr\u00e1ci\u00f3 elt\u00e1vol\u00edt\u00e1sra ker\u00fclt"
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
}
|
|
@@ -1 +1,8 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"issues": {
|
|
3
|
+
"integration_removed": {
|
|
4
|
+
"description": "Enel X ha abbandonato il supporto per JuiceNet a favore di JuicePass e l'integrazione di JuiceNet \u00e8 stata rimossa da Home Assistant poich\u00e9 non funzionava pi\u00f9.\n\nPer risolvere questo problema, rimuovi le voci di integrazione (ora defunte) dalla configurazione di Home Assistant. [Clicca qui per vedere le voci di integrazione esistenti di JuiceNet]({entries}).",
|
|
5
|
+
"title": "L'integrazione JuiceNet \u00e8 stata rimossa"
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
}
|
|
@@ -1 +1,8 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"issues": {
|
|
3
|
+
"integration_removed": {
|
|
4
|
+
"description": "Enel X \u306f JuicePass \u3092\u512a\u5148\u3057\u3066 JuiceNet \u306e\u30b5\u30dd\u30fc\u30c8\u3092\u7d42\u4e86\u3057\u3001JuiceNet \u7d71\u5408\u306f\u6a5f\u80fd\u3057\u306a\u304f\u306a\u3063\u305f\u305f\u3081 Home Assistant \u304b\u3089\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002 \n\n\u3053\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3059\u308b\u306b\u306f\u3001Home Assistant\u306e\u8a2d\u5b9a\u304b\u3089 (\u73fe\u5728\u306f\u5ec3\u6b62\u3055\u308c\u3066\u3044\u308b) \u7d71\u5408\u30a8\u30f3\u30c8\u30ea\u3092\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002 [\u65e2\u5b58\u306e JuiceNet \u7d71\u5408\u30a8\u30f3\u30c8\u30ea\u3092\u8868\u793a\u3059\u308b\u306b\u306f\u3001\u3053\u3053\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044]( {entries} )\u3002",
|
|
5
|
+
"title": "JuiceNet \u7d71\u5408\u306f\u524a\u9664\u3055\u308c\u307e\u3057\u305f"
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
}
|
|
@@ -25,6 +25,10 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"options": {
|
|
28
|
+
"abort": {
|
|
29
|
+
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
|
|
30
|
+
"not_initialized": "Az integr\u00e1ci\u00f3 m\u00e9g nincs inicializ\u00e1lva. Az el\u00e9rhet\u0151 be\u00e1ll\u00edt\u00e1sok nem jelen\u00edthet\u0151k meg."
|
|
31
|
+
},
|
|
28
32
|
"step": {
|
|
29
33
|
"user": {
|
|
30
34
|
"data": {
|
|
@@ -25,6 +25,10 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"options": {
|
|
28
|
+
"abort": {
|
|
29
|
+
"cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f",
|
|
30
|
+
"not_initialized": "\u7d71\u5408\u306f\u307e\u3060\u521d\u671f\u5316\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u5229\u7528\u53ef\u80fd\u306a\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8868\u793a\u3067\u304d\u307e\u305b\u3093\u3002"
|
|
31
|
+
},
|
|
28
32
|
"step": {
|
|
29
33
|
"user": {
|
|
30
34
|
"data": {
|
|
@@ -208,6 +208,17 @@
|
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
|
+
"exceptions": {
|
|
212
|
+
"integration_not_loaded": {
|
|
213
|
+
"message": "KNX \u7d71\u5408\u304c\u30ed\u30fc\u30c9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002"
|
|
214
|
+
},
|
|
215
|
+
"service_exposure_remove_not_found": {
|
|
216
|
+
"message": "\u524a\u9664\u3059\u308b ` {group_address} ` \u306e\u9732\u51fa\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002"
|
|
217
|
+
},
|
|
218
|
+
"service_send_invalid_payload": {
|
|
219
|
+
"message": "`knx.send` \u30b5\u30fc\u30d3\u30b9\u306e\u30da\u30a4\u30ed\u30fc\u30c9\u304c\u7121\u52b9\u3067\u3059\u3002 {error}"
|
|
220
|
+
}
|
|
221
|
+
},
|
|
211
222
|
"options": {
|
|
212
223
|
"error": {
|
|
213
224
|
"cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f",
|
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
from collections.abc import Callable
|
|
4
4
|
from dataclasses import dataclass
|
|
5
|
+
from typing import cast
|
|
5
6
|
|
|
6
|
-
from pylamarzocco.const import FirmwareType
|
|
7
|
+
from pylamarzocco.const import FirmwareType, MachineState, WidgetType
|
|
8
|
+
from pylamarzocco.models import MachineStatus
|
|
7
9
|
|
|
8
10
|
from homeassistant.const import CONF_ADDRESS, CONF_MAC
|
|
9
11
|
from homeassistant.helpers.device_registry import (
|
|
@@ -32,6 +34,7 @@ class LaMarzoccoBaseEntity(
|
|
|
32
34
|
"""Common elements for all entities."""
|
|
33
35
|
|
|
34
36
|
_attr_has_entity_name = True
|
|
37
|
+
_unavailable_when_machine_off = True
|
|
35
38
|
|
|
36
39
|
def __init__(
|
|
37
40
|
self,
|
|
@@ -63,6 +66,21 @@ class LaMarzoccoBaseEntity(
|
|
|
63
66
|
if connections:
|
|
64
67
|
self._attr_device_info.update(DeviceInfo(connections=connections))
|
|
65
68
|
|
|
69
|
+
@property
|
|
70
|
+
def available(self) -> bool:
|
|
71
|
+
"""Return True if entity is available."""
|
|
72
|
+
machine_state = (
|
|
73
|
+
cast(
|
|
74
|
+
MachineStatus,
|
|
75
|
+
self.coordinator.device.dashboard.config[WidgetType.CM_MACHINE_STATUS],
|
|
76
|
+
).status
|
|
77
|
+
if WidgetType.CM_MACHINE_STATUS in self.coordinator.device.dashboard.config
|
|
78
|
+
else MachineState.OFF
|
|
79
|
+
)
|
|
80
|
+
return super().available and not (
|
|
81
|
+
self._unavailable_when_machine_off and machine_state is MachineState.OFF
|
|
82
|
+
)
|
|
83
|
+
|
|
66
84
|
|
|
67
85
|
class LaMarzoccoEntity(LaMarzoccoBaseEntity):
|
|
68
86
|
"""Common elements for all entities."""
|
|
@@ -58,10 +58,6 @@ ENTITIES: tuple[LaMarzoccoNumberEntityDescription, ...] = (
|
|
|
58
58
|
CoffeeBoiler, machine.dashboard.config[WidgetType.CM_COFFEE_BOILER]
|
|
59
59
|
).target_temperature
|
|
60
60
|
),
|
|
61
|
-
available_fn=(
|
|
62
|
-
lambda coordinator: WidgetType.CM_COFFEE_BOILER
|
|
63
|
-
in coordinator.device.dashboard.config
|
|
64
|
-
),
|
|
65
61
|
),
|
|
66
62
|
LaMarzoccoNumberEntityDescription(
|
|
67
63
|
key="smart_standby_time",
|
|
@@ -57,10 +57,6 @@ ENTITIES: tuple[LaMarzoccoSensorEntityDescription, ...] = (
|
|
|
57
57
|
).ready_start_time
|
|
58
58
|
),
|
|
59
59
|
entity_category=EntityCategory.DIAGNOSTIC,
|
|
60
|
-
available_fn=(
|
|
61
|
-
lambda coordinator: WidgetType.CM_COFFEE_BOILER
|
|
62
|
-
in coordinator.device.dashboard.config
|
|
63
|
-
),
|
|
64
60
|
),
|
|
65
61
|
LaMarzoccoSensorEntityDescription(
|
|
66
62
|
key="steam_boiler_ready_time",
|
|
@@ -188,6 +184,8 @@ class LaMarzoccoSensorEntity(LaMarzoccoEntity, SensorEntity):
|
|
|
188
184
|
class LaMarzoccoStatisticSensorEntity(LaMarzoccoSensorEntity):
|
|
189
185
|
"""Sensor for La Marzocco statistics."""
|
|
190
186
|
|
|
187
|
+
_unavailable_when_machine_off = False
|
|
188
|
+
|
|
191
189
|
@property
|
|
192
190
|
def native_value(self) -> StateType | datetime | None:
|
|
193
191
|
"""Return the value of the sensor."""
|
|
@@ -47,6 +47,12 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"pick_implementation": {
|
|
50
|
+
"data": {
|
|
51
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
52
|
+
},
|
|
53
|
+
"data_description": {
|
|
54
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
55
|
+
},
|
|
50
56
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
51
57
|
}
|
|
52
58
|
}
|
|
@@ -46,6 +46,12 @@
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"pick_implementation": {
|
|
49
|
+
"data": {
|
|
50
|
+
"implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
|
|
51
|
+
},
|
|
52
|
+
"data_description": {
|
|
53
|
+
"implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
|
|
54
|
+
},
|
|
49
55
|
"title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
|
|
50
56
|
}
|
|
51
57
|
}
|
|
@@ -171,7 +171,8 @@
|
|
|
171
171
|
"description": "\u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03af\u03b6\u03b5\u03b9 \u03b5\u03af\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03c0\u03b1\u03c1\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03b8\u03ad\u03bc\u03b1 \u03b5\u03af\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03b7 \u03c0\u03b1\u03bb\u03ad\u03c4\u03b1 \u03c3\u03b5 \u03ad\u03bd\u03b1 \u03ae \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1 \u03c6\u03ce\u03c4\u03b1 LIFX.",
|
|
172
172
|
"fields": {
|
|
173
173
|
"palette": {
|
|
174
|
-
"description": "\u039b\u03af\u03c3\u03c4\u03b1 \u03bc\u03b5 \u03c4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd 2 \u03ba\u03b1\u03b9 \u03c4\u03bf \u03c0\u03bf\u03bb\u03cd 16 \u03c7\u03c1\u03ce\u03bc\u03b1\u03c4\u03b1 \u03c9\u03c2 \u03c4\u03b9\u03bc\u03ad\u03c2 \u03b1\u03c0\u03cc\u03c7\u03c1\u03c9\u03c3\u03b7\u03c2 (0-360), \u03ba\u03bf\u03c1\u03b5\u03c3\u03bc\u03bf\u03cd (0-100), \u03c6\u03c9\u03c4\u03b5\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 (0-100) \u03ba\u03b1\u03b9 \u039a\u03ad\u03bb\u03b2\u03b9\u03bd (1500-9000) \u03b3\u03b9\u03b1 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03cc \u03c4\u03c9\u03bd \u03c6\u03ce\u03c4\u03c9\u03bd-\u03c3\u03c4\u03cc\u03c7\u03c9\u03bd. \u0391\u03bd\u03c4\u03b9\u03ba\u03b1\u03b8\u03b9\u03c3\u03c4\u03ac \u03c4\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc '\u0398\u03ad\u03bc\u03b1'."
|
|
174
|
+
"description": "\u039b\u03af\u03c3\u03c4\u03b1 \u03bc\u03b5 \u03c4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd 2 \u03ba\u03b1\u03b9 \u03c4\u03bf \u03c0\u03bf\u03bb\u03cd 16 \u03c7\u03c1\u03ce\u03bc\u03b1\u03c4\u03b1 \u03c9\u03c2 \u03c4\u03b9\u03bc\u03ad\u03c2 \u03b1\u03c0\u03cc\u03c7\u03c1\u03c9\u03c3\u03b7\u03c2 (0-360), \u03ba\u03bf\u03c1\u03b5\u03c3\u03bc\u03bf\u03cd (0-100), \u03c6\u03c9\u03c4\u03b5\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 (0-100) \u03ba\u03b1\u03b9 \u039a\u03ad\u03bb\u03b2\u03b9\u03bd (1500-9000) \u03b3\u03b9\u03b1 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03cc \u03c4\u03c9\u03bd \u03c6\u03ce\u03c4\u03c9\u03bd-\u03c3\u03c4\u03cc\u03c7\u03c9\u03bd. \u0391\u03bd\u03c4\u03b9\u03ba\u03b1\u03b8\u03b9\u03c3\u03c4\u03ac \u03c4\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc '\u0398\u03ad\u03bc\u03b1'.",
|
|
175
|
+
"name": "\u03a0\u03b1\u03bb\u03ad\u03c4\u03b1"
|
|
175
176
|
},
|
|
176
177
|
"theme": {
|
|
177
178
|
"description": "\u03a0\u03c1\u03bf\u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf \u03b8\u03ad\u03bc\u03b1 \u03c7\u03c1\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03cc. \u03a0\u03b1\u03c1\u03b1\u03ba\u03ac\u03bc\u03c0\u03c4\u03b5\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc '\u03a0\u03b1\u03bb\u03ad\u03c4\u03b1'.",
|
|
@@ -134,6 +134,10 @@
|
|
|
134
134
|
"spf": "Becs\u00edp\u0151d\u00e9s \u00e9rz\u00e9kel\u00e9s ind\u00edt\u00e1skor"
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
|
+
"total_cycles": {
|
|
138
|
+
"name": "Teljes ciklussz\u00e1m",
|
|
139
|
+
"unit_of_measurement": "ciklus"
|
|
140
|
+
},
|
|
137
141
|
"waste_drawer": {
|
|
138
142
|
"name": "Hullad\u00e9kfi\u00f3k"
|
|
139
143
|
}
|
|
@@ -21,6 +21,12 @@
|
|
|
21
21
|
"description": "A Home Assistant tal\u00e1lt egy Honeywell Lyric eszk\u00f6zt a h\u00e1l\u00f3zat\u00e1n. Vegye figyelembe, hogy a Lyric integr\u00e1ci\u00f3 be\u00e1ll\u00edt\u00e1sa bonyolultabb lehet, mint m\u00e1s integr\u00e1ci\u00f3k\u00e9. A folytat\u00e1shoz nyomja meg a **Mehet** gombot."
|
|
22
22
|
},
|
|
23
23
|
"pick_implementation": {
|
|
24
|
+
"data": {
|
|
25
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
26
|
+
},
|
|
27
|
+
"data_description": {
|
|
28
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
29
|
+
},
|
|
24
30
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
25
31
|
},
|
|
26
32
|
"reauth_confirm": {
|
|
@@ -15,6 +15,12 @@
|
|
|
15
15
|
},
|
|
16
16
|
"step": {
|
|
17
17
|
"pick_implementation": {
|
|
18
|
+
"data": {
|
|
19
|
+
"implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
|
|
20
|
+
},
|
|
21
|
+
"data_description": {
|
|
22
|
+
"implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
|
|
23
|
+
},
|
|
18
24
|
"title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
|
|
19
25
|
},
|
|
20
26
|
"reauth_confirm": {
|
|
@@ -53,6 +53,12 @@
|
|
|
53
53
|
"boost_state": {
|
|
54
54
|
"name": "Boost \u00e1llapot"
|
|
55
55
|
},
|
|
56
|
+
"dishwasher_alarm_door": {
|
|
57
|
+
"name": "Ajt\u00f3riaszt\u00e1s"
|
|
58
|
+
},
|
|
59
|
+
"dishwasher_alarm_inflow": {
|
|
60
|
+
"name": "Be\u00f6ml\u00e9si riaszt\u00e1s"
|
|
61
|
+
},
|
|
56
62
|
"end_of_service": {
|
|
57
63
|
"name": "Szolg\u00e1ltat\u00e1s v\u00e9ge"
|
|
58
64
|
},
|
|
@@ -276,9 +282,26 @@
|
|
|
276
282
|
"very_poor": "Nagyon rossz"
|
|
277
283
|
}
|
|
278
284
|
},
|
|
285
|
+
"battery_charge_state": {
|
|
286
|
+
"name": "Akkumul\u00e1tor t\u00f6lt\u00e9si \u00e1llapot",
|
|
287
|
+
"state": {
|
|
288
|
+
"charging": "T\u00f6lt\u00e9s",
|
|
289
|
+
"full_charge": "Teljesen felt\u00f6ltve",
|
|
290
|
+
"not_charging": "Nincs t\u00f6lt\u00e9s alatt"
|
|
291
|
+
}
|
|
292
|
+
},
|
|
279
293
|
"battery_replacement_description": {
|
|
280
294
|
"name": "Akkumul\u00e1tor t\u00edpusa"
|
|
281
295
|
},
|
|
296
|
+
"battery_time_remaining": {
|
|
297
|
+
"name": "H\u00e1tralev\u0151 id\u0151"
|
|
298
|
+
},
|
|
299
|
+
"battery_time_to_full_charge": {
|
|
300
|
+
"name": "Teljes t\u00f6lt\u00e9sig h\u00e1tral\u00e9v\u0151 id\u0151"
|
|
301
|
+
},
|
|
302
|
+
"battery_voltage": {
|
|
303
|
+
"name": "Akkumul\u00e1tor fesz\u00fclts\u00e9g"
|
|
304
|
+
},
|
|
282
305
|
"contamination_state": {
|
|
283
306
|
"name": "Szennyezetts\u00e9gi \u00e1llapot",
|
|
284
307
|
"state": {
|
|
@@ -294,6 +317,15 @@
|
|
|
294
317
|
"energy_exported": {
|
|
295
318
|
"name": "Export\u00e1lt energia"
|
|
296
319
|
},
|
|
320
|
+
"esa_opt_out_state": {
|
|
321
|
+
"name": "Energiaoptimaliz\u00e1l\u00e1sb\u00f3l val\u00f3 kil\u00e9p\u00e9s",
|
|
322
|
+
"state": {
|
|
323
|
+
"grid_opt_out": "H\u00e1l\u00f3zat",
|
|
324
|
+
"local_opt_out": "Helyi",
|
|
325
|
+
"no_opt_out": "Ki",
|
|
326
|
+
"opt_out": "Helyi \u00e9s h\u00e1l\u00f3zat"
|
|
327
|
+
}
|
|
328
|
+
},
|
|
297
329
|
"esa_state": {
|
|
298
330
|
"name": "K\u00e9sz\u00fcl\u00e9k energia\u00e1llapota",
|
|
299
331
|
"state": {
|
|
@@ -50,6 +50,12 @@
|
|
|
50
50
|
"battery_alert": {
|
|
51
51
|
"name": "\u30d0\u30c3\u30c6\u30ea\u30fc\u8b66\u544a"
|
|
52
52
|
},
|
|
53
|
+
"dishwasher_alarm_door": {
|
|
54
|
+
"name": "\u30c9\u30a2\u30a2\u30e9\u30fc\u30e0"
|
|
55
|
+
},
|
|
56
|
+
"dishwasher_alarm_inflow": {
|
|
57
|
+
"name": "\u6d41\u5165\u30a2\u30e9\u30fc\u30e0"
|
|
58
|
+
},
|
|
53
59
|
"end_of_service": {
|
|
54
60
|
"name": "\u30b5\u30fc\u30d3\u30b9\u7d42\u4e86"
|
|
55
61
|
},
|
|
@@ -227,9 +233,23 @@
|
|
|
227
233
|
"very_poor": "\u975e\u5e38\u306b\u60aa\u3044"
|
|
228
234
|
}
|
|
229
235
|
},
|
|
236
|
+
"battery_charge_state": {
|
|
237
|
+
"name": "\u30d0\u30c3\u30c6\u30ea\u30fc\u306e\u5145\u96fb\u72b6\u614b",
|
|
238
|
+
"state": {
|
|
239
|
+
"charging": "\u5145\u96fb\u4e2d",
|
|
240
|
+
"full_charge": "\u30d5\u30eb\u5145\u96fb",
|
|
241
|
+
"not_charging": "\u5145\u96fb\u3057\u3066\u3044\u307e\u305b\u3093"
|
|
242
|
+
}
|
|
243
|
+
},
|
|
230
244
|
"battery_replacement_description": {
|
|
231
245
|
"name": "\u30d0\u30c3\u30c6\u30ea\u30fc\u30bf\u30a4\u30d7"
|
|
232
246
|
},
|
|
247
|
+
"battery_time_remaining": {
|
|
248
|
+
"name": "\u6b8b\u308a\u6642\u9593"
|
|
249
|
+
},
|
|
250
|
+
"battery_time_to_full_charge": {
|
|
251
|
+
"name": "\u30d5\u30eb\u5145\u96fb\u307e\u3067\u306e\u6642\u9593"
|
|
252
|
+
},
|
|
233
253
|
"contamination_state": {
|
|
234
254
|
"name": "\u6c5a\u67d3\u72b6\u614b",
|
|
235
255
|
"state": {
|
|
@@ -240,6 +260,15 @@
|
|
|
240
260
|
"current_phase": {
|
|
241
261
|
"name": "\u96fb\u6d41\u30d5\u30a7\u30fc\u30ba"
|
|
242
262
|
},
|
|
263
|
+
"esa_opt_out_state": {
|
|
264
|
+
"name": "\u30a8\u30cd\u30eb\u30ae\u30fc\u6700\u9069\u5316\u306e\u30aa\u30d7\u30c8\u30a2\u30a6\u30c8",
|
|
265
|
+
"state": {
|
|
266
|
+
"grid_opt_out": "\u30b0\u30ea\u30c3\u30c9",
|
|
267
|
+
"local_opt_out": "\u30ed\u30fc\u30ab\u30eb",
|
|
268
|
+
"no_opt_out": "\u30aa\u30d5",
|
|
269
|
+
"opt_out": "\u30ed\u30fc\u30ab\u30eb\u3068\u30b0\u30ea\u30c3\u30c9"
|
|
270
|
+
}
|
|
271
|
+
},
|
|
243
272
|
"expiry_date": {
|
|
244
273
|
"name": "\u6709\u52b9\u671f\u9650"
|
|
245
274
|
},
|
|
@@ -19,6 +19,12 @@
|
|
|
19
19
|
},
|
|
20
20
|
"step": {
|
|
21
21
|
"pick_implementation": {
|
|
22
|
+
"data": {
|
|
23
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
24
|
+
},
|
|
25
|
+
"data_description": {
|
|
26
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
27
|
+
},
|
|
22
28
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
23
29
|
},
|
|
24
30
|
"user": {
|
|
@@ -40,7 +40,18 @@
|
|
|
40
40
|
"name": "Cs\u00facsh\u0151m\u00e9rs\u00e9klet"
|
|
41
41
|
},
|
|
42
42
|
"cook_state": {
|
|
43
|
-
"name": "S\u00fct\u00e9s \u00e1llapot"
|
|
43
|
+
"name": "S\u00fct\u00e9s \u00e1llapot",
|
|
44
|
+
"state": {
|
|
45
|
+
"configured": "Be\u00e1ll\u00edtva",
|
|
46
|
+
"finished": "Elk\u00e9sz\u00fclt",
|
|
47
|
+
"not_started": "Nem indult el",
|
|
48
|
+
"overcooked": "T\u00falf\u0151zve",
|
|
49
|
+
"ready_for_resting": "Pihentet\u00e9sre k\u00e9sz",
|
|
50
|
+
"resting": "Pihentet\u00e9s alatt",
|
|
51
|
+
"slightly_overdone": "Enyh\u00e9n t\u00falk\u00e9sz\u00fclt",
|
|
52
|
+
"slightly_underdone": "Enyh\u00e9n nyers",
|
|
53
|
+
"started": "Elindult"
|
|
54
|
+
}
|
|
44
55
|
},
|
|
45
56
|
"cook_target_temp": {
|
|
46
57
|
"name": "C\u00e9lh\u0151m\u00e9rs\u00e9klet"
|
|
@@ -25,6 +25,12 @@
|
|
|
25
25
|
},
|
|
26
26
|
"step": {
|
|
27
27
|
"pick_implementation": {
|
|
28
|
+
"data": {
|
|
29
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
30
|
+
},
|
|
31
|
+
"data_description": {
|
|
32
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
33
|
+
},
|
|
28
34
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
29
35
|
}
|
|
30
36
|
}
|
|
@@ -25,6 +25,12 @@
|
|
|
25
25
|
},
|
|
26
26
|
"step": {
|
|
27
27
|
"pick_implementation": {
|
|
28
|
+
"data": {
|
|
29
|
+
"implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
|
|
30
|
+
},
|
|
31
|
+
"data_description": {
|
|
32
|
+
"implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
|
|
33
|
+
},
|
|
28
34
|
"title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
|
|
29
35
|
}
|
|
30
36
|
}
|
|
@@ -31,6 +31,12 @@
|
|
|
31
31
|
"description": "A Home Assistant tal\u00e1lt egy Miele eszk\u00f6zt a h\u00e1l\u00f3zat\u00e1n. A Miele be\u00e1ll\u00edt\u00e1s\u00e1nak folytat\u00e1s\u00e1hoz nyomja meg a **Mehet** gombot."
|
|
32
32
|
},
|
|
33
33
|
"pick_implementation": {
|
|
34
|
+
"data": {
|
|
35
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
36
|
+
},
|
|
37
|
+
"data_description": {
|
|
38
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
39
|
+
},
|
|
34
40
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
35
41
|
},
|
|
36
42
|
"reauth_confirm": {
|
|
@@ -211,7 +217,30 @@
|
|
|
211
217
|
"name": "Energia el\u0151rejelz\u00e9s"
|
|
212
218
|
},
|
|
213
219
|
"plate": {
|
|
214
|
-
"name": "F\u0151z\u0151z\u00f3na {plate_no}"
|
|
220
|
+
"name": "F\u0151z\u0151z\u00f3na {plate_no}",
|
|
221
|
+
"state": {
|
|
222
|
+
"power_step_0": "0",
|
|
223
|
+
"power_step_1": "1",
|
|
224
|
+
"power_step_10": "5\u2022",
|
|
225
|
+
"power_step_11": "6",
|
|
226
|
+
"power_step_12": "6\u2022",
|
|
227
|
+
"power_step_13": "7",
|
|
228
|
+
"power_step_14": "7\u2022",
|
|
229
|
+
"power_step_15": "8",
|
|
230
|
+
"power_step_16": "8\u2022",
|
|
231
|
+
"power_step_17": "9",
|
|
232
|
+
"power_step_18": "9\u2022",
|
|
233
|
+
"power_step_2": "1\u2022",
|
|
234
|
+
"power_step_3": "2",
|
|
235
|
+
"power_step_4": "2\u2022",
|
|
236
|
+
"power_step_5": "3",
|
|
237
|
+
"power_step_6": "3\u2022",
|
|
238
|
+
"power_step_7": "4",
|
|
239
|
+
"power_step_8": "4\u2022",
|
|
240
|
+
"power_step_9": "5",
|
|
241
|
+
"power_step_boost": "Gyorsfokozat",
|
|
242
|
+
"power_step_warm": "Melegen tart\u00e1s"
|
|
243
|
+
}
|
|
215
244
|
},
|
|
216
245
|
"program_id": {
|
|
217
246
|
"name": "Program",
|
|
@@ -208,7 +208,30 @@
|
|
|
208
208
|
"name": "Previsione consumo energia"
|
|
209
209
|
},
|
|
210
210
|
"plate": {
|
|
211
|
-
"name": "Piastra {plate_no}"
|
|
211
|
+
"name": "Piastra {plate_no}",
|
|
212
|
+
"state": {
|
|
213
|
+
"power_step_0": "0",
|
|
214
|
+
"power_step_1": "1",
|
|
215
|
+
"power_step_10": "5\u2022",
|
|
216
|
+
"power_step_11": "6",
|
|
217
|
+
"power_step_12": "6\u2022",
|
|
218
|
+
"power_step_13": "7",
|
|
219
|
+
"power_step_14": "7\u2022",
|
|
220
|
+
"power_step_15": "8",
|
|
221
|
+
"power_step_16": "8\u2022",
|
|
222
|
+
"power_step_17": "9",
|
|
223
|
+
"power_step_18": "9\u2022",
|
|
224
|
+
"power_step_2": "1\u2022",
|
|
225
|
+
"power_step_3": "2",
|
|
226
|
+
"power_step_4": "2\u2022",
|
|
227
|
+
"power_step_5": "3",
|
|
228
|
+
"power_step_6": "3\u2022",
|
|
229
|
+
"power_step_7": "4",
|
|
230
|
+
"power_step_8": "4\u2022",
|
|
231
|
+
"power_step_9": "5",
|
|
232
|
+
"power_step_boost": "Potenzia",
|
|
233
|
+
"power_step_warm": "Riscaldamento"
|
|
234
|
+
}
|
|
212
235
|
},
|
|
213
236
|
"program_id": {
|
|
214
237
|
"name": "Programma",
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"step": {
|
|
4
|
+
"pick_implementation": {
|
|
5
|
+
"data": {
|
|
6
|
+
"implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
|
|
7
|
+
},
|
|
8
|
+
"data_description": {
|
|
9
|
+
"implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"entity": {
|
|
15
|
+
"sensor": {
|
|
16
|
+
"plate": {
|
|
17
|
+
"state": {
|
|
18
|
+
"power_step_0": "0",
|
|
19
|
+
"power_step_1": "1"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"program_id": {
|
|
23
|
+
"state": {
|
|
24
|
+
"evaporate_water": "\u6c34\u3092\u84b8\u767a\u3055\u305b\u308b"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -23,6 +23,12 @@
|
|
|
23
23
|
"title": "Meger\u0151s\u00edt\u00e9s a Monzo alkalmaz\u00e1sban"
|
|
24
24
|
},
|
|
25
25
|
"pick_implementation": {
|
|
26
|
+
"data": {
|
|
27
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
28
|
+
},
|
|
29
|
+
"data_description": {
|
|
30
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
31
|
+
},
|
|
26
32
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
27
33
|
},
|
|
28
34
|
"reauth_confirm": {
|
|
@@ -23,6 +23,12 @@
|
|
|
23
23
|
"title": "Monzo\u30a2\u30d7\u30ea\u3067\u78ba\u8a8d"
|
|
24
24
|
},
|
|
25
25
|
"pick_implementation": {
|
|
26
|
+
"data": {
|
|
27
|
+
"implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
|
|
28
|
+
},
|
|
29
|
+
"data_description": {
|
|
30
|
+
"implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
|
|
31
|
+
},
|
|
26
32
|
"title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
|
|
27
33
|
},
|
|
28
34
|
"reauth_confirm": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"user": {
|
|
19
19
|
"data": {
|
|
20
20
|
"admin_password": "Administrat\u00f6rsl\u00f6senord",
|
|
21
|
-
"admin_username": "
|
|
21
|
+
"admin_username": "Administrat\u00f6rsanv\u00e4ndarnamn",
|
|
22
22
|
"surveillance_password": "L\u00f6senord f\u00f6r \u00f6vervakning",
|
|
23
23
|
"surveillance_username": "Anv\u00e4ndarnamn f\u00f6r \u00f6vervakning",
|
|
24
24
|
"url": "URL"
|