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
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
-
import asyncio
|
|
6
5
|
from datetime import timedelta
|
|
7
6
|
from typing import Any
|
|
8
7
|
|
|
9
8
|
from wmspro.const import (
|
|
10
9
|
WMS_WebControl_pro_API_actionDescription,
|
|
11
10
|
WMS_WebControl_pro_API_actionType,
|
|
11
|
+
WMS_WebControl_pro_API_responseType,
|
|
12
12
|
)
|
|
13
13
|
|
|
14
14
|
from homeassistant.components.cover import ATTR_POSITION, CoverDeviceClass, CoverEntity
|
|
@@ -18,7 +18,6 @@ from homeassistant.helpers.entity_platform import AddConfigEntryEntitiesCallback
|
|
|
18
18
|
from . import WebControlProConfigEntry
|
|
19
19
|
from .entity import WebControlProGenericEntity
|
|
20
20
|
|
|
21
|
-
ACTION_DELAY = 0.5
|
|
22
21
|
SCAN_INTERVAL = timedelta(seconds=10)
|
|
23
22
|
PARALLEL_UPDATES = 1
|
|
24
23
|
|
|
@@ -53,13 +52,14 @@ class WebControlProCover(WebControlProGenericEntity, CoverEntity):
|
|
|
53
52
|
def current_cover_position(self) -> int | None:
|
|
54
53
|
"""Return current position of cover."""
|
|
55
54
|
action = self._dest.action(self._drive_action_desc)
|
|
55
|
+
if action is None or action["percentage"] is None:
|
|
56
|
+
return None
|
|
56
57
|
return 100 - action["percentage"]
|
|
57
58
|
|
|
58
59
|
async def async_set_cover_position(self, **kwargs: Any) -> None:
|
|
59
60
|
"""Move the cover to a specific position."""
|
|
60
61
|
action = self._dest.action(self._drive_action_desc)
|
|
61
62
|
await action(percentage=100 - kwargs[ATTR_POSITION])
|
|
62
|
-
await asyncio.sleep(ACTION_DELAY)
|
|
63
63
|
|
|
64
64
|
@property
|
|
65
65
|
def is_closed(self) -> bool | None:
|
|
@@ -70,13 +70,11 @@ class WebControlProCover(WebControlProGenericEntity, CoverEntity):
|
|
|
70
70
|
"""Open the cover."""
|
|
71
71
|
action = self._dest.action(self._drive_action_desc)
|
|
72
72
|
await action(percentage=0)
|
|
73
|
-
await asyncio.sleep(ACTION_DELAY)
|
|
74
73
|
|
|
75
74
|
async def async_close_cover(self, **kwargs: Any) -> None:
|
|
76
75
|
"""Close the cover."""
|
|
77
76
|
action = self._dest.action(self._drive_action_desc)
|
|
78
77
|
await action(percentage=100)
|
|
79
|
-
await asyncio.sleep(ACTION_DELAY)
|
|
80
78
|
|
|
81
79
|
async def async_stop_cover(self, **kwargs: Any) -> None:
|
|
82
80
|
"""Stop the device if in motion."""
|
|
@@ -84,8 +82,7 @@ class WebControlProCover(WebControlProGenericEntity, CoverEntity):
|
|
|
84
82
|
WMS_WebControl_pro_API_actionDescription.ManualCommand,
|
|
85
83
|
WMS_WebControl_pro_API_actionType.Stop,
|
|
86
84
|
)
|
|
87
|
-
await action()
|
|
88
|
-
await asyncio.sleep(ACTION_DELAY)
|
|
85
|
+
await action(responseType=WMS_WebControl_pro_API_responseType.Detailed)
|
|
89
86
|
|
|
90
87
|
|
|
91
88
|
class WebControlProAwning(WebControlProCover):
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
-
import asyncio
|
|
6
5
|
from datetime import timedelta
|
|
7
6
|
from typing import Any
|
|
8
7
|
|
|
9
|
-
from wmspro.const import
|
|
8
|
+
from wmspro.const import (
|
|
9
|
+
WMS_WebControl_pro_API_actionDescription,
|
|
10
|
+
WMS_WebControl_pro_API_responseType,
|
|
11
|
+
)
|
|
10
12
|
|
|
11
13
|
from homeassistant.components.light import ATTR_BRIGHTNESS, ColorMode, LightEntity
|
|
12
14
|
from homeassistant.core import HomeAssistant
|
|
@@ -17,7 +19,6 @@ from . import WebControlProConfigEntry
|
|
|
17
19
|
from .const import BRIGHTNESS_SCALE
|
|
18
20
|
from .entity import WebControlProGenericEntity
|
|
19
21
|
|
|
20
|
-
ACTION_DELAY = 0.5
|
|
21
22
|
SCAN_INTERVAL = timedelta(seconds=15)
|
|
22
23
|
PARALLEL_UPDATES = 1
|
|
23
24
|
|
|
@@ -56,14 +57,16 @@ class WebControlProLight(WebControlProGenericEntity, LightEntity):
|
|
|
56
57
|
async def async_turn_on(self, **kwargs: Any) -> None:
|
|
57
58
|
"""Turn the light on."""
|
|
58
59
|
action = self._dest.action(WMS_WebControl_pro_API_actionDescription.LightSwitch)
|
|
59
|
-
await action(
|
|
60
|
-
|
|
60
|
+
await action(
|
|
61
|
+
onOffState=True, responseType=WMS_WebControl_pro_API_responseType.Detailed
|
|
62
|
+
)
|
|
61
63
|
|
|
62
64
|
async def async_turn_off(self, **kwargs: Any) -> None:
|
|
63
65
|
"""Turn the light off."""
|
|
64
66
|
action = self._dest.action(WMS_WebControl_pro_API_actionDescription.LightSwitch)
|
|
65
|
-
await action(
|
|
66
|
-
|
|
67
|
+
await action(
|
|
68
|
+
onOffState=False, responseType=WMS_WebControl_pro_API_responseType.Detailed
|
|
69
|
+
)
|
|
67
70
|
|
|
68
71
|
|
|
69
72
|
class WebControlProDimmer(WebControlProLight):
|
|
@@ -90,6 +93,6 @@ class WebControlProDimmer(WebControlProLight):
|
|
|
90
93
|
WMS_WebControl_pro_API_actionDescription.LightDimming
|
|
91
94
|
)
|
|
92
95
|
await action(
|
|
93
|
-
percentage=brightness_to_value(BRIGHTNESS_SCALE, kwargs[ATTR_BRIGHTNESS])
|
|
96
|
+
percentage=brightness_to_value(BRIGHTNESS_SCALE, kwargs[ATTR_BRIGHTNESS]),
|
|
97
|
+
responseType=WMS_WebControl_pro_API_responseType.Detailed,
|
|
94
98
|
)
|
|
95
|
-
await asyncio.sleep(ACTION_DELAY)
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"abort": {
|
|
4
4
|
"already_configured": "Tj\u00e4nsten \u00e4r redan konfigurerad",
|
|
5
5
|
"no_port": "Ingen port f\u00f6r slutpunkt",
|
|
6
|
-
"no_services": "Inga tj\u00e4nster hittades vid
|
|
6
|
+
"no_services": "Inga tj\u00e4nster hittades vid slutpunkten"
|
|
7
7
|
},
|
|
8
8
|
"error": {
|
|
9
9
|
"cannot_connect": "Det gick inte att ansluta"
|
|
10
10
|
},
|
|
11
11
|
"step": {
|
|
12
12
|
"hassio_confirm": {
|
|
13
|
-
"description": "Vill du konfigurera Home Assistant f\u00f6r att ansluta till Wyoming-tj\u00e4nsten som tillhandah\u00e5lls av till\u00e4gget: {addon}
|
|
13
|
+
"description": "Vill du konfigurera Home Assistant f\u00f6r att ansluta till Wyoming-tj\u00e4nsten som tillhandah\u00e5lls av till\u00e4gget: {addon}?"
|
|
14
14
|
},
|
|
15
15
|
"user": {
|
|
16
16
|
"data": {
|
|
@@ -14,6 +14,12 @@
|
|
|
14
14
|
},
|
|
15
15
|
"step": {
|
|
16
16
|
"pick_implementation": {
|
|
17
|
+
"data": {
|
|
18
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
19
|
+
},
|
|
20
|
+
"data_description": {
|
|
21
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
22
|
+
},
|
|
17
23
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
18
24
|
}
|
|
19
25
|
}
|
|
@@ -4,11 +4,15 @@
|
|
|
4
4
|
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9",
|
|
5
5
|
"already_in_progress": "La configuration est d\u00e9j\u00e0 en cours",
|
|
6
6
|
"incomplete_info": "Informations incompl\u00e8tes pour configurer l'appareil, aucun h\u00f4te ou jeton fourni.",
|
|
7
|
+
"not_xiaomi_miio": "L'appareil n'est pas (encore) pris en charge par l'int\u00e9gration Xiaomi Home.",
|
|
7
8
|
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi",
|
|
8
9
|
"unknown": "Erreur inattendue"
|
|
9
10
|
},
|
|
10
11
|
"error": {
|
|
11
12
|
"cannot_connect": "\u00c9chec de connexion",
|
|
13
|
+
"cloud_credentials_incomplete": "Informations d'identification incompl\u00e8tes, veuillez renseigner le nom d'utilisateur, le mot de passe et la r\u00e9gion du serveur",
|
|
14
|
+
"cloud_login_error": "Impossible de se connecter \u00e0 Xiaomi Home, v\u00e9rifiez les informations d'identification.",
|
|
15
|
+
"cloud_no_devices": "Aucun appareil trouv\u00e9 dans ce compte Xiaomi Home.",
|
|
12
16
|
"unknown_device": "Le mod\u00e8le d'appareil n'est pas connu, impossible de configurer l'appareil \u00e0 l'aide du flux de configuration.",
|
|
13
17
|
"wrong_token": "Erreur de somme de contr\u00f4le, jeton incorrect"
|
|
14
18
|
},
|
|
@@ -16,8 +20,12 @@
|
|
|
16
20
|
"step": {
|
|
17
21
|
"cloud": {
|
|
18
22
|
"data": {
|
|
23
|
+
"cloud_country": "R\u00e9gion du serveur",
|
|
24
|
+
"cloud_password": "Mot de passe",
|
|
25
|
+
"cloud_username": "Nom d'utilisateur",
|
|
19
26
|
"manual": "Configurer manuellement (non recommand\u00e9)"
|
|
20
|
-
}
|
|
27
|
+
},
|
|
28
|
+
"description": "Connectez-vous \u00e0 Xiaomi Home, consultez https://www.openhab.org/addons/bindings/miio/#country-servers pour conna\u00eetre la r\u00e9gion du serveur \u00e0 utiliser."
|
|
21
29
|
},
|
|
22
30
|
"connect": {
|
|
23
31
|
"data": {
|
|
@@ -32,7 +40,14 @@
|
|
|
32
40
|
"description": "Vous aurez besoin du jeton API de 32 caract\u00e8res, voir https://www.home-assistant.io/integrations/xiaomi_miio#retrieving-the-access-token pour les instructions. Veuillez noter que ce jeton API est diff\u00e9rent de la cl\u00e9 utilis\u00e9e par l'int\u00e9gration Xiaomi Aqara."
|
|
33
41
|
},
|
|
34
42
|
"reauth_confirm": {
|
|
43
|
+
"description": "L'int\u00e9gration Xiaomi Home doit r\u00e9authentifier votre compte afin de mettre \u00e0 jour les jetons ou d'ajouter les informations d'identification manquantes.",
|
|
35
44
|
"title": "L'authentification a expir\u00e9 pour {name}"
|
|
45
|
+
},
|
|
46
|
+
"select": {
|
|
47
|
+
"data": {
|
|
48
|
+
"select_device": "Appareil"
|
|
49
|
+
},
|
|
50
|
+
"description": "S\u00e9lectionnez l'appareil Xiaomi Home \u00e0 configurer."
|
|
36
51
|
}
|
|
37
52
|
}
|
|
38
53
|
},
|
|
@@ -60,7 +75,14 @@
|
|
|
60
75
|
},
|
|
61
76
|
"options": {
|
|
62
77
|
"error": {
|
|
63
|
-
"cloud_credentials_incomplete": "
|
|
78
|
+
"cloud_credentials_incomplete": "Informations d'identification incompl\u00e8tes, veuillez renseigner le nom d'utilisateur, le mot de passe et la r\u00e9gion du serveur"
|
|
79
|
+
},
|
|
80
|
+
"step": {
|
|
81
|
+
"init": {
|
|
82
|
+
"data": {
|
|
83
|
+
"cloud_subdevices": "Utilisez le service Xiaomi Home pour connecter des sous-appareils"
|
|
84
|
+
}
|
|
85
|
+
}
|
|
64
86
|
}
|
|
65
87
|
},
|
|
66
88
|
"services": {
|
|
@@ -4,11 +4,15 @@
|
|
|
4
4
|
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van",
|
|
5
5
|
"already_in_progress": "A konfigur\u00e1l\u00e1s m\u00e1r folyamatban van",
|
|
6
6
|
"incomplete_info": "Az eszk\u00f6z be\u00e1ll\u00edt\u00e1s\u00e1hoz sz\u00fcks\u00e9ges inform\u00e1ci\u00f3k hi\u00e1nyosak, nincs megadva c\u00edm vagy token.",
|
|
7
|
+
"not_xiaomi_miio": "Az eszk\u00f6zt nem t\u00e1mogatja (m\u00e9g) a Xiaomi Home integr\u00e1ci\u00f3.",
|
|
7
8
|
"reauth_successful": "Az \u00fajrahiteles\u00edt\u00e9s sikeres volt",
|
|
8
9
|
"unknown": "V\u00e1ratlan hiba"
|
|
9
10
|
},
|
|
10
11
|
"error": {
|
|
11
12
|
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
|
|
13
|
+
"cloud_credentials_incomplete": "Hi\u00e1nyos hiteles\u00edt\u00e9si adatok, adja meg a felhaszn\u00e1l\u00f3nevet, jelsz\u00f3t \u00e9s a szerver r\u00e9gi\u00f3t.",
|
|
14
|
+
"cloud_login_error": "Nem siker\u00fclt bejelentkezni a Xiaomi Home fi\u00f3kba, ellen\u0151rizze a hiteles\u00edt\u00e9si adatokat.",
|
|
15
|
+
"cloud_no_devices": "Ebben a Xiaomi Home fi\u00f3kban nem tal\u00e1lhat\u00f3k eszk\u00f6z\u00f6k.",
|
|
12
16
|
"unknown_device": "Az eszk\u00f6z modell nem ismert, nem tudja be\u00e1ll\u00edtani az eszk\u00f6zt a konfigur\u00e1ci\u00f3s folyamat seg\u00edts\u00e9g\u00e9vel.",
|
|
13
17
|
"wrong_token": "Ellen\u0151rz\u0151\u00f6sszeg-hiba, hib\u00e1s token"
|
|
14
18
|
},
|
|
@@ -16,8 +20,12 @@
|
|
|
16
20
|
"step": {
|
|
17
21
|
"cloud": {
|
|
18
22
|
"data": {
|
|
23
|
+
"cloud_country": "Szerver r\u00e9gi\u00f3",
|
|
24
|
+
"cloud_password": "Jelsz\u00f3",
|
|
25
|
+
"cloud_username": "Felhaszn\u00e1l\u00f3n\u00e9v",
|
|
19
26
|
"manual": "Konfigur\u00e1l\u00e1s manu\u00e1lisan (nem aj\u00e1nlott)"
|
|
20
|
-
}
|
|
27
|
+
},
|
|
28
|
+
"description": "Jelentkezzen be a Xiaomi Home fi\u00f3kj\u00e1ba, a haszn\u00e1lhat\u00f3 szerverr\u00e9gi\u00f3kat l\u00e1sd: https://www.openhab.org/addons/bindings/miio/#country-servers"
|
|
21
29
|
},
|
|
22
30
|
"connect": {
|
|
23
31
|
"data": {
|
|
@@ -32,7 +40,14 @@
|
|
|
32
40
|
"description": "Sz\u00fcks\u00e9ge lesz a 32 karakterb\u0151l \u00e1ll\u00f3 API-tokenre, \u00fatmutat\u00e1s\u00e9rt tekintse meg https://www.home-assistant.io/integrations/xiaomi_miio#retrieving-the-access-token. Felh\u00edvjuk figyelm\u00e9t, hogy ez az API token elt\u00e9r a Xiaomi Aqara integr\u00e1ci\u00f3 \u00e1ltal haszn\u00e1lt kulcst\u00f3l."
|
|
33
41
|
},
|
|
34
42
|
"reauth_confirm": {
|
|
43
|
+
"description": "A Xiaomi Home integr\u00e1ci\u00f3nak \u00fajra kell hiteles\u00edtenie a fi\u00f3kj\u00e1t a tokenek friss\u00edt\u00e9s\u00e9hez vagy a hi\u00e1nyz\u00f3 adatok p\u00f3tl\u00e1s\u00e1hoz.",
|
|
35
44
|
"title": "A(z) {name} hiteles\u00edt\u00e9se lej\u00e1rt"
|
|
45
|
+
},
|
|
46
|
+
"select": {
|
|
47
|
+
"data": {
|
|
48
|
+
"select_device": "Eszk\u00f6z"
|
|
49
|
+
},
|
|
50
|
+
"description": "V\u00e1lassza ki a be\u00e1ll\u00edtani k\u00edv\u00e1nt Xiaomi Home eszk\u00f6zt."
|
|
36
51
|
}
|
|
37
52
|
}
|
|
38
53
|
},
|
|
@@ -299,7 +314,14 @@
|
|
|
299
314
|
},
|
|
300
315
|
"options": {
|
|
301
316
|
"error": {
|
|
302
|
-
"cloud_credentials_incomplete": "
|
|
317
|
+
"cloud_credentials_incomplete": "Hi\u00e1nyos hiteles\u00edt\u00e9si adatok, adja meg a felhaszn\u00e1l\u00f3nevet, jelsz\u00f3t \u00e9s a szerver r\u00e9gi\u00f3t."
|
|
318
|
+
},
|
|
319
|
+
"step": {
|
|
320
|
+
"init": {
|
|
321
|
+
"data": {
|
|
322
|
+
"cloud_subdevices": "A csatlakoztatott al-eszk\u00f6z\u00f6k lek\u00e9r\u00e9s\u00e9hez haszn\u00e1lja a Xiaomi Home szolg\u00e1ltat\u00e1st."
|
|
323
|
+
}
|
|
324
|
+
}
|
|
303
325
|
}
|
|
304
326
|
},
|
|
305
327
|
"services": {
|
|
@@ -307,6 +329,7 @@
|
|
|
307
329
|
"description": "\u00dajraind\u00edtja a sz\u0171r\u0151 \u00e9lettartam\u00e1t \u00e9s haszn\u00e1lat\u00e1t.",
|
|
308
330
|
"fields": {
|
|
309
331
|
"entity_id": {
|
|
332
|
+
"description": "A Xiaomi Home entit\u00e1s neve.",
|
|
310
333
|
"name": "Entit\u00e1s azonos\u00edt\u00f3"
|
|
311
334
|
}
|
|
312
335
|
},
|
|
@@ -316,7 +339,7 @@
|
|
|
316
339
|
"description": "Manipul\u00e1l egy t\u00e1rol\u00f3regisztert, amely extra funkci\u00f3kat hirdet. A Mi Home alkalmaz\u00e1s \u00e9rt\u00e9keli az \u00e9rt\u00e9ket. Az alkalmaz\u00e1sban egy \"turb\u00f3 m\u00f3d\" nev\u0171 funkci\u00f3 lesz el\u00e9rhet\u0151, ha az \u00e9rt\u00e9k 1.",
|
|
317
340
|
"fields": {
|
|
318
341
|
"entity_id": {
|
|
319
|
-
"description": "A Xiaomi
|
|
342
|
+
"description": "A Xiaomi Home entit\u00e1s neve.",
|
|
320
343
|
"name": "Entit\u00e1s azonos\u00edt\u00f3"
|
|
321
344
|
},
|
|
322
345
|
"features": {
|
|
@@ -440,7 +463,7 @@
|
|
|
440
463
|
"description": "Be\u00e1ll\u00edtja az energiagazd\u00e1lkod\u00e1si m\u00f3dot.",
|
|
441
464
|
"fields": {
|
|
442
465
|
"entity_id": {
|
|
443
|
-
"description": "A Xiaomi
|
|
466
|
+
"description": "A Xiaomi Home entit\u00e1s neve.",
|
|
444
467
|
"name": "Entit\u00e1s azonos\u00edt\u00f3"
|
|
445
468
|
},
|
|
446
469
|
"mode": {
|
|
@@ -454,7 +477,7 @@
|
|
|
454
477
|
"description": "Be\u00e1ll\u00edtja az \u00e1ram \u00e1r\u00e1t.",
|
|
455
478
|
"fields": {
|
|
456
479
|
"entity_id": {
|
|
457
|
-
"description": "A Xiaomi
|
|
480
|
+
"description": "A Xiaomi Home entit\u00e1s neve.",
|
|
458
481
|
"name": "Entit\u00e1s azonos\u00edt\u00f3"
|
|
459
482
|
},
|
|
460
483
|
"mode": {
|
|
@@ -468,7 +491,7 @@
|
|
|
468
491
|
"description": "Kikapcsolja a kapcsol\u00f3 Wi-Fi jelz\u0151f\u00e9ny\u00e9t.",
|
|
469
492
|
"fields": {
|
|
470
493
|
"entity_id": {
|
|
471
|
-
"description": "A Xiaomi
|
|
494
|
+
"description": "A Xiaomi Home entit\u00e1s neve.",
|
|
472
495
|
"name": "Entit\u00e1s azonos\u00edt\u00f3"
|
|
473
496
|
}
|
|
474
497
|
},
|
|
@@ -478,7 +501,7 @@
|
|
|
478
501
|
"description": "Bekapcsolja a kapcsol\u00f3 Wi-Fi jelz\u0151f\u00e9ny\u00e9t.",
|
|
479
502
|
"fields": {
|
|
480
503
|
"entity_id": {
|
|
481
|
-
"description": "A Xiaomi
|
|
504
|
+
"description": "A Xiaomi Home entit\u00e1s neve.",
|
|
482
505
|
"name": "Entit\u00e1s azonos\u00edt\u00f3"
|
|
483
506
|
}
|
|
484
507
|
},
|
|
@@ -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
|
}
|
|
@@ -18,6 +18,12 @@
|
|
|
18
18
|
},
|
|
19
19
|
"step": {
|
|
20
20
|
"pick_implementation": {
|
|
21
|
+
"data": {
|
|
22
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
23
|
+
},
|
|
24
|
+
"data_description": {
|
|
25
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
26
|
+
},
|
|
21
27
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
22
28
|
},
|
|
23
29
|
"reauth_confirm": {
|
|
@@ -477,6 +477,12 @@
|
|
|
477
477
|
"large_motion_detection_sensitivity": {
|
|
478
478
|
"name": "Sensibilit\u00e9 de d\u00e9tection de mouvement"
|
|
479
479
|
},
|
|
480
|
+
"lift_drive_down_time": {
|
|
481
|
+
"name": "Temps de descente"
|
|
482
|
+
},
|
|
483
|
+
"lift_drive_up_time": {
|
|
484
|
+
"name": "Temps de mont\u00e9e"
|
|
485
|
+
},
|
|
480
486
|
"liquid_depth_max": {
|
|
481
487
|
"name": "Hauteur entre le capteur et le niveau du liquide"
|
|
482
488
|
},
|
|
@@ -597,6 +603,9 @@
|
|
|
597
603
|
"small_move_sensitivity": {
|
|
598
604
|
"name": "Sensibilit\u00e9 aux petits mouvements"
|
|
599
605
|
},
|
|
606
|
+
"sound_volume": {
|
|
607
|
+
"name": "Volume sonore"
|
|
608
|
+
},
|
|
600
609
|
"start_up_color_temperature": {
|
|
601
610
|
"name": "Temp\u00e9rature de la lumi\u00e8re au d\u00e9marrage"
|
|
602
611
|
},
|
|
@@ -627,6 +636,12 @@
|
|
|
627
636
|
"temperature_sensitivity": {
|
|
628
637
|
"name": "Sensibilit\u00e9 \u00e0 la temp\u00e9rature"
|
|
629
638
|
},
|
|
639
|
+
"tilt_open_close_and_step_time": {
|
|
640
|
+
"name": "Temps d\u2019ouverture, de fermeture et d\u2019incr\u00e9ment d\u2019inclinaison"
|
|
641
|
+
},
|
|
642
|
+
"tilt_position_percentage_after_move_to_level": {
|
|
643
|
+
"name": "Pourcentage de position d\u2019inclinaison apr\u00e8s d\u00e9placement au niveau souhait\u00e9"
|
|
644
|
+
},
|
|
630
645
|
"timer_duration": {
|
|
631
646
|
"name": "Dur\u00e9e de la temporisation"
|
|
632
647
|
},
|
|
@@ -857,6 +872,12 @@
|
|
|
857
872
|
"status_indication": {
|
|
858
873
|
"name": "Indication d'\u00e9tat"
|
|
859
874
|
},
|
|
875
|
+
"switch_actions": {
|
|
876
|
+
"name": "Actions de commutation"
|
|
877
|
+
},
|
|
878
|
+
"switch_indication": {
|
|
879
|
+
"name": "Indication de commutation"
|
|
880
|
+
},
|
|
860
881
|
"switch_type": {
|
|
861
882
|
"name": "Type de commutateur"
|
|
862
883
|
},
|
|
@@ -1003,6 +1024,26 @@
|
|
|
1003
1024
|
"irrigation_start_time": {
|
|
1004
1025
|
"name": "Heure de d\u00e9but de l'irrigation"
|
|
1005
1026
|
},
|
|
1027
|
+
"last_action": {
|
|
1028
|
+
"name": "Derni\u00e8re action",
|
|
1029
|
+
"state": {
|
|
1030
|
+
"lock": "Verrouill\u00e9",
|
|
1031
|
+
"unlock": "D\u00e9verrouill\u00e9"
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"last_action_source": {
|
|
1035
|
+
"name": "Source de la derni\u00e8re action",
|
|
1036
|
+
"state": {
|
|
1037
|
+
"fingerprint": "Empreinte digitale",
|
|
1038
|
+
"keypad": "Pav\u00e9 num\u00e9rique",
|
|
1039
|
+
"rfid": "RFID",
|
|
1040
|
+
"self": "Appareil lui-m\u00eame",
|
|
1041
|
+
"zigbee": "Zigbee"
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
"last_action_user": {
|
|
1045
|
+
"name": "Derni\u00e8re action de l'utilisateur"
|
|
1046
|
+
},
|
|
1006
1047
|
"last_feeding_size": {
|
|
1007
1048
|
"name": "Taille du dernier repas"
|
|
1008
1049
|
},
|
|
@@ -1012,6 +1053,9 @@
|
|
|
1012
1053
|
"last_illumination_state": {
|
|
1013
1054
|
"name": "Dernier \u00e9tat d'illumination"
|
|
1014
1055
|
},
|
|
1056
|
+
"last_pin_code": {
|
|
1057
|
+
"name": "Dernier code PIN"
|
|
1058
|
+
},
|
|
1015
1059
|
"last_valve_open_duration": {
|
|
1016
1060
|
"name": "Derni\u00e8re dur\u00e9e d'ouverture de la vanne"
|
|
1017
1061
|
},
|
|
@@ -1048,6 +1092,9 @@
|
|
|
1048
1092
|
"open_window_detected": {
|
|
1049
1093
|
"name": "Fen\u00eatre ouverte d\u00e9tect\u00e9e"
|
|
1050
1094
|
},
|
|
1095
|
+
"opening": {
|
|
1096
|
+
"name": "Ouverture"
|
|
1097
|
+
},
|
|
1051
1098
|
"overheated": {
|
|
1052
1099
|
"name": "Protection contre la surchauffe"
|
|
1053
1100
|
},
|
|
@@ -1227,6 +1274,9 @@
|
|
|
1227
1274
|
"auto_clean": {
|
|
1228
1275
|
"name": "Nettoyage automatique"
|
|
1229
1276
|
},
|
|
1277
|
+
"auto_relock": {
|
|
1278
|
+
"name": "Reverrouillage automatique"
|
|
1279
|
+
},
|
|
1230
1280
|
"away_mode": {
|
|
1231
1281
|
"name": "Mode absent"
|
|
1232
1282
|
},
|
|
@@ -88,8 +88,11 @@
|
|
|
88
88
|
"title": "Riaszt\u00f3 vez\u00e9rl\u0151panel be\u00e1ll\u00edt\u00e1sai"
|
|
89
89
|
},
|
|
90
90
|
"zha_options": {
|
|
91
|
+
"consider_unavailable_battery": "Elemmel ell\u00e1tott eszk\u00f6z\u00f6k nem el\u00e9rhet\u0151 \u00e1llapot\u00faak ennyi id\u0151 ut\u00e1n (mp.)",
|
|
92
|
+
"consider_unavailable_mains": "H\u00e1l\u00f3zati t\u00e1pell\u00e1t\u00e1s\u00fa eszk\u00f6z\u00f6k nem el\u00e9rhet\u0151 \u00e1llapot\u00faak ennyi id\u0151 ut\u00e1n (mp.)",
|
|
91
93
|
"default_light_transition": "Alap\u00e9rtelmezett f\u00e9ny\u00e1tmenet ideje (m\u00e1sodperc)",
|
|
92
94
|
"enable_identify_on_join": "Azonos\u00edt\u00f3 hat\u00e1s, amikor az eszk\u00f6z\u00f6k csatlakoznak a h\u00e1l\u00f3zathoz",
|
|
95
|
+
"enable_mains_startup_polling": "A h\u00e1l\u00f3zatr\u00f3l t\u00e1pl\u00e1lt eszk\u00f6z\u00f6k \u00e1llapot\u00e1nak friss\u00edt\u00e9se ind\u00edt\u00e1skor",
|
|
93
96
|
"enhanced_light_transition": "F\u00e9ny sz\u00edn/sz\u00ednh\u0151m\u00e9rs\u00e9klet \u00e1tmenete kikapcsolt \u00e1llapotb\u00f3l",
|
|
94
97
|
"group_members_assume_state": "A csoport tagjai \u00e1tveszik a csoport \u00e1llapot\u00e1t",
|
|
95
98
|
"light_transitioning_flag": "Fokozott f\u00e9nyer\u0151-szab\u00e1lyoz\u00f3 enged\u00e9lyez\u00e9se f\u00e9nyv\u00e1lt\u00e1skor",
|
|
@@ -546,6 +549,12 @@
|
|
|
546
549
|
"led_intensity_when_on": {
|
|
547
550
|
"name": "Alap\u00e9rtelmezett LED bekapcsolt intenzit\u00e1s"
|
|
548
551
|
},
|
|
552
|
+
"lift_drive_down_time": {
|
|
553
|
+
"name": "Leenged\u00e9si meghajt\u00e1s ideje"
|
|
554
|
+
},
|
|
555
|
+
"lift_drive_up_time": {
|
|
556
|
+
"name": "Felemelked\u00e9si meghajt\u00e1s ideje"
|
|
557
|
+
},
|
|
549
558
|
"liquid_depth_max": {
|
|
550
559
|
"name": "Szenzor \u00e9s folyad\u00e9kszint k\u00f6z\u00f6tti magass\u00e1g"
|
|
551
560
|
},
|
|
@@ -705,6 +714,9 @@
|
|
|
705
714
|
"small_move_sensitivity": {
|
|
706
715
|
"name": "Kis mozg\u00e1s\u00e9rz\u00e9kenys\u00e9g"
|
|
707
716
|
},
|
|
717
|
+
"sound_volume": {
|
|
718
|
+
"name": "Hanger\u0151"
|
|
719
|
+
},
|
|
708
720
|
"start_up_color_temperature": {
|
|
709
721
|
"name": "Indul\u00e1si sz\u00ednh\u0151m\u00e9rs\u00e9klet"
|
|
710
722
|
},
|
|
@@ -738,6 +750,12 @@
|
|
|
738
750
|
"temperature_sensitivity": {
|
|
739
751
|
"name": "H\u0151m\u00e9rs\u00e9klet-\u00e9rz\u00e9kenys\u00e9g"
|
|
740
752
|
},
|
|
753
|
+
"tilt_open_close_and_step_time": {
|
|
754
|
+
"name": "Billent\u00e9s nyit\u00e1si-z\u00e1r\u00e1si \u00e9s l\u00e9ptet\u00e9si ideje"
|
|
755
|
+
},
|
|
756
|
+
"tilt_position_percentage_after_move_to_level": {
|
|
757
|
+
"name": "Billent\u00e9si poz\u00edci\u00f3 sz\u00e1zal\u00e9kos \u00e9rt\u00e9ke a szintre \u00e1ll\u00edt\u00e1s ut\u00e1n"
|
|
758
|
+
},
|
|
741
759
|
"timer_duration": {
|
|
742
760
|
"name": "Id\u0151z\u00edt\u0151 id\u0151tartama"
|
|
743
761
|
},
|
|
@@ -983,6 +1001,12 @@
|
|
|
983
1001
|
"status_indication": {
|
|
984
1002
|
"name": "\u00c1llapotjelz\u00e9s"
|
|
985
1003
|
},
|
|
1004
|
+
"switch_actions": {
|
|
1005
|
+
"name": "Kapcsol\u00f3 m\u0171veletek"
|
|
1006
|
+
},
|
|
1007
|
+
"switch_indication": {
|
|
1008
|
+
"name": "Kapcsol\u00f3 visszajelz\u00e9s"
|
|
1009
|
+
},
|
|
986
1010
|
"switch_mode": {
|
|
987
1011
|
"name": "\u00dczemm\u00f3d v\u00e1lt\u00e1sa"
|
|
988
1012
|
},
|
|
@@ -1135,6 +1159,26 @@
|
|
|
1135
1159
|
"irrigation_start_time": {
|
|
1136
1160
|
"name": "\u00d6nt\u00f6z\u00e9s kezd\u00e9si ideje"
|
|
1137
1161
|
},
|
|
1162
|
+
"last_action": {
|
|
1163
|
+
"name": "Utols\u00f3 m\u0171velet",
|
|
1164
|
+
"state": {
|
|
1165
|
+
"lock": "Z\u00e1rolt",
|
|
1166
|
+
"unlock": "Feloldva"
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
"last_action_source": {
|
|
1170
|
+
"name": "Utols\u00f3 m\u0171velet forr\u00e1sa",
|
|
1171
|
+
"state": {
|
|
1172
|
+
"fingerprint": "Ujjlenyomat",
|
|
1173
|
+
"keypad": "Billenty\u0171zet",
|
|
1174
|
+
"rfid": "RFID",
|
|
1175
|
+
"self": "Saj\u00e1t m\u0171velet",
|
|
1176
|
+
"zigbee": "Zigbee"
|
|
1177
|
+
}
|
|
1178
|
+
},
|
|
1179
|
+
"last_action_user": {
|
|
1180
|
+
"name": "Utols\u00f3 m\u0171velet felhaszn\u00e1l\u00f3ja"
|
|
1181
|
+
},
|
|
1138
1182
|
"last_feeding_size": {
|
|
1139
1183
|
"name": "Utols\u00f3 etet\u00e9si m\u00e9ret"
|
|
1140
1184
|
},
|
|
@@ -1144,6 +1188,9 @@
|
|
|
1144
1188
|
"last_illumination_state": {
|
|
1145
1189
|
"name": "Utols\u00f3 megvil\u00e1g\u00edt\u00e1si \u00e1llapot"
|
|
1146
1190
|
},
|
|
1191
|
+
"last_pin_code": {
|
|
1192
|
+
"name": "Utols\u00f3 PIN-k\u00f3d"
|
|
1193
|
+
},
|
|
1147
1194
|
"last_valve_open_duration": {
|
|
1148
1195
|
"name": "Utols\u00f3 szelepnyit\u00e1s id\u0151tartama"
|
|
1149
1196
|
},
|
|
@@ -1183,6 +1230,9 @@
|
|
|
1183
1230
|
"open_window_detected": {
|
|
1184
1231
|
"name": "Nyitott ablak \u00e9szlelve"
|
|
1185
1232
|
},
|
|
1233
|
+
"opening": {
|
|
1234
|
+
"name": "Nyit\u00e1s"
|
|
1235
|
+
},
|
|
1186
1236
|
"overheated": {
|
|
1187
1237
|
"name": "T\u00falmeleged\u00e9s elleni v\u00e9delem"
|
|
1188
1238
|
},
|
|
@@ -1374,6 +1424,9 @@
|
|
|
1374
1424
|
"auto_clean": {
|
|
1375
1425
|
"name": "Automatikus tiszt\u00edt\u00e1s"
|
|
1376
1426
|
},
|
|
1427
|
+
"auto_relock": {
|
|
1428
|
+
"name": "Automatikus \u00fajraz\u00e1r\u00e1s"
|
|
1429
|
+
},
|
|
1377
1430
|
"aux_switch_scenes": {
|
|
1378
1431
|
"name": "Aux kapcsol\u00f3 jelenetek"
|
|
1379
1432
|
},
|