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
|
@@ -1904,8 +1904,12 @@ ENTITY_CONFIG_VALIDATOR: dict[
|
|
|
1904
1904
|
|
|
1905
1905
|
MQTT_DEVICE_PLATFORM_FIELDS = {
|
|
1906
1906
|
ATTR_NAME: PlatformField(selector=TEXT_SELECTOR, required=True),
|
|
1907
|
-
ATTR_SW_VERSION: PlatformField(
|
|
1908
|
-
|
|
1907
|
+
ATTR_SW_VERSION: PlatformField(
|
|
1908
|
+
selector=TEXT_SELECTOR, required=False, section="advanced_settings"
|
|
1909
|
+
),
|
|
1910
|
+
ATTR_HW_VERSION: PlatformField(
|
|
1911
|
+
selector=TEXT_SELECTOR, required=False, section="advanced_settings"
|
|
1912
|
+
),
|
|
1909
1913
|
ATTR_MODEL: PlatformField(selector=TEXT_SELECTOR, required=False),
|
|
1910
1914
|
ATTR_MODEL_ID: PlatformField(selector=TEXT_SELECTOR, required=False),
|
|
1911
1915
|
ATTR_CONFIGURATION_URL: PlatformField(
|
|
@@ -2725,6 +2729,19 @@ class MQTTSubentryFlowHandler(ConfigSubentryFlow):
|
|
|
2725
2729
|
for field_key, value in data_schema.schema.items()
|
|
2726
2730
|
}
|
|
2727
2731
|
|
|
2732
|
+
@callback
|
|
2733
|
+
def get_suggested_values_from_device_data(
|
|
2734
|
+
self, data_schema: vol.Schema
|
|
2735
|
+
) -> dict[str, Any]:
|
|
2736
|
+
"""Get suggestions from device data based on the data schema."""
|
|
2737
|
+
device_data = self._subentry_data["device"]
|
|
2738
|
+
return {
|
|
2739
|
+
field_key: self.get_suggested_values_from_device_data(value.schema)
|
|
2740
|
+
if isinstance(value, section)
|
|
2741
|
+
else device_data.get(field_key)
|
|
2742
|
+
for field_key, value in data_schema.schema.items()
|
|
2743
|
+
}
|
|
2744
|
+
|
|
2728
2745
|
async def async_step_user(
|
|
2729
2746
|
self, user_input: dict[str, Any] | None = None
|
|
2730
2747
|
) -> SubentryFlowResult:
|
|
@@ -2754,15 +2771,25 @@ class MQTTSubentryFlowHandler(ConfigSubentryFlow):
|
|
|
2754
2771
|
reconfig=True,
|
|
2755
2772
|
)
|
|
2756
2773
|
if user_input is not None:
|
|
2757
|
-
|
|
2774
|
+
new_device_data, errors = validate_user_input(
|
|
2775
|
+
user_input, MQTT_DEVICE_PLATFORM_FIELDS
|
|
2776
|
+
)
|
|
2777
|
+
if "mqtt_settings" in user_input:
|
|
2778
|
+
new_device_data["mqtt_settings"] = user_input["mqtt_settings"]
|
|
2758
2779
|
if not errors:
|
|
2759
|
-
self._subentry_data[CONF_DEVICE] = cast(MqttDeviceData,
|
|
2780
|
+
self._subentry_data[CONF_DEVICE] = cast(MqttDeviceData, new_device_data)
|
|
2760
2781
|
if self.source == SOURCE_RECONFIGURE:
|
|
2761
2782
|
return await self.async_step_summary_menu()
|
|
2762
2783
|
return await self.async_step_entity()
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2784
|
+
data_schema = self.add_suggested_values_to_schema(
|
|
2785
|
+
data_schema, device_data if user_input is None else user_input
|
|
2786
|
+
)
|
|
2787
|
+
elif self.source == SOURCE_RECONFIGURE:
|
|
2788
|
+
data_schema = self.add_suggested_values_to_schema(
|
|
2789
|
+
data_schema,
|
|
2790
|
+
self.get_suggested_values_from_device_data(data_schema),
|
|
2791
|
+
)
|
|
2792
|
+
|
|
2766
2793
|
return self.async_show_form(
|
|
2767
2794
|
step_id=CONF_DEVICE,
|
|
2768
2795
|
data_schema=data_schema,
|
|
@@ -134,20 +134,27 @@
|
|
|
134
134
|
"data": {
|
|
135
135
|
"name": "[%key:common::config_flow::data::name%]",
|
|
136
136
|
"configuration_url": "Configuration URL",
|
|
137
|
-
"sw_version": "Software version",
|
|
138
|
-
"hw_version": "Hardware version",
|
|
139
137
|
"model": "Model",
|
|
140
138
|
"model_id": "Model ID"
|
|
141
139
|
},
|
|
142
140
|
"data_description": {
|
|
143
141
|
"name": "The name of the manually added MQTT device.",
|
|
144
142
|
"configuration_url": "A link to the webpage that can manage the configuration of this device. Can be either a 'http://', 'https://' or an internal 'homeassistant://' URL.",
|
|
145
|
-
"sw_version": "The software version of the device. E.g. '2025.1.0'.",
|
|
146
|
-
"hw_version": "The hardware version of the device. E.g. 'v1.0 rev a'.",
|
|
147
143
|
"model": "E.g. 'Cleanmaster Pro'.",
|
|
148
144
|
"model_id": "E.g. '123NK2PRO'."
|
|
149
145
|
},
|
|
150
146
|
"sections": {
|
|
147
|
+
"advanced_settings": {
|
|
148
|
+
"name": "Advanced device settings",
|
|
149
|
+
"data": {
|
|
150
|
+
"sw_version": "Software version",
|
|
151
|
+
"hw_version": "Hardware version"
|
|
152
|
+
},
|
|
153
|
+
"data_description": {
|
|
154
|
+
"sw_version": "The software version of the device. E.g. '2025.1.0'.",
|
|
155
|
+
"hw_version": "The hardware version of the device. E.g. 'v1.0 rev a'."
|
|
156
|
+
}
|
|
157
|
+
},
|
|
151
158
|
"mqtt_settings": {
|
|
152
159
|
"name": "MQTT settings",
|
|
153
160
|
"data": {
|
|
@@ -77,10 +77,8 @@
|
|
|
77
77
|
"step": {
|
|
78
78
|
"device": {
|
|
79
79
|
"data": {
|
|
80
|
-
"hw_version": "\u0412\u0435\u0440\u0441\u0438\u044f \u043d\u0430 \u0445\u0430\u0440\u0434\u0443\u0435\u0440\u0430",
|
|
81
80
|
"model": "\u041c\u043e\u0434\u0435\u043b",
|
|
82
|
-
"name": "\u0418\u043c\u0435"
|
|
83
|
-
"sw_version": "\u0412\u0435\u0440\u0441\u0438\u044f \u043d\u0430 \u0441\u043e\u0444\u0442\u0443\u0435\u0440\u0430"
|
|
81
|
+
"name": "\u0418\u043c\u0435"
|
|
84
82
|
},
|
|
85
83
|
"sections": {
|
|
86
84
|
"mqtt_settings": {
|
|
@@ -164,19 +164,15 @@
|
|
|
164
164
|
"device": {
|
|
165
165
|
"data": {
|
|
166
166
|
"configuration_url": "URL nastaven\u00ed",
|
|
167
|
-
"hw_version": "Verze hardwaru",
|
|
168
167
|
"model": "Model",
|
|
169
168
|
"model_id": "ID modelu",
|
|
170
|
-
"name": "N\u00e1zev"
|
|
171
|
-
"sw_version": "Verze softwaru"
|
|
169
|
+
"name": "N\u00e1zev"
|
|
172
170
|
},
|
|
173
171
|
"data_description": {
|
|
174
172
|
"configuration_url": "Odkaz na webovou str\u00e1nku, kter\u00e1 m\u016f\u017ee spravovat nastaven\u00ed tohoto za\u0159\u00edzen\u00ed. M\u016f\u017ee to b\u00fdt bu\u010f \"http://\", \"https://\" nebo intern\u00ed adresa URL \"homeassistant://\".",
|
|
175
|
-
"hw_version": "Hardwarov\u00e1 verze za\u0159\u00edzen\u00ed. Nap\u0159. \"v1.0 rev a\".",
|
|
176
173
|
"model": "Nap\u0159. \"Cleanmaster Pro\".",
|
|
177
174
|
"model_id": "Nap\u0159. \"123NK2PRO\".",
|
|
178
|
-
"name": "N\u00e1zev ru\u010dn\u011b p\u0159idan\u00e9ho za\u0159\u00edzen\u00ed MQTT."
|
|
179
|
-
"sw_version": "Verze softwaru za\u0159\u00edzen\u00ed. Nap\u0159. \"2025.1.0\"."
|
|
175
|
+
"name": "N\u00e1zev ru\u010dn\u011b p\u0159idan\u00e9ho za\u0159\u00edzen\u00ed MQTT."
|
|
180
176
|
},
|
|
181
177
|
"description": "Zadejte podrobnosti o za\u0159\u00edzen\u00ed MQTT:",
|
|
182
178
|
"sections": {
|
|
@@ -221,6 +217,8 @@
|
|
|
221
217
|
"unit_of_measurement": "M\u011brn\u00e1 jednotka"
|
|
222
218
|
},
|
|
223
219
|
"data_description": {
|
|
220
|
+
"device_class": "T\u0159\u00edda za\u0159\u00edzen\u00ed entity {platform}. [Dal\u0161\u00ed informace.]({url}#device_class)",
|
|
221
|
+
"entity_category": "Povol\u00ed ozna\u010den\u00ed entity jako nastaven\u00ed za\u0159\u00edzen\u00ed nebo diagnostika. Entita s kategori\u00ed nebude vystavena cloudov\u00fdm komponent\u00e1m, komponent\u00e1m Alexy ani Google Assistantovi, ani nebude zahrnuta do nep\u0159\u00edm\u00fdch vol\u00e1n\u00ed akc\u00ed pro za\u0159\u00edzen\u00ed nebo oblasti. Entit\u00e1m senzor\u016f nelze p\u0159i\u0159adit t\u0159\u00eddu nastaven\u00ed za\u0159\u00edzen\u00ed. [V\u00edce informac\u00ed.](https://developers.home-assistant.io/docs/core/entity/#registry-properties)",
|
|
224
222
|
"fan_feature_direction": "Ventil\u00e1tor podporuje sm\u011br.",
|
|
225
223
|
"fan_feature_oscillation": "Ventil\u00e1tor podporuje kmit\u00e1n\u00ed.",
|
|
226
224
|
"fan_feature_preset_modes": "Ventil\u00e1tor podporuje p\u0159edvolby.",
|
|
@@ -1021,5 +1019,22 @@
|
|
|
1021
1019
|
"description": "Znovu na\u010dte entity MQTT z nastaven\u00ed YAML.",
|
|
1022
1020
|
"name": "Znovu na\u010d\u00edst"
|
|
1023
1021
|
}
|
|
1022
|
+
},
|
|
1023
|
+
"triggers": {
|
|
1024
|
+
"mqtt": {
|
|
1025
|
+
"description": "Kdy\u017e je p\u0159ijata konkr\u00e9tn\u00ed zpr\u00e1va na dan\u00e9 t\u00e9ma MQTT.",
|
|
1026
|
+
"description_configured": "Kdy\u017e byla p\u0159ijata zpr\u00e1va MQTT",
|
|
1027
|
+
"fields": {
|
|
1028
|
+
"payload": {
|
|
1029
|
+
"description": "Datov\u00e1 \u010d\u00e1st, kter\u00e1 se m\u00e1 spustit.",
|
|
1030
|
+
"name": "Datov\u00e1 \u010d\u00e1st"
|
|
1031
|
+
},
|
|
1032
|
+
"topic": {
|
|
1033
|
+
"description": "T\u00e9ma MQTT k poslechu.",
|
|
1034
|
+
"name": "T\u00e9ma"
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
"name": "MQTT"
|
|
1038
|
+
}
|
|
1024
1039
|
}
|
|
1025
1040
|
}
|
|
@@ -164,22 +164,29 @@
|
|
|
164
164
|
"device": {
|
|
165
165
|
"data": {
|
|
166
166
|
"configuration_url": "Konfigurations-URL",
|
|
167
|
-
"hw_version": "Hardwareversion",
|
|
168
167
|
"model": "Modell",
|
|
169
168
|
"model_id": "Modell-ID",
|
|
170
|
-
"name": "Name"
|
|
171
|
-
"sw_version": "Softwareversion"
|
|
169
|
+
"name": "Name"
|
|
172
170
|
},
|
|
173
171
|
"data_description": {
|
|
174
172
|
"configuration_url": "Ein Link zur Webseite, auf der die Konfiguration dieses Ger\u00e4ts verwaltet werden kann. Kann entweder eine \u201ehttp://\u201c, \u201ehttps://\u201c oder eine interne \u201ehomeassistant://\u201c-URL sein.",
|
|
175
|
-
"hw_version": "Die Hardwareversion des Ger\u00e4ts. Z.B. \u201ev1.0 rev a\u201c.",
|
|
176
173
|
"model": "Z.B. \u201eCleanmaster Pro\u201c.",
|
|
177
174
|
"model_id": "Z.B. \u201e123NK2PRO\u201c.",
|
|
178
|
-
"name": "Der Name des manuell hinzugef\u00fcgten MQTT-Ger\u00e4ts."
|
|
179
|
-
"sw_version": "Die Softwareversion des Ger\u00e4ts. Beispiel: \u201e2025.1.0\u201c."
|
|
175
|
+
"name": "Der Name des manuell hinzugef\u00fcgten MQTT-Ger\u00e4ts."
|
|
180
176
|
},
|
|
181
177
|
"description": "Gib die MQTT-Ger\u00e4tedetails ein:",
|
|
182
178
|
"sections": {
|
|
179
|
+
"advanced_settings": {
|
|
180
|
+
"data": {
|
|
181
|
+
"hw_version": "Hardware-Version",
|
|
182
|
+
"sw_version": "Software-Version"
|
|
183
|
+
},
|
|
184
|
+
"data_description": {
|
|
185
|
+
"hw_version": "Die Hardware-Version des Ger\u00e4ts, z.B. \u201ev1.0 rev a\u201c.",
|
|
186
|
+
"sw_version": "Die Software-Version des Ger\u00e4ts, z.B. \u201e2025.1.0\u201c."
|
|
187
|
+
},
|
|
188
|
+
"name": "Erweiterte Ger\u00e4teeinstellungen"
|
|
189
|
+
},
|
|
183
190
|
"mqtt_settings": {
|
|
184
191
|
"data": {
|
|
185
192
|
"qos": "QoS"
|
|
@@ -765,18 +772,18 @@
|
|
|
765
772
|
},
|
|
766
773
|
"options": {
|
|
767
774
|
"data": {
|
|
768
|
-
"birth_enable": "
|
|
769
|
-
"birth_payload": "Payload der
|
|
770
|
-
"birth_qos": "
|
|
771
|
-
"birth_retain": "
|
|
772
|
-
"birth_topic": "Topic der
|
|
775
|
+
"birth_enable": "\u201ebirth\u201c-Nachricht aktivieren",
|
|
776
|
+
"birth_payload": "Payload der \u201ebirth\u201c-Nachricht",
|
|
777
|
+
"birth_qos": "QoS der \u201ebirth\u201c-Nachricht",
|
|
778
|
+
"birth_retain": "Retain f\u00fcr \u201ebirth\u201c-Nachricht aktivieren",
|
|
779
|
+
"birth_topic": "Topic der \u201ebirth\u201c-Nachricht",
|
|
773
780
|
"discovery": "Suche aktivieren",
|
|
774
781
|
"discovery_prefix": "Discovery-Pr\u00e4fix",
|
|
775
|
-
"will_enable": "
|
|
776
|
-
"will_payload": "Payload der
|
|
777
|
-
"will_qos": "
|
|
778
|
-
"will_retain": "
|
|
779
|
-
"will_topic": "Topic der
|
|
782
|
+
"will_enable": "\u201ewill\u201c-Nachricht aktivieren",
|
|
783
|
+
"will_payload": "Payload der \u201ewill\u201c-Nachricht",
|
|
784
|
+
"will_qos": "QoS der \u201ewill\u201c-Nachricht",
|
|
785
|
+
"will_retain": "Retain f\u00fcr \u201ewill\u201c-Nachricht aktivieren",
|
|
786
|
+
"will_topic": "Topic der \u201ewill\u201c-Nachricht"
|
|
780
787
|
},
|
|
781
788
|
"data_description": {
|
|
782
789
|
"birth_enable": "Wenn diese Einstellung aktiviert ist, ver\u00f6ffentlicht Home Assistant eine Online-Nachricht an deinen MQTT-Broker, wenn MQTT bereit ist.",
|
|
@@ -115,6 +115,17 @@
|
|
|
115
115
|
"name": "\u039f\u03bd\u03bf\u03bc\u03b1"
|
|
116
116
|
},
|
|
117
117
|
"sections": {
|
|
118
|
+
"advanced_settings": {
|
|
119
|
+
"data": {
|
|
120
|
+
"hw_version": "\u0395\u03ba\u03b4\u03bf\u03c3\u03b7 \u03c5\u03bb\u03b9\u03ba\u03bf\u03cd",
|
|
121
|
+
"sw_version": "\u0395\u03ba\u03b4\u03bf\u03c3\u03b7 \u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03b9\u03ba\u03bf\u03cd"
|
|
122
|
+
},
|
|
123
|
+
"data_description": {
|
|
124
|
+
"hw_version": "\u0397 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 \u03c5\u03bb\u03b9\u03ba\u03bf\u03cd \u03c4\u03b7\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2. \u03a0.\u03c7. \"v1.0 rev a\".",
|
|
125
|
+
"sw_version": "\u0397 \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 \u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03b9\u03ba\u03bf\u03cd \u03c4\u03b7\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2. \u03a0.\u03c7. '2025.1.0'."
|
|
126
|
+
},
|
|
127
|
+
"name": "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2 \u03b3\u03b9\u03b1 \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2"
|
|
128
|
+
},
|
|
118
129
|
"mqtt_settings": {
|
|
119
130
|
"name": "\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 MQTT"
|
|
120
131
|
}
|
|
@@ -164,19 +164,15 @@
|
|
|
164
164
|
"device": {
|
|
165
165
|
"data": {
|
|
166
166
|
"configuration_url": "Configuration URL",
|
|
167
|
-
"hw_version": "Hardware version",
|
|
168
167
|
"model": "Model",
|
|
169
168
|
"model_id": "Model ID",
|
|
170
|
-
"name": "Name"
|
|
171
|
-
"sw_version": "Software version"
|
|
169
|
+
"name": "Name"
|
|
172
170
|
},
|
|
173
171
|
"data_description": {
|
|
174
172
|
"configuration_url": "A link to the webpage that can manage the configuration of this device. Can be either a 'http://', 'https://' or an internal 'homeassistant://' URL.",
|
|
175
|
-
"hw_version": "The hardware version of the device. E.g. 'v1.0 rev a'.",
|
|
176
173
|
"model": "E.g. 'Cleanmaster Pro'.",
|
|
177
174
|
"model_id": "E.g. '123NK2PRO'.",
|
|
178
|
-
"name": "The name of the manually added MQTT device."
|
|
179
|
-
"sw_version": "The software version of the device. E.g. '2025.1.0'."
|
|
175
|
+
"name": "The name of the manually added MQTT device."
|
|
180
176
|
},
|
|
181
177
|
"description": "Enter the MQTT device details:",
|
|
182
178
|
"sections": {
|
|
@@ -164,22 +164,29 @@
|
|
|
164
164
|
"device": {
|
|
165
165
|
"data": {
|
|
166
166
|
"configuration_url": "Configuration URL",
|
|
167
|
-
"hw_version": "Hardware version",
|
|
168
167
|
"model": "Model",
|
|
169
168
|
"model_id": "Model ID",
|
|
170
|
-
"name": "Name"
|
|
171
|
-
"sw_version": "Software version"
|
|
169
|
+
"name": "Name"
|
|
172
170
|
},
|
|
173
171
|
"data_description": {
|
|
174
172
|
"configuration_url": "A link to the webpage that can manage the configuration of this device. Can be either a 'http://', 'https://' or an internal 'homeassistant://' URL.",
|
|
175
|
-
"hw_version": "The hardware version of the device. E.g. 'v1.0 rev a'.",
|
|
176
173
|
"model": "E.g. 'Cleanmaster Pro'.",
|
|
177
174
|
"model_id": "E.g. '123NK2PRO'.",
|
|
178
|
-
"name": "The name of the manually added MQTT device."
|
|
179
|
-
"sw_version": "The software version of the device. E.g. '2025.1.0'."
|
|
175
|
+
"name": "The name of the manually added MQTT device."
|
|
180
176
|
},
|
|
181
177
|
"description": "Enter the MQTT device details:",
|
|
182
178
|
"sections": {
|
|
179
|
+
"advanced_settings": {
|
|
180
|
+
"data": {
|
|
181
|
+
"hw_version": "Hardware version",
|
|
182
|
+
"sw_version": "Software version"
|
|
183
|
+
},
|
|
184
|
+
"data_description": {
|
|
185
|
+
"hw_version": "The hardware version of the device. E.g. 'v1.0 rev a'.",
|
|
186
|
+
"sw_version": "The software version of the device. E.g. '2025.1.0'."
|
|
187
|
+
},
|
|
188
|
+
"name": "Advanced device settings"
|
|
189
|
+
},
|
|
183
190
|
"mqtt_settings": {
|
|
184
191
|
"data": {
|
|
185
192
|
"qos": "QoS"
|
|
@@ -164,22 +164,29 @@
|
|
|
164
164
|
"device": {
|
|
165
165
|
"data": {
|
|
166
166
|
"configuration_url": "URL de configuraci\u00f3n",
|
|
167
|
-
"hw_version": "Versi\u00f3n del hardware",
|
|
168
167
|
"model": "Modelo",
|
|
169
168
|
"model_id": "ID del modelo",
|
|
170
|
-
"name": "Nombre"
|
|
171
|
-
"sw_version": "Versi\u00f3n del software"
|
|
169
|
+
"name": "Nombre"
|
|
172
170
|
},
|
|
173
171
|
"data_description": {
|
|
174
172
|
"configuration_url": "Un enlace a la p\u00e1gina web que permite gestionar la configuraci\u00f3n de este dispositivo. Puede ser una URL \"http://\", \"https://\" o una URL interna \"homeassistant://\".",
|
|
175
|
-
"hw_version": "La versi\u00f3n de hardware del dispositivo. Por ejemplo, 'v1.0 rev a'.",
|
|
176
173
|
"model": "Por ejemplo, 'Cleanmaster Pro'.",
|
|
177
174
|
"model_id": "Por ejemplo, \"123NK2PRO\".",
|
|
178
|
-
"name": "El nombre del dispositivo MQTT a\u00f1adido manualmente."
|
|
179
|
-
"sw_version": "La versi\u00f3n del software del dispositivo. Por ejemplo, '2025.1.0'."
|
|
175
|
+
"name": "El nombre del dispositivo MQTT a\u00f1adido manualmente."
|
|
180
176
|
},
|
|
181
177
|
"description": "Introduce los detalles del dispositivo MQTT:",
|
|
182
178
|
"sections": {
|
|
179
|
+
"advanced_settings": {
|
|
180
|
+
"data": {
|
|
181
|
+
"hw_version": "Versi\u00f3n del hardware",
|
|
182
|
+
"sw_version": "Versi\u00f3n del software"
|
|
183
|
+
},
|
|
184
|
+
"data_description": {
|
|
185
|
+
"hw_version": "La versi\u00f3n de hardware del dispositivo. Por ejemplo, 'v1.0 rev a'.",
|
|
186
|
+
"sw_version": "La versi\u00f3n del software del dispositivo. Por ejemplo, '2025.1.0'."
|
|
187
|
+
},
|
|
188
|
+
"name": "Configuraci\u00f3n avanzada del dispositivo"
|
|
189
|
+
},
|
|
183
190
|
"mqtt_settings": {
|
|
184
191
|
"data": {
|
|
185
192
|
"qos": "QoS"
|
|
@@ -164,22 +164,29 @@
|
|
|
164
164
|
"device": {
|
|
165
165
|
"data": {
|
|
166
166
|
"configuration_url": "Konfiguratsiooni URL",
|
|
167
|
-
"hw_version": "Riistvara versioon",
|
|
168
167
|
"model": "Mudel",
|
|
169
168
|
"model_id": "Mudeli ID",
|
|
170
|
-
"name": "Nimi"
|
|
171
|
-
"sw_version": "Tarkvara versioon"
|
|
169
|
+
"name": "Nimi"
|
|
172
170
|
},
|
|
173
171
|
"data_description": {
|
|
174
172
|
"configuration_url": "Link veebilehele, mille kaudu saab selle seadme konfiguratsiooni hallata. V\u00f5ib olla kas 'http://', 'https://' v\u00f5i sisemine 'homeassistant://' URL.",
|
|
175
|
-
"hw_version": "Seadme riistvaraversioon. N\u00e4iteks \"v1.0 rev a\".",
|
|
176
173
|
"model": "N\u00e4iteks \"Cleanmaster Pro\".",
|
|
177
174
|
"model_id": "N\u00e4iteks \"123NK2PRO\".",
|
|
178
|
-
"name": "K\u00e4sitsi lisatud MQTT-seadme nimi."
|
|
179
|
-
"sw_version": "Seadme tarkvaraversioon. N\u00e4iteks \"2025.1.0\"."
|
|
175
|
+
"name": "K\u00e4sitsi lisatud MQTT-seadme nimi."
|
|
180
176
|
},
|
|
181
177
|
"description": "Sisesta MQTT seadme \u00fcksikasjad:",
|
|
182
178
|
"sections": {
|
|
179
|
+
"advanced_settings": {
|
|
180
|
+
"data": {
|
|
181
|
+
"hw_version": "Riistvara versioon",
|
|
182
|
+
"sw_version": "Tarkvara versioon"
|
|
183
|
+
},
|
|
184
|
+
"data_description": {
|
|
185
|
+
"hw_version": "Seadme riistvaraversioon. N\u00e4iteks \"v1.0 rev a\".",
|
|
186
|
+
"sw_version": "Seadme tarkvaraversioon. N\u00e4iteks \"2025.1.0\"."
|
|
187
|
+
},
|
|
188
|
+
"name": "Seadme t\u00e4psemad s\u00e4tted"
|
|
189
|
+
},
|
|
183
190
|
"mqtt_settings": {
|
|
184
191
|
"data": {
|
|
185
192
|
"qos": "QoS"
|
|
@@ -159,22 +159,29 @@
|
|
|
159
159
|
"device": {
|
|
160
160
|
"data": {
|
|
161
161
|
"configuration_url": "URL de configuration",
|
|
162
|
-
"hw_version": "Version du mat\u00e9riel",
|
|
163
162
|
"model": "Mod\u00e8le",
|
|
164
163
|
"model_id": "ID du mod\u00e8le",
|
|
165
|
-
"name": "Nom"
|
|
166
|
-
"sw_version": "Version du logiciel"
|
|
164
|
+
"name": "Nom"
|
|
167
165
|
},
|
|
168
166
|
"data_description": {
|
|
169
167
|
"configuration_url": "Un lien vers la page web permettant de g\u00e9rer la configuration de cet appareil. Il peut s'agir d'une URL \u00ab\u00a0http://\u00a0\u00bb, \u00ab\u00a0https://\u00a0\u00bb ou interne \u00ab\u00a0homeassistant://\u00a0\u00bb.",
|
|
170
|
-
"hw_version": "La version mat\u00e9rielle de l'appareil. Par exemple\u00a0: \u00ab\u00a0v1.0 rev a\u00a0\u00bb.",
|
|
171
168
|
"model": "Par exemple \u00ab\u00a0Cleanmaster Pro\u00a0\u00bb.",
|
|
172
169
|
"model_id": "Par exemple \u00ab\u00a0123NK2PRO\u00a0\u00bb.",
|
|
173
|
-
"name": "Le nom de l'appareil MQTT ajout\u00e9 manuellement."
|
|
174
|
-
"sw_version": "La version du logiciel de l'appareil. Par exemple\u00a0: \u00ab\u00a02025.1.0\u00a0\u00bb."
|
|
170
|
+
"name": "Le nom de l'appareil MQTT ajout\u00e9 manuellement."
|
|
175
171
|
},
|
|
176
172
|
"description": "Saisissez les d\u00e9tails de l'appareil MQTT\u00a0:",
|
|
177
173
|
"sections": {
|
|
174
|
+
"advanced_settings": {
|
|
175
|
+
"data": {
|
|
176
|
+
"hw_version": "Version du mat\u00e9riel",
|
|
177
|
+
"sw_version": "Version du logiciel"
|
|
178
|
+
},
|
|
179
|
+
"data_description": {
|
|
180
|
+
"hw_version": "La version du mat\u00e9riel de l'appareil. Par exemple\u00a0: \u00ab\u00a0v1.0 rev a\u00a0\u00bb.",
|
|
181
|
+
"sw_version": "La version du logiciel de l'appareil. Par exemple\u00a0: \u00ab\u00a02025.1.0\u00a0\u00bb."
|
|
182
|
+
},
|
|
183
|
+
"name": "Param\u00e8tres avanc\u00e9s de l'appareil"
|
|
184
|
+
},
|
|
178
185
|
"mqtt_settings": {
|
|
179
186
|
"data": {
|
|
180
187
|
"qos": "QoS"
|
|
@@ -204,6 +211,7 @@
|
|
|
204
211
|
"entity_platform_config": {
|
|
205
212
|
"data": {
|
|
206
213
|
"device_class": "Classe d'appareil",
|
|
214
|
+
"entity_category": "Cat\u00e9gorie d'entit\u00e9",
|
|
207
215
|
"options": "Ajouter une option",
|
|
208
216
|
"schema": "Sch\u00e9ma",
|
|
209
217
|
"state_class": "Classe d'\u00e9tat",
|
|
@@ -211,6 +219,7 @@
|
|
|
211
219
|
"unit_of_measurement": "Unit\u00e9 de mesure"
|
|
212
220
|
},
|
|
213
221
|
"data_description": {
|
|
222
|
+
"entity_category": "Permet de marquer une entit\u00e9 comme configuration ou diagnostic d'appareil. Une entit\u00e9 associ\u00e9e \u00e0 une cat\u00e9gorie ne sera pas expos\u00e9e aux composants cloud, Alexa ou Google Assistant, ni incluse dans les appels d'action indirects vers des appareils ou des zones. Les entit\u00e9s de type capteur ne peuvent pas se voir attribuer une classe de configuration d'appareil. [En savoir plus.](https://developers.home-assistant.io/docs/core/entity/#registry-properties)",
|
|
214
223
|
"options": "Options pour les valeurs d'\u00e9tat autoris\u00e9es du capteur. La Classe d'appareil du capteur doit \u00eatre d\u00e9finie sur \u00c9num\u00e9ration. Le param\u00e8tre \u00ab\u00a0Options\u00a0\u00bb ne peut pas \u00eatre utilis\u00e9 avec la Classe d'\u00e9tat ou l'Unit\u00e9 de mesure.",
|
|
215
224
|
"state_class": "La [Classe d'\u00e9tat](https://developers.home-assistant.io/docs/core/entity/sensor/#available-state-classes) du capteur. [En savoir plus]({url}#state_class)",
|
|
216
225
|
"unit_of_measurement": "D\u00e9finit l'unit\u00e9 de mesure du capteur, le cas \u00e9ch\u00e9ant."
|
|
@@ -597,6 +606,12 @@
|
|
|
597
606
|
"switch": "Commutateur"
|
|
598
607
|
}
|
|
599
608
|
},
|
|
609
|
+
"entity_category": {
|
|
610
|
+
"options": {
|
|
611
|
+
"config": "Configuration",
|
|
612
|
+
"diagnostic": "Diagnostique"
|
|
613
|
+
}
|
|
614
|
+
},
|
|
600
615
|
"light_schema": {
|
|
601
616
|
"options": {
|
|
602
617
|
"basic": "Sch\u00e9ma par d\u00e9faut",
|
|
@@ -697,5 +712,22 @@
|
|
|
697
712
|
"description": "Recharge les entit\u00e9s MQTT \u00e0 partir de la configuration YAML.",
|
|
698
713
|
"name": "Recharger"
|
|
699
714
|
}
|
|
715
|
+
},
|
|
716
|
+
"triggers": {
|
|
717
|
+
"mqtt": {
|
|
718
|
+
"description": "Lorsqu'un message sp\u00e9cifique est re\u00e7u sur un sujet MQTT donn\u00e9.",
|
|
719
|
+
"description_configured": "Lorsqu'un message MQTT est re\u00e7u",
|
|
720
|
+
"fields": {
|
|
721
|
+
"payload": {
|
|
722
|
+
"description": "La charge utile sur laquelle se d\u00e9clencher.",
|
|
723
|
+
"name": "Charge utile"
|
|
724
|
+
},
|
|
725
|
+
"topic": {
|
|
726
|
+
"description": "Sujet MQTT \u00e0 \u00e9couter.",
|
|
727
|
+
"name": "Sujet"
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
"name": "MQTT"
|
|
731
|
+
}
|
|
700
732
|
}
|
|
701
733
|
}
|
|
@@ -40,16 +40,13 @@
|
|
|
40
40
|
"configuration_url": "Konfiguraasje URL",
|
|
41
41
|
"model": "Model",
|
|
42
42
|
"model_id": "Model ID",
|
|
43
|
-
"name": "Namme"
|
|
44
|
-
"sw_version": "Software ferzje"
|
|
43
|
+
"name": "Namme"
|
|
45
44
|
},
|
|
46
45
|
"data_description": {
|
|
47
46
|
"configuration_url": "In link nei in webside d\u00ear't de konfiguraasje fan dit apparaat mei beheard wurde kin. Kin in 'http://', 'https://' of ynterne 'homeassistant://' URL w\u00eaze.",
|
|
48
|
-
"hw_version": "De hurdwareferzje fan it apparaat. Bygelyks 'v 1.0 rev a'.",
|
|
49
47
|
"model": "Bgl. 'Cleanmaster Pro'.",
|
|
50
48
|
"model_id": "Bgl. '123NK2PRO'",
|
|
51
|
-
"name": "De namme fan it h\u00e2nmjittich tafoege MQTT apparaat."
|
|
52
|
-
"sw_version": "De software ferzje fan it apparaat. bgl. '2025.1.0'."
|
|
49
|
+
"name": "De namme fan it h\u00e2nmjittich tafoege MQTT apparaat."
|
|
53
50
|
},
|
|
54
51
|
"sections": {
|
|
55
52
|
"mqtt_settings": {
|
|
@@ -74,18 +74,14 @@
|
|
|
74
74
|
"device": {
|
|
75
75
|
"data": {
|
|
76
76
|
"configuration_url": "URL Cumra\u00edochta",
|
|
77
|
-
"hw_version": "Leagan crua-earra\u00ed",
|
|
78
77
|
"model": "Samhail",
|
|
79
|
-
"model_id": "Aitheantas M\u00fanla"
|
|
80
|
-
"sw_version": "Leagan bogearra\u00ed"
|
|
78
|
+
"model_id": "Aitheantas M\u00fanla"
|
|
81
79
|
},
|
|
82
80
|
"data_description": {
|
|
83
81
|
"configuration_url": "Nasc chuig an leathanach gr\u00e9as\u00e1in ar f\u00e9idir leis cumra\u00edocht an ghl\u00e9is seo a bhainisti\u00fa. Is f\u00e9idir leis a bheith ina URL 'http://', 'https://' n\u00f3 ina URL inmhe\u00e1nach 'homeassistant://'.",
|
|
84
|
-
"hw_version": "Leagan crua-earra\u00ed an fheiste. M.sh. 'v1.0 rev a'.",
|
|
85
82
|
"model": "M.sh. 'Cleanmaster Pro'.",
|
|
86
83
|
"model_id": "M.sh. '123NK2PRO'.",
|
|
87
|
-
"name": "Ainm an ghl\u00e9is MQTT a cuireadh leis de l\u00e1imh."
|
|
88
|
-
"sw_version": "Leagan bogearra\u00ed an fheiste. M.sh. '2025.1.0'."
|
|
84
|
+
"name": "Ainm an ghl\u00e9is MQTT a cuireadh leis de l\u00e1imh."
|
|
89
85
|
},
|
|
90
86
|
"description": "Cuir isteach sonra\u00ed an ghl\u00e9is MQTT:",
|
|
91
87
|
"sections": {
|
|
@@ -164,19 +164,15 @@
|
|
|
164
164
|
"device": {
|
|
165
165
|
"data": {
|
|
166
166
|
"configuration_url": "\u05db\u05ea\u05d5\u05d1\u05ea URL \u05dc\u05ea\u05e6\u05d5\u05e8\u05d4",
|
|
167
|
-
"hw_version": "\u05d2\u05e8\u05e1\u05ea \u05d7\u05d5\u05de\u05e8\u05d4",
|
|
168
167
|
"model": "\u05d3\u05d2\u05dd",
|
|
169
168
|
"model_id": "\u05de\u05d6\u05d4\u05d4 \u05d3\u05d2\u05dd",
|
|
170
|
-
"name": "\u05e9\u05dd"
|
|
171
|
-
"sw_version": "\u05d2\u05e8\u05e1\u05ea \u05ea\u05d5\u05db\u05e0\u05d4"
|
|
169
|
+
"name": "\u05e9\u05dd"
|
|
172
170
|
},
|
|
173
171
|
"data_description": {
|
|
174
172
|
"configuration_url": "\u05e7\u05d9\u05e9\u05d5\u05e8 \u05dc\u05d3\u05e3 \u05d4\u05d0\u05d9\u05e0\u05d8\u05e8\u05e0\u05d8 \u05e9\u05d9\u05db\u05d5\u05dc \u05dc\u05e0\u05d4\u05dc \u05d0\u05ea \u05d4\u05ea\u05e6\u05d5\u05e8\u05d4 \u05e9\u05dc \u05d4\u05ea\u05e7\u05df \u05d6\u05d4. \u05d9\u05db\u05d5\u05dc \u05dc\u05d4\u05d9\u05d5\u05ea 'http://', 'https://' \u05d0\u05d5 \u05db\u05ea\u05d5\u05d1\u05ea 'homeassistant://' \u05e4\u05e0\u05d9\u05de\u05d9\u05ea.",
|
|
175
|
-
"hw_version": "\u05d2\u05e8\u05e1\u05ea \u05d4\u05d7\u05d5\u05de\u05e8\u05d4 \u05e9\u05dc \u05d4\u05d4\u05ea\u05e7\u05df. \u05dc\u05d3\u05d5\u05d2\u05de\u05d4 'v1.0 rev a'.",
|
|
176
173
|
"model": "\u05dc\u05d3\u05d5\u05d2\u05de\u05d4 'Cleanmaster Pro'.",
|
|
177
174
|
"model_id": "\u05dc\u05d3\u05d5\u05d2\u05de\u05d4 '123NK2PRO'.",
|
|
178
|
-
"name": "\u05e9\u05dd \u05d4\u05ea\u05e7\u05df \u05d4-MQTT \u05e9\u05e0\u05d5\u05e1\u05e3 \u05d9\u05d3\u05e0\u05d9\u05ea."
|
|
179
|
-
"sw_version": "\u05d2\u05e8\u05e1\u05ea \u05d4\u05ea\u05d5\u05db\u05e0\u05d4 \u05e9\u05dc \u05d4\u05d4\u05ea\u05e7\u05df. \u05dc\u05de\u05e9\u05dc '2025.1.0'."
|
|
175
|
+
"name": "\u05e9\u05dd \u05d4\u05ea\u05e7\u05df \u05d4-MQTT \u05e9\u05e0\u05d5\u05e1\u05e3 \u05d9\u05d3\u05e0\u05d9\u05ea."
|
|
180
176
|
},
|
|
181
177
|
"description": "\u05d4\u05d6\u05e0\u05ea \u05e4\u05e8\u05d8\u05d9 \u05d4\u05ea\u05e7\u05df MQTT:",
|
|
182
178
|
"sections": {
|