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
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
"already_configured": "Dispositivo j\u00e1 configurado",
|
|
5
5
|
"success": "Altera\u00e7\u00f5es gravadas"
|
|
6
6
|
},
|
|
7
|
-
"flow_title": "Proximidade",
|
|
8
7
|
"step": {
|
|
9
8
|
"user": {
|
|
10
9
|
"data": {
|
|
11
10
|
"ignored_zones": "Zonas a ignorar",
|
|
12
11
|
"tolerance": "Dist\u00e2ncia de toler\u00e2ncia",
|
|
13
|
-
"tracked_entities": "Dispositivos ou Pessoas a rastrear",
|
|
14
12
|
"zone": "Zona para a qual rastrear a dist\u00e2ncia"
|
|
15
13
|
}
|
|
16
14
|
}
|
|
@@ -19,7 +17,6 @@
|
|
|
19
17
|
"entity": {
|
|
20
18
|
"sensor": {
|
|
21
19
|
"dir_of_travel": {
|
|
22
|
-
"name": "{tracked_entity} Dire\u00e7\u00e3o da viagem",
|
|
23
20
|
"state": {
|
|
24
21
|
"arrived": "Chegou",
|
|
25
22
|
"away_from": "Longe de",
|
|
@@ -27,20 +24,11 @@
|
|
|
27
24
|
"towards": "Em dire\u00e7\u00e3o a"
|
|
28
25
|
}
|
|
29
26
|
},
|
|
30
|
-
"dist_to_zone": {
|
|
31
|
-
"name": "{tracked_entity} Dist\u00e2ncia"
|
|
32
|
-
},
|
|
33
27
|
"nearest": {
|
|
34
28
|
"name": "Dispositivo mais pr\u00f3ximo"
|
|
35
29
|
},
|
|
36
30
|
"nearest_dir_of_travel": {
|
|
37
|
-
"name": "Dire\u00e7\u00e3o mais pr\u00f3xima de viagem"
|
|
38
|
-
"state": {
|
|
39
|
-
"arrived": "Chegou",
|
|
40
|
-
"away_from": "Longe de",
|
|
41
|
-
"stationary": "Estacion\u00e1rio",
|
|
42
|
-
"towards": "Em dire\u00e7\u00e3o a"
|
|
43
|
-
}
|
|
31
|
+
"name": "Dire\u00e7\u00e3o mais pr\u00f3xima de viagem"
|
|
44
32
|
},
|
|
45
33
|
"nearest_dist_to_zone": {
|
|
46
34
|
"name": "Dist\u00e2ncia mais pr\u00f3xima"
|
|
@@ -60,17 +48,5 @@
|
|
|
60
48
|
"title": "A entidade rastreada foi removida"
|
|
61
49
|
}
|
|
62
50
|
},
|
|
63
|
-
"options": {
|
|
64
|
-
"step": {
|
|
65
|
-
"init": {
|
|
66
|
-
"data": {
|
|
67
|
-
"ignored_zones": "Zonas a ignorar",
|
|
68
|
-
"tolerance": "Dist\u00e2ncia de toler\u00e2ncia",
|
|
69
|
-
"tracked_entities": "Dispositivos ou Pessoas a rastrear",
|
|
70
|
-
"zone": "Zona para a qual rastrear a dist\u00e2ncia"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
51
|
"title": "Proximidade"
|
|
76
52
|
}
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
"already_configured": "\u042d\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0432 Home Assistant",
|
|
5
5
|
"success": "\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u044b"
|
|
6
6
|
},
|
|
7
|
-
"flow_title": "\u0420\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u0435",
|
|
8
7
|
"step": {
|
|
9
8
|
"user": {
|
|
10
9
|
"data": {
|
|
11
10
|
"ignored_zones": "\u0417\u043e\u043d\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c",
|
|
12
11
|
"tolerance": "\u0420\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0434\u043e\u043f\u0443\u0441\u043a\u0430",
|
|
13
|
-
"tracked_entities": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0438\u043b\u0438 \u043b\u044e\u0434\u0438 \u0434\u043b\u044f \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f",
|
|
14
12
|
"zone": "\u0417\u043e\u043d\u0430 \u0434\u043b\u044f \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f \u0440\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u044f \u0434\u043e"
|
|
15
13
|
}
|
|
16
14
|
}
|
|
@@ -19,7 +17,6 @@
|
|
|
19
17
|
"entity": {
|
|
20
18
|
"sensor": {
|
|
21
19
|
"dir_of_travel": {
|
|
22
|
-
"name": "{tracked_entity} \u041d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f",
|
|
23
20
|
"state": {
|
|
24
21
|
"arrived": "\u041f\u0440\u0438\u0431\u044b\u043b",
|
|
25
22
|
"away_from": "\u0423\u0434\u0430\u043b\u044f\u0435\u0442\u0441\u044f",
|
|
@@ -27,20 +24,11 @@
|
|
|
27
24
|
"towards": "\u041f\u0440\u0438\u0431\u043b\u0438\u0436\u0430\u0435\u0442\u0441\u044f"
|
|
28
25
|
}
|
|
29
26
|
},
|
|
30
|
-
"dist_to_zone": {
|
|
31
|
-
"name": "{tracked_entity} \u0420\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u0435"
|
|
32
|
-
},
|
|
33
27
|
"nearest": {
|
|
34
28
|
"name": "\u0411\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e"
|
|
35
29
|
},
|
|
36
30
|
"nearest_dir_of_travel": {
|
|
37
|
-
"name": "\u0411\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f"
|
|
38
|
-
"state": {
|
|
39
|
-
"arrived": "\u041f\u0440\u0438\u0431\u044b\u043b",
|
|
40
|
-
"away_from": "\u0423\u0434\u0430\u043b\u044f\u0435\u0442\u0441\u044f",
|
|
41
|
-
"stationary": "\u041d\u0435 \u0434\u0432\u0438\u0436\u0435\u0442\u0441\u044f",
|
|
42
|
-
"towards": "\u041f\u0440\u0438\u0431\u043b\u0438\u0436\u0430\u0435\u0442\u0441\u044f"
|
|
43
|
-
}
|
|
31
|
+
"name": "\u0411\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f"
|
|
44
32
|
},
|
|
45
33
|
"nearest_dist_to_zone": {
|
|
46
34
|
"name": "\u0411\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u0435 \u0440\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u0435"
|
|
@@ -60,17 +48,5 @@
|
|
|
60
48
|
"title": "\u041e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0439 \u043e\u0431\u044a\u0435\u043a\u0442 \u0431\u044b\u043b \u0443\u0434\u0430\u043b\u0435\u043d"
|
|
61
49
|
}
|
|
62
50
|
},
|
|
63
|
-
"options": {
|
|
64
|
-
"step": {
|
|
65
|
-
"init": {
|
|
66
|
-
"data": {
|
|
67
|
-
"ignored_zones": "\u0417\u043e\u043d\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c",
|
|
68
|
-
"tolerance": "\u0420\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0434\u043e\u043f\u0443\u0441\u043a\u0430",
|
|
69
|
-
"tracked_entities": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0438\u043b\u0438 \u043b\u044e\u0434\u0438 \u0434\u043b\u044f \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f",
|
|
70
|
-
"zone": "\u0417\u043e\u043d\u0430 \u0434\u043b\u044f \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f \u0440\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u044f \u0434\u043e"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
51
|
"title": "\u0420\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u0435"
|
|
76
52
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"entity": {
|
|
20
20
|
"sensor": {
|
|
21
21
|
"dir_of_travel": {
|
|
22
|
-
"name": "{tracked_entity}
|
|
22
|
+
"name": "{tracked_entity} smer jazdy",
|
|
23
23
|
"state": {
|
|
24
24
|
"arrived": "Pri\u0161iel",
|
|
25
25
|
"away_from": "\u010ealeko od",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"dist_to_zone": {
|
|
31
|
-
"name": "{tracked_entity}
|
|
31
|
+
"name": "{tracked_entity} vzdialenos\u0165"
|
|
32
32
|
},
|
|
33
33
|
"nearest": {
|
|
34
34
|
"name": "Najbli\u017e\u0161ie zariadenie"
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
"already_configured": "Enheten \u00e4r redan konfigurerad",
|
|
5
5
|
"success": "\u00c4ndringar sparade"
|
|
6
6
|
},
|
|
7
|
-
"flow_title": "N\u00e4rhet",
|
|
8
7
|
"step": {
|
|
9
8
|
"user": {
|
|
10
9
|
"data": {
|
|
11
10
|
"ignored_zones": "Zoner som ska ignoreras",
|
|
12
11
|
"tolerance": "Toleransavst\u00e5nd",
|
|
13
|
-
"tracked_entities": "Enheter eller personer att sp\u00e5ra",
|
|
14
12
|
"zone": "Zon att m\u00e4ta avst\u00e5nd till"
|
|
15
13
|
}
|
|
16
14
|
}
|
|
@@ -19,7 +17,6 @@
|
|
|
19
17
|
"entity": {
|
|
20
18
|
"sensor": {
|
|
21
19
|
"dir_of_travel": {
|
|
22
|
-
"name": "{tracked_entity} f\u00e4rdriktning",
|
|
23
20
|
"state": {
|
|
24
21
|
"arrived": "Anl\u00e4nde",
|
|
25
22
|
"away_from": "Bort fr\u00e5n",
|
|
@@ -27,20 +24,11 @@
|
|
|
27
24
|
"towards": "P\u00e5 v\u00e4g mot"
|
|
28
25
|
}
|
|
29
26
|
},
|
|
30
|
-
"dist_to_zone": {
|
|
31
|
-
"name": "{tracked_entity} Avst\u00e5nd"
|
|
32
|
-
},
|
|
33
27
|
"nearest": {
|
|
34
28
|
"name": "N\u00e4rmaste enhet"
|
|
35
29
|
},
|
|
36
30
|
"nearest_dir_of_travel": {
|
|
37
|
-
"name": "N\u00e4rmaste f\u00e4rdriktning"
|
|
38
|
-
"state": {
|
|
39
|
-
"arrived": "Anl\u00e4nde",
|
|
40
|
-
"away_from": "Bort fr\u00e5n",
|
|
41
|
-
"stationary": "Stilla",
|
|
42
|
-
"towards": "P\u00e5 v\u00e4g mot"
|
|
43
|
-
}
|
|
31
|
+
"name": "N\u00e4rmaste f\u00e4rdriktning"
|
|
44
32
|
},
|
|
45
33
|
"nearest_dist_to_zone": {
|
|
46
34
|
"name": "N\u00e4rmaste avst\u00e5nd"
|
|
@@ -60,17 +48,5 @@
|
|
|
60
48
|
"title": "Den sp\u00e5rade entiteten har tagits bort"
|
|
61
49
|
}
|
|
62
50
|
},
|
|
63
|
-
"options": {
|
|
64
|
-
"step": {
|
|
65
|
-
"init": {
|
|
66
|
-
"data": {
|
|
67
|
-
"ignored_zones": "Zoner att ignorera",
|
|
68
|
-
"tolerance": "Tolerans avst\u00e5nd",
|
|
69
|
-
"tracked_entities": "Enheter eller personer att sp\u00e5ra",
|
|
70
|
-
"zone": "Zon att m\u00e4ta avst\u00e5nd till"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
51
|
"title": "N\u00e4rhet"
|
|
76
52
|
}
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
"already_configured": "Cihaz zaten yap\u0131land\u0131r\u0131lm\u0131\u015f",
|
|
5
5
|
"success": "De\u011fi\u015fiklikler kaydedildi"
|
|
6
6
|
},
|
|
7
|
-
"flow_title": "Yak\u0131nl\u0131k",
|
|
8
7
|
"step": {
|
|
9
8
|
"user": {
|
|
10
9
|
"data": {
|
|
11
10
|
"ignored_zones": "G\u00f6z ard\u0131 edilecek b\u00f6lgeler",
|
|
12
11
|
"tolerance": "Tolerans mesafesi",
|
|
13
|
-
"tracked_entities": "\u0130zlenecek Cihazlar veya Ki\u015filer",
|
|
14
12
|
"zone": "Uzakl\u0131\u011f\u0131n takip edilece\u011fi b\u00f6lge"
|
|
15
13
|
}
|
|
16
14
|
}
|
|
@@ -19,7 +17,6 @@
|
|
|
19
17
|
"entity": {
|
|
20
18
|
"sensor": {
|
|
21
19
|
"dir_of_travel": {
|
|
22
|
-
"name": "{tracked_entity} Seyahat y\u00f6n\u00fc",
|
|
23
20
|
"state": {
|
|
24
21
|
"arrived": "Ula\u015fm\u0131\u015f",
|
|
25
22
|
"away_from": "Uzakta",
|
|
@@ -27,20 +24,11 @@
|
|
|
27
24
|
"towards": "Kar\u015f\u0131"
|
|
28
25
|
}
|
|
29
26
|
},
|
|
30
|
-
"dist_to_zone": {
|
|
31
|
-
"name": "{tracked_entity} Mesafe"
|
|
32
|
-
},
|
|
33
27
|
"nearest": {
|
|
34
28
|
"name": "En yak\u0131n cihaz"
|
|
35
29
|
},
|
|
36
30
|
"nearest_dir_of_travel": {
|
|
37
|
-
"name": "En yak\u0131n seyahat y\u00f6n\u00fc"
|
|
38
|
-
"state": {
|
|
39
|
-
"arrived": "Ula\u015fm\u0131\u015f",
|
|
40
|
-
"away_from": "Uzakta",
|
|
41
|
-
"stationary": "Sabit",
|
|
42
|
-
"towards": "Kar\u015f\u0131"
|
|
43
|
-
}
|
|
31
|
+
"name": "En yak\u0131n seyahat y\u00f6n\u00fc"
|
|
44
32
|
},
|
|
45
33
|
"nearest_dist_to_zone": {
|
|
46
34
|
"name": "En yak\u0131n mesafe"
|
|
@@ -60,17 +48,5 @@
|
|
|
60
48
|
"title": "Takip edilen varl\u0131k kald\u0131r\u0131ld\u0131"
|
|
61
49
|
}
|
|
62
50
|
},
|
|
63
|
-
"options": {
|
|
64
|
-
"step": {
|
|
65
|
-
"init": {
|
|
66
|
-
"data": {
|
|
67
|
-
"ignored_zones": "G\u00f6z ard\u0131 edilecek b\u00f6lgeler",
|
|
68
|
-
"tolerance": "Tolerans mesafesi",
|
|
69
|
-
"tracked_entities": "\u0130zlenecek Cihazlar veya Ki\u015filer",
|
|
70
|
-
"zone": "Uzakl\u0131\u011f\u0131n takip edilece\u011fi b\u00f6lge"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
51
|
"title": "Yak\u0131nl\u0131k"
|
|
76
52
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"entity": {
|
|
20
20
|
"sensor": {
|
|
21
21
|
"dir_of_travel": {
|
|
22
|
-
"name": "{tracked_entity}\u884c\u8fdb\u65b9\u5411",
|
|
22
|
+
"name": "{tracked_entity} \u884c\u8fdb\u65b9\u5411",
|
|
23
23
|
"state": {
|
|
24
24
|
"arrived": "\u5df2\u5230\u8fbe",
|
|
25
25
|
"away_from": "\u79bb\u5f00",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"dist_to_zone": {
|
|
31
|
-
"name": "{tracked_entity}\u8ddd\u79bb"
|
|
31
|
+
"name": "{tracked_entity} \u8ddd\u79bb"
|
|
32
32
|
},
|
|
33
33
|
"nearest": {
|
|
34
34
|
"name": "\u6700\u8fd1\u7684\u8bbe\u5907"
|
|
@@ -4,7 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
|
|
5
5
|
from homeassistant.components.sensor import SensorEntity, SensorEntityDescription
|
|
6
6
|
from homeassistant.config_entries import ConfigEntry
|
|
7
|
-
from homeassistant.const import CONF_NAME
|
|
7
|
+
from homeassistant.const import CONF_NAME, MAX_LENGTH_STATE_STATE
|
|
8
8
|
from homeassistant.core import HomeAssistant, callback
|
|
9
9
|
from homeassistant.helpers.device_registry import DeviceEntryType, DeviceInfo
|
|
10
10
|
from homeassistant.helpers.dispatcher import async_dispatcher_connect
|
|
@@ -116,7 +116,12 @@ class PushBulletNotificationSensor(SensorEntity):
|
|
|
116
116
|
attributes into self._state_attributes.
|
|
117
117
|
"""
|
|
118
118
|
try:
|
|
119
|
-
|
|
119
|
+
value = self.pb_provider.data[self.entity_description.key]
|
|
120
|
+
# Truncate state value to MAX_LENGTH_STATE_STATE while preserving full content in attributes
|
|
121
|
+
if isinstance(value, str) and len(value) > MAX_LENGTH_STATE_STATE:
|
|
122
|
+
self._attr_native_value = value[: MAX_LENGTH_STATE_STATE - 3] + "..."
|
|
123
|
+
else:
|
|
124
|
+
self._attr_native_value = value
|
|
120
125
|
self._attr_extra_state_attributes = self.pb_provider.data
|
|
121
126
|
except (KeyError, TypeError):
|
|
122
127
|
pass
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"sensor": {
|
|
12
12
|
"data": {
|
|
13
13
|
"device_class": "Enhetsklass",
|
|
14
|
-
"maximum": "
|
|
15
|
-
"minimum": "
|
|
14
|
+
"maximum": "H\u00f6gst",
|
|
15
|
+
"minimum": "L\u00e4gst",
|
|
16
16
|
"name": "Namn",
|
|
17
17
|
"unit_of_measurement": "M\u00e5ttenhet"
|
|
18
18
|
},
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"sensor": {
|
|
38
38
|
"data": {
|
|
39
39
|
"device_class": "Enhetsklass",
|
|
40
|
-
"maximum": "
|
|
41
|
-
"minimum": "
|
|
40
|
+
"maximum": "H\u00f6gst",
|
|
41
|
+
"minimum": "L\u00e4gst",
|
|
42
42
|
"unit_of_measurement": "M\u00e5ttenhet"
|
|
43
43
|
},
|
|
44
44
|
"title": "Slumpm\u00e4ssig sensor"
|
|
@@ -363,6 +363,18 @@
|
|
|
363
363
|
},
|
|
364
364
|
"sub_lens_1": {
|
|
365
365
|
"name": "Foly\u00e9kony lencse 1"
|
|
366
|
+
},
|
|
367
|
+
"telephoto_main": {
|
|
368
|
+
"name": "Teleobjekt\u00edv \u2013 tiszta k\u00e9p"
|
|
369
|
+
},
|
|
370
|
+
"telephoto_snapshots_main": {
|
|
371
|
+
"name": "Teleobjekt\u00edv \u2013 pillanatk\u00e9pek (tiszta)"
|
|
372
|
+
},
|
|
373
|
+
"telephoto_snapshots_sub": {
|
|
374
|
+
"name": "Teleobjekt\u00edv \u2013 pillanatk\u00e9pek (folyamatos)"
|
|
375
|
+
},
|
|
376
|
+
"telephoto_sub": {
|
|
377
|
+
"name": "Teleobjekt\u00edv \u2013 folyamatos k\u00e9p"
|
|
366
378
|
}
|
|
367
379
|
},
|
|
368
380
|
"light": {
|
|
@@ -431,6 +443,9 @@
|
|
|
431
443
|
"crossline_sensitivity": {
|
|
432
444
|
"name": "AI \u00e9rz\u00e9kenys\u00e9g a vonal\u00e1tl\u00e9p\u00e9sre {zone_name}"
|
|
433
445
|
},
|
|
446
|
+
"cry_sensitivity": {
|
|
447
|
+
"name": "Baba s\u00edr\u00e1s\u00e9rz\u00e9kenys\u00e9g"
|
|
448
|
+
},
|
|
434
449
|
"day_night_switch_threshold": {
|
|
435
450
|
"name": "Nappali-\u00e9jszakai kapcsol\u00f3 k\u00fcsz\u00f6b\u00e9rt\u00e9k"
|
|
436
451
|
},
|
|
@@ -470,6 +485,9 @@
|
|
|
470
485
|
"intrusion_sensitivity": {
|
|
471
486
|
"name": "AI \u00e9rz\u00e9kenys\u00e9g a behatol\u00e1sra {zone_name}"
|
|
472
487
|
},
|
|
488
|
+
"ir_brightness": {
|
|
489
|
+
"name": "Infrav\u00f6r\u00f6s f\u00e9nyer\u0151"
|
|
490
|
+
},
|
|
473
491
|
"linger_delay": {
|
|
474
492
|
"name": "AI k\u00e9sleltet\u00e9s a hosszabb tart\u00f3zkod\u00e1sra {zone_name}"
|
|
475
493
|
},
|
|
@@ -788,6 +806,9 @@
|
|
|
788
806
|
"pir_reduce_alarm": {
|
|
789
807
|
"name": "PIR t\u00e9ves riaszt\u00e1sok cs\u00f6kkent\u00e9se"
|
|
790
808
|
},
|
|
809
|
+
"privacy_mask": {
|
|
810
|
+
"name": "Adatv\u00e9delmi maszkol\u00e1s"
|
|
811
|
+
},
|
|
791
812
|
"privacy_mode": {
|
|
792
813
|
"name": "Adatv\u00e9delmi m\u00f3d"
|
|
793
814
|
},
|
|
@@ -261,6 +261,18 @@
|
|
|
261
261
|
},
|
|
262
262
|
"sub_lens_1": {
|
|
263
263
|
"name": "Lente scorrevole 1"
|
|
264
|
+
},
|
|
265
|
+
"telephoto_main": {
|
|
266
|
+
"name": "Teleobiettivo nitido"
|
|
267
|
+
},
|
|
268
|
+
"telephoto_snapshots_main": {
|
|
269
|
+
"name": "Scatti nitidi con teleobiettivo"
|
|
270
|
+
},
|
|
271
|
+
"telephoto_snapshots_sub": {
|
|
272
|
+
"name": "Scatti fluidi con teleobiettivo"
|
|
273
|
+
},
|
|
274
|
+
"telephoto_sub": {
|
|
275
|
+
"name": "Teleobiettivo scorrevole"
|
|
264
276
|
}
|
|
265
277
|
},
|
|
266
278
|
"light": {
|
|
@@ -277,6 +277,18 @@
|
|
|
277
277
|
},
|
|
278
278
|
"sub_lens_1": {
|
|
279
279
|
"name": "\u6ed1\u3089\u304b\u306a\u30ec\u30f3\u30ba 1"
|
|
280
|
+
},
|
|
281
|
+
"telephoto_main": {
|
|
282
|
+
"name": "\u671b\u9060\u30af\u30ea\u30a2"
|
|
283
|
+
},
|
|
284
|
+
"telephoto_snapshots_main": {
|
|
285
|
+
"name": "\u671b\u9060\u30b9\u30ca\u30c3\u30d7 \u30af\u30ea\u30a2"
|
|
286
|
+
},
|
|
287
|
+
"telephoto_snapshots_sub": {
|
|
288
|
+
"name": "\u671b\u9060\u30b9\u30ca\u30c3\u30d7\u30b7\u30e7\u30c3\u30c8 \u6d41\u66a2"
|
|
289
|
+
},
|
|
290
|
+
"telephoto_sub": {
|
|
291
|
+
"name": "\u671b\u9060\u6d41\u66a2"
|
|
280
292
|
}
|
|
281
293
|
},
|
|
282
294
|
"light": {
|
|
@@ -645,6 +657,9 @@
|
|
|
645
657
|
"pir_reduce_alarm": {
|
|
646
658
|
"name": "PIR\u306e\u8aa4\u5831\u3092\u6e1b\u3089\u3059"
|
|
647
659
|
},
|
|
660
|
+
"privacy_mask": {
|
|
661
|
+
"name": "\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30de\u30b9\u30af"
|
|
662
|
+
},
|
|
648
663
|
"privacy_mode": {
|
|
649
664
|
"name": "\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30e2\u30fc\u30c9"
|
|
650
665
|
},
|
|
@@ -6,6 +6,7 @@ import logging
|
|
|
6
6
|
from typing import Any
|
|
7
7
|
|
|
8
8
|
import aiohttp
|
|
9
|
+
from aiohttp import hdrs
|
|
9
10
|
from multidict import CIMultiDictProxy
|
|
10
11
|
import xmltodict
|
|
11
12
|
|
|
@@ -77,6 +78,12 @@ class RestData:
|
|
|
77
78
|
"""Set url."""
|
|
78
79
|
self._resource = url
|
|
79
80
|
|
|
81
|
+
def _is_expected_content_type(self, content_type: str) -> bool:
|
|
82
|
+
"""Check if the content type is one we expect (JSON or XML)."""
|
|
83
|
+
return content_type.startswith(
|
|
84
|
+
("application/json", "text/json", *XML_MIME_TYPES)
|
|
85
|
+
)
|
|
86
|
+
|
|
80
87
|
def data_without_xml(self) -> str | None:
|
|
81
88
|
"""If the data is an XML string, convert it to a JSON string."""
|
|
82
89
|
_LOGGER.debug("Data fetched from resource: %s", self.data)
|
|
@@ -84,7 +91,7 @@ class RestData:
|
|
|
84
91
|
(value := self.data) is not None
|
|
85
92
|
# If the http request failed, headers will be None
|
|
86
93
|
and (headers := self.headers) is not None
|
|
87
|
-
and (content_type := headers.get(
|
|
94
|
+
and (content_type := headers.get(hdrs.CONTENT_TYPE))
|
|
88
95
|
and content_type.startswith(XML_MIME_TYPES)
|
|
89
96
|
):
|
|
90
97
|
value = json_dumps(xmltodict.parse(value))
|
|
@@ -103,6 +110,12 @@ class RestData:
|
|
|
103
110
|
rendered_headers = template.render_complex(self._headers, parse_result=False)
|
|
104
111
|
rendered_params = template.render_complex(self._params)
|
|
105
112
|
|
|
113
|
+
# Convert boolean values to lowercase strings for compatibility with aiohttp/yarl
|
|
114
|
+
if rendered_params:
|
|
115
|
+
for key, value in rendered_params.items():
|
|
116
|
+
if isinstance(value, bool):
|
|
117
|
+
rendered_params[key] = str(value).lower()
|
|
118
|
+
|
|
106
119
|
_LOGGER.debug("Updating from %s", self._resource)
|
|
107
120
|
# Create request kwargs
|
|
108
121
|
request_kwargs: dict[str, Any] = {
|
|
@@ -120,6 +133,7 @@ class RestData:
|
|
|
120
133
|
# Handle data/content
|
|
121
134
|
if self._request_data:
|
|
122
135
|
request_kwargs["data"] = self._request_data
|
|
136
|
+
response = None
|
|
123
137
|
try:
|
|
124
138
|
# Make the request
|
|
125
139
|
async with self._session.request(
|
|
@@ -143,3 +157,34 @@ class RestData:
|
|
|
143
157
|
self.last_exception = ex
|
|
144
158
|
self.data = None
|
|
145
159
|
self.headers = None
|
|
160
|
+
|
|
161
|
+
# Log response details outside the try block so we always get logging
|
|
162
|
+
if response is None:
|
|
163
|
+
return
|
|
164
|
+
|
|
165
|
+
# Log response details for debugging
|
|
166
|
+
content_type = response.headers.get(hdrs.CONTENT_TYPE)
|
|
167
|
+
_LOGGER.debug(
|
|
168
|
+
"REST response from %s: status=%s, content-type=%s, length=%s",
|
|
169
|
+
self._resource,
|
|
170
|
+
response.status,
|
|
171
|
+
content_type or "not set",
|
|
172
|
+
len(self.data) if self.data else 0,
|
|
173
|
+
)
|
|
174
|
+
|
|
175
|
+
# If we got an error response with non-JSON/XML content, log a sample
|
|
176
|
+
# This helps debug issues like servers blocking with HTML error pages
|
|
177
|
+
if (
|
|
178
|
+
response.status >= 400
|
|
179
|
+
and content_type
|
|
180
|
+
and not self._is_expected_content_type(content_type)
|
|
181
|
+
):
|
|
182
|
+
sample = self.data[:500] if self.data else "<empty>"
|
|
183
|
+
_LOGGER.warning(
|
|
184
|
+
"REST request to %s returned status %s with %s response: %s%s",
|
|
185
|
+
self._resource,
|
|
186
|
+
response.status,
|
|
187
|
+
content_type,
|
|
188
|
+
sample,
|
|
189
|
+
"..." if self.data and len(self.data) > 500 else "",
|
|
190
|
+
)
|
|
@@ -40,6 +40,27 @@
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
+
"entity": {
|
|
44
|
+
"number": {
|
|
45
|
+
"balance": {
|
|
46
|
+
"name": "Balance"
|
|
47
|
+
},
|
|
48
|
+
"bass": {
|
|
49
|
+
"name": "M\u00e9lyhang"
|
|
50
|
+
},
|
|
51
|
+
"treble": {
|
|
52
|
+
"name": "Magashang"
|
|
53
|
+
},
|
|
54
|
+
"turn_on_volume": {
|
|
55
|
+
"name": "Bekapcsol\u00e1skori hanger\u0151"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"switch": {
|
|
59
|
+
"loudness": {
|
|
60
|
+
"name": "Hanger\u0151kiemel\u00e9s"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
43
64
|
"exceptions": {
|
|
44
65
|
"command_error": {
|
|
45
66
|
"message": "Hiba t\u00f6rt\u00e9nt a(z) {function_name} v\u00e9grehajt\u00e1sa sor\u00e1n a(z) {entity_id} entit\u00e1son"
|
|
@@ -40,6 +40,27 @@
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
+
"entity": {
|
|
44
|
+
"number": {
|
|
45
|
+
"balance": {
|
|
46
|
+
"name": "\u30d0\u30e9\u30f3\u30b9"
|
|
47
|
+
},
|
|
48
|
+
"bass": {
|
|
49
|
+
"name": "\u30d9\u30fc\u30b9"
|
|
50
|
+
},
|
|
51
|
+
"treble": {
|
|
52
|
+
"name": "\u9ad8\u97f3\u57df"
|
|
53
|
+
},
|
|
54
|
+
"turn_on_volume": {
|
|
55
|
+
"name": "\u96fb\u6e90\u30aa\u30f3\u97f3\u91cf"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"switch": {
|
|
59
|
+
"loudness": {
|
|
60
|
+
"name": "\u30e9\u30a6\u30c9\u30cd\u30b9"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
43
64
|
"exceptions": {
|
|
44
65
|
"command_error": {
|
|
45
66
|
"message": "\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3{entity_id}\u3067{function_name}\u5b9f\u884c\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f"
|
|
@@ -66,6 +66,13 @@
|
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
"sensor": {
|
|
69
|
+
"chem_dose_state": {
|
|
70
|
+
"state": {
|
|
71
|
+
"dosing": "\u0394\u03bf\u03c3\u03bf\u03bb\u03bf\u03b3\u03af\u03b1",
|
|
72
|
+
"mixing": "\u039c\u03af\u03be\u03b7",
|
|
73
|
+
"monitoring": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
69
76
|
"controller_state": {
|
|
70
77
|
"name": "\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03b5\u03bb\u03b5\u03b3\u03ba\u03c4\u03ae",
|
|
71
78
|
"state": {
|
|
@@ -488,6 +488,7 @@
|
|
|
488
488
|
}
|
|
489
489
|
},
|
|
490
490
|
"get_device_capabilities": {
|
|
491
|
+
"description": "\u039b\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9 \u03c4\u03b9\u03c2 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2 \u03b3\u03b9\u03b1 \u03bc\u03b9\u03b1 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03c3\u03cd\u03bc\u03c6\u03c9\u03bd\u03b1 \u03bc\u03b5 \u03c4\u03b9\u03c2 \u03b1\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c4\u03bf\u03c5 API.",
|
|
491
492
|
"fields": {
|
|
492
493
|
"hvac_mode": {
|
|
493
494
|
"description": "\u03a4\u03c1\u03cc\u03c0\u03bf\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 \u03ba\u03bb\u03b9\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03bf\u03cd",
|
|
@@ -16,6 +16,12 @@
|
|
|
16
16
|
},
|
|
17
17
|
"step": {
|
|
18
18
|
"pick_implementation": {
|
|
19
|
+
"data": {
|
|
20
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
21
|
+
},
|
|
22
|
+
"data_description": {
|
|
23
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
24
|
+
},
|
|
19
25
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
20
26
|
}
|
|
21
27
|
}
|
|
@@ -16,6 +16,12 @@
|
|
|
16
16
|
},
|
|
17
17
|
"step": {
|
|
18
18
|
"pick_implementation": {
|
|
19
|
+
"data": {
|
|
20
|
+
"implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
|
|
21
|
+
},
|
|
22
|
+
"data_description": {
|
|
23
|
+
"implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
|
|
24
|
+
},
|
|
19
25
|
"title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
|
|
20
26
|
}
|
|
21
27
|
}
|