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
|
@@ -86,7 +86,10 @@ def async_setup_block_attribute_entities(
|
|
|
86
86
|
coordinator.device.settings, block
|
|
87
87
|
):
|
|
88
88
|
domain = sensor_class.__module__.split(".")[-1]
|
|
89
|
-
unique_id =
|
|
89
|
+
unique_id = sensor_class(
|
|
90
|
+
coordinator, block, sensor_id, description
|
|
91
|
+
).unique_id
|
|
92
|
+
LOGGER.debug("Removing Shelly entity with unique_id: %s", unique_id)
|
|
90
93
|
async_remove_shelly_entity(hass, domain, unique_id)
|
|
91
94
|
else:
|
|
92
95
|
entities.append(
|
|
@@ -192,8 +195,12 @@ def async_setup_rpc_attribute_entities(
|
|
|
192
195
|
if description.removal_condition and description.removal_condition(
|
|
193
196
|
coordinator.device.config, coordinator.device.status, key
|
|
194
197
|
):
|
|
195
|
-
|
|
196
|
-
|
|
198
|
+
entity_class = get_entity_class(sensor_class, description)
|
|
199
|
+
domain = entity_class.__module__.split(".")[-1]
|
|
200
|
+
unique_id = entity_class(
|
|
201
|
+
coordinator, key, sensor_id, description
|
|
202
|
+
).unique_id
|
|
203
|
+
LOGGER.debug("Removing Shelly entity with unique_id: %s", unique_id)
|
|
197
204
|
async_remove_shelly_entity(hass, domain, unique_id)
|
|
198
205
|
elif description.use_polling_coordinator:
|
|
199
206
|
if not sleep_period:
|
|
@@ -11,6 +11,14 @@
|
|
|
11
11
|
"unknown": "\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc"
|
|
12
12
|
},
|
|
13
13
|
"step": {
|
|
14
|
+
"discovery_confirm": {
|
|
15
|
+
"data": {
|
|
16
|
+
"ssl": "SSL\u8a3c\u660e\u66f8\u3092\u4f7f\u7528\u3059\u308b",
|
|
17
|
+
"verify_ssl": "SSL\u8a3c\u660e\u66f8\u3092\u78ba\u8a8d\u3059\u308b"
|
|
18
|
+
},
|
|
19
|
+
"description": "\u691c\u51fa\u3055\u308c\u305f SMA \u30c7\u30d0\u30a4\u30b9 ( {host} ) \u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3057\u307e\u3059\u304b?",
|
|
20
|
+
"title": "SMA Solar\u3092\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7"
|
|
21
|
+
},
|
|
14
22
|
"user": {
|
|
15
23
|
"data": {
|
|
16
24
|
"group": "\u30b0\u30eb\u30fc\u30d7",
|
|
@@ -29,6 +29,12 @@
|
|
|
29
29
|
"description": "Adja meg a c\u00edmet a Smappee helyi integr\u00e1ci\u00f3j\u00e1nak elind\u00edt\u00e1s\u00e1hoz"
|
|
30
30
|
},
|
|
31
31
|
"pick_implementation": {
|
|
32
|
+
"data": {
|
|
33
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
34
|
+
},
|
|
35
|
+
"data_description": {
|
|
36
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
37
|
+
},
|
|
32
38
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
33
39
|
},
|
|
34
40
|
"zeroconf_confirm": {
|
|
@@ -29,6 +29,12 @@
|
|
|
29
29
|
"description": "\u30db\u30b9\u30c8\u3092\u5165\u529b\u3057\u3066\u3001Smappee local\u7d71\u5408\u3092\u958b\u59cb\u3057\u307e\u3059"
|
|
30
30
|
},
|
|
31
31
|
"pick_implementation": {
|
|
32
|
+
"data": {
|
|
33
|
+
"implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
|
|
34
|
+
},
|
|
35
|
+
"data_description": {
|
|
36
|
+
"implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
|
|
37
|
+
},
|
|
32
38
|
"title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
|
|
33
39
|
},
|
|
34
40
|
"zeroconf_confirm": {
|
|
@@ -20,6 +20,12 @@
|
|
|
20
20
|
},
|
|
21
21
|
"step": {
|
|
22
22
|
"pick_implementation": {
|
|
23
|
+
"data": {
|
|
24
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
25
|
+
},
|
|
26
|
+
"data_description": {
|
|
27
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
28
|
+
},
|
|
23
29
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
24
30
|
},
|
|
25
31
|
"reauth_confirm": {
|
|
@@ -581,6 +587,9 @@
|
|
|
581
587
|
"water_consumption": {
|
|
582
588
|
"name": "V\u00edzfogyaszt\u00e1s"
|
|
583
589
|
},
|
|
590
|
+
"water_filter_usage": {
|
|
591
|
+
"name": "V\u00edzsz\u0171r\u0151 haszn\u00e1lat"
|
|
592
|
+
},
|
|
584
593
|
"x_coordinate": {
|
|
585
594
|
"name": "X koordin\u00e1ta"
|
|
586
595
|
},
|
|
@@ -598,6 +607,12 @@
|
|
|
598
607
|
"bubble_soak": {
|
|
599
608
|
"name": "Bubble Soak (Habos \u00e1ztat\u00e1s)"
|
|
600
609
|
},
|
|
610
|
+
"ice_maker": {
|
|
611
|
+
"name": "Kockaj\u00e9g"
|
|
612
|
+
},
|
|
613
|
+
"ice_maker_2": {
|
|
614
|
+
"name": "J\u00e9gdarabk\u00e1k"
|
|
615
|
+
},
|
|
601
616
|
"keep_fresh_mode": {
|
|
602
617
|
"name": "Frissentart\u00f3 m\u00f3d"
|
|
603
618
|
},
|
|
@@ -19,6 +19,9 @@
|
|
|
19
19
|
},
|
|
20
20
|
"step": {
|
|
21
21
|
"pick_implementation": {
|
|
22
|
+
"data": {
|
|
23
|
+
"implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
|
|
24
|
+
},
|
|
22
25
|
"title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
|
|
23
26
|
}
|
|
24
27
|
}
|
|
@@ -307,6 +310,9 @@
|
|
|
307
310
|
"washer_mode": {
|
|
308
311
|
"name": "\u30a6\u30a9\u30c3\u30b7\u30e3\u30fc\u30e2\u30fc\u30c9"
|
|
309
312
|
},
|
|
313
|
+
"water_filter_usage": {
|
|
314
|
+
"name": "\u6d44\u6c34\u5668\u306e\u4f7f\u7528\u91cf"
|
|
315
|
+
},
|
|
310
316
|
"x_coordinate": {
|
|
311
317
|
"name": "X\u5ea7\u6a19"
|
|
312
318
|
},
|
|
@@ -83,6 +83,9 @@
|
|
|
83
83
|
"announce_media_error": {
|
|
84
84
|
"message": "Oznamov\u00e1n\u00ed klipu {media_id} se nezda\u0159ilo: {response}"
|
|
85
85
|
},
|
|
86
|
+
"entity_not_found": {
|
|
87
|
+
"message": "Entita {entity_id} nebyla nalezena."
|
|
88
|
+
},
|
|
86
89
|
"invalid_content_type": {
|
|
87
90
|
"message": "Sonos nepodporuje typ medi\u00e1ln\u00edho obsahu: {media_type}"
|
|
88
91
|
},
|
|
@@ -95,6 +98,9 @@
|
|
|
95
98
|
"invalid_sonos_playlist": {
|
|
96
99
|
"message": "Nelze naj\u00edt seznam skladeb Sonos: {name}"
|
|
97
100
|
},
|
|
101
|
+
"speaker_not_found": {
|
|
102
|
+
"message": "{entity_id} nen\u00ed zn\u00e1m\u00fd reproduktor Sonos."
|
|
103
|
+
},
|
|
98
104
|
"timeout_join": {
|
|
99
105
|
"message": "\u010casov\u00fd limit p\u0159i \u010dek\u00e1n\u00ed na p\u0159ipojen\u00ed hr\u00e1\u010de Sonos ke skupin\u011b {group_description}"
|
|
100
106
|
}
|
|
@@ -79,8 +79,14 @@
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"exceptions": {
|
|
82
|
+
"entity_not_found": {
|
|
83
|
+
"message": "Entit\u00e9 {entity_id} non trouv\u00e9e."
|
|
84
|
+
},
|
|
82
85
|
"invalid_sonos_playlist": {
|
|
83
86
|
"message": "Impossible de trouver la liste de lecture Sonos\u00a0: {name}"
|
|
87
|
+
},
|
|
88
|
+
"speaker_not_found": {
|
|
89
|
+
"message": "{entity_id} n'est pas une enceinte Sonos connue."
|
|
84
90
|
}
|
|
85
91
|
},
|
|
86
92
|
"issues": {
|
|
@@ -83,6 +83,9 @@
|
|
|
83
83
|
"announce_media_error": {
|
|
84
84
|
"message": "A(z) {media_id} hang\u00fczenet lej\u00e1tsz\u00e1sa sikertelen volt: {response}"
|
|
85
85
|
},
|
|
86
|
+
"entity_not_found": {
|
|
87
|
+
"message": "Az entit\u00e1s nem tal\u00e1lhat\u00f3: {entity_id}"
|
|
88
|
+
},
|
|
86
89
|
"invalid_content_type": {
|
|
87
90
|
"message": "A Sonos nem t\u00e1mogatja a(z) {media_type} m\u00e9diatartalom t\u00edpust."
|
|
88
91
|
},
|
|
@@ -94,6 +97,12 @@
|
|
|
94
97
|
},
|
|
95
98
|
"invalid_sonos_playlist": {
|
|
96
99
|
"message": "Nem tal\u00e1lhat\u00f3 a Sonos lej\u00e1tsz\u00e1si lista: {name}"
|
|
100
|
+
},
|
|
101
|
+
"speaker_not_found": {
|
|
102
|
+
"message": "A(z) {entity_id} nem ismert Sonos hangsz\u00f3r\u00f3."
|
|
103
|
+
},
|
|
104
|
+
"timeout_join": {
|
|
105
|
+
"message": "Id\u0151t\u00fall\u00e9p\u00e9s, mik\u00f6zben a Sonos lej\u00e1tsz\u00f3 csatlakoz\u00e1s\u00e1ra v\u00e1rt a(z) {group_description} csoporthoz."
|
|
97
106
|
}
|
|
98
107
|
},
|
|
99
108
|
"issues": {
|
|
@@ -76,6 +76,17 @@
|
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
|
+
"exceptions": {
|
|
80
|
+
"entity_not_found": {
|
|
81
|
+
"message": "Entit\u00e0 {entity_id} non trovata."
|
|
82
|
+
},
|
|
83
|
+
"speaker_not_found": {
|
|
84
|
+
"message": "{entity_id} non \u00e8 un altoparlante Sonos conosciuto."
|
|
85
|
+
},
|
|
86
|
+
"timeout_join": {
|
|
87
|
+
"message": "Tempo scaduto durante l'attesa che il lettore Sonos si unisca al gruppo {group_description}"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
79
90
|
"issues": {
|
|
80
91
|
"subscriptions_failed": {
|
|
81
92
|
"description": "Se si ricorre al polling, la funzionalit\u00e0 potrebbe essere limitata.\n\nIl dispositivo Sonos al {device_ip} non pu\u00f2 raggiungere Home assistant al {listener_address}.\n\nPer ulteriori informazioni su come risolvere questo problema, consultare la nostra [documentazione]({sub_fail_url}).",
|
|
@@ -83,6 +83,9 @@
|
|
|
83
83
|
"announce_media_error": {
|
|
84
84
|
"message": "\u30af\u30ea\u30c3\u30d7 {media_id} \u306e\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u5931\u6557\u3057\u307e\u3057\u305f {response}"
|
|
85
85
|
},
|
|
86
|
+
"entity_not_found": {
|
|
87
|
+
"message": "\u30a8\u30f3\u30c6\u30a3\u30c6\u30a3{entity_id}\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002"
|
|
88
|
+
},
|
|
86
89
|
"invalid_content_type": {
|
|
87
90
|
"message": "Sonos \u306f\u30e1\u30c7\u30a3\u30a2 \u30b3\u30f3\u30c6\u30f3\u30c4 \u30bf\u30a4\u30d7{media_type}\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093"
|
|
88
91
|
},
|
|
@@ -94,6 +97,12 @@
|
|
|
94
97
|
},
|
|
95
98
|
"invalid_sonos_playlist": {
|
|
96
99
|
"message": "Sonos\u30d7\u30ec\u30a4\u30ea\u30b9\u30c8\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f: {name}"
|
|
100
|
+
},
|
|
101
|
+
"speaker_not_found": {
|
|
102
|
+
"message": "{entity_id}\u306f\u65e2\u77e5\u306e Sonos \u30b9\u30d4\u30fc\u30ab\u30fc\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002"
|
|
103
|
+
},
|
|
104
|
+
"timeout_join": {
|
|
105
|
+
"message": "Sonos \u30d7\u30ec\u30fc\u30e4\u30fc\u304c\u30b0\u30eb\u30fc\u30d7{group_description}\u306b\u53c2\u52a0\u3059\u308b\u306e\u3092\u5f85\u6a5f\u4e2d\u306b\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u3057\u307e\u3057\u305f"
|
|
97
106
|
}
|
|
98
107
|
},
|
|
99
108
|
"issues": {
|
|
@@ -18,6 +18,12 @@
|
|
|
18
18
|
},
|
|
19
19
|
"step": {
|
|
20
20
|
"pick_implementation": {
|
|
21
|
+
"data": {
|
|
22
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
23
|
+
},
|
|
24
|
+
"data_description": {
|
|
25
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
26
|
+
},
|
|
21
27
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
22
28
|
},
|
|
23
29
|
"reauth_confirm": {
|
|
@@ -55,6 +55,7 @@ from .const import (
|
|
|
55
55
|
MAX_SEGMENTS,
|
|
56
56
|
OUTPUT_FORMATS,
|
|
57
57
|
OUTPUT_IDLE_TIMEOUT,
|
|
58
|
+
OUTPUT_STARTUP_TIMEOUT,
|
|
58
59
|
RECORDER_PROVIDER,
|
|
59
60
|
RTSP_TRANSPORTS,
|
|
60
61
|
SEGMENT_DURATION_ADJUSTER,
|
|
@@ -363,11 +364,14 @@ class Stream:
|
|
|
363
364
|
# without concern about self._outputs being modified from another thread.
|
|
364
365
|
return MappingProxyType(self._outputs.copy())
|
|
365
366
|
|
|
366
|
-
def add_provider(
|
|
367
|
-
self, fmt: str, timeout: int = OUTPUT_IDLE_TIMEOUT
|
|
368
|
-
) -> StreamOutput:
|
|
367
|
+
def add_provider(self, fmt: str, timeout: int | None = None) -> StreamOutput:
|
|
369
368
|
"""Add provider output stream."""
|
|
370
369
|
if not (provider := self._outputs.get(fmt)):
|
|
370
|
+
startup_timeout = OUTPUT_STARTUP_TIMEOUT
|
|
371
|
+
if timeout is None:
|
|
372
|
+
timeout = OUTPUT_IDLE_TIMEOUT
|
|
373
|
+
else:
|
|
374
|
+
startup_timeout = timeout
|
|
371
375
|
|
|
372
376
|
async def idle_callback() -> None:
|
|
373
377
|
if (
|
|
@@ -379,7 +383,7 @@ class Stream:
|
|
|
379
383
|
|
|
380
384
|
provider = PROVIDERS[fmt](
|
|
381
385
|
self.hass,
|
|
382
|
-
IdleTimer(self.hass, timeout, idle_callback),
|
|
386
|
+
IdleTimer(self.hass, timeout, idle_callback, startup_timeout),
|
|
383
387
|
self._stream_settings,
|
|
384
388
|
self.dynamic_stream_settings,
|
|
385
389
|
)
|
|
@@ -22,7 +22,8 @@ AUDIO_CODECS = {"aac", "mp3"}
|
|
|
22
22
|
|
|
23
23
|
FORMAT_CONTENT_TYPE = {HLS_PROVIDER: "application/vnd.apple.mpegurl"}
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
OUTPUT_STARTUP_TIMEOUT = 60 # timeout due to no startup
|
|
26
|
+
OUTPUT_IDLE_TIMEOUT = 30 # Idle timeout due to inactivity
|
|
26
27
|
|
|
27
28
|
NUM_PLAYLIST_SEGMENTS = 3 # Number of segments to use in HLS playlist
|
|
28
29
|
MAX_SEGMENTS = 5 # Max number of segments to keep around
|
|
@@ -234,10 +234,12 @@ class IdleTimer:
|
|
|
234
234
|
hass: HomeAssistant,
|
|
235
235
|
timeout: int,
|
|
236
236
|
idle_callback: Callable[[], Coroutine[Any, Any, None]],
|
|
237
|
+
startup_timeout: int | None = None,
|
|
237
238
|
) -> None:
|
|
238
239
|
"""Initialize IdleTimer."""
|
|
239
240
|
self._hass = hass
|
|
240
241
|
self._timeout = timeout
|
|
242
|
+
self._startup_timeout = startup_timeout or timeout
|
|
241
243
|
self._callback = idle_callback
|
|
242
244
|
self._unsub: CALLBACK_TYPE | None = None
|
|
243
245
|
self.idle = False
|
|
@@ -246,7 +248,7 @@ class IdleTimer:
|
|
|
246
248
|
"""Start the idle timer if not already started."""
|
|
247
249
|
self.idle = False
|
|
248
250
|
if self._unsub is None:
|
|
249
|
-
self._unsub = async_call_later(self._hass, self.
|
|
251
|
+
self._unsub = async_call_later(self._hass, self._startup_timeout, self.fire)
|
|
250
252
|
|
|
251
253
|
def awake(self) -> None:
|
|
252
254
|
"""Keep the idle time alive by resetting the timeout."""
|
|
@@ -102,11 +102,11 @@
|
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
104
|
"name": "Unlock specific door",
|
|
105
|
-
"description": "Unlocks
|
|
105
|
+
"description": "Unlocks the driver door, all doors, or the tailgate.",
|
|
106
106
|
"fields": {
|
|
107
107
|
"door": {
|
|
108
108
|
"name": "Door",
|
|
109
|
-
"description": "
|
|
109
|
+
"description": "The specific door(s) to unlock."
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
}
|
|
@@ -101,10 +101,8 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "Odemkne konkr\u00e9tn\u00ed dve\u0159e.",
|
|
105
104
|
"fields": {
|
|
106
105
|
"door": {
|
|
107
|
-
"description": "Kter\u00e9 dve\u0159e otev\u0159\u00edt.",
|
|
108
106
|
"name": "Dve\u0159e"
|
|
109
107
|
}
|
|
110
108
|
},
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "Entriegelt
|
|
104
|
+
"description": "Entriegelt die Fahrert\u00fcr, alle T\u00fcren oder die Heckklappe.",
|
|
105
105
|
"fields": {
|
|
106
106
|
"door": {
|
|
107
|
-
"description": "
|
|
107
|
+
"description": "Die zu entriegelnde(n) T\u00fcr(en).",
|
|
108
108
|
"name": "T\u00fcr"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "\u039e\u03b5\u03ba\u03bb\u03b5\u03b9\u03b4\u03ce\u03bd\u03b5\u03b9 \
|
|
104
|
+
"description": "\u039e\u03b5\u03ba\u03bb\u03b5\u03b9\u03b4\u03ce\u03bd\u03b5\u03b9 \u03c4\u03b7\u03bd \u03c0\u03cc\u03c1\u03c4\u03b1 \u03c4\u03bf\u03c5 \u03bf\u03b4\u03b7\u03b3\u03bf\u03cd, \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03c0\u03cc\u03c1\u03c4\u03b5\u03c2 \u03ae \u03c4\u03b7\u03bd \u03c0\u03cc\u03c1\u03c4\u03b1 \u03c4\u03bf\u03c5 \u03c7\u03ce\u03c1\u03bf\u03c5 \u03b1\u03c0\u03bf\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd.",
|
|
105
105
|
"fields": {
|
|
106
106
|
"door": {
|
|
107
|
-
"description": "\
|
|
107
|
+
"description": "\u0397 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7 \u03c0\u03cc\u03c1\u03c4\u03b1 (\u03b5\u03c2) \u03b3\u03b9\u03b1 \u03be\u03b5\u03ba\u03bb\u03b5\u03af\u03b4\u03c9\u03bc\u03b1.",
|
|
108
108
|
"name": "\u03a0\u03cc\u03c1\u03c4\u03b1"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "Unlocks
|
|
104
|
+
"description": "Unlocks the driver door, all doors, or the tailgate.",
|
|
105
105
|
"fields": {
|
|
106
106
|
"door": {
|
|
107
|
-
"description": "
|
|
107
|
+
"description": "The specific door(s) to unlock.",
|
|
108
108
|
"name": "Door"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "Unlocks
|
|
104
|
+
"description": "Unlocks the driver door, all doors, or the tailgate.",
|
|
105
105
|
"fields": {
|
|
106
106
|
"door": {
|
|
107
|
-
"description": "
|
|
107
|
+
"description": "The specific door(s) to unlock.",
|
|
108
108
|
"name": "Door"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "Desbloquea puerta
|
|
104
|
+
"description": "Desbloquea la puerta del conductor, todas las puertas o el port\u00f3n trasero.",
|
|
105
105
|
"fields": {
|
|
106
106
|
"door": {
|
|
107
|
-
"description": "
|
|
107
|
+
"description": "La(s) puerta(s) espec\u00edfica(s) a desbloquear.",
|
|
108
108
|
"name": "Puerta"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "Avab
|
|
104
|
+
"description": "Avab juhiukse, k\u00f5ik uksed v\u00f5i tagaluugi.",
|
|
105
105
|
"fields": {
|
|
106
106
|
"door": {
|
|
107
|
-
"description": "
|
|
107
|
+
"description": "Millised uksed avada.",
|
|
108
108
|
"name": "Uks"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "Kinyitja a
|
|
104
|
+
"description": "Kinyitja a vezet\u0151oldali ajt\u00f3t, az \u00f6sszes ajt\u00f3t vagy a csomagt\u00e9rajt\u00f3t.",
|
|
105
105
|
"fields": {
|
|
106
106
|
"door": {
|
|
107
|
-
"description": "
|
|
107
|
+
"description": "A kinyitand\u00f3 ajt\u00f3(k) megad\u00e1sa.",
|
|
108
108
|
"name": "Ajt\u00f3"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "Desbloqueia porta
|
|
104
|
+
"description": "Desbloqueia a porta do condutor, todas as portas ou a porta da bagageira.",
|
|
105
105
|
"fields": {
|
|
106
106
|
"door": {
|
|
107
|
-
"description": "
|
|
107
|
+
"description": "A(s) porta(s) espec\u00edfica(s) a destrancar.",
|
|
108
108
|
"name": "Porta"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0435\u0442 \
|
|
104
|
+
"description": "\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0435\u0442 \u0434\u0432\u0435\u0440\u044c \u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f, \u0432\u0441\u0435 \u0434\u0432\u0435\u0440\u0438 \u0438\u043b\u0438 \u0434\u0432\u0435\u0440\u044c \u0431\u0430\u0433\u0430\u0436\u043d\u0438\u043a\u0430.",
|
|
105
105
|
"fields": {
|
|
106
106
|
"door": {
|
|
107
|
-
"description": "\u041a\
|
|
107
|
+
"description": "\u041a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0435 \u0434\u0432\u0435\u0440\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0440\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u0442\u044c.",
|
|
108
108
|
"name": "\u0414\u0432\u0435\u0440\u044c"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "Odomkne \
|
|
104
|
+
"description": "Odomkne dvere vodi\u010da, v\u0161etky dvere alebo zadn\u00e9 dvere.",
|
|
105
105
|
"fields": {
|
|
106
106
|
"door": {
|
|
107
|
-
"description": "
|
|
107
|
+
"description": "Konkr\u00e9tne dvere, ktor\u00e9 sa maj\u00fa odomkn\u00fa\u0165.",
|
|
108
108
|
"name": "Dvere"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
@@ -101,10 +101,8 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "L\u00e5ser upp specifik(a) d\u00f6rr(ar).",
|
|
105
104
|
"fields": {
|
|
106
105
|
"door": {
|
|
107
|
-
"description": "Vilken/vilka d\u00f6rrar som ska \u00f6ppnas.",
|
|
108
106
|
"name": "D\u00f6rr"
|
|
109
107
|
}
|
|
110
108
|
},
|
|
@@ -100,10 +100,8 @@
|
|
|
100
100
|
},
|
|
101
101
|
"services": {
|
|
102
102
|
"unlock_specific_door": {
|
|
103
|
-
"description": "Belirli kap\u0131(lar)\u0131n kilidini a\u00e7ar.",
|
|
104
103
|
"fields": {
|
|
105
104
|
"door": {
|
|
106
|
-
"description": "Hangi kap\u0131(lar)\u0131n a\u00e7\u0131laca\u011f\u0131.",
|
|
107
105
|
"name": "Kap\u0131"
|
|
108
106
|
}
|
|
109
107
|
},
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "\u89e3\u9501\
|
|
104
|
+
"description": "\u89e3\u9501\u9a7e\u9a76\u5458\u8f66\u95e8\u3001\u6240\u6709\u8f66\u95e8\u6216\u5c3e\u95e8\u3002",
|
|
105
105
|
"fields": {
|
|
106
106
|
"door": {
|
|
107
|
-
"description": "\
|
|
107
|
+
"description": "\u8981\u89e3\u9501\u7684\u7279\u5b9a\u95e8\u3002",
|
|
108
108
|
"name": "\u95e8"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
},
|
|
102
102
|
"services": {
|
|
103
103
|
"unlock_specific_door": {
|
|
104
|
-
"description": "\u89e3\u9396\
|
|
104
|
+
"description": "\u89e3\u9396\u99d5\u99db\u5ea7\u8eca\u9580\u3001\u6240\u6709\u8eca\u9580\u6216\u5c3e\u9580\u3002",
|
|
105
105
|
"fields": {
|
|
106
106
|
"door": {
|
|
107
|
-
"description": "\
|
|
107
|
+
"description": "\u8981\u89e3\u9396\u7684\u9580\u3002",
|
|
108
108
|
"name": "\u8eca\u9580"
|
|
109
109
|
}
|
|
110
110
|
},
|