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
|
@@ -24,6 +24,24 @@
|
|
|
24
24
|
},
|
|
25
25
|
"title": "Templat untuk tombol"
|
|
26
26
|
},
|
|
27
|
+
"cover": {
|
|
28
|
+
"data": {
|
|
29
|
+
"device_id": "Perangkat",
|
|
30
|
+
"name": "Nama"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"event": {
|
|
34
|
+
"data": {
|
|
35
|
+
"device_id": "Perangkat",
|
|
36
|
+
"name": "Nama"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"fan": {
|
|
40
|
+
"data": {
|
|
41
|
+
"device_id": "Perangkat",
|
|
42
|
+
"name": "Nama"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
27
45
|
"image": {
|
|
28
46
|
"data": {
|
|
29
47
|
"device_id": "Perangkat",
|
|
@@ -33,6 +51,18 @@
|
|
|
33
51
|
},
|
|
34
52
|
"title": "Templat untuk gambar"
|
|
35
53
|
},
|
|
54
|
+
"light": {
|
|
55
|
+
"data": {
|
|
56
|
+
"device_id": "Perangkat",
|
|
57
|
+
"name": "Nama"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"lock": {
|
|
61
|
+
"data": {
|
|
62
|
+
"device_id": "Perangkat",
|
|
63
|
+
"name": "Nama"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
36
66
|
"number": {
|
|
37
67
|
"data": {
|
|
38
68
|
"device_id": "Perangkat",
|
|
@@ -71,8 +101,20 @@
|
|
|
71
101
|
},
|
|
72
102
|
"title": "Templat untuk sakelar"
|
|
73
103
|
},
|
|
104
|
+
"update": {
|
|
105
|
+
"data": {
|
|
106
|
+
"device_id": "Perangkat",
|
|
107
|
+
"name": "Nama"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
74
110
|
"user": {
|
|
75
111
|
"title": "Pembantu templat"
|
|
112
|
+
},
|
|
113
|
+
"vacuum": {
|
|
114
|
+
"data": {
|
|
115
|
+
"device_id": "Perangkat",
|
|
116
|
+
"name": "Nama"
|
|
117
|
+
}
|
|
76
118
|
}
|
|
77
119
|
}
|
|
78
120
|
},
|
|
@@ -110,6 +152,22 @@
|
|
|
110
152
|
},
|
|
111
153
|
"title": "Templat untuk tombol"
|
|
112
154
|
},
|
|
155
|
+
"cover": {
|
|
156
|
+
"data": {
|
|
157
|
+
"device_id": "Perangkat"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"event": {
|
|
161
|
+
"data": {
|
|
162
|
+
"device_id": "Perangkat",
|
|
163
|
+
"name": "Nama"
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
"fan": {
|
|
167
|
+
"data": {
|
|
168
|
+
"device_id": "Perangkat"
|
|
169
|
+
}
|
|
170
|
+
},
|
|
113
171
|
"image": {
|
|
114
172
|
"data": {
|
|
115
173
|
"device_id": "Perangkat",
|
|
@@ -118,6 +176,17 @@
|
|
|
118
176
|
},
|
|
119
177
|
"title": "Templat untuk gambar"
|
|
120
178
|
},
|
|
179
|
+
"light": {
|
|
180
|
+
"data": {
|
|
181
|
+
"device_id": "Perangkat",
|
|
182
|
+
"name": "Nama"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"lock": {
|
|
186
|
+
"data": {
|
|
187
|
+
"device_id": "Perangkat"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
121
190
|
"number": {
|
|
122
191
|
"data": {
|
|
123
192
|
"device_id": "Perangkat",
|
|
@@ -154,6 +223,18 @@
|
|
|
154
223
|
"value_template": "Mendefinisikan templat untuk mengatur status sakelar. Jika tidak ditentukan, saklar secara optimis akan menganggap semua perintah berhasil."
|
|
155
224
|
},
|
|
156
225
|
"title": "Templat untuk sakelar"
|
|
226
|
+
},
|
|
227
|
+
"update": {
|
|
228
|
+
"data": {
|
|
229
|
+
"device_id": "Perangkat",
|
|
230
|
+
"name": "Nama"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"vacuum": {
|
|
234
|
+
"data": {
|
|
235
|
+
"device_id": "Perangkat",
|
|
236
|
+
"name": "Nama"
|
|
237
|
+
}
|
|
157
238
|
}
|
|
158
239
|
}
|
|
159
240
|
},
|
|
@@ -1085,6 +1085,7 @@
|
|
|
1085
1085
|
"pm1": "PM1",
|
|
1086
1086
|
"pm10": "PM10",
|
|
1087
1087
|
"pm25": "PM2.5",
|
|
1088
|
+
"pm4": "PM4",
|
|
1088
1089
|
"power": "\u041c\u043e\u0449\u043d\u043e\u0441\u0442\u044c",
|
|
1089
1090
|
"power_factor": "\u041a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442 \u043c\u043e\u0449\u043d\u043e\u0441\u0442\u0438",
|
|
1090
1091
|
"precipitation": "\u041e\u0441\u0430\u0434\u043a\u0438",
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"entity": {
|
|
3
|
+
"media_player": {
|
|
4
|
+
"media": {
|
|
5
|
+
"name": "\u0645\u0634\u063a\u0644 \u0627\u0644\u0648\u0633\u0627\u0626\u0637"
|
|
6
|
+
}
|
|
7
|
+
},
|
|
8
|
+
"select": {
|
|
9
|
+
"climate_state_seat_heater_rear_left": {
|
|
10
|
+
"state": {
|
|
11
|
+
"off": "\u0625\u064a\u0642\u0627\u0641"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"climate_state_seat_heater_rear_right": {
|
|
15
|
+
"state": {
|
|
16
|
+
"high": "\u0645\u0631\u062a\u0641\u0639",
|
|
17
|
+
"low": "\u0645\u0646\u062e\u0641\u0636",
|
|
18
|
+
"medium": "\u0645\u062a\u0648\u0633\u0637",
|
|
19
|
+
"off": "\u0625\u064a\u0642\u0627\u0641"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"climate_state_seat_heater_right": {
|
|
23
|
+
"state": {
|
|
24
|
+
"high": "\u0645\u0631\u062a\u0641\u0639",
|
|
25
|
+
"low": "\u0645\u0646\u062e\u0641\u0636",
|
|
26
|
+
"medium": "\u0645\u062a\u0648\u0633\u0637",
|
|
27
|
+
"off": "\u0645\u0646\u062e\u0641\u0636"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"climate_state_seat_heater_third_row_left": {
|
|
31
|
+
"state": {
|
|
32
|
+
"high": "\u0645\u0631\u062a\u0641\u0639",
|
|
33
|
+
"low": "\u0645\u0646\u062e\u0641\u0636",
|
|
34
|
+
"medium": "\u0645\u062a\u0648\u0633\u0637",
|
|
35
|
+
"off": "\u0625\u064a\u0642\u0627\u0641"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"climate_state_seat_heater_third_row_right": {
|
|
39
|
+
"state": {
|
|
40
|
+
"high": "\u0645\u0631\u062a\u0641\u0639",
|
|
41
|
+
"low": "\u0645\u0646\u062e\u0641\u0636",
|
|
42
|
+
"medium": "\u0645\u062a\u0648\u0633\u0637",
|
|
43
|
+
"off": "\u0625\u064a\u0642\u0627\u0641"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"climate_state_steering_wheel_heat_level": {
|
|
47
|
+
"state": {
|
|
48
|
+
"high": "\u0645\u0631\u062a\u0641\u0639",
|
|
49
|
+
"low": "\u0645\u0646\u062e\u0641\u0636",
|
|
50
|
+
"off": "\u0625\u064a\u0642\u0627\u0641"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"entity": {
|
|
3
|
+
"climate": {
|
|
4
|
+
"driver_temp": {
|
|
5
|
+
"state_attributes": {
|
|
6
|
+
"fan_mode": {
|
|
7
|
+
"state": {
|
|
8
|
+
"off": "\u0625\u064a\u0642\u0627\u0641"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"media_player": {
|
|
15
|
+
"media": {
|
|
16
|
+
"name": "\u0645\u0634\u063a\u0644 \u0627\u0644\u0648\u0633\u0627\u0626\u0637"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"sensor": {
|
|
20
|
+
"powershare_type": {
|
|
21
|
+
"state": {
|
|
22
|
+
"home": "\u0641\u064a \u0627\u0644\u0645\u0646\u0632\u0644"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -288,7 +288,40 @@
|
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
290
|
},
|
|
291
|
+
"selector": {
|
|
292
|
+
"days_of_week": {
|
|
293
|
+
"options": {
|
|
294
|
+
"friday": "Jumat",
|
|
295
|
+
"monday": "Senin",
|
|
296
|
+
"saturday": "Sabtu",
|
|
297
|
+
"sunday": "Minggu",
|
|
298
|
+
"thursday": "Kamis",
|
|
299
|
+
"tuesday": "Selasa",
|
|
300
|
+
"wednesday": "Rabu"
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
},
|
|
291
304
|
"services": {
|
|
305
|
+
"add_charge_schedule": {
|
|
306
|
+
"fields": {
|
|
307
|
+
"enable": {
|
|
308
|
+
"name": "Aktifkan"
|
|
309
|
+
},
|
|
310
|
+
"name": {
|
|
311
|
+
"name": "Nama"
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
"add_precondition_schedule": {
|
|
316
|
+
"fields": {
|
|
317
|
+
"enable": {
|
|
318
|
+
"name": "Aktifkan"
|
|
319
|
+
},
|
|
320
|
+
"name": {
|
|
321
|
+
"name": "Nama"
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
},
|
|
292
325
|
"set_scheduled_charging": {
|
|
293
326
|
"fields": {
|
|
294
327
|
"enable": {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Perangkat sudah dikonfigurasi",
|
|
5
|
+
"already_in_progress": "Alur konfigurasi sedang berlangsung",
|
|
6
|
+
"no_devices_found": "Tidak ada perangkat yang ditemukan di jaringan"
|
|
7
|
+
},
|
|
8
|
+
"step": {
|
|
9
|
+
"user": {
|
|
10
|
+
"data": {
|
|
11
|
+
"address": "Perangkat"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -1,13 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
|
-
"already_configured": "Perangkat sudah dikonfigurasi"
|
|
4
|
+
"already_configured": "Perangkat sudah dikonfigurasi",
|
|
5
|
+
"reauth_successful": "Autentikasi ulang berhasil"
|
|
5
6
|
},
|
|
6
7
|
"error": {
|
|
7
8
|
"cannot_connect": "Gagal terhubung",
|
|
9
|
+
"invalid_auth": "Autentikasi tidak valid",
|
|
8
10
|
"unknown": "Kesalahan tak terduga"
|
|
9
11
|
},
|
|
10
12
|
"step": {
|
|
13
|
+
"reauth_confirm": {
|
|
14
|
+
"data": {
|
|
15
|
+
"password": "Kata Sandi",
|
|
16
|
+
"username": "Nama Pengguna"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
11
19
|
"user": {
|
|
12
20
|
"data": {
|
|
13
21
|
"host": "Host",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"api_key": "API \u91d1\u9470",
|
|
20
20
|
"filter_product": "\u4f9d\u7522\u54c1\u63cf\u8ff0\u904e\u6ffe",
|
|
21
21
|
"from": "\u51fa\u767c\u8eca\u7ad9",
|
|
22
|
-
"time": "\u6642\u9593\uff08\u9078\
|
|
22
|
+
"time": "\u6642\u9593\uff08\u9078\u586b\uff09",
|
|
23
23
|
"to": "\u62b5\u9054\u8eca\u7ad9",
|
|
24
24
|
"weekday": "\u5929"
|
|
25
25
|
},
|
|
@@ -123,6 +123,12 @@
|
|
|
123
123
|
"2": "Nyala"
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
|
+
"blanket_level": {
|
|
127
|
+
"state": {
|
|
128
|
+
"level_1": "Rendah",
|
|
129
|
+
"level_10": "Tinggi"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
126
132
|
"brightness": {
|
|
127
133
|
"name": "Kecerahan"
|
|
128
134
|
},
|
|
@@ -213,6 +219,12 @@
|
|
|
213
219
|
"work": "Bekerja"
|
|
214
220
|
}
|
|
215
221
|
},
|
|
222
|
+
"indexed_blanket_level": {
|
|
223
|
+
"state": {
|
|
224
|
+
"level_1": "Rendah",
|
|
225
|
+
"level_10": "Tinggi"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
216
228
|
"ipc_work_mode": {
|
|
217
229
|
"state": {
|
|
218
230
|
"0": "Mode daya rendah",
|
|
@@ -392,12 +404,25 @@
|
|
|
392
404
|
"last_operation_duration": {
|
|
393
405
|
"name": "Durasi pengoperasian terakhir"
|
|
394
406
|
},
|
|
407
|
+
"liquid_state": {
|
|
408
|
+
"state": {
|
|
409
|
+
"lower_alarm": "Rendah",
|
|
410
|
+
"normal": "Normal",
|
|
411
|
+
"upper_alarm": "Tinggi"
|
|
412
|
+
}
|
|
413
|
+
},
|
|
395
414
|
"luminosity": {
|
|
396
415
|
"name": "Luminositas"
|
|
397
416
|
},
|
|
398
417
|
"methane": {
|
|
399
418
|
"name": "Metana"
|
|
400
419
|
},
|
|
420
|
+
"odor_elimination_status": {
|
|
421
|
+
"state": {
|
|
422
|
+
"charging": "Mengisi daya",
|
|
423
|
+
"standby": "Siaga"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
401
426
|
"pm1": {
|
|
402
427
|
"name": "PM1"
|
|
403
428
|
},
|
|
@@ -455,6 +480,13 @@
|
|
|
455
480
|
},
|
|
456
481
|
"water_level": {
|
|
457
482
|
"name": "Tingkat air"
|
|
483
|
+
},
|
|
484
|
+
"water_level_state": {
|
|
485
|
+
"state": {
|
|
486
|
+
"level_1": "Rendah",
|
|
487
|
+
"level_2": "Sedang",
|
|
488
|
+
"level_3": "Penuh"
|
|
489
|
+
}
|
|
458
490
|
}
|
|
459
491
|
},
|
|
460
492
|
"switch": {
|
|
@@ -13,12 +13,14 @@
|
|
|
13
13
|
"step": {
|
|
14
14
|
"discovery_confirm": {
|
|
15
15
|
"data": {
|
|
16
|
+
"api_key": "Kunci API",
|
|
16
17
|
"password": "Kata Sandi",
|
|
17
18
|
"username": "Nama Pengguna"
|
|
18
19
|
}
|
|
19
20
|
},
|
|
20
21
|
"reauth_confirm": {
|
|
21
22
|
"data": {
|
|
23
|
+
"api_key": "Kunci API",
|
|
22
24
|
"password": "Kata Sandi",
|
|
23
25
|
"port": "Port",
|
|
24
26
|
"username": "Nama Pengguna"
|
|
@@ -26,6 +28,7 @@
|
|
|
26
28
|
},
|
|
27
29
|
"user": {
|
|
28
30
|
"data": {
|
|
31
|
+
"api_key": "Kunci API",
|
|
29
32
|
"host": "Host",
|
|
30
33
|
"password": "Kata Sandi",
|
|
31
34
|
"port": "Port",
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Perangkat sudah dikonfigurasi",
|
|
5
|
+
"reauth_successful": "Autentikasi ulang berhasil",
|
|
6
|
+
"reconfigure_successful": "Konfigurasi ulang berhasil"
|
|
7
|
+
},
|
|
8
|
+
"error": {
|
|
9
|
+
"cannot_connect": "Gagal terhubung",
|
|
10
|
+
"invalid_auth": "Autentikasi tidak valid",
|
|
11
|
+
"unknown": "Kesalahan tak terduga"
|
|
12
|
+
},
|
|
13
|
+
"step": {
|
|
14
|
+
"hassio_confirm": {
|
|
15
|
+
"data": {
|
|
16
|
+
"api_key": "Kunci API"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"reauth_confirm": {
|
|
20
|
+
"data": {
|
|
21
|
+
"api_key": "Kunci API"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"reconfigure": {
|
|
25
|
+
"data": {
|
|
26
|
+
"api_key": "Kunci API",
|
|
27
|
+
"url": "URL",
|
|
28
|
+
"verify_ssl": "Verifikasi sertifikat SSL"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"user": {
|
|
32
|
+
"data": {
|
|
33
|
+
"api_key": "Kunci API",
|
|
34
|
+
"url": "URL",
|
|
35
|
+
"verify_ssl": "Verifikasi sertifikat SSL"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"already_configured": "Akun sudah dikonfigurasi",
|
|
5
5
|
"reauth_failed_existing": "Tidak dapat memperbarui entri konfigurasi, hapus integrasi dan siapkan kembali.",
|
|
6
6
|
"reauth_successful": "Autentikasi ulang berhasil",
|
|
7
|
+
"reconfigure_successful": "Konfigurasi ulang berhasil",
|
|
7
8
|
"unknown": "Kesalahan tak terduga"
|
|
8
9
|
},
|
|
9
10
|
"error": {
|
|
@@ -20,6 +21,11 @@
|
|
|
20
21
|
},
|
|
21
22
|
"title": "Autentikasi ulang integrasi untuk {name}"
|
|
22
23
|
},
|
|
24
|
+
"reconfigure": {
|
|
25
|
+
"data": {
|
|
26
|
+
"api_key": "Kunci API"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
23
29
|
"user": {
|
|
24
30
|
"data": {
|
|
25
31
|
"api_key": "Kunci API"
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Perangkat sudah dikonfigurasi",
|
|
5
|
+
"reauth_successful": "Autentikasi ulang berhasil"
|
|
6
|
+
},
|
|
7
|
+
"error": {
|
|
8
|
+
"cannot_connect": "Gagal terhubung",
|
|
9
|
+
"invalid_auth": "Autentikasi tidak valid",
|
|
10
|
+
"unknown": "Kesalahan tak terduga"
|
|
11
|
+
},
|
|
12
|
+
"step": {
|
|
13
|
+
"reauth_confirm": {
|
|
14
|
+
"data": {
|
|
15
|
+
"api_token": "Token API"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"user": {
|
|
19
|
+
"data": {
|
|
20
|
+
"api_token": "Token API"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Akun sudah dikonfigurasi",
|
|
5
|
+
"already_in_progress": "Alur konfigurasi sedang berlangsung",
|
|
6
|
+
"authorize_url_timeout": "Tenggang waktu pembuatan URL otorisasi habis.",
|
|
7
|
+
"missing_configuration": "Komponen tidak dikonfigurasi. Ikuti petunjuk dalam dokumentasi.",
|
|
8
|
+
"no_url_available": "Tidak ada URL yang tersedia. Untuk informasi tentang kesalahan ini, [lihat bagian bantuan]({docs_url})",
|
|
9
|
+
"oauth_error": "Menerima respons token yang tidak valid.",
|
|
10
|
+
"oauth_failed": "Terjadi kesalahan saat mendapatkan token akses.",
|
|
11
|
+
"oauth_timeout": "Tenggang waktu penyelesaian token OAuth habis.",
|
|
12
|
+
"oauth_unauthorized": "Kesalahan otorisasi OAuth saat mendapatkan token akses.",
|
|
13
|
+
"reauth_successful": "Autentikasi ulang berhasil",
|
|
14
|
+
"reconfigure_successful": "Konfigurasi ulang berhasil",
|
|
15
|
+
"user_rejected_authorize": "Penautan akun ditolak: {error}"
|
|
16
|
+
},
|
|
17
|
+
"create_entry": {
|
|
18
|
+
"default": "Berhasil diautentikasi"
|
|
19
|
+
},
|
|
20
|
+
"step": {
|
|
21
|
+
"api_key": {
|
|
22
|
+
"data": {
|
|
23
|
+
"api_key": "Kunci API"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"pick_implementation": {
|
|
27
|
+
"title": "Pilih metode autentikasi"
|
|
28
|
+
},
|
|
29
|
+
"reauth_confirm": {
|
|
30
|
+
"title": "Autentikasi ulang integrasi untuk {name}"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"entity": {
|
|
35
|
+
"sensor": {
|
|
36
|
+
"charger_connection_status": {
|
|
37
|
+
"state": {
|
|
38
|
+
"connected": "Terhubung",
|
|
39
|
+
"disconnected": "Terputus",
|
|
40
|
+
"fault": "Macet"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"charging_power_status": {
|
|
44
|
+
"state": {
|
|
45
|
+
"fault": "Macet"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"charging_status": {
|
|
49
|
+
"state": {
|
|
50
|
+
"charging": "Mengisi daya",
|
|
51
|
+
"discharging": "Mengosongkan daya",
|
|
52
|
+
"error": "Kesalahan",
|
|
53
|
+
"idle": "Siaga"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"""Analytics platform."""
|
|
2
|
+
|
|
3
|
+
from homeassistant.components.analytics import AnalyticsInput, AnalyticsModifications
|
|
4
|
+
from homeassistant.core import HomeAssistant
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
async def async_modify_analytics(
|
|
8
|
+
hass: HomeAssistant, analytics_input: AnalyticsInput
|
|
9
|
+
) -> AnalyticsModifications:
|
|
10
|
+
"""Modify the analytics."""
|
|
11
|
+
return AnalyticsModifications(remove=True)
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
},
|
|
31
31
|
"user": {
|
|
32
32
|
"data": {
|
|
33
|
-
"host": "IP \u4f4d\u5740\uff08\u9078\
|
|
33
|
+
"host": "IP \u4f4d\u5740\uff08\u9078\u586b\uff09",
|
|
34
34
|
"interface": "\u4f7f\u7528\u7684\u7db2\u8def\u4ecb\u9762",
|
|
35
|
-
"mac": "Mac \u4f4d\u5740\uff08\u9078\
|
|
35
|
+
"mac": "Mac \u4f4d\u5740\uff08\u9078\u586b\uff09"
|
|
36
36
|
},
|
|
37
37
|
"description": "\u5047\u5982 IP \u6216 Mac \u4f4d\u5740\u70ba\u7a7a\u767d\u3001\u5c07\u9032\u884c\u81ea\u52d5\u641c\u7d22"
|
|
38
38
|
}
|