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
|
@@ -13,6 +13,51 @@
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
|
+
"config_subentries": {
|
|
17
|
+
"conversation": {
|
|
18
|
+
"initiate_flow": {
|
|
19
|
+
"reconfigure": "\u4f1a\u8a71\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u3092\u518d\u69cb\u6210\u3059\u308b",
|
|
20
|
+
"user": "\u4f1a\u8a71\u30a8\u30fc\u30b8\u30a7\u30f3\u30c8\u3092\u8ffd\u52a0"
|
|
21
|
+
},
|
|
22
|
+
"step": {
|
|
23
|
+
"advanced": {
|
|
24
|
+
"data": {
|
|
25
|
+
"chat_model": "\u30e2\u30c7\u30eb",
|
|
26
|
+
"max_tokens": "\u5fdc\u7b54\u3068\u3057\u3066\u8fd4\u3055\u308c\u308b\u30c8\u30fc\u30af\u30f3\u306e\u6700\u5927\u6570",
|
|
27
|
+
"temperature": "\u6e29\u5ea6",
|
|
28
|
+
"top_p": "\u30c8\u30c3\u30d7P"
|
|
29
|
+
},
|
|
30
|
+
"title": "\u8a73\u7d30\u8a2d\u5b9a"
|
|
31
|
+
},
|
|
32
|
+
"init": {
|
|
33
|
+
"data": {
|
|
34
|
+
"llm_hass_api": "Home Assistant\u3092\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb",
|
|
35
|
+
"name": "\u540d\u524d",
|
|
36
|
+
"prompt": "\u8aac\u660e\u66f8",
|
|
37
|
+
"recommended": "\u63a8\u5968\u30e2\u30c7\u30eb\u306e\u8a2d\u5b9a"
|
|
38
|
+
},
|
|
39
|
+
"data_description": {
|
|
40
|
+
"prompt": "LLM\u304c\u3069\u306e\u3088\u3046\u306b\u5fdc\u7b54\u3059\u3079\u304d\u304b\u3092\u6307\u793a\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306b\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"model": {
|
|
44
|
+
"data": {
|
|
45
|
+
"reasoning_effort": "\u63a8\u8ad6\u306e\u52aa\u529b",
|
|
46
|
+
"search_context_size": "\u691c\u7d22\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u306e\u30b5\u30a4\u30ba",
|
|
47
|
+
"user_location": "\u81ea\u5b85\u6240\u5728\u5730\u3092\u542b\u3081\u308b",
|
|
48
|
+
"web_search": "\u30a6\u30a7\u30d6\u691c\u7d22\u3092\u6709\u52b9\u306b\u3059\u308b"
|
|
49
|
+
},
|
|
50
|
+
"data_description": {
|
|
51
|
+
"reasoning_effort": "\u30d7\u30ed\u30f3\u30d7\u30c8\u3078\u306e\u5fdc\u7b54\u3092\u4f5c\u6210\u3059\u308b\u524d\u306b\u30e2\u30c7\u30eb\u304c\u751f\u6210\u3059\u308b\u63a8\u8ad6\u30c8\u30fc\u30af\u30f3\u306e\u6570",
|
|
52
|
+
"search_context_size": "\u691c\u7d22\u306b\u4f7f\u7528\u3059\u308b\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u30b9\u30da\u30fc\u30b9\u306e\u91cf\u306b\u95a2\u3059\u308b\u9ad8\u30ec\u30d9\u30eb\u306e\u30ac\u30a4\u30c0\u30f3\u30b9",
|
|
53
|
+
"user_location": "\u5730\u57df\u306b\u57fa\u3065\u3044\u3066\u691c\u7d22\u7d50\u679c\u3092\u7d5e\u308a\u8fbc\u3080",
|
|
54
|
+
"web_search": "\u30e2\u30c7\u30eb\u304c\u5fdc\u7b54\u3092\u751f\u6210\u3059\u308b\u524d\u306b\u3001Web \u3067\u6700\u65b0\u60c5\u5831\u3092\u691c\u7d22\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b"
|
|
55
|
+
},
|
|
56
|
+
"title": "\u30e2\u30c7\u30eb\u56fa\u6709\u306e\u30aa\u30d7\u30b7\u30e7\u30f3"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
},
|
|
16
61
|
"exceptions": {
|
|
17
62
|
"invalid_config_entry": {
|
|
18
63
|
"message": "\u7121\u52b9\u306a\u8a2d\u5b9a\u30a8\u30f3\u30c8\u30ea {config_entry} \u3092\u53d7\u3051\u53d6\u308a\u307e\u3057\u305f\u3002"
|
|
@@ -20,6 +20,19 @@
|
|
|
20
20
|
"conversation": {
|
|
21
21
|
"abort": {
|
|
22
22
|
"reconfigure_successful": "Herconfiguratie was succesvol"
|
|
23
|
+
},
|
|
24
|
+
"step": {
|
|
25
|
+
"advanced": {
|
|
26
|
+
"data": {
|
|
27
|
+
"chat_model": "Model"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"init": {
|
|
31
|
+
"data": {
|
|
32
|
+
"llm_hass_api": "Beheer Home Assistant",
|
|
33
|
+
"name": "Naam"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
23
36
|
}
|
|
24
37
|
}
|
|
25
38
|
},
|
|
@@ -46,6 +46,10 @@
|
|
|
46
46
|
"user_location": "Inkludera hemplats",
|
|
47
47
|
"web_search": "Aktivera webbs\u00f6kning"
|
|
48
48
|
},
|
|
49
|
+
"data_description": {
|
|
50
|
+
"user_location": "F\u00f6rfina s\u00f6kresultaten baserat p\u00e5 geografi",
|
|
51
|
+
"web_search": "Till\u00e5t modellen att s\u00f6ka p\u00e5 webben efter den senaste informationen innan ett svar genereras"
|
|
52
|
+
},
|
|
49
53
|
"title": "Modellspecifika alternativ"
|
|
50
54
|
}
|
|
51
55
|
}
|
|
@@ -21,6 +21,7 @@ from homeassistant.components.climate import (
|
|
|
21
21
|
from homeassistant.config_entries import ConfigEntry
|
|
22
22
|
from homeassistant.const import ATTR_TEMPERATURE, CONF_ID, UnitOfTemperature
|
|
23
23
|
from homeassistant.core import HomeAssistant, callback
|
|
24
|
+
from homeassistant.exceptions import ServiceValidationError
|
|
24
25
|
from homeassistant.helpers.dispatcher import async_dispatcher_connect
|
|
25
26
|
from homeassistant.helpers.entity_platform import AddConfigEntryEntitiesCallback
|
|
26
27
|
|
|
@@ -30,6 +31,7 @@ from .const import (
|
|
|
30
31
|
CONF_SET_PRECISION,
|
|
31
32
|
DATA_GATEWAYS,
|
|
32
33
|
DATA_OPENTHERM_GW,
|
|
34
|
+
DOMAIN,
|
|
33
35
|
THERMOSTAT_DEVICE_DESCRIPTION,
|
|
34
36
|
OpenThermDataSource,
|
|
35
37
|
)
|
|
@@ -75,7 +77,7 @@ class OpenThermClimate(OpenThermStatusEntity, ClimateEntity):
|
|
|
75
77
|
ClimateEntityFeature.TARGET_TEMPERATURE | ClimateEntityFeature.PRESET_MODE
|
|
76
78
|
)
|
|
77
79
|
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
|
78
|
-
_attr_hvac_modes = []
|
|
80
|
+
_attr_hvac_modes = [HVACMode.HEAT]
|
|
79
81
|
_attr_name = None
|
|
80
82
|
_attr_preset_modes = []
|
|
81
83
|
_attr_min_temp = 1
|
|
@@ -129,9 +131,11 @@ class OpenThermClimate(OpenThermStatusEntity, ClimateEntity):
|
|
|
129
131
|
if ch_active and flame_on:
|
|
130
132
|
self._attr_hvac_action = HVACAction.HEATING
|
|
131
133
|
self._attr_hvac_mode = HVACMode.HEAT
|
|
134
|
+
self._attr_hvac_modes = [HVACMode.HEAT]
|
|
132
135
|
elif cooling_active:
|
|
133
136
|
self._attr_hvac_action = HVACAction.COOLING
|
|
134
137
|
self._attr_hvac_mode = HVACMode.COOL
|
|
138
|
+
self._attr_hvac_modes = [HVACMode.COOL]
|
|
135
139
|
else:
|
|
136
140
|
self._attr_hvac_action = HVACAction.IDLE
|
|
137
141
|
|
|
@@ -182,6 +186,13 @@ class OpenThermClimate(OpenThermStatusEntity, ClimateEntity):
|
|
|
182
186
|
return PRESET_AWAY
|
|
183
187
|
return PRESET_NONE
|
|
184
188
|
|
|
189
|
+
def set_hvac_mode(self, hvac_mode: HVACMode) -> None:
|
|
190
|
+
"""Set new target hvac mode."""
|
|
191
|
+
raise ServiceValidationError(
|
|
192
|
+
translation_domain=DOMAIN,
|
|
193
|
+
translation_key="change_hvac_mode_not_supported",
|
|
194
|
+
)
|
|
195
|
+
|
|
185
196
|
def set_preset_mode(self, preset_mode: str) -> None:
|
|
186
197
|
"""Set the preset mode."""
|
|
187
198
|
_LOGGER.warning("Changing preset mode is not supported")
|
|
@@ -355,6 +355,9 @@
|
|
|
355
355
|
}
|
|
356
356
|
},
|
|
357
357
|
"exceptions": {
|
|
358
|
+
"change_hvac_mode_not_supported": {
|
|
359
|
+
"message": "Der Wechsel des HLK-Modus wird nicht unterst\u00fctzt."
|
|
360
|
+
},
|
|
358
361
|
"invalid_gateway_id": {
|
|
359
362
|
"message": "Gateway {gw_id} nicht gefunden oder nicht geladen!"
|
|
360
363
|
}
|
|
@@ -352,6 +352,11 @@
|
|
|
352
352
|
}
|
|
353
353
|
}
|
|
354
354
|
},
|
|
355
|
+
"exceptions": {
|
|
356
|
+
"invalid_gateway_id": {
|
|
357
|
+
"message": "\u30b2\u30fc\u30c8\u30a6\u30a7\u30a4{gw_id}\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u304b\u3001\u30ed\u30fc\u30c9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002"
|
|
358
|
+
}
|
|
359
|
+
},
|
|
355
360
|
"options": {
|
|
356
361
|
"step": {
|
|
357
362
|
"init": {
|
|
@@ -25,22 +25,26 @@
|
|
|
25
25
|
"reconfigure": {
|
|
26
26
|
"data": {
|
|
27
27
|
"api_key": "API kulcs",
|
|
28
|
-
"url": "URL"
|
|
28
|
+
"url": "URL",
|
|
29
|
+
"verify_ssl": "SSL-tan\u00fas\u00edtv\u00e1ny ellen\u0151rz\u00e9se"
|
|
29
30
|
},
|
|
30
31
|
"data_description": {
|
|
31
32
|
"api_key": "API-kulcs a Paperless-ngx API-hoz val\u00f3 csatlakoz\u00e1shoz",
|
|
32
|
-
"url": "URL a Paperless-ngx p\u00e9ld\u00e1nyhoz val\u00f3 csatlakoz\u00e1shoz"
|
|
33
|
+
"url": "URL a Paperless-ngx p\u00e9ld\u00e1nyhoz val\u00f3 csatlakoz\u00e1shoz",
|
|
34
|
+
"verify_ssl": "Ellen\u0151rizze a Paperless-ngx p\u00e9ld\u00e1ny SSL tan\u00fas\u00edtv\u00e1ny\u00e1t. Ha \u00f6nal\u00e1\u00edrt tan\u00fas\u00edtv\u00e1nyt haszn\u00e1l, tiltsa le ezt az opci\u00f3t."
|
|
33
35
|
},
|
|
34
36
|
"title": "Paperless-ngx p\u00e9ld\u00e1ny \u00fajrakonfigur\u00e1l\u00e1sa"
|
|
35
37
|
},
|
|
36
38
|
"user": {
|
|
37
39
|
"data": {
|
|
38
40
|
"api_key": "API kulcs",
|
|
39
|
-
"url": "URL"
|
|
41
|
+
"url": "URL",
|
|
42
|
+
"verify_ssl": "SSL-tan\u00fas\u00edtv\u00e1ny ellen\u0151rz\u00e9se"
|
|
40
43
|
},
|
|
41
44
|
"data_description": {
|
|
42
45
|
"api_key": "API-kulcs a Paperless-ngx API-hoz val\u00f3 csatlakoz\u00e1shoz",
|
|
43
|
-
"url": "URL a Paperless-ngx p\u00e9ld\u00e1nyhoz val\u00f3 csatlakoz\u00e1shoz"
|
|
46
|
+
"url": "URL a Paperless-ngx p\u00e9ld\u00e1nyhoz val\u00f3 csatlakoz\u00e1shoz",
|
|
47
|
+
"verify_ssl": "Ellen\u0151rizze a Paperless-ngx p\u00e9ld\u00e1ny SSL tan\u00fas\u00edtv\u00e1ny\u00e1t. Ha \u00f6nal\u00e1\u00edrt tan\u00fas\u00edtv\u00e1nyt haszn\u00e1l, tiltsa le ezt az opci\u00f3t."
|
|
44
48
|
},
|
|
45
49
|
"title": "Paperless-ngx p\u00e9ld\u00e1ny hozz\u00e1ad\u00e1sa"
|
|
46
50
|
}
|
|
@@ -1,4 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
+
"config": {
|
|
3
|
+
"step": {
|
|
4
|
+
"reconfigure": {
|
|
5
|
+
"data": {
|
|
6
|
+
"verify_ssl": "SSL\u8a3c\u660e\u66f8\u3092\u78ba\u8a8d\u3059\u308b"
|
|
7
|
+
},
|
|
8
|
+
"data_description": {
|
|
9
|
+
"verify_ssl": "Paperless-ngx\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306eSSL\u8a3c\u660e\u66f8\u3092\u691c\u8a3c\u3057\u307e\u3059\u3002\u81ea\u5df1\u7f72\u540d\u8a3c\u660e\u66f8\u3092\u4f7f\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u3001\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u7121\u52b9\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002"
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"user": {
|
|
13
|
+
"data": {
|
|
14
|
+
"verify_ssl": "SSL\u8a3c\u660e\u66f8\u3092\u78ba\u8a8d\u3059\u308b"
|
|
15
|
+
},
|
|
16
|
+
"data_description": {
|
|
17
|
+
"verify_ssl": "Paperless-ngx\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u306eSSL\u8a3c\u660e\u66f8\u3092\u691c\u8a3c\u3057\u307e\u3059\u3002\u81ea\u5df1\u7f72\u540d\u8a3c\u660e\u66f8\u3092\u4f7f\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u3001\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u7121\u52b9\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
},
|
|
2
22
|
"entity": {
|
|
3
23
|
"update": {
|
|
4
24
|
"paperless_update": {
|
|
@@ -22,12 +22,18 @@
|
|
|
22
22
|
"host": "\u039a\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03cc\u03c2 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae\u03c2",
|
|
23
23
|
"password": "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2"
|
|
24
24
|
},
|
|
25
|
+
"data_description": {
|
|
26
|
+
"host": "\u03a4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03ba\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03bf\u03cd \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae \u03ae \u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 IP \u03c4\u03bf\u03c5 \u03c6\u03bf\u03c1\u03c4\u03b9\u03c3\u03c4\u03ae Peblar EV \u03c3\u03c4\u03bf \u03bf\u03b9\u03ba\u03b9\u03b1\u03ba\u03cc \u03c3\u03b1\u03c2 \u03b4\u03af\u03ba\u03c4\u03c5\u03bf."
|
|
27
|
+
},
|
|
25
28
|
"description": "\u0395\u03c0\u03b1\u03bd\u03b1\u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03ce\u03c3\u03c4\u03b5 \u03c4\u03bf\u03bd \u03c6\u03bf\u03c1\u03c4\u03b9\u03c3\u03c4\u03ae Peblar EV.\n\n\u0391\u03c5\u03c4\u03cc \u03c3\u03b1\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 IP \u03c4\u03bf\u03c5 \u03c6\u03bf\u03c1\u03c4\u03b9\u03c3\u03c4\u03ae Peblar EV \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03b4\u03b9\u03b5\u03c0\u03b1\u03c6\u03ae \u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5 \u03c4\u03bf\u03c5."
|
|
26
29
|
},
|
|
27
30
|
"user": {
|
|
28
31
|
"data": {
|
|
29
32
|
"host": "\u039a\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03cc\u03c2 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae\u03c2",
|
|
30
33
|
"password": "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2"
|
|
34
|
+
},
|
|
35
|
+
"data_description": {
|
|
36
|
+
"host": "\u03a4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03ba\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03bf\u03cd \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae \u03ae \u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 IP \u03c4\u03bf\u03c5 \u03c6\u03bf\u03c1\u03c4\u03b9\u03c3\u03c4\u03ae Peblar EV \u03c3\u03c4\u03bf \u03bf\u03b9\u03ba\u03b9\u03b1\u03ba\u03cc \u03c3\u03b1\u03c2 \u03b4\u03af\u03ba\u03c4\u03c5\u03bf."
|
|
31
37
|
}
|
|
32
38
|
},
|
|
33
39
|
"zeroconf_confirm": {
|
|
@@ -61,6 +67,12 @@
|
|
|
61
67
|
"exceptions": {
|
|
62
68
|
"authentication_error": {
|
|
63
69
|
"message": "\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03c6\u03bf\u03c1\u03c4\u03b9\u03c3\u03c4\u03ae \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03b9\u03ba\u03bf\u03cd \u03bf\u03c7\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 Peblar."
|
|
70
|
+
},
|
|
71
|
+
"communication_error": {
|
|
72
|
+
"message": "\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03c6\u03bf\u03c1\u03c4\u03b9\u03c3\u03c4\u03ae Peblar EV: {error}"
|
|
73
|
+
},
|
|
74
|
+
"unknown_error": {
|
|
75
|
+
"message": "\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03c4\u03b7\u03ba\u03b5 \u03ac\u03b3\u03bd\u03c9\u03c3\u03c4\u03bf \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03c6\u03bf\u03c1\u03c4\u03b9\u03c3\u03c4\u03ae Peblar EV: {error}"
|
|
64
76
|
}
|
|
65
77
|
}
|
|
66
78
|
}
|
|
@@ -11,8 +11,7 @@
|
|
|
11
11
|
"data": {
|
|
12
12
|
"station": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f"
|
|
13
13
|
},
|
|
14
|
-
"description": "\u041d\u0430\u043c\u0435\u0440\u0435\u043d\u0438 \u0441\u0430 {stations_count} \u0441\u0442\u0430\u043d\u0446\u0438\u0438 \u0432 \u0440\u0430\u0434\u0438\u0443\u0441\u0430"
|
|
15
|
-
"title": "\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0441\u0442\u0430\u043d\u0446\u0438\u044f\u0442\u0430 \u0437\u0430 \u0438\u0437\u043c\u0435\u0440\u0432\u0430\u043d\u0435, \u043a\u043e\u044f\u0442\u043e \u0434\u0430 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u0435"
|
|
14
|
+
"description": "\u041d\u0430\u043c\u0435\u0440\u0435\u043d\u0438 \u0441\u0430 {stations_count} \u0441\u0442\u0430\u043d\u0446\u0438\u0438 \u0432 \u0440\u0430\u0434\u0438\u0443\u0441\u0430"
|
|
16
15
|
},
|
|
17
16
|
"user": {
|
|
18
17
|
"data": {
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"data": {
|
|
13
13
|
"station": "Estaci\u00f3"
|
|
14
14
|
},
|
|
15
|
-
"description": "S'han trobat {stations_count} estacions dins el radi"
|
|
16
|
-
"title": "Selecciona l'estaci\u00f3 de mesura a afegir"
|
|
15
|
+
"description": "S'han trobat {stations_count} estacions dins el radi"
|
|
17
16
|
},
|
|
18
17
|
"user": {
|
|
19
18
|
"data": {
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"data": {
|
|
13
13
|
"station": "Stanice"
|
|
14
14
|
},
|
|
15
|
-
"description": "Nalezeno {stations_count} stanic pobl\u00ed\u017e"
|
|
16
|
-
"title": "Vybrat m\u011b\u0159ic\u00ed stanici pro p\u0159id\u00e1n\u00ed"
|
|
15
|
+
"description": "Nalezeno {stations_count} stanic pobl\u00ed\u017e"
|
|
17
16
|
},
|
|
18
17
|
"user": {
|
|
19
18
|
"data": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"station": "\u03a3\u03c4\u03b1\u03b8\u03bc\u03cc\u03c2"
|
|
14
14
|
},
|
|
15
15
|
"description": "\u0392\u03c1\u03ad\u03b8\u03b7\u03ba\u03b1\u03bd {stations_count} \u03c3\u03c4\u03b1\u03b8\u03bc\u03bf\u03af \u03b5\u03bd\u03c4\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03b1\u03ba\u03c4\u03af\u03bd\u03b1\u03c2 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2",
|
|
16
|
-
"title": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c4\u03bf \u03c3\u03c4\u03b1\u03b8\u03bc\u03cc \
|
|
16
|
+
"title": "\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c4\u03bf\u03bd \u03c3\u03c4\u03b1\u03b8\u03bc\u03cc \u03c0\u03bf\u03c5 \u03b8\u03ad\u03bb\u03b5\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03b5\u03c4\u03b5"
|
|
17
17
|
},
|
|
18
18
|
"user": {
|
|
19
19
|
"data": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"station": "Estaci\u00f3n"
|
|
14
14
|
},
|
|
15
15
|
"description": "Se encontraron {stations_count} estaciones en el radio",
|
|
16
|
-
"title": "Selecciona la estaci\u00f3n
|
|
16
|
+
"title": "Selecciona la estaci\u00f3n que quieres a\u00f1adir"
|
|
17
17
|
},
|
|
18
18
|
"user": {
|
|
19
19
|
"data": {
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"data": {
|
|
13
13
|
"station": "Asema"
|
|
14
14
|
},
|
|
15
|
-
"description": "S\u00e4teelt\u00e4 l\u00f6ytyi {stations_count} asemaa"
|
|
16
|
-
"title": "Valitse lis\u00e4tt\u00e4v\u00e4 mittausasema"
|
|
15
|
+
"description": "S\u00e4teelt\u00e4 l\u00f6ytyi {stations_count} asemaa"
|
|
17
16
|
},
|
|
18
17
|
"user": {
|
|
19
18
|
"data": {
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"data": {
|
|
13
13
|
"station": "Station"
|
|
14
14
|
},
|
|
15
|
-
"description": "{stations_count} stations-services trouv\u00e9es dans le rayon"
|
|
16
|
-
"title": "Identifiant de la station de mesure"
|
|
15
|
+
"description": "{stations_count} stations-services trouv\u00e9es dans le rayon"
|
|
17
16
|
},
|
|
18
17
|
"user": {
|
|
19
18
|
"data": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"station": "\u00c1llom\u00e1s"
|
|
14
14
|
},
|
|
15
15
|
"description": "Tal\u00e1ltam {stations_count} \u00e1llom\u00e1st a keres\u00e9si sug\u00e1rban.",
|
|
16
|
-
"title": "V\
|
|
16
|
+
"title": "V\u00e1lassza ki a hozz\u00e1adni k\u00edv\u00e1nt \u00e1llom\u00e1st."
|
|
17
17
|
},
|
|
18
18
|
"user": {
|
|
19
19
|
"data": {
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"data": {
|
|
13
13
|
"station": "Stasiun"
|
|
14
14
|
},
|
|
15
|
-
"description": "Ditemukan {stations_count} stasiun dalam radius"
|
|
16
|
-
"title": "Pilih stasiun pengukur untuk ditambahkan"
|
|
15
|
+
"description": "Ditemukan {stations_count} stasiun dalam radius"
|
|
17
16
|
},
|
|
18
17
|
"user": {
|
|
19
18
|
"data": {
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"data": {
|
|
13
13
|
"station": "Stazione"
|
|
14
14
|
},
|
|
15
|
-
"description": "Trovate {stations_count} stazioni nel raggio"
|
|
16
|
-
"title": "Selezionare la stazione di misurazione da aggiungere"
|
|
15
|
+
"description": "Trovate {stations_count} stazioni nel raggio"
|
|
17
16
|
},
|
|
18
17
|
"user": {
|
|
19
18
|
"data": {
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"data": {
|
|
13
13
|
"station": "\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3"
|
|
14
14
|
},
|
|
15
|
-
"description": "\u534a\u5f84\u5185\u306b{stations_count}\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f"
|
|
16
|
-
"title": "\u8ffd\u52a0\u3059\u308b\u6e2c\u5b9a\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u9078\u629e"
|
|
15
|
+
"description": "\u534a\u5f84\u5185\u306b{stations_count}\u30b9\u30c6\u30fc\u30b7\u30e7\u30f3\u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f"
|
|
17
16
|
},
|
|
18
17
|
"user": {
|
|
19
18
|
"data": {
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"data": {
|
|
13
13
|
"station": "\uce21\uc815\uc18c"
|
|
14
14
|
},
|
|
15
|
-
"description": "\ubc18\uacbd\uc5d0\uc11c {stations_count} \uce21\uc815\uc18c\ub97c \ucc3e\uc558\uc2b5\ub2c8\ub2e4."
|
|
16
|
-
"title": "\ucd94\uac00\ud560 \uce21\uc815\uc18c\ub97c \uc120\ud0dd\ud569\ub2c8\ub2e4"
|
|
15
|
+
"description": "\ubc18\uacbd\uc5d0\uc11c {stations_count} \uce21\uc815\uc18c\ub97c \ucc3e\uc558\uc2b5\ub2c8\ub2e4."
|
|
17
16
|
},
|
|
18
17
|
"user": {
|
|
19
18
|
"data": {
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"data": {
|
|
13
13
|
"station": "Stotis"
|
|
14
14
|
},
|
|
15
|
-
"description": "Rasta {stations_count} sto\u010di\u0173 spinduliu"
|
|
16
|
-
"title": "Pasirinkite matavimo stot\u012f, kuri\u0105 norite prid\u0117ti"
|
|
15
|
+
"description": "Rasta {stations_count} sto\u010di\u0173 spinduliu"
|
|
17
16
|
},
|
|
18
17
|
"user": {
|
|
19
18
|
"data": {
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"data": {
|
|
13
13
|
"station": "Stacija"
|
|
14
14
|
},
|
|
15
|
-
"description": "Nor\u0101d\u012btaj\u0101 r\u0101dius\u0101 atrastas {stations_count}\u00a0stacijas"
|
|
16
|
-
"title": "Izv\u0113lieties pievienojamo m\u0113r\u012b\u0161anas staciju"
|
|
15
|
+
"description": "Nor\u0101d\u012btaj\u0101 r\u0101dius\u0101 atrastas {stations_count}\u00a0stacijas"
|
|
17
16
|
},
|
|
18
17
|
"user": {
|
|
19
18
|
"data": {
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"data": {
|
|
13
13
|
"station": "Station"
|
|
14
14
|
},
|
|
15
|
-
"description": "{stations_count} stations gevonden in omgeving"
|
|
16
|
-
"title": "Selecteer stations om toe te voegen"
|
|
15
|
+
"description": "{stations_count} stations gevonden in omgeving"
|
|
17
16
|
},
|
|
18
17
|
"user": {
|
|
19
18
|
"data": {
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"data": {
|
|
13
13
|
"station": "Esta\u00e7\u00e3o"
|
|
14
14
|
},
|
|
15
|
-
"description": "Encontrou {stations_count} esta\u00e7\u00f5es no raio"
|
|
16
|
-
"title": "Selecionar a esta\u00e7\u00e3o de medi\u00e7\u00e3o a adicionar"
|
|
15
|
+
"description": "Encontrou {stations_count} esta\u00e7\u00f5es no raio"
|
|
17
16
|
},
|
|
18
17
|
"user": {
|
|
19
18
|
"data": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"station": "\u0421\u0442\u0430\u043d\u0446\u0438\u044f"
|
|
14
14
|
},
|
|
15
15
|
"description": "\u041d\u0430\u0439\u0434\u0435\u043d\u043e {stations_count} \u0441\u0442\u0430\u043d\u0446\u0438\u0439 \u0432 \u0440\u0430\u0434\u0438\u0443\u0441\u0435",
|
|
16
|
-
"title": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \
|
|
16
|
+
"title": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u0442\u0430\u043d\u0446\u0438\u044e \u0434\u043b\u044f \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f"
|
|
17
17
|
},
|
|
18
18
|
"user": {
|
|
19
19
|
"data": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"station": "Stanica"
|
|
14
14
|
},
|
|
15
15
|
"description": "Po\u010det n\u00e1jden\u00fdch stan\u00edc v okruhu {stations_count}",
|
|
16
|
-
"title": "Vyberte
|
|
16
|
+
"title": "Vyberte stanicu, ktor\u00fa chcete prida\u0165"
|
|
17
17
|
},
|
|
18
18
|
"user": {
|
|
19
19
|
"data": {
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"data": {
|
|
13
13
|
"station": "\u0130stasyon"
|
|
14
14
|
},
|
|
15
|
-
"description": "Yar\u0131\u00e7ap i\u00e7inde {stations_count} istasyon bulundu"
|
|
16
|
-
"title": "Eklenecek \u00f6l\u00e7\u00fcm istasyonunu se\u00e7in"
|
|
15
|
+
"description": "Yar\u0131\u00e7ap i\u00e7inde {stations_count} istasyon bulundu"
|
|
17
16
|
},
|
|
18
17
|
"user": {
|
|
19
18
|
"data": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"station": "\u76e3\u63a7\u7ad9"
|
|
14
14
|
},
|
|
15
15
|
"description": "\u65bc\u534a\u5f91\u5167\u627e\u5230 {stations_count} \u5ea7\u76e3\u63a7\u7ad9",
|
|
16
|
-
"title": "\u9078\u64c7\u6240\u8981\u589e\u52a0\u7684\
|
|
16
|
+
"title": "\u9078\u64c7\u6240\u8981\u589e\u52a0\u7684\u7ad9\u9ede"
|
|
17
17
|
},
|
|
18
18
|
"user": {
|
|
19
19
|
"data": {
|
|
@@ -27,7 +27,6 @@ from homeassistant.const import (
|
|
|
27
27
|
EVENT_HOMEASSISTANT_START,
|
|
28
28
|
SERVICE_RELOAD,
|
|
29
29
|
STATE_HOME,
|
|
30
|
-
STATE_NOT_HOME,
|
|
31
30
|
STATE_UNAVAILABLE,
|
|
32
31
|
STATE_UNKNOWN,
|
|
33
32
|
)
|
|
@@ -526,7 +525,7 @@ class Person(
|
|
|
526
525
|
latest_gps = _get_latest(latest_gps, state)
|
|
527
526
|
elif state.state == STATE_HOME:
|
|
528
527
|
latest_non_gps_home = _get_latest(latest_non_gps_home, state)
|
|
529
|
-
|
|
528
|
+
else:
|
|
530
529
|
latest_not_home = _get_latest(latest_not_home, state)
|
|
531
530
|
|
|
532
531
|
if latest_non_gps_home:
|