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
|
@@ -30,15 +30,39 @@
|
|
|
30
30
|
"platform": "Implement\u00e1cia bota Telegram"
|
|
31
31
|
},
|
|
32
32
|
"description": "Rekonfigur\u00e1cia bota Telegram",
|
|
33
|
+
"sections": {
|
|
34
|
+
"advanced_settings": {
|
|
35
|
+
"data": {
|
|
36
|
+
"proxy_url": "Proxy URL"
|
|
37
|
+
},
|
|
38
|
+
"data_description": {
|
|
39
|
+
"proxy_url": "Adresa URL proxy servera, ak za n\u00edm pracuje, volite\u013ene vr\u00e1tane pou\u017e\u00edvate\u013esk\u00e9ho mena a hesla. (socks5://username:password@proxy_ip:proxy_port)"
|
|
40
|
+
},
|
|
41
|
+
"name": "Roz\u0161\u00edren\u00e9 nastavenia"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
33
44
|
"title": "Nastavenie bota Telegram"
|
|
34
45
|
},
|
|
35
46
|
"user": {
|
|
36
47
|
"data": {
|
|
48
|
+
"api_key": "API token",
|
|
37
49
|
"platform": "Platforma"
|
|
38
50
|
},
|
|
39
51
|
"data_description": {
|
|
40
52
|
"api_key": "API token v\u00e1\u0161ho bota.",
|
|
41
53
|
"platform": "Implement\u00e1cia bota Telegram"
|
|
54
|
+
},
|
|
55
|
+
"description": "Ak chcete vytvori\u0165 bota Telegramu, postupujte pod\u013ea nasleduj\u00facich krokov: 1. Otvorte program Telegram a spustite chat s [{botfather_username}]({botfather_url}). 1. Odo\u0161lite pr\u00edkaz `/newbot`. 1. Pod\u013ea pokynov vytvorte bota a z\u00edskajte token API.",
|
|
56
|
+
"sections": {
|
|
57
|
+
"advanced_settings": {
|
|
58
|
+
"data": {
|
|
59
|
+
"proxy_url": "Proxy URL"
|
|
60
|
+
},
|
|
61
|
+
"data_description": {
|
|
62
|
+
"proxy_url": "Adresa URL proxy servera, ak za n\u00edm pracuje, volite\u013ene vr\u00e1tane pou\u017e\u00edvate\u013esk\u00e9ho mena a hesla. (socks5://username:password@proxy_ip:proxy_port)"
|
|
63
|
+
},
|
|
64
|
+
"name": "Roz\u0161\u00edren\u00e9 nastavenia"
|
|
65
|
+
}
|
|
42
66
|
}
|
|
43
67
|
},
|
|
44
68
|
"webhooks": {
|
|
@@ -82,12 +106,18 @@
|
|
|
82
106
|
"allowlist_external_dirs_error": {
|
|
83
107
|
"message": "Cesta k s\u00faboru nebola nakonfigurovan\u00e1 v allowlist_external_dirs."
|
|
84
108
|
},
|
|
109
|
+
"failed_chat_ids": {
|
|
110
|
+
"message": "Ne\u00faspe\u0161n\u00e9 ciele: {chat_ids}. Skontrolujte, \u010di boli nakonfigurovan\u00e9 ID chatu pre {bot_name}."
|
|
111
|
+
},
|
|
85
112
|
"failed_to_load_file": {
|
|
86
113
|
"message": "Nepodarilo sa na\u010d\u00edta\u0165 s\u00fabor: {error}"
|
|
87
114
|
},
|
|
88
115
|
"failed_to_load_url": {
|
|
89
116
|
"message": "Nepodarilo sa na\u010d\u00edta\u0165 URL: {error}"
|
|
90
117
|
},
|
|
118
|
+
"invalid_chat_ids": {
|
|
119
|
+
"message": "Neplatn\u00e9 ID chatu: {chat_ids}. Pros\u00edm, nakonfigurujte ID chatu pre {bot_name}."
|
|
120
|
+
},
|
|
91
121
|
"missing_allowed_chat_ids": {
|
|
92
122
|
"message": "Nena\u0161li sa \u017eiadne povolen\u00e9 ID chatu. Pros\u00edm, pridajte povolen\u00e9 ID chatu pre {bot_name}."
|
|
93
123
|
},
|
|
@@ -30,15 +30,38 @@
|
|
|
30
30
|
"platform": "Implementering av Telegram-bot"
|
|
31
31
|
},
|
|
32
32
|
"description": "Konfigurera om Telegram-bot",
|
|
33
|
+
"sections": {
|
|
34
|
+
"advanced_settings": {
|
|
35
|
+
"data": {
|
|
36
|
+
"proxy_url": "Proxy-URL"
|
|
37
|
+
},
|
|
38
|
+
"data_description": {
|
|
39
|
+
"proxy_url": "Proxy-URL om du arbetar bakom en, eventuellt inklusive anv\u00e4ndarnamn och l\u00f6senord. (socks5://anv\u00e4ndarnamn:l\u00f6senord@proxy_ip:proxy_port)"
|
|
40
|
+
},
|
|
41
|
+
"name": "Avancerade inst\u00e4llningar"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
33
44
|
"title": "Inst\u00e4llning av Telegram-bot"
|
|
34
45
|
},
|
|
35
46
|
"user": {
|
|
36
47
|
"data": {
|
|
48
|
+
"api_key": "API-token",
|
|
37
49
|
"platform": "Plattform"
|
|
38
50
|
},
|
|
39
51
|
"data_description": {
|
|
40
52
|
"api_key": "API-token f\u00f6r din bot.",
|
|
41
53
|
"platform": "Implementering av Telegram-bot"
|
|
54
|
+
},
|
|
55
|
+
"sections": {
|
|
56
|
+
"advanced_settings": {
|
|
57
|
+
"data": {
|
|
58
|
+
"proxy_url": "Proxy-URL"
|
|
59
|
+
},
|
|
60
|
+
"data_description": {
|
|
61
|
+
"proxy_url": "Proxy-URL om du arbetar bakom en, eventuellt inklusive anv\u00e4ndarnamn och l\u00f6senord. (socks5://anv\u00e4ndarnamn:l\u00f6senord@proxy_ip:proxy_port)"
|
|
62
|
+
},
|
|
63
|
+
"name": "Avancerade inst\u00e4llningar"
|
|
64
|
+
}
|
|
42
65
|
}
|
|
43
66
|
},
|
|
44
67
|
"webhooks": {
|
|
@@ -30,15 +30,39 @@
|
|
|
30
30
|
"platform": "Telegram \u673a\u5668\u4eba\u5b9e\u73b0"
|
|
31
31
|
},
|
|
32
32
|
"description": "\u91cd\u65b0\u914d\u7f6e Telegram \u673a\u5668\u4eba",
|
|
33
|
+
"sections": {
|
|
34
|
+
"advanced_settings": {
|
|
35
|
+
"data": {
|
|
36
|
+
"proxy_url": "\u4ee3\u7406\u7f51\u5740"
|
|
37
|
+
},
|
|
38
|
+
"data_description": {
|
|
39
|
+
"proxy_url": "\u5982\u679c\u5728\u4ee3\u7406\u7f51\u5740\u540e\u9762\u5de5\u4f5c\uff0c\u5219\u4e3a\u4ee3\u7406\u7f51\u5740\uff0c\u53ef\u9009\u62e9\u5305\u542b\u7528\u6237\u540d\u548c\u5bc6\u7801\u3002\n (socks5://username:password@proxy_ip:proxy_port)"
|
|
40
|
+
},
|
|
41
|
+
"name": "\u9ad8\u7ea7\u8bbe\u7f6e"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
33
44
|
"title": "Telegram \u673a\u5668\u4eba\u8bbe\u7f6e"
|
|
34
45
|
},
|
|
35
46
|
"user": {
|
|
36
47
|
"data": {
|
|
48
|
+
"api_key": "API \u4ee4\u724c",
|
|
37
49
|
"platform": "\u5e73\u53f0"
|
|
38
50
|
},
|
|
39
51
|
"data_description": {
|
|
40
52
|
"api_key": "\u60a8\u673a\u5668\u4eba\u7684 API \u4ee4\u724c\u3002",
|
|
41
53
|
"platform": "Telegram \u673a\u5668\u4eba\u5b9e\u73b0"
|
|
54
|
+
},
|
|
55
|
+
"description": "\u8981\u521b\u5efa Telegram \u673a\u5668\u4eba\uff0c\u8bf7\u6309\u7167\u4ee5\u4e0b\u6b65\u9aa4\u64cd\u4f5c\uff1a\n \n1. \u6253\u5f00 Telegram \u5e76\u4f7f\u7528\u3010{botfather_username}\u3011({botfather_url}) \u5f00\u59cb\u804a\u5929\u3002\n1. \u53d1\u9001\u547d\u4ee4 \u201c/newbot\u201d \u3002\n1. \u6309\u7167\u8bf4\u660e\u521b\u5efa\u60a8\u7684\u673a\u5668\u4eba\u5e76\u83b7\u53d6\u60a8\u7684 API \u4ee4\u724c\u3002",
|
|
56
|
+
"sections": {
|
|
57
|
+
"advanced_settings": {
|
|
58
|
+
"data": {
|
|
59
|
+
"proxy_url": "\u4ee3\u7406\u7f51\u5740"
|
|
60
|
+
},
|
|
61
|
+
"data_description": {
|
|
62
|
+
"proxy_url": "\u5982\u679c\u5728\u4ee3\u7406\u7f51\u5740\u540e\u9762\u5de5\u4f5c\uff0c\u5219\u4e3a\u4ee3\u7406\u7f51\u5740\uff0c\u53ef\u9009\u62e9\u5305\u542b\u7528\u6237\u540d\u548c\u5bc6\u7801\u3002\n (socks5://username:password@proxy_ip:proxy_port)"
|
|
63
|
+
},
|
|
64
|
+
"name": "\u9ad8\u7ea7\u8bbe\u7f6e"
|
|
65
|
+
}
|
|
42
66
|
}
|
|
43
67
|
},
|
|
44
68
|
"webhooks": {
|
|
@@ -82,12 +106,18 @@
|
|
|
82
106
|
"allowlist_external_dirs_error": {
|
|
83
107
|
"message": "allowlist_external_dirs \u4e2d\u5c1a\u672a\u914d\u7f6e\u6587\u4ef6\u8def\u5f84\u3002"
|
|
84
108
|
},
|
|
109
|
+
"failed_chat_ids": {
|
|
110
|
+
"message": "\u5931\u8d25\u76ee\u6807\uff1a{chat_ids} \u3002\u8bf7\u9a8c\u8bc1\u201c{bot_name}\u201d\u7684\u804a\u5929 ID \u662f\u5426\u5df2\u914d\u7f6e\u3002"
|
|
111
|
+
},
|
|
85
112
|
"failed_to_load_file": {
|
|
86
113
|
"message": "\u65e0\u6cd5\u52a0\u8f7d\u6587\u4ef6\uff1a{error}"
|
|
87
114
|
},
|
|
88
115
|
"failed_to_load_url": {
|
|
89
116
|
"message": "\u65e0\u6cd5\u52a0\u8f7d\u7f51\u5740\uff1a{error}"
|
|
90
117
|
},
|
|
118
|
+
"invalid_chat_ids": {
|
|
119
|
+
"message": "\u65e0\u6548\u804a\u5929 ID\uff1a{chat_ids} \u3002\u8bf7\u4e3a\u201c{bot_name}\u201d\u914d\u7f6e\u804a\u5929 ID \u3002"
|
|
120
|
+
},
|
|
91
121
|
"missing_allowed_chat_ids": {
|
|
92
122
|
"message": "\u672a\u627e\u5230\u5141\u8bb8\u7684\u804a\u5929 ID\u3002\u8bf7\u4e3a\u201c{bot_name}\u201d\u6dfb\u52a0\u5141\u8bb8\u7684\u804a\u5929\u6807\u8bc6\u7b26\u3002"
|
|
93
123
|
},
|
|
@@ -30,15 +30,39 @@
|
|
|
30
30
|
"platform": "Telegram \u6a5f\u5668\u4eba\u5be6\u4f5c"
|
|
31
31
|
},
|
|
32
32
|
"description": "\u91cd\u65b0\u8a2d\u5b9a Telegram \u6a5f\u5668\u4eba",
|
|
33
|
+
"sections": {
|
|
34
|
+
"advanced_settings": {
|
|
35
|
+
"data": {
|
|
36
|
+
"proxy_url": "\u4ee3\u7406\u7db2\u5740"
|
|
37
|
+
},
|
|
38
|
+
"data_description": {
|
|
39
|
+
"proxy_url": "\u5982\u679c\u65bc\u4ee3\u7406\u4f3a\u670d\u5668\u5f8c\uff0c\u8acb\u63d0\u4f9b\u4ee3\u7406\u7db2\u5740L\uff0c\u53ef\u9078\u64c7\u5305\u542b\u4f7f\u7528\u8005\u540d\u7a31\u548c\u5bc6\u78bc\u3002\n(socks5://username:password@proxy_ip:proxy_port)"
|
|
40
|
+
},
|
|
41
|
+
"name": "\u9032\u968e\u8a2d\u5b9a"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
33
44
|
"title": "Telegram \u6a5f\u5668\u4eba\u8a2d\u5b9a"
|
|
34
45
|
},
|
|
35
46
|
"user": {
|
|
36
47
|
"data": {
|
|
48
|
+
"api_key": "API \u6b0a\u6756",
|
|
37
49
|
"platform": "\u5e73\u53f0"
|
|
38
50
|
},
|
|
39
51
|
"data_description": {
|
|
40
52
|
"api_key": "\u6a5f\u5668\u4eba API \u6b0a\u6756",
|
|
41
53
|
"platform": "Telegram \u6a5f\u5668\u4eba\u5be6\u4f5c"
|
|
54
|
+
},
|
|
55
|
+
"description": "\u82e5\u8981\u65b0\u589e Telegram \u6a5f\u5668\u4eba\uff0c\u8acb\u8ddf\u96a8\u4ee5\u4e0b\u6b65\u9a5f\uff1a\n\n1. \u958b\u555f Telegram \u4e26\u8207 [{botfather_username}]({botfather_url}) \u804a\u5929\u3002\n1. \u50b3\u9001\u6307\u4ee4 `/newbot`\u3002\n1. \u4f9d\u7167\u6307\u793a\u5efa\u7acb\u6a5f\u5668\u4eba\u4e26\u53d6\u5f97 API \u6b0a\u6756\u3002",
|
|
56
|
+
"sections": {
|
|
57
|
+
"advanced_settings": {
|
|
58
|
+
"data": {
|
|
59
|
+
"proxy_url": "\u4ee3\u7406\u7db2\u5740"
|
|
60
|
+
},
|
|
61
|
+
"data_description": {
|
|
62
|
+
"proxy_url": "\u5982\u679c\u65bc\u4ee3\u7406\u4f3a\u670d\u5668\u5f8c\uff0c\u8acb\u63d0\u4f9b\u4ee3\u7406\u7db2\u5740L\uff0c\u53ef\u9078\u64c7\u5305\u542b\u4f7f\u7528\u8005\u540d\u7a31\u548c\u5bc6\u78bc\u3002\n(socks5://username:password@proxy_ip:proxy_port)"
|
|
63
|
+
},
|
|
64
|
+
"name": "\u9032\u968e\u8a2d\u5b9a"
|
|
65
|
+
}
|
|
42
66
|
}
|
|
43
67
|
},
|
|
44
68
|
"webhooks": {
|
|
@@ -82,12 +106,18 @@
|
|
|
82
106
|
"allowlist_external_dirs_error": {
|
|
83
107
|
"message": "allowlist_external_dirs \u4e2d\u5c1a\u672a\u8a2d\u5b9a\u6a94\u6848\u8def\u5f91\u3002"
|
|
84
108
|
},
|
|
109
|
+
"failed_chat_ids": {
|
|
110
|
+
"message": "\u76ee\u6a19\u5931\u6557\uff1a{chat_ids}\u3002\u8acb\u78ba\u8a8d {bot_name} \u804a\u5929\u5ba4 ID \u5df2\u6b63\u78ba\u8a2d\u5b9a\u3002"
|
|
111
|
+
},
|
|
85
112
|
"failed_to_load_file": {
|
|
86
113
|
"message": "\u8f09\u5165\u6a94\u6848\u5931\u6557\uff1a{error}"
|
|
87
114
|
},
|
|
88
115
|
"failed_to_load_url": {
|
|
89
116
|
"message": "\u8f09\u5165\u7db2\u5740\u5931\u6557\uff1a{error}"
|
|
90
117
|
},
|
|
118
|
+
"invalid_chat_ids": {
|
|
119
|
+
"message": "\u804a\u5929\u5ba4 ID \u7121\u6548\uff1a{chat_ids}\u3002\u8acb\u70ba {bot_name} \u8a2d\u5b9a\u804a\u5929\u5ba4 ID\u3002"
|
|
120
|
+
},
|
|
91
121
|
"missing_allowed_chat_ids": {
|
|
92
122
|
"message": "\u627e\u4e0d\u5230\u5141\u8a31\u7684\u804a\u5929\u5ba4 ID\u3002\u8acb\u5148\u70ba {bot_name}.\u65b0\u589e\u5141\u8a31\u804a\u5929\u5ba4 ID\u3002"
|
|
93
123
|
},
|
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
"config": {
|
|
3
3
|
"step": {
|
|
4
4
|
"alarm_control_panel": {
|
|
5
|
+
"data": {
|
|
6
|
+
"arm_away": "Akcja uzbrojenia w trybie nieobecno\u015bci",
|
|
7
|
+
"device_id": "Urz\u0105dzenie",
|
|
8
|
+
"disarm": "Akcja rozbrojenia",
|
|
9
|
+
"name": "Nazwa",
|
|
10
|
+
"value_template": "Szablon warto\u015bci"
|
|
11
|
+
},
|
|
12
|
+
"data_description": {
|
|
13
|
+
"device_id": "Wybierz urz\u0105dzenie, kt\u00f3re chcesz powi\u0105za\u0107 z t\u0105 encj\u0105."
|
|
14
|
+
},
|
|
5
15
|
"title": "Szablon panelu sterowania alarmem"
|
|
6
16
|
},
|
|
7
17
|
"binary_sensor": {
|
|
@@ -46,6 +56,7 @@
|
|
|
46
56
|
"min": "Warto\u015b\u0107 minimalna",
|
|
47
57
|
"name": "Nazwa",
|
|
48
58
|
"state": "Szablon stanu",
|
|
59
|
+
"step": "Warto\u015b\u0107 kroku",
|
|
49
60
|
"unit_of_measurement": "Jednostka miary"
|
|
50
61
|
},
|
|
51
62
|
"data_description": {
|
|
@@ -57,7 +68,8 @@
|
|
|
57
68
|
"data": {
|
|
58
69
|
"device_id": "Urz\u0105dzenie",
|
|
59
70
|
"name": "Nazwa",
|
|
60
|
-
"options": "Dost\u0119pne opcje"
|
|
71
|
+
"options": "Dost\u0119pne opcje",
|
|
72
|
+
"state": "Szablon stanu"
|
|
61
73
|
},
|
|
62
74
|
"title": "Szablon wyboru"
|
|
63
75
|
},
|
|
@@ -78,7 +90,8 @@
|
|
|
78
90
|
"switch": {
|
|
79
91
|
"data": {
|
|
80
92
|
"device_id": "Urz\u0105dzenie",
|
|
81
|
-
"name": "Nazwa"
|
|
93
|
+
"name": "Nazwa",
|
|
94
|
+
"value_template": "Szablon warto\u015bci"
|
|
82
95
|
},
|
|
83
96
|
"data_description": {
|
|
84
97
|
"device_id": "Wybierz urz\u0105dzenie, kt\u00f3re chcesz powi\u0105za\u0107 z t\u0105 encj\u0105."
|
|
@@ -103,6 +116,13 @@
|
|
|
103
116
|
},
|
|
104
117
|
"options": {
|
|
105
118
|
"step": {
|
|
119
|
+
"alarm_control_panel": {
|
|
120
|
+
"data": {
|
|
121
|
+
"arm_away": "Akcja uzbrojenia w trybie nieobecno\u015bci",
|
|
122
|
+
"device_id": "Urz\u0105dzenie",
|
|
123
|
+
"disarm": "Akcja rozbrojenia"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
106
126
|
"binary_sensor": {
|
|
107
127
|
"data": {
|
|
108
128
|
"device_id": "Urz\u0105dzenie",
|
|
@@ -139,7 +159,8 @@
|
|
|
139
159
|
"max": "Warto\u015b\u0107 maksymalna",
|
|
140
160
|
"min": "Warto\u015b\u0107 minimalna",
|
|
141
161
|
"name": "Nazwa",
|
|
142
|
-
"state": "Szablon stanu"
|
|
162
|
+
"state": "Szablon stanu",
|
|
163
|
+
"step": "Warto\u015b\u0107 kroku"
|
|
143
164
|
},
|
|
144
165
|
"data_description": {
|
|
145
166
|
"device_id": "Wybierz urz\u0105dzenie, kt\u00f3re chcesz powi\u0105za\u0107 z t\u0105 encj\u0105."
|
|
@@ -291,6 +312,7 @@
|
|
|
291
312
|
"sensor_state_class": {
|
|
292
313
|
"options": {
|
|
293
314
|
"measurement": "pomiar",
|
|
315
|
+
"measurement_angle": "K\u0105t pomiaru",
|
|
294
316
|
"total": "ca\u0142kowita",
|
|
295
317
|
"total_increasing": "ca\u0142kowita, wzrastaj\u0105ca"
|
|
296
318
|
}
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"name": "Sch\u00e4tzung der Batteriereichweite"
|
|
374
374
|
},
|
|
375
375
|
"charge_state_fast_charger_type": {
|
|
376
|
-
"name": "
|
|
376
|
+
"name": "Schnelllader-Typ"
|
|
377
377
|
},
|
|
378
378
|
"charge_state_ideal_battery_range": {
|
|
379
379
|
"name": "Ideale Batteriereichweite"
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
4
|
"already_configured": "A profil konfigur\u00e1ci\u00f3ja friss\u00edtve.",
|
|
5
|
+
"already_in_progress": "A konfigur\u00e1l\u00e1s m\u00e1r folyamatban van",
|
|
5
6
|
"authorize_url_timeout": "Id\u0151t\u00fall\u00e9p\u00e9s a hiteles\u00edt\u00e9si URL l\u00e9trehoz\u00e1sakor.",
|
|
6
7
|
"missing_configuration": "A komponens nincs konfigur\u00e1lva. K\u00e9rem, k\u00f6vesse a dokument\u00e1ci\u00f3t.",
|
|
7
8
|
"no_url_available": "Nincs el\u00e9rhet\u0151 URL. A hib\u00e1val kapcsolatos inform\u00e1ci\u00f3k\u00e9rt n\u00e9zze meg a [s\u00fag\u00f3]({docs_url}) le\u00edr\u00e1s\u00e1t.",
|
|
@@ -15,13 +16,42 @@
|
|
|
15
16
|
"create_entry": {
|
|
16
17
|
"default": "Sikeresen hiteles\u00edtve a Tesl\u00e1val."
|
|
17
18
|
},
|
|
19
|
+
"error": {
|
|
20
|
+
"invalid_domain": "\u00c9rv\u00e9nytelen tartom\u00e1nyform\u00e1tum. K\u00e9rj\u00fck, adjon meg egy \u00e9rv\u00e9nyes tartom\u00e1nynevet.",
|
|
21
|
+
"invalid_response": "A regisztr\u00e1ci\u00f3t a Tesla elutas\u00edtotta",
|
|
22
|
+
"precondition_failed": "A tartom\u00e1ny nem egyezik meg az alkalmaz\u00e1s \u00e1ltal enged\u00e9lyezett forr\u00e1sokkal.",
|
|
23
|
+
"public_key_mismatch": "A tartom\u00e1ny\u00e1n el\u00e9rhet\u0151 nyilv\u00e1nos kulcs nem egyezik a v\u00e1rt kulccsal. Ellen\u0151rizze, hogy a megfelel\u0151 nyilv\u00e1nos kulcs van-e elhelyezve a megadott helyen.",
|
|
24
|
+
"public_key_not_found": "Nyilv\u00e1nos kulcs nem tal\u00e1lhat\u00f3",
|
|
25
|
+
"unknown_error": "Ismeretlen hiba t\u00f6rt\u00e9nt: {error}"
|
|
26
|
+
},
|
|
18
27
|
"step": {
|
|
28
|
+
"domain_input": {
|
|
29
|
+
"data": {
|
|
30
|
+
"domain": "Tartom\u00e1ny"
|
|
31
|
+
},
|
|
32
|
+
"description": "Adja meg azt a tartom\u00e1nyt, amely a nyilv\u00e1nos kulcsot fogja t\u00e1rolni. Ez \u00e1ltal\u00e1ban az a tartom\u00e1nyn\u00e9v, amelyet a {dashboard} fel\u00fcleten t\u00f6rt\u00e9n\u0151 regisztr\u00e1ci\u00f3 sor\u00e1n adott meg.",
|
|
33
|
+
"title": "Tesla Fleet tartom\u00e1ny regisztr\u00e1ci\u00f3ja"
|
|
34
|
+
},
|
|
35
|
+
"domain_registration": {
|
|
36
|
+
"description": "A nyilv\u00e1nos kulcsot az al\u00e1bbi c\u00edmen kell el\u00e9rhet\u0151v\u00e9 tenni:\n\n{public_key_url}\n\n```\n{pem}\n```",
|
|
37
|
+
"title": "Nyilv\u00e1nos kulcs regisztr\u00e1l\u00e1sa"
|
|
38
|
+
},
|
|
19
39
|
"pick_implementation": {
|
|
40
|
+
"data": {
|
|
41
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
42
|
+
},
|
|
43
|
+
"data_description": {
|
|
44
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
45
|
+
},
|
|
20
46
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
21
47
|
},
|
|
22
48
|
"reauth_confirm": {
|
|
23
49
|
"description": "A {name} integr\u00e1ci\u00f3hoz \u00fajb\u00f3li hiteles\u00edt\u00e9s sz\u00fcks\u00e9ges a fi\u00f3kj\u00e1hoz.",
|
|
24
50
|
"title": "A(z) {name} hiteles\u00edt\u00e9se lej\u00e1rt"
|
|
51
|
+
},
|
|
52
|
+
"registration_complete": {
|
|
53
|
+
"description": "A parancsok al\u00e1\u00edr\u00e1s\u00e1nak enged\u00e9lyez\u00e9s\u00e9hez nyissa meg a Tesla alkalmaz\u00e1st, v\u00e1lassza ki a j\u00e1rm\u0171v\u00e9t, majd l\u00e1togassa meg az al\u00e1bbi URL-t a virtu\u00e1lis kulcs be\u00e1ll\u00edt\u00e1s\u00e1hoz. Ezt a folyamatot minden egyes j\u00e1rm\u0171 eset\u00e9ben meg kell ism\u00e9telnie.\n\n{virtual_key_url}",
|
|
54
|
+
"title": "Parancs-al\u00e1\u00edr\u00e1s enged\u00e9lyez\u00e9se"
|
|
25
55
|
}
|
|
26
56
|
}
|
|
27
57
|
},
|
|
@@ -15,13 +15,35 @@
|
|
|
15
15
|
"create_entry": {
|
|
16
16
|
"default": "\u30c6\u30b9\u30e9\u3068\u306e\u8a8d\u8a3c\u306b\u6210\u529f\u3057\u307e\u3057\u305f\u3002"
|
|
17
17
|
},
|
|
18
|
+
"error": {
|
|
19
|
+
"invalid_response": "\u767b\u9332\u306f\u30c6\u30b9\u30e9\u306b\u3088\u3063\u3066\u62d2\u5426\u3055\u308c\u307e\u3057\u305f",
|
|
20
|
+
"precondition_failed": "\u30c9\u30e1\u30a4\u30f3\u304c\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u8a31\u53ef\u3055\u308c\u305f\u30aa\u30ea\u30b8\u30f3\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002",
|
|
21
|
+
"public_key_mismatch": "\u30c9\u30e1\u30a4\u30f3\u3067\u30db\u30b9\u30c8\u3055\u308c\u3066\u3044\u308b\u516c\u958b\u9375\u304c\u3001\u671f\u5f85\u3055\u308c\u308b\u9375\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002\u6307\u5b9a\u3055\u308c\u305f\u5834\u6240\u306b\u6b63\u3057\u3044\u516c\u958b\u9375\u304c\u30db\u30b9\u30c8\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
|
|
22
|
+
"public_key_not_found": "\u516c\u958b\u9375\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002",
|
|
23
|
+
"unknown_error": "\u4e0d\u660e\u306a\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: {error}"
|
|
24
|
+
},
|
|
18
25
|
"step": {
|
|
26
|
+
"domain_input": {
|
|
27
|
+
"data": {
|
|
28
|
+
"domain": "\u30c9\u30e1\u30a4\u30f3"
|
|
29
|
+
},
|
|
30
|
+
"description": "\u516c\u958b\u9375\u3092\u30db\u30b9\u30c8\u3059\u308b\u30c9\u30e1\u30a4\u30f3\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3053\u308c\u306f\u901a\u5e38\u3001 {dashboard}\u3067\u306e\u767b\u9332\u6642\u306b\u6307\u5b9a\u3057\u305f\u30aa\u30ea\u30b8\u30f3\u306e\u30c9\u30e1\u30a4\u30f3\u3067\u3059\u3002",
|
|
31
|
+
"title": "Tesla Fleet\u306e\u30c9\u30e1\u30a4\u30f3\u767b\u9332"
|
|
32
|
+
},
|
|
33
|
+
"domain_registration": {
|
|
34
|
+
"description": "\u516c\u958b\u9375\u306f\u6b21\u306e\u5834\u6240\u3067\u30db\u30b9\u30c8\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059: \n \n {public_key_url} \n \n ``` \n {pem} \n ```",
|
|
35
|
+
"title": "\u516c\u958b\u9375\u306e\u767b\u9332"
|
|
36
|
+
},
|
|
19
37
|
"pick_implementation": {
|
|
20
38
|
"title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
|
|
21
39
|
},
|
|
22
40
|
"reauth_confirm": {
|
|
23
41
|
"description": "{name}\u7d71\u5408\u3067\u306f\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u518d\u8a8d\u8a3c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059",
|
|
24
42
|
"title": "{name} \u306e\u8a8d\u8a3c\u306e\u6709\u52b9\u671f\u9650\u304c\u5207\u308c\u307e\u3057\u305f"
|
|
43
|
+
},
|
|
44
|
+
"registration_complete": {
|
|
45
|
+
"description": "\u30b3\u30de\u30f3\u30c9\u7f72\u540d\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u3001Tesla\u30a2\u30d7\u30ea\u3092\u958b\u304d\u3001\u8eca\u4e21\u3092\u9078\u629e\u3057\u3066\u3001\u4ee5\u4e0b\u306eURL\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3001\u4eee\u60f3\u30ad\u30fc\u3092\u8a2d\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u624b\u9806\u3092\u8eca\u4e21\u3054\u3068\u306b\u7e70\u308a\u8fd4\u3059\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002__ \n \n {virtual_key_url}",
|
|
46
|
+
"title": "\u30b3\u30de\u30f3\u30c9\u7f72\u540d"
|
|
25
47
|
}
|
|
26
48
|
}
|
|
27
49
|
},
|
|
@@ -194,14 +194,14 @@ class TeslemetryEnergyHistoryCoordinator(DataUpdateCoordinator[dict[str, Any]]):
|
|
|
194
194
|
except TeslaFleetError as e:
|
|
195
195
|
raise UpdateFailed(e.message) from e
|
|
196
196
|
|
|
197
|
+
if not data or not isinstance(data.get("time_series"), list):
|
|
198
|
+
raise UpdateFailed("Received invalid data")
|
|
199
|
+
|
|
197
200
|
# Add all time periods together
|
|
198
|
-
output = dict.fromkeys(ENERGY_HISTORY_FIELDS,
|
|
199
|
-
for period in data
|
|
201
|
+
output = dict.fromkeys(ENERGY_HISTORY_FIELDS, 0)
|
|
202
|
+
for period in data["time_series"]:
|
|
200
203
|
for key in ENERGY_HISTORY_FIELDS:
|
|
201
204
|
if key in period:
|
|
202
|
-
|
|
203
|
-
output[key] = period[key]
|
|
204
|
-
else:
|
|
205
|
-
output[key] += period[key]
|
|
205
|
+
output[key] += period[key]
|
|
206
206
|
|
|
207
207
|
return output
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"name": "Europ\u00e4isches Fahrzeug"
|
|
112
112
|
},
|
|
113
113
|
"fast_charger_present": {
|
|
114
|
-
"name": "
|
|
114
|
+
"name": "Schnelllader vorhanden"
|
|
115
115
|
},
|
|
116
116
|
"gps_state": {
|
|
117
117
|
"name": "GPS-Status"
|
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
"name": "Sch\u00e4tzung der Batteriereichweite"
|
|
508
508
|
},
|
|
509
509
|
"charge_state_fast_charger_type": {
|
|
510
|
-
"name": "
|
|
510
|
+
"name": "Schnelllader-Typ"
|
|
511
511
|
},
|
|
512
512
|
"charge_state_ideal_battery_range": {
|
|
513
513
|
"name": "Ideale Batteriereichweite"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"entity": {
|
|
22
22
|
"button": {
|
|
23
23
|
"set_datetime": {
|
|
24
|
-
"name": "\
|
|
24
|
+
"name": "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03ce\u03c1\u03b1\u03c2"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -17,12 +17,5 @@
|
|
|
17
17
|
"description": "\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3059\u308b\u30c7\u30d0\u30a4\u30b9\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
},
|
|
21
|
-
"entity": {
|
|
22
|
-
"button": {
|
|
23
|
-
"set_datetime": {
|
|
24
|
-
"name": "\u65e5\u4ed8\u3068\u6642\u523b\u306e\u8a2d\u5b9a"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
20
|
}
|
|
28
21
|
}
|