homeassistant 2025.10.0b5__py3-none-any.whl → 2025.10.0b7__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.
Potentially problematic release.
This version of homeassistant might be problematic. Click here for more details.
- homeassistant/brands/eltako.json +5 -0
- homeassistant/brands/konnected.json +5 -0
- homeassistant/brands/level.json +5 -0
- homeassistant/components/accuweather/translations/id.json +9 -0
- homeassistant/components/airos/translations/id.json +36 -0
- homeassistant/components/airzone_cloud/translations/ar.json +15 -0
- homeassistant/components/aladdin_connect/config_flow.py +11 -0
- homeassistant/components/aladdin_connect/strings.json +2 -1
- homeassistant/components/aladdin_connect/translations/bg.json +7 -1
- homeassistant/components/aladdin_connect/translations/cs.json +1 -0
- homeassistant/components/aladdin_connect/translations/de.json +1 -0
- homeassistant/components/aladdin_connect/translations/en-GB.json +1 -0
- homeassistant/components/aladdin_connect/translations/en.json +1 -0
- homeassistant/components/aladdin_connect/translations/es.json +1 -0
- homeassistant/components/aladdin_connect/translations/et.json +1 -0
- homeassistant/components/aladdin_connect/translations/id.json +28 -1
- homeassistant/components/aladdin_connect/translations/lt.json +1 -0
- homeassistant/components/aladdin_connect/translations/pt.json +1 -0
- homeassistant/components/alexa_devices/translations/id.json +12 -0
- homeassistant/components/analytics/analytics.py +23 -12
- homeassistant/components/androidtv_remote/translations/id.json +7 -1
- homeassistant/components/anthropic/translations/id.json +2 -1
- homeassistant/components/aosmith/translations/id.json +9 -0
- homeassistant/components/apcupsd/translations/id.json +6 -0
- homeassistant/components/august/translations/id.json +25 -1
- homeassistant/components/bayesian/binary_sensor.py +7 -0
- homeassistant/components/bayesian/translations/id.json +62 -0
- homeassistant/components/binary_sensor/translations/ar.json +10 -0
- homeassistant/components/broadlink/translations/zh-Hant.json +1 -1
- homeassistant/components/brother/translations/id.json +21 -0
- homeassistant/components/bsblan/translations/id.json +17 -2
- homeassistant/components/climate/translations/ar.json +18 -0
- homeassistant/components/coinbase/translations/id.json +5 -0
- homeassistant/components/compit/translations/id.json +25 -0
- homeassistant/components/conversation/manifest.json +1 -1
- homeassistant/components/cync/translations/id.json +20 -0
- homeassistant/components/datadog/translations/id.json +28 -0
- homeassistant/components/demo/translations/ar.json +23 -0
- homeassistant/components/device_tracker/translations/ar.json +8 -0
- homeassistant/components/drop_connect/translations/ar.json +12 -0
- homeassistant/components/droplet/translations/id.json +17 -0
- homeassistant/components/ecobee/strings.json +2 -2
- homeassistant/components/ecobee/translations/cs.json +2 -2
- homeassistant/components/ecobee/translations/de.json +3 -3
- homeassistant/components/ecobee/translations/el.json +1 -2
- homeassistant/components/ecobee/translations/en-GB.json +2 -2
- homeassistant/components/ecobee/translations/en.json +2 -2
- homeassistant/components/ecobee/translations/es.json +2 -2
- homeassistant/components/ecobee/translations/et.json +2 -2
- homeassistant/components/ecobee/translations/ga.json +1 -5
- homeassistant/components/ecobee/translations/hu.json +1 -5
- homeassistant/components/ecobee/translations/it.json +1 -5
- homeassistant/components/ecobee/translations/ja.json +1 -5
- homeassistant/components/ecobee/translations/lt.json +2 -2
- homeassistant/components/ecobee/translations/pt.json +2 -2
- homeassistant/components/ecobee/translations/ru.json +1 -5
- homeassistant/components/ecobee/translations/sk.json +1 -5
- homeassistant/components/ecobee/translations/sv.json +1 -5
- homeassistant/components/ecobee/translations/tr.json +1 -5
- homeassistant/components/ecobee/translations/zh-Hans.json +1 -5
- homeassistant/components/ecobee/translations/zh-Hant.json +1 -5
- homeassistant/components/ecovacs/translations/ar.json +9 -0
- homeassistant/components/ecowitt/manifest.json +1 -1
- homeassistant/components/eheimdigital/translations/id.json +7 -1
- homeassistant/components/ekeybionyx/translations/id.json +24 -0
- homeassistant/components/ekeybionyx/translations/lt.json +1 -0
- homeassistant/components/elevenlabs/translations/id.json +2 -1
- homeassistant/components/elkm1/translations/id.json +6 -0
- homeassistant/components/emoncms/translations/id.json +9 -0
- homeassistant/components/enphase_envoy/translations/id.json +1 -0
- homeassistant/components/eq3btsmart/translations/ar.json +9 -0
- homeassistant/components/esphome/analytics.py +11 -0
- homeassistant/components/fan/translations/id.json +3 -0
- homeassistant/components/flick_electric/translations/zh-Hant.json +2 -2
- homeassistant/components/frontend/manifest.json +1 -1
- homeassistant/components/generic_thermostat/translations/ar.json +22 -0
- homeassistant/components/google_generative_ai_conversation/translations/id.json +29 -1
- homeassistant/components/group/translations/ar.json +8 -0
- homeassistant/components/hassio/translations/id.json +29 -0
- homeassistant/components/holiday/translations/zh-Hant.json +2 -2
- homeassistant/components/homeassistant/translations/id.json +8 -0
- homeassistant/components/homeassistant_connect_zbt2/config_flow.py +6 -0
- homeassistant/components/homeassistant_connect_zbt2/translations/bg.json +14 -0
- homeassistant/components/homeassistant_connect_zbt2/translations/fr.json +14 -0
- homeassistant/components/homeassistant_connect_zbt2/translations/id.json +238 -0
- homeassistant/components/homeassistant_connect_zbt2/translations/lt.json +24 -8
- homeassistant/components/homeassistant_connect_zbt2/translations/nl.json +20 -0
- homeassistant/components/homeassistant_connect_zbt2/translations/ru.json +22 -4
- homeassistant/components/homeassistant_connect_zbt2/translations/sk.json +18 -2
- homeassistant/components/homeassistant_connect_zbt2/update.py +2 -1
- homeassistant/components/homeassistant_hardware/firmware_config_flow.py +13 -67
- homeassistant/components/homeassistant_hardware/manifest.json +1 -1
- homeassistant/components/homeassistant_hardware/translations/bg.json +10 -0
- homeassistant/components/homeassistant_hardware/translations/fr.json +10 -0
- homeassistant/components/homeassistant_hardware/translations/id.json +58 -0
- homeassistant/components/homeassistant_hardware/translations/lt.json +17 -0
- homeassistant/components/homeassistant_hardware/translations/nl.json +10 -0
- homeassistant/components/homeassistant_hardware/translations/ru.json +17 -0
- homeassistant/components/homeassistant_hardware/translations/sk.json +3 -0
- homeassistant/components/homeassistant_hardware/update.py +8 -3
- homeassistant/components/homeassistant_hardware/util.py +22 -5
- homeassistant/components/homeassistant_sky_connect/translations/bg.json +14 -0
- homeassistant/components/homeassistant_sky_connect/translations/fr.json +14 -0
- homeassistant/components/homeassistant_sky_connect/translations/id.json +98 -14
- homeassistant/components/homeassistant_sky_connect/translations/lt.json +24 -8
- homeassistant/components/homeassistant_sky_connect/translations/nl.json +20 -0
- homeassistant/components/homeassistant_sky_connect/translations/ru.json +24 -8
- homeassistant/components/homeassistant_sky_connect/translations/sk.json +18 -2
- homeassistant/components/homeassistant_sky_connect/update.py +2 -1
- homeassistant/components/homeassistant_yellow/config_flow.py +7 -1
- homeassistant/components/homeassistant_yellow/translations/bg.json +7 -0
- homeassistant/components/homeassistant_yellow/translations/fr.json +7 -0
- homeassistant/components/homeassistant_yellow/translations/id.json +50 -7
- homeassistant/components/homeassistant_yellow/translations/lt.json +12 -4
- homeassistant/components/homeassistant_yellow/translations/nl.json +10 -0
- homeassistant/components/homeassistant_yellow/translations/ru.json +6 -4
- homeassistant/components/homeassistant_yellow/translations/sk.json +9 -1
- homeassistant/components/homeassistant_yellow/update.py +2 -1
- homeassistant/components/homee/translations/id.json +14 -0
- homeassistant/components/homekit_controller/translations/ar.json +12 -0
- homeassistant/components/homekit_controller/translations/select.ar.json +8 -0
- homeassistant/components/honeywell/translations/ar.json +15 -0
- homeassistant/components/humidifier/translations/ar.json +14 -0
- homeassistant/components/husqvarna_automower/translations/id.json +18 -0
- homeassistant/components/husqvarna_automower_ble/translations/id.json +4 -0
- homeassistant/components/icloud/translations/id.json +3 -0
- homeassistant/components/imap/translations/ar.json +7 -0
- homeassistant/components/imeon_inverter/translations/id.json +10 -0
- homeassistant/components/intellifire/translations/ar.json +9 -0
- homeassistant/components/irm_kmi/translations/id.json +28 -0
- homeassistant/components/keenetic_ndms2/translations/id.json +2 -1
- homeassistant/components/knx/translations/id.json +3 -0
- homeassistant/components/konnected/translations/lt.json +6 -0
- homeassistant/components/konnected_esphome/__init__.py +1 -0
- homeassistant/components/konnected_esphome/manifest.json +6 -0
- homeassistant/components/letpot/number.py +2 -1
- homeassistant/components/letpot/strings.json +1 -2
- homeassistant/components/letpot/translations/bg.json +0 -5
- homeassistant/components/letpot/translations/cs.json +1 -2
- homeassistant/components/letpot/translations/de.json +1 -2
- homeassistant/components/letpot/translations/en-GB.json +1 -2
- homeassistant/components/letpot/translations/en.json +1 -2
- homeassistant/components/letpot/translations/es.json +1 -2
- homeassistant/components/letpot/translations/et.json +1 -2
- homeassistant/components/letpot/translations/fr.json +1 -2
- homeassistant/components/letpot/translations/ga.json +1 -2
- homeassistant/components/letpot/translations/id.json +10 -0
- homeassistant/components/letpot/translations/lt.json +1 -2
- homeassistant/components/letpot/translations/nl.json +0 -5
- homeassistant/components/letpot/translations/pt.json +1 -2
- homeassistant/components/letpot/translations/sk.json +1 -2
- homeassistant/components/letpot/translations/zh-Hans.json +1 -2
- homeassistant/components/letpot/translations/zh-Hant.json +1 -2
- homeassistant/components/lg_thinq/translations/ar.json +33 -0
- homeassistant/components/lg_thinq/translations/id.json +5 -2
- homeassistant/components/libre_hardware_monitor/translations/id.json +19 -0
- homeassistant/components/lifx/translations/zh-Hant.json +1 -1
- homeassistant/components/light/translations/id.json +2 -1
- homeassistant/components/litterrobot/translations/id.json +15 -0
- homeassistant/components/mastodon/translations/ar.json +14 -0
- homeassistant/components/mcp/translations/fr.json +20 -1
- homeassistant/components/mcp/translations/id.json +8 -1
- homeassistant/components/media_extractor/manifest.json +1 -1
- homeassistant/components/media_player/translations/ar.json +34 -0
- homeassistant/components/mqtt/translations/ar.json +17 -0
- homeassistant/components/mqtt/translations/bg.json +2 -0
- homeassistant/components/mqtt/translations/fr.json +2 -0
- homeassistant/components/mqtt/translations/id.json +6 -0
- homeassistant/components/mqtt/translations/lt.json +2 -0
- homeassistant/components/mqtt/translations/nl.json +31 -0
- homeassistant/components/mqtt/translations/ru.json +2 -0
- homeassistant/components/mqtt/translations/sk.json +2 -0
- homeassistant/components/nasweb/translations/id.json +10 -0
- homeassistant/components/nederlandse_spoorwegen/translations/id.json +28 -0
- homeassistant/components/netatmo/translations/ar.json +18 -0
- homeassistant/components/nightscout/translations/zh-Hant.json +1 -1
- homeassistant/components/niko_home_control/translations/id.json +7 -1
- homeassistant/components/nobo_hub/translations/ar.json +11 -0
- homeassistant/components/ntfy/translations/id.json +11 -0
- homeassistant/components/ntfy/translations/zh-Hant.json +1 -1
- homeassistant/components/number/translations/bg.json +3 -0
- homeassistant/components/number/translations/fr.json +3 -0
- homeassistant/components/number/translations/lt.json +3 -0
- homeassistant/components/number/translations/ru.json +3 -0
- homeassistant/components/number/translations/sk.json +3 -0
- homeassistant/components/ollama/translations/id.json +18 -1
- homeassistant/components/onboarding/translations/ar.json +7 -0
- homeassistant/components/open_router/translations/id.json +40 -0
- homeassistant/components/openai_conversation/translations/id.json +26 -1
- homeassistant/components/opentherm_gw/translations/ar.json +11 -0
- homeassistant/components/opower/translations/ar.json +12 -0
- homeassistant/components/opower/translations/id.json +6 -0
- homeassistant/components/overkiz/translations/ar.json +18 -0
- homeassistant/components/overkiz/translations/id.json +1 -0
- homeassistant/components/overkiz/translations/sensor.ar.json +3 -0
- homeassistant/components/palazzetti/translations/ar.json +16 -0
- homeassistant/components/peco/translations/zh-Hant.json +1 -1
- homeassistant/components/person/translations/ar.json +8 -0
- homeassistant/components/pi_hole/__init__.py +9 -3
- homeassistant/components/playstation_network/translations/ar.json +11 -0
- homeassistant/components/playstation_network/translations/id.json +8 -0
- homeassistant/components/plex/translations/zh-Hant.json +1 -1
- homeassistant/components/plugwise/translations/ar.json +16 -0
- homeassistant/components/pooldose/translations/id.json +49 -0
- homeassistant/components/portainer/__init__.py +5 -0
- homeassistant/components/portainer/translations/id.json +22 -0
- homeassistant/components/portainer/translations/ru.json +15 -0
- homeassistant/components/pyload/translations/id.json +6 -0
- homeassistant/components/qbittorrent/translations/cs.json +4 -4
- homeassistant/components/random/translations/bg.json +1 -0
- homeassistant/components/random/translations/fr.json +1 -0
- homeassistant/components/random/translations/lt.json +1 -0
- homeassistant/components/random/translations/ru.json +1 -0
- homeassistant/components/random/translations/sk.json +1 -0
- homeassistant/components/remote/translations/id.json +3 -0
- homeassistant/components/remote_calendar/translations/id.json +2 -1
- homeassistant/components/reolink/translations/ar.json +7 -0
- homeassistant/components/reolink/translations/es.json +4 -4
- homeassistant/components/roomba/translations/bg.json +1 -2
- homeassistant/components/roomba/translations/ca.json +2 -4
- homeassistant/components/roomba/translations/el.json +2 -4
- homeassistant/components/roomba/translations/en-GB.json +2 -2
- homeassistant/components/roomba/translations/en.json +2 -2
- homeassistant/components/roomba/translations/fi.json +2 -4
- homeassistant/components/roomba/translations/fr.json +2 -4
- homeassistant/components/roomba/translations/ga.json +2 -4
- homeassistant/components/roomba/translations/he.json +1 -5
- homeassistant/components/roomba/translations/hu.json +2 -4
- homeassistant/components/roomba/translations/id.json +2 -4
- homeassistant/components/roomba/translations/it.json +2 -4
- homeassistant/components/roomba/translations/ja.json +2 -4
- homeassistant/components/roomba/translations/ko.json +2 -4
- homeassistant/components/roomba/translations/lb.json +1 -5
- homeassistant/components/roomba/translations/lt.json +2 -2
- homeassistant/components/roomba/translations/nb.json +1 -5
- homeassistant/components/roomba/translations/nl.json +2 -4
- homeassistant/components/roomba/translations/pl.json +1 -5
- homeassistant/components/roomba/translations/pt-BR.json +1 -5
- homeassistant/components/roomba/translations/pt.json +2 -2
- homeassistant/components/roomba/translations/ro.json +1 -5
- homeassistant/components/roomba/translations/ru.json +2 -4
- homeassistant/components/roomba/translations/sk.json +2 -4
- homeassistant/components/roomba/translations/sv.json +2 -4
- homeassistant/components/roomba/translations/tr.json +2 -4
- homeassistant/components/roomba/translations/uk.json +1 -5
- homeassistant/components/roomba/translations/zh-Hans.json +2 -4
- homeassistant/components/roomba/translations/zh-Hant.json +2 -4
- homeassistant/components/route_b_smart_meter/translations/id.json +24 -0
- homeassistant/components/satel_integra/translations/id.json +85 -0
- homeassistant/components/scrape/translations/bg.json +2 -0
- homeassistant/components/scrape/translations/fr.json +2 -0
- homeassistant/components/scrape/translations/lt.json +2 -0
- homeassistant/components/scrape/translations/ru.json +2 -0
- homeassistant/components/scrape/translations/sk.json +2 -0
- homeassistant/components/screenlogic/translations/ar.json +15 -0
- homeassistant/components/sensibo/translations/ar.json +25 -0
- homeassistant/components/sensor/translations/bg.json +3 -0
- homeassistant/components/sensor/translations/fr.json +3 -0
- homeassistant/components/sensor/translations/lt.json +3 -0
- homeassistant/components/sensor/translations/nl.json +3 -0
- homeassistant/components/sensor/translations/pl.json +3 -0
- homeassistant/components/sensor/translations/ru.json +3 -0
- homeassistant/components/sftp_storage/translations/id.json +14 -0
- homeassistant/components/shelly/translations/id.json +19 -0
- homeassistant/components/shelly/utils.py +9 -2
- homeassistant/components/sleep_as_android/translations/id.json +31 -0
- homeassistant/components/sleepiq/translations/id.json +5 -0
- homeassistant/components/smartthings/translations/ar.json +11 -0
- homeassistant/components/smartthings/translations/id.json +7 -0
- homeassistant/components/sonos/select.py +9 -13
- homeassistant/components/sonos/speaker.py +23 -0
- homeassistant/components/sonos/translations/id.json +10 -0
- homeassistant/components/sql/translations/bg.json +1 -0
- homeassistant/components/sql/translations/fr.json +1 -0
- homeassistant/components/sql/translations/lt.json +1 -0
- homeassistant/components/sql/translations/ru.json +1 -0
- homeassistant/components/sql/translations/sk.json +1 -0
- homeassistant/components/sql/translations/zh-Hant.json +4 -4
- homeassistant/components/starline/translations/ar.json +9 -0
- homeassistant/components/switch/translations/id.json +3 -0
- homeassistant/components/switchbot/translations/id.json +12 -0
- homeassistant/components/switchbot_cloud/cover.py +3 -5
- homeassistant/components/switchbot_cloud/entity.py +1 -1
- homeassistant/components/switchbot_cloud/translations/id.json +27 -0
- homeassistant/components/synology_dsm/translations/ar.json +9 -0
- homeassistant/components/system_bridge/translations/ar.json +9 -0
- homeassistant/components/telegram_bot/translations/id.json +5 -0
- homeassistant/components/template/translations/bg.json +1 -0
- homeassistant/components/template/translations/fr.json +1 -0
- homeassistant/components/template/translations/id.json +81 -0
- homeassistant/components/template/translations/lt.json +1 -0
- homeassistant/components/template/translations/ru.json +1 -0
- homeassistant/components/template/translations/sk.json +1 -0
- homeassistant/components/tesla_fleet/translations/ar.json +55 -0
- homeassistant/components/teslemetry/translations/ar.json +27 -0
- homeassistant/components/teslemetry/translations/id.json +33 -0
- homeassistant/components/tessie/translations/ar.json +9 -0
- homeassistant/components/togrill/translations/id.json +16 -0
- homeassistant/components/tolo/translations/id.json +2 -1
- homeassistant/components/traccar_server/translations/id.json +9 -1
- homeassistant/components/tradfri/translations/ar.json +12 -0
- homeassistant/components/trafikverket_train/translations/zh-Hant.json +1 -1
- homeassistant/components/tuya/translations/id.json +32 -0
- homeassistant/components/unifiprotect/translations/id.json +3 -0
- homeassistant/components/update/translations/id.json +3 -0
- homeassistant/components/uptime_kuma/translations/id.json +40 -0
- homeassistant/components/uptimerobot/translations/id.json +6 -0
- homeassistant/components/vallox/translations/ar.json +7 -0
- homeassistant/components/vegehub/translations/id.json +4 -0
- homeassistant/components/victron_remote_monitoring/translations/id.json +25 -0
- homeassistant/components/volvo/translations/id.json +58 -0
- homeassistant/components/whirlpool/translations/id.json +1 -0
- homeassistant/components/wled/analytics.py +11 -0
- homeassistant/components/xiaomi_aqara/translations/zh-Hant.json +2 -2
- homeassistant/components/yolink/translations/id.json +9 -0
- homeassistant/components/zha/config_flow.py +3 -1
- homeassistant/components/zha/strings.json +16 -16
- homeassistant/components/zha/translations/bg.json +0 -16
- homeassistant/components/zha/translations/bn.json +0 -9
- homeassistant/components/zha/translations/ca.json +0 -24
- homeassistant/components/zha/translations/cs.json +0 -28
- homeassistant/components/zha/translations/da.json +0 -19
- homeassistant/components/zha/translations/de.json +28 -28
- homeassistant/components/zha/translations/el.json +0 -28
- homeassistant/components/zha/translations/en-GB.json +28 -28
- homeassistant/components/zha/translations/en.json +28 -28
- homeassistant/components/zha/translations/es.json +0 -28
- homeassistant/components/zha/translations/et.json +26 -26
- homeassistant/components/zha/translations/fi.json +0 -25
- homeassistant/components/zha/translations/fr.json +0 -28
- homeassistant/components/zha/translations/fy.json +0 -9
- homeassistant/components/zha/translations/ga.json +0 -28
- homeassistant/components/zha/translations/gsw.json +0 -18
- homeassistant/components/zha/translations/he.json +0 -3
- homeassistant/components/zha/translations/hr.json +0 -7
- homeassistant/components/zha/translations/hu.json +0 -28
- homeassistant/components/zha/translations/id.json +0 -26
- homeassistant/components/zha/translations/it.json +0 -25
- homeassistant/components/zha/translations/ja.json +0 -28
- homeassistant/components/zha/translations/ko.json +0 -25
- homeassistant/components/zha/translations/lt.json +17 -28
- homeassistant/components/zha/translations/lv.json +0 -4
- homeassistant/components/zha/translations/nb.json +0 -17
- homeassistant/components/zha/translations/nl.json +6 -28
- homeassistant/components/zha/translations/pl.json +22 -21
- homeassistant/components/zha/translations/pt-BR.json +0 -24
- homeassistant/components/zha/translations/pt.json +0 -28
- homeassistant/components/zha/translations/ro.json +0 -18
- homeassistant/components/zha/translations/ru.json +3 -28
- homeassistant/components/zha/translations/sk.json +0 -28
- homeassistant/components/zha/translations/sl.json +0 -28
- homeassistant/components/zha/translations/sv.json +0 -28
- homeassistant/components/zha/translations/tr.json +0 -28
- homeassistant/components/zha/translations/uk.json +0 -24
- homeassistant/components/zha/translations/vi.json +0 -23
- homeassistant/components/zha/translations/zh-Hans.json +0 -28
- homeassistant/components/zha/translations/zh-Hant.json +0 -28
- homeassistant/const.py +1 -1
- homeassistant/generated/integrations.json +27 -4
- homeassistant/package_constraints.txt +2 -2
- {homeassistant-2025.10.0b5.dist-info → homeassistant-2025.10.0b7.dist-info}/METADATA +1 -1
- {homeassistant-2025.10.0b5.dist-info → homeassistant-2025.10.0b7.dist-info}/RECORD +367 -307
- {homeassistant-2025.10.0b5.dist-info → homeassistant-2025.10.0b7.dist-info}/WHEEL +0 -0
- {homeassistant-2025.10.0b5.dist-info → homeassistant-2025.10.0b7.dist-info}/entry_points.txt +0 -0
- {homeassistant-2025.10.0b5.dist-info → homeassistant-2025.10.0b7.dist-info}/licenses/LICENSE.md +0 -0
- {homeassistant-2025.10.0b5.dist-info → homeassistant-2025.10.0b7.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
- {homeassistant-2025.10.0b5.dist-info → homeassistant-2025.10.0b7.dist-info}/top_level.txt +0 -0
|
@@ -3,9 +3,43 @@
|
|
|
3
3
|
"condition_type": {
|
|
4
4
|
"is_idle": "{entity_name} \u062e\u0627\u0645\u0644"
|
|
5
5
|
},
|
|
6
|
+
"extra_fields": {
|
|
7
|
+
"for": "\u0627\u0644\u0645\u062f\u0629"
|
|
8
|
+
},
|
|
6
9
|
"trigger_type": {
|
|
7
10
|
"idle": "{entity_name} \u0627\u0635\u0628\u062d \u062e\u0627\u0645\u0644\u0627"
|
|
8
11
|
}
|
|
9
12
|
},
|
|
13
|
+
"entity_component": {
|
|
14
|
+
"_": {
|
|
15
|
+
"name": "\u0645\u0634\u063a\u0644 \u0627\u0644\u0648\u0633\u0627\u0626\u0637"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"services": {
|
|
19
|
+
"browse_media": {
|
|
20
|
+
"fields": {
|
|
21
|
+
"media_content_type": {
|
|
22
|
+
"name": "\u0646\u0648\u0639 \u0627\u0644\u0645\u062d\u062a\u0648\u0649"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"name": "\u062a\u0635\u0641\u062d \u0627\u0644\u0648\u0633\u0627\u0626\u0637"
|
|
26
|
+
},
|
|
27
|
+
"play_media": {
|
|
28
|
+
"fields": {
|
|
29
|
+
"media": {
|
|
30
|
+
"description": "\u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0627\u0644\u062a\u064a \u0633\u064a\u062a\u0645 \u062a\u0634\u063a\u064a\u0644\u0647\u0627",
|
|
31
|
+
"name": "\u0648\u0633\u0627\u0626\u0637"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"search_media": {
|
|
36
|
+
"fields": {
|
|
37
|
+
"media_content_type": {
|
|
38
|
+
"name": "\u0646\u0648\u0639 \u0627\u0644\u0645\u062d\u062a\u0648\u0649"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"name": "\u0628\u062d\u062b \u0627\u0644\u0648\u0633\u0627\u0626\u0637"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
10
44
|
"title": "\u0645\u0634\u063a\u0644 \u0627\u0644\u0648\u0633\u0627\u0626\u0637"
|
|
11
45
|
}
|
|
@@ -5,5 +5,22 @@
|
|
|
5
5
|
"description": "\u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u062f\u062e\u0627\u0644 \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0644\u0648\u0633\u064a\u0637 MQTT \u0627\u0644\u062e\u0627\u0635 \u0628\u0643."
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
+
},
|
|
9
|
+
"selector": {
|
|
10
|
+
"climate_modes": {
|
|
11
|
+
"options": {
|
|
12
|
+
"cool": "\u0628\u0627\u0631\u062f",
|
|
13
|
+
"dry": "\u062c\u0627\u0641",
|
|
14
|
+
"fan_only": "\u0645\u0631\u0648\u062d\u0629",
|
|
15
|
+
"heat": "\u062d\u0627\u0631",
|
|
16
|
+
"heat_cool": "\u062d\u0627\u0631/\u0628\u0627\u0631\u062f",
|
|
17
|
+
"off": "\u0625\u064a\u0642\u0627\u0641"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"platform": {
|
|
21
|
+
"options": {
|
|
22
|
+
"climate": "\u0627\u0644\u062a\u0643\u064a\u064a\u0641"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
8
25
|
}
|
|
9
26
|
}
|
|
@@ -289,9 +289,11 @@
|
|
|
289
289
|
"ph": "pH",
|
|
290
290
|
"pm10": "PM10",
|
|
291
291
|
"pm25": "PM2.5",
|
|
292
|
+
"pm4": "PM4",
|
|
292
293
|
"power": "\u041c\u043e\u0449\u043d\u043e\u0441\u0442",
|
|
293
294
|
"precipitation": "\u0412\u0430\u043b\u0435\u0436\u0438",
|
|
294
295
|
"pressure": "\u041d\u0430\u043b\u044f\u0433\u0430\u043d\u0435",
|
|
296
|
+
"reactive_energy": "\u0420\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u0430 \u0435\u043d\u0435\u0440\u0433\u0438\u044f",
|
|
295
297
|
"reactive_power": "\u0420\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u0430 \u043c\u043e\u0449\u043d\u043e\u0441\u0442",
|
|
296
298
|
"signal_strength": "\u0421\u0438\u043b\u0430 \u043d\u0430 \u0441\u0438\u0433\u043d\u0430\u043b\u0430",
|
|
297
299
|
"sound_pressure": "\u0417\u0432\u0443\u043a\u043e\u0432\u043e \u043d\u0430\u043b\u044f\u0433\u0430\u043d\u0435",
|
|
@@ -712,11 +712,13 @@
|
|
|
712
712
|
"pm1": "PM1",
|
|
713
713
|
"pm10": "PM10",
|
|
714
714
|
"pm25": "PM2.5",
|
|
715
|
+
"pm4": "PM4",
|
|
715
716
|
"power": "Puissance",
|
|
716
717
|
"power_factor": "Facteur de puissance",
|
|
717
718
|
"precipitation": "Pr\u00e9cipitation",
|
|
718
719
|
"precipitation_intensity": "Intensit\u00e9 des pr\u00e9cipitations",
|
|
719
720
|
"pressure": "Pression",
|
|
721
|
+
"reactive_energy": "\u00c9nergie r\u00e9active",
|
|
720
722
|
"reactive_power": "Puissance r\u00e9active",
|
|
721
723
|
"signal_strength": "Force du signal",
|
|
722
724
|
"sound_pressure": "Pression acoustique",
|
|
@@ -1267,11 +1267,13 @@
|
|
|
1267
1267
|
"pm1": "PM1",
|
|
1268
1268
|
"pm10": "PM10",
|
|
1269
1269
|
"pm25": "PM2.5",
|
|
1270
|
+
"pm4": "PM4",
|
|
1270
1271
|
"power": "Galia",
|
|
1271
1272
|
"power_factor": "Galios koeficientas",
|
|
1272
1273
|
"precipitation": "Krituliai",
|
|
1273
1274
|
"precipitation_intensity": "Krituli\u0173 intensyvumas",
|
|
1274
1275
|
"pressure": "Sl\u0117gis",
|
|
1276
|
+
"reactive_energy": "Reaktyvioji energija",
|
|
1275
1277
|
"reactive_power": "Reaktyvioji galia",
|
|
1276
1278
|
"signal_strength": "Signalo stiprumas",
|
|
1277
1279
|
"sound_pressure": "Garso sl\u0117gis",
|
|
@@ -237,6 +237,7 @@
|
|
|
237
237
|
"fan_feature_oscillation": "Oscillatie ondersteuning",
|
|
238
238
|
"fan_feature_preset_modes": "Preset mode ondersteuning",
|
|
239
239
|
"fan_feature_speed": "Snelheidsondersteuning",
|
|
240
|
+
"image_processing_mode": "Afbeelding verwerking mode",
|
|
240
241
|
"options": "Optie toevoegen",
|
|
241
242
|
"schema": "Schema",
|
|
242
243
|
"state_class": "Statusklasse",
|
|
@@ -263,6 +264,7 @@
|
|
|
263
264
|
"fan_feature_oscillation": "De ventilator ondersteunt oscillatie.",
|
|
264
265
|
"fan_feature_preset_modes": "De ventilator ondersteunt preset modi.",
|
|
265
266
|
"fan_feature_speed": "De ventilator ondersteunt meerdere snelheden.",
|
|
267
|
+
"image_processing_mode": "Selecteer hoe de afbeelding data wordt ontvangen.",
|
|
266
268
|
"options": "Opties voor toegestane sensor statuswaarden. De apparaatklasse van de sensor moet zijn ingesteld op Opsomming. De opties optie kan niet samen met statusklasse of meeteenheid worden gebruikt.",
|
|
267
269
|
"schema": "Het te gebruiken schema. [Leer meer.]({url}#comparison-of-light-mqtt-schemas)",
|
|
268
270
|
"state_class": "De [statusklasse](https://developers.home-assistant.io/docs/core/entity/sensor/#available-state-classes) van de sensor. [Leer meer.]({url}#state_class)",
|
|
@@ -329,8 +331,11 @@
|
|
|
329
331
|
"command_on_template": "Commando \"aan\" sjabloon",
|
|
330
332
|
"command_template": "Commando sjabloon",
|
|
331
333
|
"command_topic": "Commando topic",
|
|
334
|
+
"content_type": "Content type",
|
|
332
335
|
"force_update": "Forceer update",
|
|
333
336
|
"green_template": "Groen sjabloon",
|
|
337
|
+
"image_encoding": "Afbeelding codering",
|
|
338
|
+
"image_topic": "Afbeelding topic",
|
|
334
339
|
"last_reset_value_template": "Laatste reset sjabloon",
|
|
335
340
|
"mode_command_template": "Operatie mode commando sjabloon",
|
|
336
341
|
"mode_command_topic": "Operatie mode commando topic",
|
|
@@ -351,6 +356,8 @@
|
|
|
351
356
|
"state_topic": "Status topic",
|
|
352
357
|
"state_value_template": "Status waarde sjabloon",
|
|
353
358
|
"supported_color_modes": "Ondersteunde kleurmodi",
|
|
359
|
+
"url_template": "URL sjabloon",
|
|
360
|
+
"url_topic": "URL topic",
|
|
354
361
|
"value_template": "Waarde sjabloon"
|
|
355
362
|
},
|
|
356
363
|
"data_description": {
|
|
@@ -365,8 +372,11 @@
|
|
|
365
372
|
"command_off_template": "Het [sjabloon](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) voor de \"uit\" statuswijzigingen. Beschikbare variabelen zijn: `state` en `transition`.",
|
|
366
373
|
"command_on_template": "Het [sjabloon](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) voor de \"aan\" statuswijzigingen. Beschikbare variabelen zijn: `state`, `brightness`, `color_temp`, `red`, `green`, `blue`, `hue`, `sat`, `flash`, `transition` en `effect`. Waarden van `red`, `green`, `blue` en `brightness` zijn beschikbaar als integers in het bereik 0-255. De waarde van `hue` is is een floating point getal in het bereik 0-360. De waarde van `sat` is een floating point getal in het bereik 0-100. Waarde van `color_temp` is is een integer in Kelvin.",
|
|
367
374
|
"command_topic": "Topic om de {platform} entiteit te besturen via publicatie. [Leer meer.]({url}#command_topic)",
|
|
375
|
+
"content_type": "Het content type van de afbeelding data die wordt ontvangen op het afbeelding topic.",
|
|
368
376
|
"force_update": "Stuur update gebeurtenissen, ook als een ontvangen waarde niet is veranderd. Handig als je zinvolle grafieken in de geschiedenis wilt hebben. [Leer meer.]({url}#force_update)",
|
|
369
377
|
"green_template": "[Sjabloon](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) om de kleur groen te extraheren van het status bericht. Verwacht resultaat van het sjabloon is een integer in binnen het bereik 0-255.",
|
|
378
|
+
"image_encoding": "Selecteer de codering van de te ontvangen afbeelding data",
|
|
379
|
+
"image_topic": "Het MQTT topic om te abonneren om afbeelding data updates te ontvangen. [Leer meer.]({url}#image_topic)",
|
|
370
380
|
"last_reset_value_template": "Definieert een [sjabloon](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) om de laatste reset waarde te extraheren. Wanneer het Laatste reset sjabloon template is ingesteld moet de statusklasse Totaal zijn. [Leer meer.]({url}#last_reset_value_template)",
|
|
371
381
|
"mode_command_template": "Een [sjabloon](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) om een bericht te componeren wat naar het operatie mode commando topic wordt gepubliceerd. [Leer meer.]({url}#mode_command_template)",
|
|
372
382
|
"mode_command_topic": "Het MQTT topic om commando's te publiceren om de operatie mode van de klimaatregeling te wijzigen. [Leer meer.]({url}#mode_command_topic)",
|
|
@@ -386,6 +396,8 @@
|
|
|
386
396
|
"state_template": "[Sjabloon](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) om de status te extraheren van het status bericht.",
|
|
387
397
|
"state_topic": "De MQTT topic waarop wordt geabonneerd om {platform} statuswaarden te ontvangen. [Leer meer.]({url}#state_topic)",
|
|
388
398
|
"supported_color_modes": "Een lijst van kleurmodi die worden ondersteund in de lijst. Mogelijke kleurmodi zijn Aan/Uit, Helderheid, Kleurtemperatuur, HS, XY, RGB, RGBW, RGBWW, Wit. Weet dat wanneer Aan/Uit of Helderheid zijn gebruikt, dat de enige waarde in de lijst moet zijn. [Leer meer.]({url}#supported_color_modes)",
|
|
399
|
+
"url_template": "Een [sjabloon](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) om de waarde mee te renderen ontvangen op het URL topic. [Leer meer.]({url}#url_template)",
|
|
400
|
+
"url_topic": "Het MQTT topic om te abonneren om afbeelding URL updates te ontvangen. [Leer meer.]({url}#url_topic)",
|
|
389
401
|
"value_template": "Definieert een [sjabloon](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) om de waarde voor de {platform} entiteit uit te extraheren. [Leer meer.]({url}#value_template)"
|
|
390
402
|
},
|
|
391
403
|
"description": "Configureer de MQTT specifieke details voor {platform} entiteit \"{entity}\":",
|
|
@@ -1011,6 +1023,10 @@
|
|
|
1011
1023
|
}
|
|
1012
1024
|
},
|
|
1013
1025
|
"issues": {
|
|
1026
|
+
"deprecated_object_id": {
|
|
1027
|
+
"description": "Entiteit {entity_id} gebruikt de `object_id` optie die verouderd is. Vervang `object_id: {object_id}` met `default_entity_id: {domain}.{object_id}` in je \"configuration.yaml\", en herstart Home Assistant, om het probleem op te lossen.",
|
|
1028
|
+
"title": "Verouderde optie object_id gebruikt"
|
|
1029
|
+
},
|
|
1014
1030
|
"deprecated_vacuum_battery_feature": {
|
|
1015
1031
|
"description": "Stofzuiger entiteit {entity_id} implementeert de batterij functie die verouderd is. Dit zal niet meer werken in Home Assistant 2026.2. Implementeer in plaats daarvan een aparte entiteit voor de batterijstatus. Om het probleem op te lossen, verwijder je de `batterij`-functie uit de geconfigureerde ondersteunde functies en start je Home Assistant opnieuw op.",
|
|
1016
1032
|
"title": "Verouderde batterijfunctie gebruikt"
|
|
@@ -1251,11 +1267,13 @@
|
|
|
1251
1267
|
"pm1": "PM1",
|
|
1252
1268
|
"pm10": "PM10",
|
|
1253
1269
|
"pm25": "PM2.5",
|
|
1270
|
+
"pm4": "PM4",
|
|
1254
1271
|
"power": "Vermogen",
|
|
1255
1272
|
"power_factor": "Vermogensfactor",
|
|
1256
1273
|
"precipitation": "Neerslag",
|
|
1257
1274
|
"precipitation_intensity": "Neerslagintensiteit",
|
|
1258
1275
|
"pressure": "Druk",
|
|
1276
|
+
"reactive_energy": "Reactieve energie",
|
|
1259
1277
|
"reactive_power": "Reactief vermogen",
|
|
1260
1278
|
"signal_strength": "Signaalsterkte",
|
|
1261
1279
|
"sound_pressure": "Geluidsdruk",
|
|
@@ -1287,6 +1305,18 @@
|
|
|
1287
1305
|
"diagnostic": "Diagnostisch"
|
|
1288
1306
|
}
|
|
1289
1307
|
},
|
|
1308
|
+
"image_encoding": {
|
|
1309
|
+
"options": {
|
|
1310
|
+
"b64": "Base64 codering",
|
|
1311
|
+
"raw": "Ruwe data"
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1314
|
+
"image_processing_mode": {
|
|
1315
|
+
"options": {
|
|
1316
|
+
"image_data": "Afbeelding data wordt ontvangen",
|
|
1317
|
+
"image_url": "Een afbeelding URL wordt ontvangen"
|
|
1318
|
+
}
|
|
1319
|
+
},
|
|
1290
1320
|
"light_schema": {
|
|
1291
1321
|
"options": {
|
|
1292
1322
|
"basic": "Standaard schema",
|
|
@@ -1309,6 +1339,7 @@
|
|
|
1309
1339
|
"climate": "Klimaat",
|
|
1310
1340
|
"cover": "Raambekleding",
|
|
1311
1341
|
"fan": "Ventilator",
|
|
1342
|
+
"image": "Afbeelding",
|
|
1312
1343
|
"light": "Licht",
|
|
1313
1344
|
"lock": "Slot",
|
|
1314
1345
|
"notify": "Notificaties",
|
|
@@ -983,11 +983,13 @@
|
|
|
983
983
|
"pm1": "PM1",
|
|
984
984
|
"pm10": "PM10",
|
|
985
985
|
"pm25": "PM2.5",
|
|
986
|
+
"pm4": "PM4",
|
|
986
987
|
"power": "\u041c\u043e\u0449\u043d\u043e\u0441\u0442\u044c",
|
|
987
988
|
"power_factor": "\u041a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442 \u043c\u043e\u0449\u043d\u043e\u0441\u0442\u0438",
|
|
988
989
|
"precipitation": "\u041e\u0441\u0430\u0434\u043a\u0438",
|
|
989
990
|
"precipitation_intensity": "\u0418\u043d\u0442\u0435\u043d\u0441\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u043e\u0441\u0430\u0434\u043a\u043e\u0432",
|
|
990
991
|
"pressure": "\u0414\u0430\u0432\u043b\u0435\u043d\u0438\u0435",
|
|
992
|
+
"reactive_energy": "\u0420\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u044d\u043d\u0435\u0440\u0433\u0438\u044f",
|
|
991
993
|
"reactive_power": "\u0420\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u043c\u043e\u0449\u043d\u043e\u0441\u0442\u044c",
|
|
992
994
|
"signal_strength": "\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u0441\u0438\u0433\u043d\u0430\u043b\u0430",
|
|
993
995
|
"sound_pressure": "\u0417\u0432\u0443\u043a\u043e\u0432\u043e\u0435 \u0432\u043e\u0437\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435",
|
|
@@ -1269,11 +1269,13 @@
|
|
|
1269
1269
|
"pm1": "PM1",
|
|
1270
1270
|
"pm10": "PM10",
|
|
1271
1271
|
"pm25": "PM2.5",
|
|
1272
|
+
"pm4": "PM4",
|
|
1272
1273
|
"power": "V\u00fdkon",
|
|
1273
1274
|
"power_factor": "\u00da\u010dinn\u00edk",
|
|
1274
1275
|
"precipitation": "Zr\u00e1\u017eky",
|
|
1275
1276
|
"precipitation_intensity": "Intenzita zr\u00e1\u017eok",
|
|
1276
1277
|
"pressure": "Tlak",
|
|
1278
|
+
"reactive_energy": "Jalov\u00e1 energia",
|
|
1277
1279
|
"reactive_power": "Jalov\u00fd v\u00fdkon",
|
|
1278
1280
|
"signal_strength": "Sila sign\u00e1lu",
|
|
1279
1281
|
"sound_pressure": "Akustick\u00fd tlak",
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Layanan sudah dikonfigurasi"
|
|
5
|
+
},
|
|
6
|
+
"error": {
|
|
7
|
+
"invalid_auth": "Kunci API tidak valid",
|
|
8
|
+
"unknown": "Kesalahan tak terduga"
|
|
9
|
+
},
|
|
10
|
+
"step": {
|
|
11
|
+
"user": {
|
|
12
|
+
"data": {
|
|
13
|
+
"api_key": "Kunci API"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"config_subentries": {
|
|
19
|
+
"route": {
|
|
20
|
+
"abort": {
|
|
21
|
+
"cannot_connect": "Gagal terhubung"
|
|
22
|
+
},
|
|
23
|
+
"error": {
|
|
24
|
+
"cannot_connect": "Gagal terhubung"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -1,4 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
+
"device_automation": {
|
|
3
|
+
"trigger_subtype": {
|
|
4
|
+
"away": "\u062e\u0627\u0631\u062c \u0627\u0644\u0645\u0646\u0632\u0644"
|
|
5
|
+
}
|
|
6
|
+
},
|
|
7
|
+
"entity": {
|
|
8
|
+
"climate": {
|
|
9
|
+
"thermostat": {
|
|
10
|
+
"state_attributes": {
|
|
11
|
+
"preset_mode": {
|
|
12
|
+
"state": {
|
|
13
|
+
"manual": "\u064a\u062f\u0648\u064a"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
},
|
|
2
20
|
"options": {
|
|
3
21
|
"step": {
|
|
4
22
|
"public_weather": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"api_key": "API \u91d1\u9470",
|
|
15
15
|
"url": "\u7db2\u5740"
|
|
16
16
|
},
|
|
17
|
-
"description": "- URL\uff1aNightscout \u88dd\u7f6e\u4f4d\u5740\u3002\u4f8b\u5982\uff1ahttps://myhomeassistant.duckdns.org:5423\n- API \u91d1\u9470\uff08\u9078\
|
|
17
|
+
"description": "- URL\uff1aNightscout \u88dd\u7f6e\u4f4d\u5740\u3002\u4f8b\u5982\uff1ahttps://myhomeassistant.duckdns.org:5423\n- API \u91d1\u9470\uff08\u9078\u586b\uff09\uff1a\u50c5\u65bc\u88dd\u7f6e\u70ba\u4fdd\u8b77\u72c0\u614b\uff08(auth_default_roles != readable\uff09\u4e0b\u4f7f\u7528\u3002",
|
|
18
18
|
"title": "\u8f38\u5165 Nightscout \u4f3a\u670d\u5668\u8cc7\u8a0a\u3002"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
|
-
"already_configured": "Perangkat sudah dikonfigurasi"
|
|
4
|
+
"already_configured": "Perangkat sudah dikonfigurasi",
|
|
5
|
+
"reconfigure_successful": "Konfigurasi ulang berhasil"
|
|
5
6
|
},
|
|
6
7
|
"error": {
|
|
7
8
|
"cannot_connect": "Gagal terhubung"
|
|
8
9
|
},
|
|
9
10
|
"step": {
|
|
11
|
+
"reconfigure": {
|
|
12
|
+
"data": {
|
|
13
|
+
"host": "Host"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
10
16
|
"user": {
|
|
11
17
|
"data": {
|
|
12
18
|
"host": "Host"
|
|
@@ -47,10 +47,21 @@
|
|
|
47
47
|
},
|
|
48
48
|
"config_subentries": {
|
|
49
49
|
"topic": {
|
|
50
|
+
"abort": {
|
|
51
|
+
"reconfigure_successful": "Konfigurasi ulang berhasil"
|
|
52
|
+
},
|
|
50
53
|
"error": {
|
|
51
54
|
"cannot_connect": "Gagal terhubung",
|
|
52
55
|
"unknown": "Kesalahan tak terduga"
|
|
53
56
|
}
|
|
54
57
|
}
|
|
58
|
+
},
|
|
59
|
+
"selector": {
|
|
60
|
+
"priority": {
|
|
61
|
+
"options": {
|
|
62
|
+
"2": "Rendah",
|
|
63
|
+
"4": "Tinggi"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
55
66
|
}
|
|
56
67
|
}
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"filter_title": "\u5305\u542b\u6a19\u984c\u5b8c\u5168\u7b26\u5408\u6307\u5b9a\u6587\u5b57\u7684\u8a0a\u606f"
|
|
124
124
|
},
|
|
125
125
|
"description": "\u5957\u7528\u7be9\u9078\u5668\u4ee5\u7e2e\u5c0f Home Assistant \u8a02\u95b1\u4e3b\u984c\u6642\u63a5\u6536\u7684\u8a0a\u606f\u7bc4\u570d\u3002\u7be9\u9078\u5668\u50c5\u9069\u7528\u65bc\u4e8b\u4ef6\u5be6\u9ad4\u3002",
|
|
126
|
-
"name": "\u8a0a\u606f\u7be9\u9078\u5668\uff08\u9078\
|
|
126
|
+
"name": "\u8a0a\u606f\u7be9\u9078\u5668\uff08\u9078\u586b\uff09"
|
|
127
127
|
}
|
|
128
128
|
},
|
|
129
129
|
"title": "\u4e3b\u984c"
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
},
|
|
6
6
|
"error": {
|
|
7
7
|
"cannot_connect": "Gagal terhubung",
|
|
8
|
+
"invalid_url": "Nama host atau alamat IP tidak valid",
|
|
8
9
|
"unknown": "Kesalahan tak terduga"
|
|
9
10
|
},
|
|
10
11
|
"step": {
|
|
@@ -16,15 +17,31 @@
|
|
|
16
17
|
}
|
|
17
18
|
},
|
|
18
19
|
"config_subentries": {
|
|
20
|
+
"ai_task_data": {
|
|
21
|
+
"abort": {
|
|
22
|
+
"cannot_connect": "Gagal terhubung",
|
|
23
|
+
"reconfigure_successful": "Konfigurasi ulang berhasil"
|
|
24
|
+
},
|
|
25
|
+
"step": {
|
|
26
|
+
"set_options": {
|
|
27
|
+
"data": {
|
|
28
|
+
"name": "Nama",
|
|
29
|
+
"prompt": "Instruksi"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
},
|
|
19
34
|
"conversation": {
|
|
20
35
|
"abort": {
|
|
36
|
+
"cannot_connect": "Gagal terhubung",
|
|
21
37
|
"reconfigure_successful": "Konfigurasi ulang berhasil"
|
|
22
38
|
},
|
|
23
39
|
"step": {
|
|
24
40
|
"set_options": {
|
|
25
41
|
"data": {
|
|
26
42
|
"llm_hass_api": "Kendalikan Home Assistant",
|
|
27
|
-
"name": "Nama"
|
|
43
|
+
"name": "Nama",
|
|
44
|
+
"prompt": "Instruksi"
|
|
28
45
|
}
|
|
29
46
|
}
|
|
30
47
|
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Layanan sudah dikonfigurasi"
|
|
5
|
+
},
|
|
6
|
+
"error": {
|
|
7
|
+
"cannot_connect": "Gagal terhubung",
|
|
8
|
+
"unknown": "Kesalahan tak terduga"
|
|
9
|
+
},
|
|
10
|
+
"step": {
|
|
11
|
+
"user": {
|
|
12
|
+
"data": {
|
|
13
|
+
"api_key": "Kunci API"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"config_subentries": {
|
|
19
|
+
"ai_task_data": {
|
|
20
|
+
"abort": {
|
|
21
|
+
"cannot_connect": "Gagal terhubung",
|
|
22
|
+
"unknown": "Kesalahan tak terduga"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"conversation": {
|
|
26
|
+
"abort": {
|
|
27
|
+
"cannot_connect": "Gagal terhubung",
|
|
28
|
+
"unknown": "Kesalahan tak terduga"
|
|
29
|
+
},
|
|
30
|
+
"step": {
|
|
31
|
+
"user": {
|
|
32
|
+
"data": {
|
|
33
|
+
"llm_hass_api": "Kendalikan Home Assistant",
|
|
34
|
+
"prompt": "Instruksi"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -17,6 +17,23 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"config_subentries": {
|
|
20
|
+
"ai_task_data": {
|
|
21
|
+
"abort": {
|
|
22
|
+
"reconfigure_successful": "Konfigurasi ulang berhasil"
|
|
23
|
+
},
|
|
24
|
+
"step": {
|
|
25
|
+
"advanced": {
|
|
26
|
+
"data": {
|
|
27
|
+
"chat_model": "Model"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"init": {
|
|
31
|
+
"data": {
|
|
32
|
+
"name": "Nama"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
20
37
|
"conversation": {
|
|
21
38
|
"abort": {
|
|
22
39
|
"reconfigure_successful": "Konfigurasi ulang berhasil"
|
|
@@ -30,7 +47,8 @@
|
|
|
30
47
|
"init": {
|
|
31
48
|
"data": {
|
|
32
49
|
"llm_hass_api": "Kendalikan Home Assistant",
|
|
33
|
-
"name": "Nama"
|
|
50
|
+
"name": "Nama",
|
|
51
|
+
"prompt": "Instruksi"
|
|
34
52
|
}
|
|
35
53
|
}
|
|
36
54
|
}
|
|
@@ -55,6 +73,13 @@
|
|
|
55
73
|
"low": "Rendah",
|
|
56
74
|
"medium": "Sedang"
|
|
57
75
|
}
|
|
76
|
+
},
|
|
77
|
+
"verbosity": {
|
|
78
|
+
"options": {
|
|
79
|
+
"high": "Tinggi",
|
|
80
|
+
"low": "Rendah",
|
|
81
|
+
"medium": "Sedang"
|
|
82
|
+
}
|
|
58
83
|
}
|
|
59
84
|
},
|
|
60
85
|
"services": {
|