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
|
@@ -164,22 +164,29 @@
|
|
|
164
164
|
"device": {
|
|
165
165
|
"data": {
|
|
166
166
|
"configuration_url": "\u8a2d\u5b9a\u7db2\u5740",
|
|
167
|
-
"hw_version": "\u786c\u9ad4\u7248\u672c",
|
|
168
167
|
"model": "\u578b\u865f",
|
|
169
168
|
"model_id": "\u578b\u865f ID",
|
|
170
|
-
"name": "\u540d\u7a31"
|
|
171
|
-
"sw_version": "\u8edf\u9ad4\u7248\u672c"
|
|
169
|
+
"name": "\u540d\u7a31"
|
|
172
170
|
},
|
|
173
171
|
"data_description": {
|
|
174
172
|
"configuration_url": "\u7ba1\u7406\u6b64\u88dd\u7f6e\u8a2d\u5b9a\u7684\u7db2\u9801\u9023\u7d50\u3002\u53ef\u4ee5\u70ba 'http://', 'https://' \u6216\u5167\u90e8 'homeassistant://' \u7db2\u5740\u3002",
|
|
175
|
-
"hw_version": "\u88dd\u7f6e\u786c\u9ad4\u7248\u672c\u3002\u4f8b\u5982\uff1a'v1.0 rev a'\u3002",
|
|
176
173
|
"model": "\u4f8b\u5982\uff1a'Cleanmaster Pro'\u3002",
|
|
177
174
|
"model_id": "\u4f8b\u5982\uff1a'123NK2PRO'\u3002",
|
|
178
|
-
"name": "\u624b\u52d5\u65b0\u589e\u7684 MQTT \u88dd\u7f6e\u540d\u7a31\u3002"
|
|
179
|
-
"sw_version": "\u88dd\u7f6e\u8edf\u9ad4\u7248\u672c\u3002\u4f8b\u5982\uff1a'2025.1.0'\u3002"
|
|
175
|
+
"name": "\u624b\u52d5\u65b0\u589e\u7684 MQTT \u88dd\u7f6e\u540d\u7a31\u3002"
|
|
180
176
|
},
|
|
181
177
|
"description": "\u8f38\u5165 MQTT \u88dd\u7f6e\u8a73\u7d30\u8cc7\u6599\uff1a",
|
|
182
178
|
"sections": {
|
|
179
|
+
"advanced_settings": {
|
|
180
|
+
"data": {
|
|
181
|
+
"hw_version": "\u786c\u9ad4\u7248\u672c",
|
|
182
|
+
"sw_version": "\u8edf\u9ad4\u7248\u672c"
|
|
183
|
+
},
|
|
184
|
+
"data_description": {
|
|
185
|
+
"hw_version": "\u88dd\u7f6e\u786c\u9ad4\u7248\u672c\u3002\u4f8b\u5982\uff1a'v1.0 rev a'\u3002",
|
|
186
|
+
"sw_version": "\u88dd\u7f6e\u8edf\u9ad4\u7248\u672c\u3002\u4f8b\u5982\uff1a'2025.1.0'\u3002"
|
|
187
|
+
},
|
|
188
|
+
"name": "\u9032\u968e\u88dd\u7f6e\u8a2d\u5b9a"
|
|
189
|
+
},
|
|
183
190
|
"mqtt_settings": {
|
|
184
191
|
"data": {
|
|
185
192
|
"qos": "QoS"
|
|
@@ -31,6 +31,13 @@
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
|
+
"entity": {
|
|
35
|
+
"button": {
|
|
36
|
+
"favorite_now_playing": {
|
|
37
|
+
"name": "Jelenlegi dal kedvencek k\u00f6z\u00e9"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
},
|
|
34
41
|
"issues": {
|
|
35
42
|
"invalid_server_version": {
|
|
36
43
|
"description": "Ellen\u0151rizze, hogy el\u00e9rhet\u0151k-e friss\u00edt\u00e9sek a Music Assistant szerverhez \u00e9s/vagy az integr\u00e1ci\u00f3hoz.",
|
|
@@ -29,6 +29,13 @@
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
|
+
"entity": {
|
|
33
|
+
"button": {
|
|
34
|
+
"favorite_now_playing": {
|
|
35
|
+
"name": "\u304a\u6c17\u306b\u5165\u308a\u306e\u73fe\u5728\u306e\u66f2"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
},
|
|
32
39
|
"issues": {
|
|
33
40
|
"invalid_server_version": {
|
|
34
41
|
"description": "Music Assistant\u30b5\u30fc\u30d0\u30fc\u304a\u3088\u3073/\u307e\u305f\u306f\u7d71\u5408\u306b\u5229\u7528\u53ef\u80fd\u306a\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u304c\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002",
|
|
@@ -23,6 +23,12 @@
|
|
|
23
23
|
},
|
|
24
24
|
"step": {
|
|
25
25
|
"pick_implementation": {
|
|
26
|
+
"data": {
|
|
27
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
28
|
+
},
|
|
29
|
+
"data_description": {
|
|
30
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
31
|
+
},
|
|
26
32
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
27
33
|
},
|
|
28
34
|
"reauth_confirm": {
|
|
@@ -23,6 +23,12 @@
|
|
|
23
23
|
},
|
|
24
24
|
"step": {
|
|
25
25
|
"pick_implementation": {
|
|
26
|
+
"data": {
|
|
27
|
+
"implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
|
|
28
|
+
},
|
|
29
|
+
"data_description": {
|
|
30
|
+
"implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
|
|
31
|
+
},
|
|
26
32
|
"title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
|
|
27
33
|
},
|
|
28
34
|
"reauth_confirm": {
|
|
@@ -32,6 +32,15 @@
|
|
|
32
32
|
},
|
|
33
33
|
"description": "Prosz\u0119 wpisa\u0107 prawid\u0142ow\u0105 nazw\u0119 u\u017cytkownika i has\u0142o dla hosta: {host}."
|
|
34
34
|
},
|
|
35
|
+
"reconfigure": {
|
|
36
|
+
"data": {
|
|
37
|
+
"host": "Host"
|
|
38
|
+
},
|
|
39
|
+
"data_description": {
|
|
40
|
+
"host": "Nazwa hosta lub adres IP Nettigo Air Monitor, kt\u00f3ry ma by\u0107 kontrolowany."
|
|
41
|
+
},
|
|
42
|
+
"description": "Zaktualizuj konfiguracj\u0119 dla {device_name}."
|
|
43
|
+
},
|
|
35
44
|
"user": {
|
|
36
45
|
"data": {
|
|
37
46
|
"host": "Host"
|
|
@@ -16,6 +16,12 @@
|
|
|
16
16
|
},
|
|
17
17
|
"step": {
|
|
18
18
|
"pick_implementation": {
|
|
19
|
+
"data": {
|
|
20
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
21
|
+
},
|
|
22
|
+
"data_description": {
|
|
23
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
24
|
+
},
|
|
19
25
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
20
26
|
},
|
|
21
27
|
"reauth_confirm": {
|
|
@@ -16,6 +16,12 @@
|
|
|
16
16
|
},
|
|
17
17
|
"step": {
|
|
18
18
|
"pick_implementation": {
|
|
19
|
+
"data": {
|
|
20
|
+
"implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
|
|
21
|
+
},
|
|
22
|
+
"data_description": {
|
|
23
|
+
"implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
|
|
24
|
+
},
|
|
19
25
|
"title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
|
|
20
26
|
},
|
|
21
27
|
"reauth_confirm": {
|
|
@@ -52,6 +52,12 @@
|
|
|
52
52
|
"description": "A Home Assistant tal\u00e1lt egy Google Nest eszk\u00f6zt a h\u00e1l\u00f3zat\u00e1n. Vegye figyelembe, hogy a Google Nest be\u00e1ll\u00edt\u00e1sa bonyolultabb, mint a legt\u00f6bb m\u00e1s integr\u00e1ci\u00f3\u00e9, \u00e9s sz\u00fcks\u00e9ges hozz\u00e1 egy Nest Device Access projekt l\u00e9trehoz\u00e1sa, amelyhez **Google r\u00e9sz\u00e9re 5 USD d\u00edj megfizet\u00e9se sz\u00fcks\u00e9ges**. A folytat\u00e1shoz nyomja meg a **Mehet** gombot."
|
|
53
53
|
},
|
|
54
54
|
"pick_implementation": {
|
|
55
|
+
"data": {
|
|
56
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
57
|
+
},
|
|
58
|
+
"data_description": {
|
|
59
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
60
|
+
},
|
|
55
61
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
56
62
|
},
|
|
57
63
|
"pubsub_subscription": {
|
|
@@ -48,6 +48,12 @@
|
|
|
48
48
|
"title": "Nest: \u30c7\u30d0\u30a4\u30b9\u30a2\u30af\u30bb\u30b9\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u4f5c\u6210"
|
|
49
49
|
},
|
|
50
50
|
"pick_implementation": {
|
|
51
|
+
"data": {
|
|
52
|
+
"implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
|
|
53
|
+
},
|
|
54
|
+
"data_description": {
|
|
55
|
+
"implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
|
|
56
|
+
},
|
|
51
57
|
"title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
|
|
52
58
|
},
|
|
53
59
|
"pubsub_subscription": {
|
|
@@ -16,6 +16,12 @@
|
|
|
16
16
|
},
|
|
17
17
|
"step": {
|
|
18
18
|
"pick_implementation": {
|
|
19
|
+
"data": {
|
|
20
|
+
"implementation": "Alkalmaz\u00e1s-hiteles\u00edt\u0151 adatok"
|
|
21
|
+
},
|
|
22
|
+
"data_description": {
|
|
23
|
+
"implementation": "A hiteles\u00edt\u00e9shez haszn\u00e1land\u00f3 hiteles\u00edt\u0151 adatok"
|
|
24
|
+
},
|
|
19
25
|
"title": "V\u00e1lasszon egy hiteles\u00edt\u00e9si m\u00f3dszert"
|
|
20
26
|
},
|
|
21
27
|
"reauth_confirm": {
|
|
@@ -16,6 +16,12 @@
|
|
|
16
16
|
},
|
|
17
17
|
"step": {
|
|
18
18
|
"pick_implementation": {
|
|
19
|
+
"data": {
|
|
20
|
+
"implementation": "\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8a8d\u8a3c"
|
|
21
|
+
},
|
|
22
|
+
"data_description": {
|
|
23
|
+
"implementation": "\u8a8d\u8a3c\u306b\u4f7f\u7528\u3059\u308b\u8cc7\u683c\u60c5\u5831\u3002"
|
|
24
|
+
},
|
|
19
25
|
"title": "\u8a8d\u8a3c\u65b9\u6cd5\u306e\u9078\u629e"
|
|
20
26
|
},
|
|
21
27
|
"reauth_confirm": {
|
|
@@ -40,6 +40,9 @@
|
|
|
40
40
|
"binary_sensor": {
|
|
41
41
|
"device_connection_status": {
|
|
42
42
|
"name": "\u00c9tat de la connexion de l'appareil"
|
|
43
|
+
},
|
|
44
|
+
"device_profile_connection_status": {
|
|
45
|
+
"name": "\u00c9tat de connexion du profil de l'appareil"
|
|
43
46
|
}
|
|
44
47
|
},
|
|
45
48
|
"button": {
|
|
@@ -146,6 +149,9 @@
|
|
|
146
149
|
"allow_affiliate": {
|
|
147
150
|
"name": "Autoriser les liens d'affiliation et de suivi"
|
|
148
151
|
},
|
|
152
|
+
"anonymized_ecs": {
|
|
153
|
+
"name": "Sous-r\u00e9seau client EDNS anonymis\u00e9"
|
|
154
|
+
},
|
|
149
155
|
"block_9gag": {
|
|
150
156
|
"name": "Bloquer 9GAG"
|
|
151
157
|
},
|
|
@@ -10,14 +10,28 @@
|
|
|
10
10
|
"unknown": "V\u00e1ratlan hiba"
|
|
11
11
|
},
|
|
12
12
|
"step": {
|
|
13
|
+
"profiles": {
|
|
14
|
+
"data": {
|
|
15
|
+
"profile_name": "Profil"
|
|
16
|
+
},
|
|
17
|
+
"data_description": {
|
|
18
|
+
"profile_name": "A NextDNS konfigur\u00e1ci\u00f3s profil, amelyet integr\u00e1lni k\u00edv\u00e1n"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
13
21
|
"reauth_confirm": {
|
|
14
22
|
"data": {
|
|
15
23
|
"api_key": "API kulcs"
|
|
24
|
+
},
|
|
25
|
+
"data_description": {
|
|
26
|
+
"api_key": "A NextDNS fi\u00f3kj\u00e1hoz tartoz\u00f3 API-kulcs"
|
|
16
27
|
}
|
|
17
28
|
},
|
|
18
29
|
"user": {
|
|
19
30
|
"data": {
|
|
20
31
|
"api_key": "API kulcs"
|
|
32
|
+
},
|
|
33
|
+
"data_description": {
|
|
34
|
+
"api_key": "A NextDNS fi\u00f3kj\u00e1hoz tartoz\u00f3 API-kulcs"
|
|
21
35
|
}
|
|
22
36
|
}
|
|
23
37
|
}
|
|
@@ -13,11 +13,17 @@
|
|
|
13
13
|
"reauth_confirm": {
|
|
14
14
|
"data": {
|
|
15
15
|
"api_key": "API\u30ad\u30fc"
|
|
16
|
+
},
|
|
17
|
+
"data_description": {
|
|
18
|
+
"api_key": "NextDNS\u30a2\u30ab\u30a6\u30f3\u30c8\u306eAPI\u30ad\u30fc"
|
|
16
19
|
}
|
|
17
20
|
},
|
|
18
21
|
"user": {
|
|
19
22
|
"data": {
|
|
20
23
|
"api_key": "API\u30ad\u30fc"
|
|
24
|
+
},
|
|
25
|
+
"data_description": {
|
|
26
|
+
"api_key": "NextDNS\u30a2\u30ab\u30a6\u30f3\u30c8\u306eAPI\u30ad\u30fc"
|
|
21
27
|
}
|
|
22
28
|
}
|
|
23
29
|
}
|
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"abort": {
|
|
8
8
|
"account_mismatch": "A megadott hozz\u00e1f\u00e9r\u00e9si token a(z) {wrong_username} fi\u00f3khoz tartozik. Jelentkezzen be \u00fajra a(z) **{username}** fi\u00f3kkal",
|
|
9
9
|
"already_configured": "A szolg\u00e1ltat\u00e1s m\u00e1r konfigur\u00e1lva van",
|
|
10
|
-
"reauth_successful": "Az \u00fajrahiteles\u00edt\u00e9s sikeres volt"
|
|
10
|
+
"reauth_successful": "Az \u00fajrahiteles\u00edt\u00e9s sikeres volt",
|
|
11
|
+
"reconfigure_successful": "\u00dajrakonfigur\u00e1l\u00e1s sikeres volt"
|
|
11
12
|
},
|
|
12
13
|
"error": {
|
|
13
14
|
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
|
|
@@ -21,11 +22,38 @@
|
|
|
21
22
|
"token": "Hozz\u00e1f\u00e9r\u00e9si token"
|
|
22
23
|
},
|
|
23
24
|
"data_description": {
|
|
24
|
-
"password": "Adja meg a fent eml\u00edtett felhaszn\u00e1l\u00f3n\u00e9vhez tartoz\u00f3 jelsz\u00f3t az automatikus hozz\u00e1f\u00e9r\u00e9si token l\u00e9trehoz\u00e1s\u00e1hoz"
|
|
25
|
+
"password": "Adja meg a fent eml\u00edtett felhaszn\u00e1l\u00f3n\u00e9vhez tartoz\u00f3 jelsz\u00f3t az automatikus hozz\u00e1f\u00e9r\u00e9si token l\u00e9trehoz\u00e1s\u00e1hoz",
|
|
26
|
+
"token": "Adjon meg egy \u00faj hozz\u00e1f\u00e9r\u00e9si tokent. \u00daj token l\u00e9trehoz\u00e1s\u00e1hoz l\u00e9pjen a Fi\u00f3k \u2192 Hozz\u00e1f\u00e9r\u00e9si tokenek men\u00fcpontra, majd v\u00e1lassza a 'Hozz\u00e1f\u00e9r\u00e9si token l\u00e9trehoz\u00e1sa' lehet\u0151s\u00e9get"
|
|
25
27
|
},
|
|
26
28
|
"description": "A(z) **{username}** felhaszn\u00e1l\u00f3hoz tartoz\u00f3 hozz\u00e1f\u00e9r\u00e9si token \u00e9rv\u00e9nytelen. Az ntfy szolg\u00e1ltat\u00e1shoz t\u00f6rt\u00e9n\u0151 \u00fajrahiteles\u00edt\u00e9shez megadhatja jelszav\u00e1t (ekkor automatikusan l\u00e9trej\u00f6n egy \u00faj token) vagy k\u00f6zvetlen\u00fcl is megadhat egy \u00e9rv\u00e9nyes tokent",
|
|
27
29
|
"title": "\u00dajrahiteles\u00edt\u00e9s az ntfy szolg\u00e1ltat\u00e1shoz ({name})"
|
|
28
30
|
},
|
|
31
|
+
"reconfigure": {
|
|
32
|
+
"data": {
|
|
33
|
+
"password": "Jelsz\u00f3",
|
|
34
|
+
"token": "Hozz\u00e1f\u00e9r\u00e9si token",
|
|
35
|
+
"username": "Felhaszn\u00e1l\u00f3n\u00e9v"
|
|
36
|
+
},
|
|
37
|
+
"data_description": {
|
|
38
|
+
"password": "Adja meg a megadott felhaszn\u00e1l\u00f3n\u00e9vhez tartoz\u00f3 jelsz\u00f3t a hiteles\u00edt\u00e9shez",
|
|
39
|
+
"token": "Adjon meg egy \u00faj vagy megl\u00e9v\u0151 hozz\u00e1f\u00e9r\u00e9si tokent. \u00daj token l\u00e9trehoz\u00e1s\u00e1hoz l\u00e9pjen a Fi\u00f3k \u2192 Hozz\u00e1f\u00e9r\u00e9si tokenek men\u00fcpontra, majd v\u00e1lassza a 'Hozz\u00e1f\u00e9r\u00e9si token l\u00e9trehoz\u00e1sa' lehet\u0151s\u00e9get",
|
|
40
|
+
"username": "Adja meg a hiteles\u00edt\u00e9shez sz\u00fcks\u00e9ges felhaszn\u00e1l\u00f3nevet a v\u00e9dett ntfy t\u00e9m\u00e1khoz"
|
|
41
|
+
},
|
|
42
|
+
"description": "Bejelentkezhet **ntfy** felhaszn\u00e1l\u00f3nev\u00e9vel \u00e9s jelszav\u00e1val, ez esetben a Home Assistant automatikusan l\u00e9trehoz egy hozz\u00e1f\u00e9r\u00e9si tokent a hiteles\u00edt\u00e9shez vagy k\u00f6zvetlen\u00fcl is megadhat egy hozz\u00e1f\u00e9r\u00e9si tokent",
|
|
43
|
+
"title": "Konfigur\u00e1ci\u00f3 ehhez: {name}"
|
|
44
|
+
},
|
|
45
|
+
"reconfigure_user": {
|
|
46
|
+
"data": {
|
|
47
|
+
"password": "Jelsz\u00f3",
|
|
48
|
+
"token": "Hozz\u00e1f\u00e9r\u00e9si token"
|
|
49
|
+
},
|
|
50
|
+
"data_description": {
|
|
51
|
+
"password": "Adja meg a fent eml\u00edtett felhaszn\u00e1l\u00f3n\u00e9vhez tartoz\u00f3 jelsz\u00f3t az automatikus hozz\u00e1f\u00e9r\u00e9si token l\u00e9trehoz\u00e1s\u00e1hoz",
|
|
52
|
+
"token": "Adjon meg egy \u00faj vagy megl\u00e9v\u0151 hozz\u00e1f\u00e9r\u00e9si tokent. \u00daj token l\u00e9trehoz\u00e1s\u00e1hoz l\u00e9pjen a Fi\u00f3k \u2192 Hozz\u00e1f\u00e9r\u00e9si tokenek men\u00fcpontra, majd v\u00e1lassza a 'Hozz\u00e1f\u00e9r\u00e9si token l\u00e9trehoz\u00e1sa' lehet\u0151s\u00e9get"
|
|
53
|
+
},
|
|
54
|
+
"description": "Adja meg az al\u00e1bbi mez\u0151ben **{username}** jelszav\u00e1t. A Home Assistant automatikusan l\u00e9trehoz egy \u00faj hozz\u00e1f\u00e9r\u00e9si tokent a hiteles\u00edt\u00e9shez az **ntfy** szolg\u00e1ltat\u00e1sban. \u00c9rv\u00e9nyes hozz\u00e1f\u00e9r\u00e9si tokent is megadhat k\u00f6zvetlen\u00fcl",
|
|
55
|
+
"title": "Konfigur\u00e1ci\u00f3 ehhez: {name}"
|
|
56
|
+
},
|
|
29
57
|
"user": {
|
|
30
58
|
"data": {
|
|
31
59
|
"url": "Szolg\u00e1ltat\u00e1s URL-je",
|
|
@@ -92,6 +120,88 @@
|
|
|
92
120
|
}
|
|
93
121
|
}
|
|
94
122
|
},
|
|
123
|
+
"entity": {
|
|
124
|
+
"sensor": {
|
|
125
|
+
"attachment_bandwidth": {
|
|
126
|
+
"name": "Csatolm\u00e1ny s\u00e1vsz\u00e9less\u00e9g-korl\u00e1t"
|
|
127
|
+
},
|
|
128
|
+
"attachment_expiry_duration": {
|
|
129
|
+
"name": "Csatolm\u00e1ny lej\u00e1rati ideje"
|
|
130
|
+
},
|
|
131
|
+
"attachment_file_size": {
|
|
132
|
+
"name": "Csatolm\u00e1ny f\u00e1jlm\u00e9ret-korl\u00e1t"
|
|
133
|
+
},
|
|
134
|
+
"attachment_total_size": {
|
|
135
|
+
"name": "Csatolm\u00e1nyt\u00e1rhely"
|
|
136
|
+
},
|
|
137
|
+
"attachment_total_size_limit": {
|
|
138
|
+
"name": "Csatolm\u00e1nyt\u00e1rhely korl\u00e1tja"
|
|
139
|
+
},
|
|
140
|
+
"attachment_total_size_remaining": {
|
|
141
|
+
"name": "H\u00e1tral\u00e9v\u0151 csatolm\u00e1nyt\u00e1rhely"
|
|
142
|
+
},
|
|
143
|
+
"calls": {
|
|
144
|
+
"name": "Ind\u00edtott telefonh\u00edv\u00e1sok",
|
|
145
|
+
"unit_of_measurement": "h\u00edv\u00e1s"
|
|
146
|
+
},
|
|
147
|
+
"calls_limit": {
|
|
148
|
+
"name": "Telefonh\u00edv\u00e1s haszn\u00e1lati korl\u00e1t",
|
|
149
|
+
"unit_of_measurement": "h\u00edv\u00e1s"
|
|
150
|
+
},
|
|
151
|
+
"calls_remaining": {
|
|
152
|
+
"name": "H\u00e1tral\u00e9v\u0151 telefonh\u00edv\u00e1sok",
|
|
153
|
+
"unit_of_measurement": "h\u00edv\u00e1s"
|
|
154
|
+
},
|
|
155
|
+
"emails": {
|
|
156
|
+
"name": "Elk\u00fcld\u00f6tt e-mailek",
|
|
157
|
+
"unit_of_measurement": "e-mail"
|
|
158
|
+
},
|
|
159
|
+
"emails_limit": {
|
|
160
|
+
"name": "E-mail haszn\u00e1lati korl\u00e1t",
|
|
161
|
+
"unit_of_measurement": "e-mail"
|
|
162
|
+
},
|
|
163
|
+
"emails_remaining": {
|
|
164
|
+
"name": "H\u00e1tral\u00e9v\u0151 e-mailek",
|
|
165
|
+
"unit_of_measurement": "e-mail"
|
|
166
|
+
},
|
|
167
|
+
"messages": {
|
|
168
|
+
"name": "K\u00f6zz\u00e9tett \u00fczenetek",
|
|
169
|
+
"unit_of_measurement": "\u00fczenet"
|
|
170
|
+
},
|
|
171
|
+
"messages_expiry_duration": {
|
|
172
|
+
"name": "\u00dczenetek lej\u00e1rati ideje"
|
|
173
|
+
},
|
|
174
|
+
"messages_limit": {
|
|
175
|
+
"name": "\u00dczenetek haszn\u00e1lati korl\u00e1t",
|
|
176
|
+
"unit_of_measurement": "\u00fczenet"
|
|
177
|
+
},
|
|
178
|
+
"messages_remaining": {
|
|
179
|
+
"name": "H\u00e1tral\u00e9v\u0151 \u00fczenetek",
|
|
180
|
+
"unit_of_measurement": "\u00fczenet"
|
|
181
|
+
},
|
|
182
|
+
"reservations": {
|
|
183
|
+
"name": "Foglalt t\u00e9m\u00e1k",
|
|
184
|
+
"unit_of_measurement": "t\u00e9ma"
|
|
185
|
+
},
|
|
186
|
+
"reservations_limit": {
|
|
187
|
+
"name": "Foglalt t\u00e9m\u00e1k korl\u00e1tja",
|
|
188
|
+
"unit_of_measurement": "t\u00e9ma"
|
|
189
|
+
},
|
|
190
|
+
"reservations_remaining": {
|
|
191
|
+
"name": "H\u00e1tral\u00e9v\u0151 foglalt t\u00e9m\u00e1k",
|
|
192
|
+
"unit_of_measurement": "t\u00e9ma"
|
|
193
|
+
},
|
|
194
|
+
"tier": {
|
|
195
|
+
"name": "El\u0151fizet\u00e9si csomag",
|
|
196
|
+
"state": {
|
|
197
|
+
"business": "\u00dczleti",
|
|
198
|
+
"free": "Ingyenes",
|
|
199
|
+
"pro": "Pro",
|
|
200
|
+
"supporter": "T\u00e1mogat\u00f3"
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
},
|
|
95
205
|
"exceptions": {
|
|
96
206
|
"authentication_error": {
|
|
97
207
|
"message": "Nem siker\u00fclt hiteles\u00edteni az ntfy szolg\u00e1ltat\u00e1shoz. K\u00e9rj\u00fck, ellen\u0151rizze a hiteles\u00edt\u00e9si adatait"
|
|
@@ -69,6 +69,88 @@
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
|
+
"entity": {
|
|
73
|
+
"sensor": {
|
|
74
|
+
"attachment_bandwidth": {
|
|
75
|
+
"name": "Limite di larghezza di banda per gli allegati"
|
|
76
|
+
},
|
|
77
|
+
"attachment_expiry_duration": {
|
|
78
|
+
"name": "Tempo di validit\u00e0 dell'allegato"
|
|
79
|
+
},
|
|
80
|
+
"attachment_file_size": {
|
|
81
|
+
"name": "Limite alla dimensione degli allegati"
|
|
82
|
+
},
|
|
83
|
+
"attachment_total_size": {
|
|
84
|
+
"name": "Archiviazione degli allegati"
|
|
85
|
+
},
|
|
86
|
+
"attachment_total_size_limit": {
|
|
87
|
+
"name": "Limite di archiviazione degli allegati"
|
|
88
|
+
},
|
|
89
|
+
"attachment_total_size_remaining": {
|
|
90
|
+
"name": "Spazio residuo per l\u2019archiviazione degli allegati"
|
|
91
|
+
},
|
|
92
|
+
"calls": {
|
|
93
|
+
"name": "Telefonate effettuate",
|
|
94
|
+
"unit_of_measurement": "chiamate"
|
|
95
|
+
},
|
|
96
|
+
"calls_limit": {
|
|
97
|
+
"name": "Limite di utilizzo delle telefonate",
|
|
98
|
+
"unit_of_measurement": "chiamate"
|
|
99
|
+
},
|
|
100
|
+
"calls_remaining": {
|
|
101
|
+
"name": "Telefonate rimanenti",
|
|
102
|
+
"unit_of_measurement": "chiamate"
|
|
103
|
+
},
|
|
104
|
+
"emails": {
|
|
105
|
+
"name": "E-mail inviate",
|
|
106
|
+
"unit_of_measurement": "e-mail"
|
|
107
|
+
},
|
|
108
|
+
"emails_limit": {
|
|
109
|
+
"name": "Limite di utilizzo delle e-mail",
|
|
110
|
+
"unit_of_measurement": "e-mail"
|
|
111
|
+
},
|
|
112
|
+
"emails_remaining": {
|
|
113
|
+
"name": "Email rimanenti",
|
|
114
|
+
"unit_of_measurement": "e-mail"
|
|
115
|
+
},
|
|
116
|
+
"messages": {
|
|
117
|
+
"name": "Messaggi pubblicati",
|
|
118
|
+
"unit_of_measurement": "messaggi"
|
|
119
|
+
},
|
|
120
|
+
"messages_expiry_duration": {
|
|
121
|
+
"name": "Tempo di validit\u00e0 dei messaggi"
|
|
122
|
+
},
|
|
123
|
+
"messages_limit": {
|
|
124
|
+
"name": "Limite di utilizzo dei messaggi",
|
|
125
|
+
"unit_of_measurement": "messaggi"
|
|
126
|
+
},
|
|
127
|
+
"messages_remaining": {
|
|
128
|
+
"name": "Messaggi rimanenti",
|
|
129
|
+
"unit_of_measurement": "messaggi"
|
|
130
|
+
},
|
|
131
|
+
"reservations": {
|
|
132
|
+
"name": "Argomenti riservati",
|
|
133
|
+
"unit_of_measurement": "argomenti"
|
|
134
|
+
},
|
|
135
|
+
"reservations_limit": {
|
|
136
|
+
"name": "Limite di argomenti riservati",
|
|
137
|
+
"unit_of_measurement": "argomenti"
|
|
138
|
+
},
|
|
139
|
+
"reservations_remaining": {
|
|
140
|
+
"name": "Argomenti riservati rimanenti",
|
|
141
|
+
"unit_of_measurement": "argomenti"
|
|
142
|
+
},
|
|
143
|
+
"tier": {
|
|
144
|
+
"name": "Livello di sottoscrizione",
|
|
145
|
+
"state": {
|
|
146
|
+
"business": "Affari",
|
|
147
|
+
"free": "Gratuito",
|
|
148
|
+
"pro": "Professionista",
|
|
149
|
+
"supporter": "Sostenitore"
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
},
|
|
72
154
|
"exceptions": {
|
|
73
155
|
"authentication_error": {
|
|
74
156
|
"message": "Impossibile eseguire l'autenticazione con il servizio ntfy. Verifica le tue credenziali"
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"entity": {
|
|
3
|
+
"sensor": {
|
|
4
|
+
"attachment_total_size_limit": {
|
|
5
|
+
"name": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u30b9\u30c8\u30ec\u30fc\u30b8\u5236\u9650"
|
|
6
|
+
},
|
|
7
|
+
"attachment_total_size_remaining": {
|
|
8
|
+
"name": "\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u6b8b\u308a\u5bb9\u91cf"
|
|
9
|
+
},
|
|
10
|
+
"calls": {
|
|
11
|
+
"name": "\u96fb\u8a71\u3092\u304b\u3051\u305f",
|
|
12
|
+
"unit_of_measurement": "\u901a\u8a71"
|
|
13
|
+
},
|
|
14
|
+
"calls_limit": {
|
|
15
|
+
"name": "\u901a\u8a71\u4f7f\u7528\u5236\u9650",
|
|
16
|
+
"unit_of_measurement": "\u901a\u8a71"
|
|
17
|
+
},
|
|
18
|
+
"calls_remaining": {
|
|
19
|
+
"name": "\u6b8b\u308a\u306e\u901a\u8a71\u56de\u6570"
|
|
20
|
+
},
|
|
21
|
+
"emails": {
|
|
22
|
+
"name": "\u9001\u4fe1\u3055\u308c\u305f\u30e1\u30fc\u30eb",
|
|
23
|
+
"unit_of_measurement": "\u96fb\u5b50\u30e1\u30fc\u30eb"
|
|
24
|
+
},
|
|
25
|
+
"emails_limit": {
|
|
26
|
+
"name": "\u30e1\u30fc\u30eb\u306e\u4f7f\u7528\u5236\u9650",
|
|
27
|
+
"unit_of_measurement": "\u96fb\u5b50\u30e1\u30fc\u30eb"
|
|
28
|
+
},
|
|
29
|
+
"emails_remaining": {
|
|
30
|
+
"name": "\u6b8b\u308a\u306e\u30e1\u30fc\u30eb",
|
|
31
|
+
"unit_of_measurement": "\u96fb\u5b50\u30e1\u30fc\u30eb"
|
|
32
|
+
},
|
|
33
|
+
"messages": {
|
|
34
|
+
"name": "\u516c\u958b\u3055\u308c\u305f\u30e1\u30c3\u30bb\u30fc\u30b8",
|
|
35
|
+
"unit_of_measurement": "\u30e1\u30c3\u30bb\u30fc\u30b8"
|
|
36
|
+
},
|
|
37
|
+
"messages_expiry_duration": {
|
|
38
|
+
"name": "\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u6709\u52b9\u671f\u9650"
|
|
39
|
+
},
|
|
40
|
+
"messages_limit": {
|
|
41
|
+
"name": "\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u4f7f\u7528\u5236\u9650",
|
|
42
|
+
"unit_of_measurement": "\u30e1\u30c3\u30bb\u30fc\u30b8"
|
|
43
|
+
},
|
|
44
|
+
"messages_remaining": {
|
|
45
|
+
"name": "\u6b8b\u308a\u306e\u30e1\u30c3\u30bb\u30fc\u30b8",
|
|
46
|
+
"unit_of_measurement": "\u30e1\u30c3\u30bb\u30fc\u30b8"
|
|
47
|
+
},
|
|
48
|
+
"reservations": {
|
|
49
|
+
"name": "\u4e88\u7d04\u6e08\u307f\u30c8\u30d4\u30c3\u30af",
|
|
50
|
+
"unit_of_measurement": "\u30c8\u30d4\u30c3\u30af"
|
|
51
|
+
},
|
|
52
|
+
"reservations_limit": {
|
|
53
|
+
"name": "\u4e88\u7d04\u30c8\u30d4\u30c3\u30af\u306e\u5236\u9650",
|
|
54
|
+
"unit_of_measurement": "\u30c8\u30d4\u30c3\u30af"
|
|
55
|
+
},
|
|
56
|
+
"reservations_remaining": {
|
|
57
|
+
"name": "\u6b8b\u308a\u306e\u4e88\u7d04\u6e08\u307f\u30c8\u30d4\u30c3\u30af",
|
|
58
|
+
"unit_of_measurement": "\u30c8\u30d4\u30c3\u30af"
|
|
59
|
+
},
|
|
60
|
+
"tier": {
|
|
61
|
+
"name": "\u30b5\u30d6\u30b9\u30af\u30c6\u30a3\u30a2",
|
|
62
|
+
"state": {
|
|
63
|
+
"business": "\u30d3\u30b8\u30cd\u30b9",
|
|
64
|
+
"free": "\u7121\u6599",
|
|
65
|
+
"pro": "\u30d7\u30ed",
|
|
66
|
+
"supporter": "\u30b5\u30dd\u30fc\u30bf\u30fc"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -79,6 +79,24 @@
|
|
|
79
79
|
},
|
|
80
80
|
"entity": {
|
|
81
81
|
"sensor": {
|
|
82
|
+
"emails": {
|
|
83
|
+
"unit_of_measurement": "e-mails"
|
|
84
|
+
},
|
|
85
|
+
"emails_limit": {
|
|
86
|
+
"unit_of_measurement": "e-mails"
|
|
87
|
+
},
|
|
88
|
+
"emails_remaining": {
|
|
89
|
+
"unit_of_measurement": "e-mails"
|
|
90
|
+
},
|
|
91
|
+
"messages": {
|
|
92
|
+
"unit_of_measurement": "berichten"
|
|
93
|
+
},
|
|
94
|
+
"messages_limit": {
|
|
95
|
+
"unit_of_measurement": "berichten"
|
|
96
|
+
},
|
|
97
|
+
"messages_remaining": {
|
|
98
|
+
"unit_of_measurement": "berichten"
|
|
99
|
+
},
|
|
82
100
|
"tier": {
|
|
83
101
|
"state": {
|
|
84
102
|
"free": "Gratis"
|
|
@@ -39,10 +39,12 @@ def _base_schema(
|
|
|
39
39
|
base_schema = {
|
|
40
40
|
vol.Optional(CONF_HOST, default=nut_config.get(CONF_HOST) or DEFAULT_HOST): str,
|
|
41
41
|
vol.Optional(CONF_PORT, default=nut_config.get(CONF_PORT) or DEFAULT_PORT): int,
|
|
42
|
-
vol.Optional(
|
|
42
|
+
vol.Optional(
|
|
43
|
+
CONF_USERNAME, default=nut_config.get(CONF_USERNAME, vol.UNDEFINED)
|
|
44
|
+
): str,
|
|
43
45
|
vol.Optional(
|
|
44
46
|
CONF_PASSWORD,
|
|
45
|
-
default=PASSWORD_NOT_CHANGED if use_password_not_changed else
|
|
47
|
+
default=PASSWORD_NOT_CHANGED if use_password_not_changed else vol.UNDEFINED,
|
|
46
48
|
): str,
|
|
47
49
|
}
|
|
48
50
|
|