homeassistant 2025.10.0b4__py3-none-any.whl → 2025.10.0b6__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/bg.json +7 -1
- homeassistant/components/accuweather/translations/id.json +9 -0
- homeassistant/components/adax/translations/fy.json +11 -0
- homeassistant/components/adguard/translations/zh-Hant.json +1 -1
- homeassistant/components/airos/translations/bg.json +8 -0
- homeassistant/components/airos/translations/ca.json +8 -0
- homeassistant/components/airos/translations/cs.json +12 -0
- homeassistant/components/airos/translations/es.json +12 -0
- homeassistant/components/airos/translations/et.json +12 -0
- homeassistant/components/airos/translations/fr.json +18 -0
- homeassistant/components/airos/translations/fy.json +11 -0
- homeassistant/components/airos/translations/id.json +36 -0
- homeassistant/components/airos/translations/lt.json +12 -0
- homeassistant/components/airos/translations/lv.json +1 -0
- homeassistant/components/airos/translations/pt.json +12 -0
- homeassistant/components/airos/translations/sk.json +12 -0
- homeassistant/components/airos/translations/sv.json +40 -1
- homeassistant/components/airos/translations/zh-Hans.json +12 -0
- homeassistant/components/airos/translations/zh-Hant.json +12 -0
- homeassistant/components/airtouch5/translations/da.json +9 -0
- homeassistant/components/airzone/translations/fr.json +9 -0
- homeassistant/components/airzone/translations/lt.json +10 -0
- homeassistant/components/aladdin_connect/config_flow.py +11 -0
- homeassistant/components/aladdin_connect/strings.json +2 -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/binary_sensor.py +0 -7
- homeassistant/components/alexa_devices/manifest.json +1 -1
- homeassistant/components/alexa_devices/translations/fy.json +16 -0
- homeassistant/components/alexa_devices/translations/id.json +12 -0
- homeassistant/components/analytics/analytics.py +24 -13
- 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/blue_current/translations/bg.json +18 -0
- homeassistant/components/blue_current/translations/fr.json +9 -0
- homeassistant/components/blue_current/translations/lt.json +44 -0
- homeassistant/components/broadlink/translations/zh-Hant.json +1 -1
- homeassistant/components/brother/translations/id.json +21 -0
- homeassistant/components/bsblan/translations/fy.json +16 -0
- homeassistant/components/bsblan/translations/id.json +17 -2
- homeassistant/components/cast/translations/pl.json +14 -0
- homeassistant/components/coinbase/translations/id.json +5 -0
- homeassistant/components/compit/translations/bg.json +25 -0
- homeassistant/components/compit/translations/fy.json +16 -0
- homeassistant/components/compit/translations/id.json +25 -0
- homeassistant/components/cover/translations/da.json +20 -1
- homeassistant/components/cync/translations/bg.json +20 -0
- homeassistant/components/cync/translations/ca.json +12 -0
- homeassistant/components/cync/translations/fr.json +32 -0
- homeassistant/components/cync/translations/fy.json +11 -0
- homeassistant/components/cync/translations/id.json +20 -0
- homeassistant/components/cync/translations/lt.json +32 -0
- homeassistant/components/datadog/translations/id.json +28 -0
- homeassistant/components/deconz/translations/zh-Hant.json +1 -1
- homeassistant/components/deluge/translations/bg.json +6 -0
- homeassistant/components/devolo_home_control/translations/fy.json +11 -0
- homeassistant/components/devolo_home_network/translations/fy.json +10 -0
- homeassistant/components/dnsip/sensor.py +17 -4
- homeassistant/components/droplet/translations/id.json +17 -0
- homeassistant/components/ebusd/__init__.py +5 -1
- 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/image.py +3 -1
- homeassistant/components/ecovacs/manifest.json +1 -1
- homeassistant/components/ecowitt/manifest.json +1 -1
- homeassistant/components/eheimdigital/translations/id.json +7 -1
- homeassistant/components/ekeybionyx/translations/bg.json +26 -0
- homeassistant/components/ekeybionyx/translations/fr.json +32 -0
- homeassistant/components/ekeybionyx/translations/id.json +24 -0
- homeassistant/components/ekeybionyx/translations/lt.json +66 -0
- homeassistant/components/elevenlabs/translations/id.json +2 -1
- homeassistant/components/elkm1/translations/fy.json +11 -0
- 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/ephember/climate.py +12 -2
- homeassistant/components/esphome/analytics.py +11 -0
- homeassistant/components/esphome/translations/pl.json +4 -2
- homeassistant/components/fan/translations/id.json +3 -0
- homeassistant/components/file/translations/bg.json +17 -0
- homeassistant/components/flick_electric/translations/zh-Hant.json +2 -2
- homeassistant/components/fritz/diagnostics.py +3 -0
- homeassistant/components/frontend/manifest.json +1 -1
- homeassistant/components/geocaching/translations/bg.json +13 -0
- homeassistant/components/google_generative_ai_conversation/translations/id.json +29 -1
- homeassistant/components/hassio/translations/bg.json +3 -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/strings.json +22 -12
- homeassistant/components/homeassistant_connect_zbt2/translations/bg.json +64 -6
- homeassistant/components/homeassistant_connect_zbt2/translations/ca.json +2 -8
- homeassistant/components/homeassistant_connect_zbt2/translations/cs.json +22 -12
- homeassistant/components/homeassistant_connect_zbt2/translations/de.json +22 -12
- homeassistant/components/homeassistant_connect_zbt2/translations/el.json +2 -8
- homeassistant/components/homeassistant_connect_zbt2/translations/en-GB.json +22 -12
- homeassistant/components/homeassistant_connect_zbt2/translations/en.json +22 -12
- homeassistant/components/homeassistant_connect_zbt2/translations/es.json +22 -12
- homeassistant/components/homeassistant_connect_zbt2/translations/et.json +22 -12
- homeassistant/components/homeassistant_connect_zbt2/translations/fr.json +16 -8
- homeassistant/components/homeassistant_connect_zbt2/translations/ga.json +2 -8
- homeassistant/components/homeassistant_connect_zbt2/translations/he.json +2 -8
- homeassistant/components/homeassistant_connect_zbt2/translations/id.json +238 -0
- homeassistant/components/homeassistant_connect_zbt2/translations/lt.json +22 -12
- homeassistant/components/homeassistant_connect_zbt2/translations/nl.json +2 -4
- homeassistant/components/homeassistant_connect_zbt2/translations/pl.json +1 -2
- homeassistant/components/homeassistant_connect_zbt2/translations/pt.json +22 -12
- homeassistant/components/homeassistant_connect_zbt2/translations/ru.json +21 -6
- homeassistant/components/homeassistant_connect_zbt2/translations/sk.json +6 -12
- homeassistant/components/homeassistant_connect_zbt2/translations/zh-Hans.json +2 -8
- homeassistant/components/homeassistant_connect_zbt2/translations/zh-Hant.json +22 -12
- homeassistant/components/homeassistant_connect_zbt2/update.py +2 -1
- homeassistant/components/homeassistant_hardware/firmware_config_flow.py +24 -67
- homeassistant/components/homeassistant_hardware/manifest.json +1 -1
- homeassistant/components/homeassistant_hardware/strings.json +11 -5
- homeassistant/components/homeassistant_hardware/translations/bg.json +40 -0
- homeassistant/components/homeassistant_hardware/translations/ca.json +0 -8
- homeassistant/components/homeassistant_hardware/translations/cs.json +11 -5
- homeassistant/components/homeassistant_hardware/translations/de.json +11 -5
- homeassistant/components/homeassistant_hardware/translations/el.json +0 -11
- homeassistant/components/homeassistant_hardware/translations/en-GB.json +11 -5
- homeassistant/components/homeassistant_hardware/translations/en.json +11 -5
- homeassistant/components/homeassistant_hardware/translations/es.json +11 -5
- homeassistant/components/homeassistant_hardware/translations/et.json +11 -5
- homeassistant/components/homeassistant_hardware/translations/fr.json +7 -8
- homeassistant/components/homeassistant_hardware/translations/ga.json +0 -11
- homeassistant/components/homeassistant_hardware/translations/he.json +0 -11
- homeassistant/components/homeassistant_hardware/translations/hu.json +0 -11
- homeassistant/components/homeassistant_hardware/translations/id.json +54 -4
- homeassistant/components/homeassistant_hardware/translations/it.json +0 -3
- homeassistant/components/homeassistant_hardware/translations/ja.json +0 -11
- homeassistant/components/homeassistant_hardware/translations/ko.json +0 -8
- homeassistant/components/homeassistant_hardware/translations/lt.json +11 -5
- homeassistant/components/homeassistant_hardware/translations/mk.json +0 -3
- homeassistant/components/homeassistant_hardware/translations/nl.json +0 -3
- homeassistant/components/homeassistant_hardware/translations/pt.json +11 -5
- homeassistant/components/homeassistant_hardware/translations/ru.json +11 -5
- homeassistant/components/homeassistant_hardware/translations/sk.json +10 -7
- homeassistant/components/homeassistant_hardware/translations/sv.json +0 -11
- homeassistant/components/homeassistant_hardware/translations/tr.json +0 -8
- homeassistant/components/homeassistant_hardware/translations/zh-Hans.json +0 -11
- homeassistant/components/homeassistant_hardware/translations/zh-Hant.json +11 -5
- homeassistant/components/homeassistant_hardware/update.py +8 -3
- homeassistant/components/homeassistant_hardware/util.py +22 -5
- homeassistant/components/homeassistant_sky_connect/strings.json +22 -12
- homeassistant/components/homeassistant_sky_connect/translations/bg.json +72 -4
- homeassistant/components/homeassistant_sky_connect/translations/ca.json +2 -8
- homeassistant/components/homeassistant_sky_connect/translations/cs.json +22 -12
- homeassistant/components/homeassistant_sky_connect/translations/de.json +22 -12
- homeassistant/components/homeassistant_sky_connect/translations/el.json +2 -8
- homeassistant/components/homeassistant_sky_connect/translations/en-GB.json +22 -12
- homeassistant/components/homeassistant_sky_connect/translations/en.json +22 -12
- homeassistant/components/homeassistant_sky_connect/translations/es.json +22 -12
- homeassistant/components/homeassistant_sky_connect/translations/et.json +22 -12
- homeassistant/components/homeassistant_sky_connect/translations/fi.json +2 -4
- homeassistant/components/homeassistant_sky_connect/translations/fr.json +16 -8
- homeassistant/components/homeassistant_sky_connect/translations/ga.json +2 -8
- homeassistant/components/homeassistant_sky_connect/translations/he.json +2 -8
- homeassistant/components/homeassistant_sky_connect/translations/hu.json +2 -8
- homeassistant/components/homeassistant_sky_connect/translations/id.json +96 -18
- homeassistant/components/homeassistant_sky_connect/translations/it.json +2 -4
- homeassistant/components/homeassistant_sky_connect/translations/ja.json +2 -8
- homeassistant/components/homeassistant_sky_connect/translations/ko.json +2 -12
- homeassistant/components/homeassistant_sky_connect/translations/lt.json +22 -12
- homeassistant/components/homeassistant_sky_connect/translations/nl.json +2 -4
- homeassistant/components/homeassistant_sky_connect/translations/pl.json +2 -4
- homeassistant/components/homeassistant_sky_connect/translations/pt.json +22 -12
- homeassistant/components/homeassistant_sky_connect/translations/ru.json +22 -12
- homeassistant/components/homeassistant_sky_connect/translations/sk.json +6 -12
- homeassistant/components/homeassistant_sky_connect/translations/sv.json +2 -8
- homeassistant/components/homeassistant_sky_connect/translations/tr.json +2 -8
- homeassistant/components/homeassistant_sky_connect/translations/zh-Hans.json +2 -8
- homeassistant/components/homeassistant_sky_connect/translations/zh-Hant.json +22 -12
- homeassistant/components/homeassistant_sky_connect/update.py +2 -1
- homeassistant/components/homeassistant_yellow/config_flow.py +7 -1
- homeassistant/components/homeassistant_yellow/strings.json +11 -6
- homeassistant/components/homeassistant_yellow/translations/bg.json +32 -3
- homeassistant/components/homeassistant_yellow/translations/ca.json +1 -4
- homeassistant/components/homeassistant_yellow/translations/cs.json +11 -6
- homeassistant/components/homeassistant_yellow/translations/de.json +11 -6
- homeassistant/components/homeassistant_yellow/translations/el.json +1 -4
- homeassistant/components/homeassistant_yellow/translations/en-GB.json +11 -6
- homeassistant/components/homeassistant_yellow/translations/en.json +11 -6
- homeassistant/components/homeassistant_yellow/translations/es.json +11 -6
- homeassistant/components/homeassistant_yellow/translations/et.json +11 -6
- homeassistant/components/homeassistant_yellow/translations/fr.json +8 -4
- homeassistant/components/homeassistant_yellow/translations/ga.json +1 -4
- homeassistant/components/homeassistant_yellow/translations/he.json +1 -4
- homeassistant/components/homeassistant_yellow/translations/hu.json +1 -4
- homeassistant/components/homeassistant_yellow/translations/id.json +49 -9
- homeassistant/components/homeassistant_yellow/translations/it.json +1 -2
- homeassistant/components/homeassistant_yellow/translations/ja.json +1 -4
- homeassistant/components/homeassistant_yellow/translations/ko.json +0 -2
- homeassistant/components/homeassistant_yellow/translations/lt.json +11 -6
- homeassistant/components/homeassistant_yellow/translations/nl.json +1 -2
- homeassistant/components/homeassistant_yellow/translations/pt.json +11 -6
- homeassistant/components/homeassistant_yellow/translations/ru.json +5 -6
- homeassistant/components/homeassistant_yellow/translations/sk.json +3 -6
- homeassistant/components/homeassistant_yellow/translations/sv.json +1 -4
- homeassistant/components/homeassistant_yellow/translations/tr.json +1 -4
- homeassistant/components/homeassistant_yellow/translations/zh-Hans.json +1 -4
- homeassistant/components/homeassistant_yellow/translations/zh-Hant.json +11 -6
- homeassistant/components/homeassistant_yellow/update.py +2 -1
- homeassistant/components/homee/translations/fy.json +14 -0
- homeassistant/components/homee/translations/id.json +14 -0
- homeassistant/components/hue/v2/binary_sensor.py +5 -1
- homeassistant/components/husqvarna_automower/translations/da.json +16 -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/imeon_inverter/translations/fy.json +11 -0
- homeassistant/components/imeon_inverter/translations/id.json +10 -0
- homeassistant/components/improv_ble/translations/fy.json +7 -0
- homeassistant/components/irm_kmi/translations/bg.json +49 -0
- homeassistant/components/irm_kmi/translations/id.json +28 -0
- homeassistant/components/ista_ecotrend/translations/fy.json +11 -0
- homeassistant/components/keenetic_ndms2/translations/id.json +2 -1
- homeassistant/components/knx/translations/fr.json +3 -0
- homeassistant/components/knx/translations/id.json +3 -0
- homeassistant/components/konnected/__init__.py +14 -1
- homeassistant/components/konnected/manifest.json +1 -1
- homeassistant/components/konnected/strings.json +6 -0
- homeassistant/components/konnected/translations/cs.json +6 -0
- homeassistant/components/konnected/translations/de.json +6 -0
- homeassistant/components/konnected/translations/en-GB.json +6 -0
- homeassistant/components/konnected/translations/en.json +6 -0
- homeassistant/components/konnected/translations/es.json +6 -0
- homeassistant/components/konnected/translations/et.json +6 -0
- homeassistant/components/konnected/translations/lt.json +6 -0
- homeassistant/components/konnected/translations/pt.json +6 -0
- homeassistant/components/konnected/translations/sk.json +6 -0
- homeassistant/components/konnected/translations/zh-Hant.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/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 +9 -0
- homeassistant/components/letpot/translations/ga.json +1 -2
- homeassistant/components/letpot/translations/id.json +10 -0
- homeassistant/components/letpot/translations/lt.json +9 -0
- 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/bg.json +9 -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/bg.json +5 -0
- homeassistant/components/litterrobot/translations/id.json +15 -0
- homeassistant/components/lovelace/translations/pl.json +6 -1
- homeassistant/components/mastodon/translations/bg.json +3 -0
- homeassistant/components/matter/translations/bg.json +3 -0
- homeassistant/components/matter/translations/da.json +7 -0
- homeassistant/components/mcp/strings.json +20 -1
- homeassistant/components/mcp/translations/bg.json +1 -0
- homeassistant/components/mcp/translations/cs.json +20 -1
- homeassistant/components/mcp/translations/de.json +20 -1
- homeassistant/components/mcp/translations/en-GB.json +20 -1
- homeassistant/components/mcp/translations/en.json +20 -1
- homeassistant/components/mcp/translations/es.json +20 -1
- homeassistant/components/mcp/translations/et.json +20 -1
- homeassistant/components/mcp/translations/fr.json +20 -1
- homeassistant/components/mcp/translations/id.json +8 -1
- homeassistant/components/mcp/translations/lt.json +20 -1
- homeassistant/components/mcp/translations/pt.json +20 -1
- homeassistant/components/mcp/translations/sk.json +20 -1
- homeassistant/components/mcp/translations/zh-Hant.json +20 -1
- homeassistant/components/media_extractor/manifest.json +1 -1
- homeassistant/components/motioneye/translations/zh-Hant.json +1 -1
- homeassistant/components/mqtt/strings.json +2 -0
- homeassistant/components/mqtt/translations/bg.json +1 -0
- homeassistant/components/mqtt/translations/cs.json +2 -0
- homeassistant/components/mqtt/translations/da.json +19 -0
- homeassistant/components/mqtt/translations/de.json +2 -0
- homeassistant/components/mqtt/translations/en-GB.json +2 -0
- homeassistant/components/mqtt/translations/en.json +2 -0
- homeassistant/components/mqtt/translations/es.json +2 -0
- homeassistant/components/mqtt/translations/et.json +2 -0
- homeassistant/components/mqtt/translations/fr.json +2 -0
- homeassistant/components/mqtt/translations/fy.json +9 -0
- homeassistant/components/mqtt/translations/id.json +6 -0
- homeassistant/components/mqtt/translations/lt.json +2 -0
- homeassistant/components/mqtt/translations/nl.json +9 -0
- homeassistant/components/mqtt/translations/pt.json +2 -0
- homeassistant/components/mqtt/translations/ru.json +2 -0
- homeassistant/components/mqtt/translations/zh-Hant.json +3 -1
- homeassistant/components/music_assistant/translations/fr.json +7 -0
- homeassistant/components/nasweb/translations/id.json +10 -0
- homeassistant/components/nederlandse_spoorwegen/translations/id.json +28 -0
- homeassistant/components/nightscout/translations/zh-Hant.json +1 -1
- homeassistant/components/niko_home_control/translations/id.json +7 -1
- homeassistant/components/nina/translations/cs.json +3 -1
- homeassistant/components/nina/translations/de.json +1 -1
- homeassistant/components/nina/translations/es.json +3 -1
- homeassistant/components/nina/translations/et.json +2 -0
- homeassistant/components/nina/translations/lt.json +3 -1
- homeassistant/components/nina/translations/pt.json +3 -1
- homeassistant/components/nina/translations/sk.json +3 -1
- homeassistant/components/nina/translations/zh-Hans.json +3 -1
- homeassistant/components/nina/translations/zh-Hant.json +3 -1
- homeassistant/components/nordpool/translations/bg.json +8 -0
- homeassistant/components/ntfy/translations/fy.json +30 -0
- homeassistant/components/ntfy/translations/id.json +11 -0
- homeassistant/components/ntfy/translations/zh-Hant.json +1 -1
- homeassistant/components/number/const.py +2 -5
- homeassistant/components/number/strings.json +3 -0
- homeassistant/components/number/translations/cs.json +3 -0
- homeassistant/components/number/translations/de.json +3 -0
- homeassistant/components/number/translations/en-GB.json +3 -0
- homeassistant/components/number/translations/en.json +3 -0
- homeassistant/components/number/translations/es.json +3 -0
- homeassistant/components/number/translations/et.json +3 -0
- homeassistant/components/number/translations/fr.json +3 -0
- homeassistant/components/number/translations/lt.json +3 -0
- homeassistant/components/number/translations/pt.json +3 -0
- homeassistant/components/number/translations/ru.json +3 -0
- homeassistant/components/number/translations/zh-Hant.json +3 -0
- homeassistant/components/ohme/translations/fy.json +11 -0
- homeassistant/components/ollama/translations/id.json +18 -1
- homeassistant/components/open_router/translations/id.json +40 -0
- homeassistant/components/openai_conversation/translations/id.json +26 -1
- homeassistant/components/opower/translations/fy.json +5 -0
- homeassistant/components/opower/translations/id.json +6 -0
- homeassistant/components/overkiz/translations/id.json +1 -0
- homeassistant/components/peco/translations/zh-Hant.json +1 -1
- homeassistant/components/pi_hole/__init__.py +9 -3
- homeassistant/components/playstation_network/translations/id.json +8 -0
- homeassistant/components/plex/translations/zh-Hant.json +1 -1
- homeassistant/components/pooldose/translations/bg.json +9 -0
- homeassistant/components/pooldose/translations/id.json +49 -0
- homeassistant/components/portainer/__init__.py +27 -3
- homeassistant/components/portainer/config_flow.py +14 -10
- homeassistant/components/portainer/coordinator.py +2 -2
- homeassistant/components/portainer/strings.json +5 -5
- homeassistant/components/portainer/translations/bg.json +2 -2
- homeassistant/components/portainer/translations/ca.json +3 -2
- homeassistant/components/portainer/translations/cs.json +7 -5
- homeassistant/components/portainer/translations/de.json +5 -5
- homeassistant/components/portainer/translations/el.json +0 -8
- homeassistant/components/portainer/translations/en-GB.json +5 -5
- homeassistant/components/portainer/translations/en.json +5 -5
- homeassistant/components/portainer/translations/es.json +7 -5
- homeassistant/components/portainer/translations/et.json +7 -5
- homeassistant/components/portainer/translations/fr.json +18 -0
- homeassistant/components/portainer/translations/ga.json +0 -13
- homeassistant/components/portainer/translations/he.json +0 -8
- homeassistant/components/portainer/translations/id.json +22 -0
- homeassistant/components/portainer/translations/lt.json +7 -5
- homeassistant/components/portainer/translations/nl.json +0 -8
- homeassistant/components/portainer/translations/pt.json +7 -5
- homeassistant/components/portainer/translations/ru.json +7 -5
- homeassistant/components/portainer/translations/sk.json +7 -5
- homeassistant/components/portainer/translations/sl.json +0 -13
- homeassistant/components/portainer/translations/zh-Hans.json +7 -5
- homeassistant/components/portainer/translations/zh-Hant.json +7 -5
- homeassistant/components/pyload/translations/id.json +6 -0
- homeassistant/components/pyload/translations/zh-Hant.json +1 -1
- homeassistant/components/qbittorrent/translations/cs.json +4 -4
- homeassistant/components/random/strings.json +1 -0
- homeassistant/components/random/translations/cs.json +1 -0
- homeassistant/components/random/translations/de.json +1 -0
- homeassistant/components/random/translations/en-GB.json +1 -0
- homeassistant/components/random/translations/en.json +1 -0
- homeassistant/components/random/translations/es.json +1 -0
- homeassistant/components/random/translations/et.json +1 -0
- homeassistant/components/random/translations/fr.json +1 -0
- homeassistant/components/random/translations/lt.json +1 -0
- homeassistant/components/random/translations/pt.json +1 -0
- homeassistant/components/random/translations/ru.json +1 -0
- homeassistant/components/random/translations/zh-Hant.json +1 -0
- homeassistant/components/recorder/statistics.py +0 -5
- homeassistant/components/recorder/websocket_api.py +0 -4
- homeassistant/components/rehlko/translations/fy.json +16 -0
- homeassistant/components/remote/translations/id.json +3 -0
- homeassistant/components/remote_calendar/translations/id.json +2 -1
- homeassistant/components/reolink/manifest.json +1 -1
- 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/bg.json +24 -0
- homeassistant/components/route_b_smart_meter/translations/fr.json +36 -0
- homeassistant/components/route_b_smart_meter/translations/fy.json +14 -0
- homeassistant/components/route_b_smart_meter/translations/id.json +24 -0
- homeassistant/components/route_b_smart_meter/translations/lt.json +42 -0
- homeassistant/components/satel_integra/__init__.py +6 -0
- homeassistant/components/satel_integra/translations/bg.json +102 -0
- homeassistant/components/satel_integra/translations/id.json +85 -0
- homeassistant/components/scrape/strings.json +2 -0
- homeassistant/components/scrape/translations/cs.json +2 -0
- homeassistant/components/scrape/translations/de.json +2 -0
- homeassistant/components/scrape/translations/en-GB.json +2 -0
- homeassistant/components/scrape/translations/en.json +2 -0
- homeassistant/components/scrape/translations/es.json +2 -0
- homeassistant/components/scrape/translations/et.json +2 -0
- homeassistant/components/scrape/translations/fr.json +2 -0
- homeassistant/components/scrape/translations/lt.json +2 -0
- homeassistant/components/scrape/translations/pt.json +2 -0
- homeassistant/components/scrape/translations/ru.json +2 -0
- homeassistant/components/scrape/translations/zh-Hant.json +2 -0
- homeassistant/components/sensibo/translations/pl.json +1 -0
- homeassistant/components/sensor/const.py +2 -7
- homeassistant/components/sensor/strings.json +3 -0
- homeassistant/components/sensor/translations/cs.json +3 -0
- homeassistant/components/sensor/translations/de.json +3 -0
- homeassistant/components/sensor/translations/en-GB.json +3 -0
- homeassistant/components/sensor/translations/en.json +3 -0
- homeassistant/components/sensor/translations/es.json +3 -0
- homeassistant/components/sensor/translations/et.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/pt.json +3 -0
- homeassistant/components/sensor/translations/ru.json +3 -0
- homeassistant/components/sensor/translations/sk.json +3 -0
- homeassistant/components/sensor/translations/zh-Hant.json +3 -0
- homeassistant/components/sensorpush_cloud/translations/fy.json +11 -0
- homeassistant/components/sftp_storage/translations/id.json +14 -0
- homeassistant/components/shelly/icons.json +3 -0
- homeassistant/components/shelly/sensor.py +83 -3
- homeassistant/components/shelly/strings.json +12 -0
- homeassistant/components/shelly/translations/bg.json +19 -0
- homeassistant/components/shelly/translations/cs.json +12 -0
- homeassistant/components/shelly/translations/de.json +12 -0
- homeassistant/components/shelly/translations/en-GB.json +12 -0
- homeassistant/components/shelly/translations/en.json +12 -0
- homeassistant/components/shelly/translations/es.json +12 -0
- homeassistant/components/shelly/translations/et.json +12 -0
- homeassistant/components/shelly/translations/id.json +19 -0
- homeassistant/components/shelly/translations/lt.json +12 -0
- homeassistant/components/shelly/translations/lv.json +6 -0
- homeassistant/components/shelly/translations/pl.json +12 -0
- homeassistant/components/shelly/translations/pt.json +12 -0
- homeassistant/components/shelly/translations/sk.json +12 -0
- homeassistant/components/shelly/translations/zh-Hant.json +12 -0
- homeassistant/components/sleep_as_android/translations/id.json +31 -0
- homeassistant/components/sleepiq/translations/id.json +5 -0
- homeassistant/components/sma/translations/fy.json +16 -0
- homeassistant/components/smartthings/translations/fr.json +12 -0
- homeassistant/components/smartthings/translations/id.json +7 -0
- homeassistant/components/smartthings/translations/lt.json +21 -0
- homeassistant/components/snoo/translations/fy.json +9 -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/strings.json +1 -0
- homeassistant/components/sql/translations/cs.json +1 -0
- homeassistant/components/sql/translations/de.json +1 -0
- homeassistant/components/sql/translations/en-GB.json +1 -0
- homeassistant/components/sql/translations/en.json +1 -0
- homeassistant/components/sql/translations/es.json +1 -0
- homeassistant/components/sql/translations/et.json +1 -0
- homeassistant/components/sql/translations/fr.json +1 -0
- homeassistant/components/sql/translations/lt.json +1 -0
- homeassistant/components/sql/translations/pt.json +1 -0
- homeassistant/components/sql/translations/ru.json +1 -0
- homeassistant/components/sql/translations/zh-Hant.json +5 -4
- homeassistant/components/switch/translations/id.json +3 -0
- homeassistant/components/switch_as_x/translations/da.json +7 -0
- homeassistant/components/switchbot/translations/fy.json +7 -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/telegram_bot/translations/id.json +5 -0
- homeassistant/components/template/strings.json +1 -0
- homeassistant/components/template/translations/cs.json +1 -0
- homeassistant/components/template/translations/da.json +17 -0
- homeassistant/components/template/translations/de.json +1 -0
- homeassistant/components/template/translations/en-GB.json +1 -0
- homeassistant/components/template/translations/en.json +1 -0
- homeassistant/components/template/translations/es.json +1 -0
- homeassistant/components/template/translations/et.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/mk.json +9 -0
- homeassistant/components/template/translations/pt.json +1 -0
- homeassistant/components/template/translations/ru.json +1 -0
- homeassistant/components/template/translations/zh-Hant.json +1 -0
- homeassistant/components/teslemetry/translations/id.json +33 -0
- homeassistant/components/togrill/coordinator.py +24 -6
- homeassistant/components/togrill/translations/id.json +16 -0
- homeassistant/components/tolo/translations/bg.json +2 -1
- homeassistant/components/tolo/translations/id.json +2 -1
- homeassistant/components/traccar_server/translations/fy.json +9 -0
- homeassistant/components/traccar_server/translations/id.json +9 -1
- homeassistant/components/trafikverket_train/translations/zh-Hant.json +1 -1
- homeassistant/components/tuya/translations/da.json +8 -0
- 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/uptime_kuma/translations/zh-Hant.json +1 -1
- homeassistant/components/uptimerobot/translations/id.json +6 -0
- homeassistant/components/valve/translations/da.json +1 -0
- homeassistant/components/vegehub/translations/id.json +4 -0
- homeassistant/components/velbus/translations/fy.json +11 -0
- homeassistant/components/vesync/binary_sensor.py +1 -1
- homeassistant/components/vesync/translations/fy.json +9 -0
- homeassistant/components/vicare/const.py +1 -0
- homeassistant/components/victron_remote_monitoring/translations/bg.json +71 -0
- homeassistant/components/victron_remote_monitoring/translations/id.json +25 -0
- homeassistant/components/volvo/sensor.py +12 -6
- homeassistant/components/volvo/translations/id.json +58 -0
- homeassistant/components/webdav/translations/fy.json +11 -0
- homeassistant/components/whirlpool/translations/id.json +1 -0
- homeassistant/components/wled/analytics.py +11 -0
- homeassistant/components/workday/calendar.py +5 -5
- homeassistant/components/workday/config_flow.py +1 -0
- homeassistant/components/workday/translations/bg.json +5 -0
- homeassistant/components/wyoming/translations/zh-Hant.json +1 -1
- homeassistant/components/xiaomi_aqara/translations/zh-Hant.json +2 -2
- homeassistant/components/xiaomi_miio/translations/fy.json +7 -0
- homeassistant/components/yolink/translations/id.json +9 -0
- homeassistant/components/zha/config_flow.py +20 -1
- homeassistant/components/zha/radio_manager.py +4 -0
- homeassistant/components/zha/strings.json +25 -25
- homeassistant/components/zha/translations/bg.json +55 -7
- homeassistant/components/zha/translations/ca.json +0 -7
- homeassistant/components/zha/translations/cs.json +10 -10
- homeassistant/components/zha/translations/da.json +0 -9
- homeassistant/components/zha/translations/de.json +10 -10
- homeassistant/components/zha/translations/el.json +0 -9
- homeassistant/components/zha/translations/en-GB.json +10 -10
- homeassistant/components/zha/translations/en.json +10 -10
- homeassistant/components/zha/translations/es.json +10 -10
- homeassistant/components/zha/translations/et.json +10 -10
- homeassistant/components/zha/translations/fi.json +0 -9
- homeassistant/components/zha/translations/fr.json +0 -17
- homeassistant/components/zha/translations/ga.json +0 -17
- homeassistant/components/zha/translations/gsw.json +0 -7
- homeassistant/components/zha/translations/hr.json +0 -4
- homeassistant/components/zha/translations/hu.json +0 -9
- homeassistant/components/zha/translations/id.json +0 -9
- homeassistant/components/zha/translations/it.json +0 -9
- homeassistant/components/zha/translations/ja.json +0 -9
- homeassistant/components/zha/translations/ko.json +0 -9
- homeassistant/components/zha/translations/lt.json +10 -10
- homeassistant/components/zha/translations/nb.json +0 -7
- homeassistant/components/zha/translations/nl.json +6 -8
- homeassistant/components/zha/translations/pl.json +20 -8
- homeassistant/components/zha/translations/pt-BR.json +0 -7
- homeassistant/components/zha/translations/pt.json +10 -10
- homeassistant/components/zha/translations/ro.json +0 -7
- homeassistant/components/zha/translations/ru.json +1 -11
- homeassistant/components/zha/translations/sk.json +10 -10
- homeassistant/components/zha/translations/sl.json +0 -9
- homeassistant/components/zha/translations/sv.json +0 -9
- homeassistant/components/zha/translations/tr.json +0 -9
- homeassistant/components/zha/translations/uk.json +0 -7
- homeassistant/components/zha/translations/vi.json +0 -7
- homeassistant/components/zha/translations/zh-Hans.json +0 -17
- homeassistant/components/zha/translations/zh-Hant.json +10 -10
- homeassistant/const.py +1 -1
- homeassistant/generated/integrations.json +27 -4
- homeassistant/package_constraints.txt +1 -1
- homeassistant/util/unit_conversion.py +0 -16
- {homeassistant-2025.10.0b4.dist-info → homeassistant-2025.10.0b6.dist-info}/METADATA +1 -1
- {homeassistant-2025.10.0b4.dist-info → homeassistant-2025.10.0b6.dist-info}/RECORD +635 -572
- homeassistant/components/homeassistant_sky_connect/translations/hr.json +0 -7
- {homeassistant-2025.10.0b4.dist-info → homeassistant-2025.10.0b6.dist-info}/WHEEL +0 -0
- {homeassistant-2025.10.0b4.dist-info → homeassistant-2025.10.0b6.dist-info}/entry_points.txt +0 -0
- {homeassistant-2025.10.0b4.dist-info → homeassistant-2025.10.0b6.dist-info}/licenses/LICENSE.md +0 -0
- {homeassistant-2025.10.0b4.dist-info → homeassistant-2025.10.0b6.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
- {homeassistant-2025.10.0b4.dist-info → homeassistant-2025.10.0b6.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "\u0410\u043a\u0430\u0443\u043d\u0442\u044a\u0442 \u0432\u0435\u0447\u0435 \u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d"
|
|
5
|
+
},
|
|
6
|
+
"error": {
|
|
7
|
+
"cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435",
|
|
8
|
+
"invalid_auth": "\u041d\u0435\u0432\u0430\u043b\u0438\u0434\u043d\u0430 \u0430\u0432\u0442\u0435\u043d\u0442\u0438\u043a\u0430\u0446\u0438\u044f",
|
|
9
|
+
"unknown": "\u041d\u0435\u043e\u0447\u0430\u043a\u0432\u0430\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430"
|
|
10
|
+
},
|
|
11
|
+
"step": {
|
|
12
|
+
"user": {
|
|
13
|
+
"data": {
|
|
14
|
+
"email": "\u0418\u043c\u0435\u0439\u043b",
|
|
15
|
+
"password": "\u041f\u0430\u0440\u043e\u043b\u0430"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9"
|
|
5
|
+
},
|
|
6
|
+
"error": {
|
|
7
|
+
"cannot_connect": "\u00c9chec de connexion",
|
|
8
|
+
"invalid_auth": "Authentification non valide",
|
|
9
|
+
"unknown": "Erreur inattendue"
|
|
10
|
+
},
|
|
11
|
+
"step": {
|
|
12
|
+
"two_factor": {
|
|
13
|
+
"data": {
|
|
14
|
+
"two_factor_code": "Code \u00e0 deux facteurs"
|
|
15
|
+
},
|
|
16
|
+
"data_description": {
|
|
17
|
+
"two_factor_code": "Le code \u00e0 deux facteurs envoy\u00e9 sur le mail de votre compte Cync."
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"user": {
|
|
21
|
+
"data": {
|
|
22
|
+
"email": "Courriel",
|
|
23
|
+
"password": "Mot de passe"
|
|
24
|
+
},
|
|
25
|
+
"data_description": {
|
|
26
|
+
"email": "L'adresse mail de votre compte Cync",
|
|
27
|
+
"password": "Le mot de passe de votre compte Cync"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Akun sudah dikonfigurasi"
|
|
5
|
+
},
|
|
6
|
+
"error": {
|
|
7
|
+
"cannot_connect": "Gagal terhubung",
|
|
8
|
+
"invalid_auth": "Autentikasi tidak valid",
|
|
9
|
+
"unknown": "Kesalahan tak terduga"
|
|
10
|
+
},
|
|
11
|
+
"step": {
|
|
12
|
+
"user": {
|
|
13
|
+
"data": {
|
|
14
|
+
"email": "Email",
|
|
15
|
+
"password": "Kata Sandi"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Paskyra jau sukonfig\u016bruota"
|
|
5
|
+
},
|
|
6
|
+
"error": {
|
|
7
|
+
"cannot_connect": "Nepavyko prisijungti",
|
|
8
|
+
"invalid_auth": "Neteisingas autentifikavimas",
|
|
9
|
+
"unknown": "Netik\u0117ta klaida"
|
|
10
|
+
},
|
|
11
|
+
"step": {
|
|
12
|
+
"two_factor": {
|
|
13
|
+
"data": {
|
|
14
|
+
"two_factor_code": "Dviej\u0173 veiksni\u0173 kodas"
|
|
15
|
+
},
|
|
16
|
+
"data_description": {
|
|
17
|
+
"two_factor_code": "Dviej\u0173 veiksni\u0173 kodas, i\u0161si\u0173stas \u012f j\u016bs\u0173 Cync paskyros el. pa\u0161to adres\u0105"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"user": {
|
|
21
|
+
"data": {
|
|
22
|
+
"email": "El. pa\u0161tas",
|
|
23
|
+
"password": "Slapta\u017eodis"
|
|
24
|
+
},
|
|
25
|
+
"data_description": {
|
|
26
|
+
"email": "J\u016bs\u0173 Cync paskyros el. pa\u0161to adresas",
|
|
27
|
+
"password": "J\u016bs\u0173 Cync paskyros slapta\u017eodis"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Layanan sudah dikonfigurasi",
|
|
5
|
+
"cannot_connect": "Gagal terhubung"
|
|
6
|
+
},
|
|
7
|
+
"error": {
|
|
8
|
+
"cannot_connect": "Gagal terhubung"
|
|
9
|
+
},
|
|
10
|
+
"step": {
|
|
11
|
+
"user": {
|
|
12
|
+
"data": {
|
|
13
|
+
"host": "Host",
|
|
14
|
+
"port": "Port"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"options": {
|
|
20
|
+
"abort": {
|
|
21
|
+
"already_configured": "Layanan sudah dikonfigurasi",
|
|
22
|
+
"cannot_connect": "Gagal terhubung"
|
|
23
|
+
},
|
|
24
|
+
"error": {
|
|
25
|
+
"cannot_connect": "Gagal terhubung"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"flow_title": "{host}",
|
|
15
15
|
"step": {
|
|
16
16
|
"hassio_confirm": {
|
|
17
|
-
"description": "\u662f\u5426\u8981\u8a2d\u5b9a Home Assistant \u4ee5\u9023\u7dda\u81f3
|
|
17
|
+
"description": "\u662f\u5426\u8981\u8a2d\u5b9a Home Assistant \u4ee5\u9023\u7dda\u81f3\u9644\u52a0\u5143\u4ef6 {addon} \u6240\u63d0\u4f9b deCONZ \u9598\u9053\u5668\uff1f",
|
|
18
18
|
"title": "\u4f7f\u7528 Home Assistant \u9644\u52a0\u5143\u4ef6 deCONZ Zigbee \u9598\u9053\u5668"
|
|
19
19
|
},
|
|
20
20
|
"link": {
|
|
@@ -28,6 +28,12 @@
|
|
|
28
28
|
"download_speed": {
|
|
29
29
|
"name": "\u0421\u043a\u043e\u0440\u043e\u0441\u0442 \u043d\u0430 \u0438\u0437\u0442\u0435\u0433\u043b\u044f\u043d\u0435"
|
|
30
30
|
},
|
|
31
|
+
"downloading_count": {
|
|
32
|
+
"unit_of_measurement": "\u0442\u043e\u0440\u0435\u043d\u0442\u0438"
|
|
33
|
+
},
|
|
34
|
+
"seeding_count": {
|
|
35
|
+
"unit_of_measurement": "\u0442\u043e\u0440\u0435\u043d\u0442\u0438"
|
|
36
|
+
},
|
|
31
37
|
"status": {
|
|
32
38
|
"name": "\u0421\u0442\u0430\u0442\u0443\u0441",
|
|
33
39
|
"state": {
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
+
import asyncio
|
|
5
6
|
from datetime import timedelta
|
|
6
7
|
from ipaddress import IPv4Address, IPv6Address
|
|
7
8
|
import logging
|
|
@@ -88,8 +89,8 @@ class WanIpSensor(SensorEntity):
|
|
|
88
89
|
self._attr_name = "IPv6" if ipv6 else None
|
|
89
90
|
self._attr_unique_id = f"{hostname}_{ipv6}"
|
|
90
91
|
self.hostname = hostname
|
|
91
|
-
self.
|
|
92
|
-
self.
|
|
92
|
+
self.port = port
|
|
93
|
+
self._resolver = resolver
|
|
93
94
|
self.querytype: Literal["A", "AAAA"] = "AAAA" if ipv6 else "A"
|
|
94
95
|
self._retries = DEFAULT_RETRIES
|
|
95
96
|
self._attr_extra_state_attributes = {
|
|
@@ -103,14 +104,26 @@ class WanIpSensor(SensorEntity):
|
|
|
103
104
|
model=aiodns.__version__,
|
|
104
105
|
name=name,
|
|
105
106
|
)
|
|
107
|
+
self.resolver: aiodns.DNSResolver
|
|
108
|
+
self.create_dns_resolver()
|
|
109
|
+
|
|
110
|
+
def create_dns_resolver(self) -> None:
|
|
111
|
+
"""Create the DNS resolver."""
|
|
112
|
+
self.resolver = aiodns.DNSResolver(tcp_port=self.port, udp_port=self.port)
|
|
113
|
+
self.resolver.nameservers = [self._resolver]
|
|
106
114
|
|
|
107
115
|
async def async_update(self) -> None:
|
|
108
116
|
"""Get the current DNS IP address for hostname."""
|
|
117
|
+
if self.resolver._closed: # noqa: SLF001
|
|
118
|
+
self.create_dns_resolver()
|
|
119
|
+
response = None
|
|
109
120
|
try:
|
|
110
|
-
|
|
121
|
+
async with asyncio.timeout(10):
|
|
122
|
+
response = await self.resolver.query(self.hostname, self.querytype)
|
|
123
|
+
except TimeoutError:
|
|
124
|
+
await self.resolver.close()
|
|
111
125
|
except DNSError as err:
|
|
112
126
|
_LOGGER.warning("Exception while resolving host: %s", err)
|
|
113
|
-
response = None
|
|
114
127
|
|
|
115
128
|
if response:
|
|
116
129
|
sorted_ips = sort_ips(
|
|
@@ -116,7 +116,11 @@ class EbusdData:
|
|
|
116
116
|
try:
|
|
117
117
|
_LOGGER.debug("Opening socket to ebusd %s", name)
|
|
118
118
|
command_result = ebusdpy.write(self._address, self._circuit, name, value)
|
|
119
|
-
if
|
|
119
|
+
if (
|
|
120
|
+
command_result is not None
|
|
121
|
+
and "done" not in command_result
|
|
122
|
+
and "empty" not in command_result
|
|
123
|
+
):
|
|
120
124
|
_LOGGER.warning("Write command failed: %s", name)
|
|
121
125
|
except RuntimeError as err:
|
|
122
126
|
_LOGGER.error(err)
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"description": "Sets the participating sensors for a climate program.",
|
|
177
177
|
"fields": {
|
|
178
178
|
"preset_mode": {
|
|
179
|
-
"name": "Climate
|
|
179
|
+
"name": "Climate program",
|
|
180
180
|
"description": "Name of the climate program to set the sensors active on.\nDefaults to currently active program."
|
|
181
181
|
},
|
|
182
182
|
"device_ids": {
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
},
|
|
189
189
|
"exceptions": {
|
|
190
190
|
"invalid_preset": {
|
|
191
|
-
"message": "Invalid climate
|
|
191
|
+
"message": "Invalid climate program, available options are: {options}"
|
|
192
192
|
},
|
|
193
193
|
"invalid_sensor": {
|
|
194
194
|
"message": "Invalid sensor for thermostat, available options are: {options}"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"exceptions": {
|
|
52
52
|
"invalid_preset": {
|
|
53
|
-
"message": "Neplatn\u00fd
|
|
53
|
+
"message": "Neplatn\u00fd klimatick\u00fd program, dostupn\u00e9 volby jsou: {options}"
|
|
54
54
|
},
|
|
55
55
|
"invalid_sensor": {
|
|
56
56
|
"message": "Neplatn\u00fd senzor pro termostat, dostupn\u00e9 volby jsou: {options}"
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
},
|
|
205
205
|
"preset_mode": {
|
|
206
206
|
"description": "N\u00e1zev klimatick\u00e9ho programu pro aktivaci senzor\u016f. V\u00fdchoz\u00ed nastaven\u00ed je aktu\u00e1ln\u011b aktivn\u00ed program.",
|
|
207
|
-
"name": "
|
|
207
|
+
"name": "Klimatick\u00fd program"
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
210
|
"name": "Nastavit senzory pou\u017e\u00edvan\u00e9 v klimatu"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"exceptions": {
|
|
52
52
|
"invalid_preset": {
|
|
53
|
-
"message": "Ung\
|
|
53
|
+
"message": "Ung\u00fcltiges Klimatisierungsprogramm, verf\u00fcgbare Optionen sind: {options}"
|
|
54
54
|
},
|
|
55
55
|
"invalid_sensor": {
|
|
56
56
|
"message": "Ung\u00fcltiger Sensor f\u00fcr Thermostat, verf\u00fcgbare Optionen sind: {options}"
|
|
@@ -204,10 +204,10 @@
|
|
|
204
204
|
},
|
|
205
205
|
"preset_mode": {
|
|
206
206
|
"description": "Name des Klimatisierungsprogramms, auf dem die Sensoren aktiv gestellt werden sollen. Standardm\u00e4\u00dfig wird das aktive Programm genommen.",
|
|
207
|
-
"name": "
|
|
207
|
+
"name": "Klimatisierungsprogramm"
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
|
-
"name": "Sensoren f\u00fcr
|
|
210
|
+
"name": "Sensoren f\u00fcr Klimatisierung einstellen"
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
213
|
}
|
|
@@ -180,8 +180,7 @@
|
|
|
180
180
|
"name": "\u0391\u03b9\u03c3\u03b8\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2"
|
|
181
181
|
},
|
|
182
182
|
"preset_mode": {
|
|
183
|
-
"description": "\u039f\u03bd\u03bf\u03bc\u03b1 \u03c4\u03bf\u03c5 \u03ba\u03bb\u03b9\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03ae\u03c1\u03c9\u03bd.\n\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03b5\u03af\u03bd\u03b1\u03b9 \u03c4\u03bf \u03c4\u03c1\u03ad\u03c7\u03bf\u03bd \u03b5\u03bd\u03b5\u03c1\u03b3\u03cc \u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1."
|
|
184
|
-
"name": "\u039f\u03bd\u03bf\u03bc\u03b1 \u03ba\u03bb\u03af\u03bc\u03b1\u03c4\u03bf\u03c2"
|
|
183
|
+
"description": "\u039f\u03bd\u03bf\u03bc\u03b1 \u03c4\u03bf\u03c5 \u03ba\u03bb\u03b9\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03ae\u03c1\u03c9\u03bd.\n\u03a0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03b5\u03af\u03bd\u03b1\u03b9 \u03c4\u03bf \u03c4\u03c1\u03ad\u03c7\u03bf\u03bd \u03b5\u03bd\u03b5\u03c1\u03b3\u03cc \u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1."
|
|
185
184
|
}
|
|
186
185
|
},
|
|
187
186
|
"name": "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03ae\u03c1\u03c9\u03bd \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03bf \u03ba\u03bb\u03af\u03bc\u03b1"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"exceptions": {
|
|
52
52
|
"invalid_preset": {
|
|
53
|
-
"message": "Invalid climate
|
|
53
|
+
"message": "Invalid climate program, available options are: {options}"
|
|
54
54
|
},
|
|
55
55
|
"invalid_sensor": {
|
|
56
56
|
"message": "Invalid sensor for thermostat, available options are: {options}"
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
},
|
|
205
205
|
"preset_mode": {
|
|
206
206
|
"description": "Name of the climate programme to set the sensors active on.\nDefaults to currently active programme.",
|
|
207
|
-
"name": "Climate
|
|
207
|
+
"name": "Climate program"
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
210
|
"name": "Set sensors used in climate"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"exceptions": {
|
|
52
52
|
"invalid_preset": {
|
|
53
|
-
"message": "Invalid climate
|
|
53
|
+
"message": "Invalid climate program, available options are: {options}"
|
|
54
54
|
},
|
|
55
55
|
"invalid_sensor": {
|
|
56
56
|
"message": "Invalid sensor for thermostat, available options are: {options}"
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
},
|
|
205
205
|
"preset_mode": {
|
|
206
206
|
"description": "Name of the climate program to set the sensors active on.\nDefaults to currently active program.",
|
|
207
|
-
"name": "Climate
|
|
207
|
+
"name": "Climate program"
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
210
|
"name": "Set sensors used in climate"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"exceptions": {
|
|
52
52
|
"invalid_preset": {
|
|
53
|
-
"message": "
|
|
53
|
+
"message": "Programa de climatizaci\u00f3n no v\u00e1lido, las opciones disponibles son: {options}"
|
|
54
54
|
},
|
|
55
55
|
"invalid_sensor": {
|
|
56
56
|
"message": "Sensor no v\u00e1lido para termostato, las opciones disponibles son: {options}"
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
},
|
|
205
205
|
"preset_mode": {
|
|
206
206
|
"description": "Nombre del programa clim\u00e1tico en el que se activar\u00e1n los sensores. El valor predeterminado es el programa activo en ese momento.",
|
|
207
|
-
"name": "
|
|
207
|
+
"name": "Programa de climatizaci\u00f3n"
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
210
|
"name": "Conjunto de sensores utilizados en el clima"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"exceptions": {
|
|
52
52
|
"invalid_preset": {
|
|
53
|
-
"message": "
|
|
53
|
+
"message": "Kehtetu kliimaseadme programm, saadaolevad valikud on: {options}"
|
|
54
54
|
},
|
|
55
55
|
"invalid_sensor": {
|
|
56
56
|
"message": "Vale andur termostaadi jaoks, olemasolevad valikud on: {options}"
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
},
|
|
205
205
|
"preset_mode": {
|
|
206
206
|
"description": "Kliimaprogrammi nimi mille alusel andurid aktiveeritakse.\nVaikimisi on hetkel aktiivne programm.",
|
|
207
|
-
"name": "Kliimaseadme
|
|
207
|
+
"name": "Kliimaseadme programm"
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
210
|
"name": "M\u00e4\u00e4ra kliimaseadmes kasutatavad andurid"
|
|
@@ -49,9 +49,6 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"exceptions": {
|
|
52
|
-
"invalid_preset": {
|
|
53
|
-
"message": "Ainm aer\u00e1ide neamhbhail\u00ed, is iad na roghanna at\u00e1 ar f\u00e1il: {options}"
|
|
54
|
-
},
|
|
55
52
|
"invalid_sensor": {
|
|
56
53
|
"message": "Braiteoir neamhbhail\u00ed don teirmeastat, is iad na roghanna at\u00e1 ar f\u00e1il: {options}"
|
|
57
54
|
},
|
|
@@ -203,8 +200,7 @@
|
|
|
203
200
|
"name": "Braiteoir\u00ed"
|
|
204
201
|
},
|
|
205
202
|
"preset_mode": {
|
|
206
|
-
"description": "Ainm an chl\u00e1ir aer\u00e1ide chun na braiteoir\u00ed a chur gn\u00edomhach air.\nR\u00e9amhshocr\u00fa don chl\u00e1r at\u00e1 gn\u00edomhach faoi l\u00e1thair."
|
|
207
|
-
"name": "Ainm Aer\u00e1ide"
|
|
203
|
+
"description": "Ainm an chl\u00e1ir aer\u00e1ide chun na braiteoir\u00ed a chur gn\u00edomhach air.\nR\u00e9amhshocr\u00fa don chl\u00e1r at\u00e1 gn\u00edomhach faoi l\u00e1thair."
|
|
208
204
|
}
|
|
209
205
|
},
|
|
210
206
|
"name": "Socraigh braiteoir\u00ed a \u00fas\u00e1idtear san aer\u00e1id"
|
|
@@ -49,9 +49,6 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"exceptions": {
|
|
52
|
-
"invalid_preset": {
|
|
53
|
-
"message": "\u00c9rv\u00e9nytelen kl\u00edman\u00e9v, az el\u00e9rhet\u0151 lehet\u0151s\u00e9gek: {options}"
|
|
54
|
-
},
|
|
55
52
|
"invalid_sensor": {
|
|
56
53
|
"message": "\u00c9rv\u00e9nytelen \u00e9rz\u00e9kel\u0151 a termoszt\u00e1thoz, az el\u00e9rhet\u0151 lehet\u0151s\u00e9gek: {options}"
|
|
57
54
|
},
|
|
@@ -203,8 +200,7 @@
|
|
|
203
200
|
"name": "\u00c9rz\u00e9kel\u0151k"
|
|
204
201
|
},
|
|
205
202
|
"preset_mode": {
|
|
206
|
-
"description": "A kl\u00edmaprogramnak a neve, amelyhez az \u00e9rz\u00e9kel\u0151k aktiv\u00e1l\u00e1sa t\u00f6rt\u00e9nik.\nAlap\u00e9rtelmezetten az \u00e9ppen akt\u00edv program ker\u00fcl kiv\u00e1laszt\u00e1sra."
|
|
207
|
-
"name": "Kl\u00edma neve"
|
|
203
|
+
"description": "A kl\u00edmaprogramnak a neve, amelyhez az \u00e9rz\u00e9kel\u0151k aktiv\u00e1l\u00e1sa t\u00f6rt\u00e9nik.\nAlap\u00e9rtelmezetten az \u00e9ppen akt\u00edv program ker\u00fcl kiv\u00e1laszt\u00e1sra."
|
|
208
204
|
}
|
|
209
205
|
},
|
|
210
206
|
"name": "Haszn\u00e1land\u00f3 \u00e9rz\u00e9kel\u0151k be\u00e1ll\u00edt\u00e1sa a kl\u00edmavez\u00e9rl\u00e9shez"
|
|
@@ -20,9 +20,6 @@
|
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
"exceptions": {
|
|
23
|
-
"invalid_preset": {
|
|
24
|
-
"message": "Nome del climatizzatore non valido, le opzioni disponibili sono: {options}"
|
|
25
|
-
},
|
|
26
23
|
"invalid_sensor": {
|
|
27
24
|
"message": "Sensore non valido per il termostato, le opzioni disponibili sono: {options}"
|
|
28
25
|
}
|
|
@@ -147,8 +144,7 @@
|
|
|
147
144
|
"name": "Sensori"
|
|
148
145
|
},
|
|
149
146
|
"preset_mode": {
|
|
150
|
-
"description": "Nome del programma del climatizzatore su cui impostare i sensori attivi. Il valore predefinito \u00e8 il programma attualmente attivo."
|
|
151
|
-
"name": "Nome del Climatizzatore"
|
|
147
|
+
"description": "Nome del programma del climatizzatore su cui impostare i sensori attivi. Il valore predefinito \u00e8 il programma attualmente attivo."
|
|
152
148
|
}
|
|
153
149
|
},
|
|
154
150
|
"name": "Imposta i sensori utilizzati nel climatizzatore"
|
|
@@ -38,9 +38,6 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"exceptions": {
|
|
41
|
-
"invalid_preset": {
|
|
42
|
-
"message": "\u7121\u52b9\u306a\u6c17\u5019\u540d\u3067\u3059\u3002\u4f7f\u7528\u53ef\u80fd\u306a\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u6b21\u306e\u3068\u304a\u308a\u3067\u3059: {options}"
|
|
43
|
-
},
|
|
44
41
|
"invalid_sensor": {
|
|
45
42
|
"message": "\u30b5\u30fc\u30e2\u30b9\u30bf\u30c3\u30c8\u306e\u30bb\u30f3\u30b5\u30fc\u304c\u7121\u52b9\u3067\u3059\u3002\u4f7f\u7528\u53ef\u80fd\u306a\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u6b21\u306e\u3068\u304a\u308a\u3067\u3059: {options}"
|
|
46
43
|
},
|
|
@@ -173,8 +170,7 @@
|
|
|
173
170
|
"name": "\u30bb\u30f3\u30b5\u30fc"
|
|
174
171
|
},
|
|
175
172
|
"preset_mode": {
|
|
176
|
-
"description": "\u30bb\u30f3\u30b5\u30fc\u3092\u30a2\u30af\u30c6\u30a3\u30d6\u306b\u8a2d\u5b9a\u3059\u308b\u6c17\u5019\u30d7\u30ed\u30b0\u30e9\u30e0\u306e\u540d\u524d\u3002\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u73fe\u5728\u30a2\u30af\u30c6\u30a3\u30d6\u306a\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u3059\u3002"
|
|
177
|
-
"name": "\u6c17\u5019\u540d"
|
|
173
|
+
"description": "\u30bb\u30f3\u30b5\u30fc\u3092\u30a2\u30af\u30c6\u30a3\u30d6\u306b\u8a2d\u5b9a\u3059\u308b\u6c17\u5019\u30d7\u30ed\u30b0\u30e9\u30e0\u306e\u540d\u524d\u3002\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u73fe\u5728\u30a2\u30af\u30c6\u30a3\u30d6\u306a\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u3059\u3002"
|
|
178
174
|
}
|
|
179
175
|
},
|
|
180
176
|
"name": "\u6c17\u5019\u3067\u4f7f\u7528\u3055\u308c\u308b\u30bb\u30f3\u30b5\u30fc\u3092\u8a2d\u5b9a"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"exceptions": {
|
|
52
52
|
"invalid_preset": {
|
|
53
|
-
"message": "
|
|
53
|
+
"message": "Neteisinga klimato programa, galimos parinktys: {options}"
|
|
54
54
|
},
|
|
55
55
|
"invalid_sensor": {
|
|
56
56
|
"message": "Netinkamas termostato jutiklis, galimos \u0161ios parinktys: {options}"
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
},
|
|
205
205
|
"preset_mode": {
|
|
206
206
|
"description": "Klimato programos, kuria \u012fjungiami jutikliai, pavadinimas. Pagal numatytuosius nustatymus \u0161iuo metu aktyvi programa.",
|
|
207
|
-
"name": "Klimato
|
|
207
|
+
"name": "Klimato programa"
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
210
|
"name": "Nustatykite jutiklius, naudojamus klimato s\u0105lygomis"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"exceptions": {
|
|
52
52
|
"invalid_preset": {
|
|
53
|
-
"message": "
|
|
53
|
+
"message": "Programa de climatiza\u00e7\u00e3o inv\u00e1lido, as op\u00e7\u00f5es dispon\u00edveis s\u00e3o: {options}"
|
|
54
54
|
},
|
|
55
55
|
"invalid_sensor": {
|
|
56
56
|
"message": "Sensor inv\u00e1lido para o term\u00f3stato, as op\u00e7\u00f5es dispon\u00edveis s\u00e3o: {options}"
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
},
|
|
205
205
|
"preset_mode": {
|
|
206
206
|
"description": "Nome do programa clim\u00e1tico para ativar os sensores.\nA predefini\u00e7\u00e3o \u00e9 o programa atualmente ativo.",
|
|
207
|
-
"name": "
|
|
207
|
+
"name": "Programa de climatiza\u00e7\u00e3o"
|
|
208
208
|
}
|
|
209
209
|
},
|
|
210
210
|
"name": "Define os sensores utilizados na climatiza\u00e7\u00e3o"
|
|
@@ -49,9 +49,6 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"exceptions": {
|
|
52
|
-
"invalid_preset": {
|
|
53
|
-
"message": "\u041d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043b\u0438\u043c\u0430\u0442\u0430, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b: {options}"
|
|
54
|
-
},
|
|
55
52
|
"invalid_sensor": {
|
|
56
53
|
"message": "\u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439 \u0441\u0435\u043d\u0441\u043e\u0440 \u0434\u043b\u044f \u0442\u0435\u0440\u043c\u043e\u0441\u0442\u0430\u0442\u0430, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0435 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b: {options}"
|
|
57
54
|
},
|
|
@@ -203,8 +200,7 @@
|
|
|
203
200
|
"name": "\u0421\u0435\u043d\u0441\u043e\u0440\u044b"
|
|
204
201
|
},
|
|
205
202
|
"preset_mode": {
|
|
206
|
-
"description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043b\u0438\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0434\u043b\u044f \u0441\u0435\u043d\u0441\u043e\u0440\u043e\u0432.\n\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0442\u0435\u043a\u0443\u0449\u0430\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430."
|
|
207
|
-
"name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043b\u0438\u043c\u0430\u0442\u0430"
|
|
203
|
+
"description": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u043b\u0438\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b \u0434\u043b\u044f \u0441\u0435\u043d\u0441\u043e\u0440\u043e\u0432.\n\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0442\u0435\u043a\u0443\u0449\u0430\u044f \u0430\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430."
|
|
208
204
|
}
|
|
209
205
|
},
|
|
210
206
|
"name": "\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0435\u043d\u0441\u043e\u0440\u044b, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0435 \u0432 \u043a\u043b\u0438\u043c\u0430\u0442\u0435"
|
|
@@ -49,9 +49,6 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"exceptions": {
|
|
52
|
-
"invalid_preset": {
|
|
53
|
-
"message": "Neplatn\u00fd n\u00e1zov kl\u00edmy, dostupn\u00e9 mo\u017enosti s\u00fa: {options}"
|
|
54
|
-
},
|
|
55
52
|
"invalid_sensor": {
|
|
56
53
|
"message": "Neplatn\u00fd sn\u00edma\u010d pre termostat, dostupn\u00e9 mo\u017enosti s\u00fa: {options}"
|
|
57
54
|
},
|
|
@@ -203,8 +200,7 @@
|
|
|
203
200
|
"name": "Sn\u00edma\u010de"
|
|
204
201
|
},
|
|
205
202
|
"preset_mode": {
|
|
206
|
-
"description": "N\u00e1zov klimatick\u00e9ho programu na aktiv\u00e1ciu sn\u00edma\u010dov. Predvolen\u00e9 nastavenie na aktu\u00e1lne akt\u00edvny program."
|
|
207
|
-
"name": "N\u00e1zov kl\u00edmy"
|
|
203
|
+
"description": "N\u00e1zov klimatick\u00e9ho programu na aktiv\u00e1ciu sn\u00edma\u010dov. Predvolen\u00e9 nastavenie na aktu\u00e1lne akt\u00edvny program."
|
|
208
204
|
}
|
|
209
205
|
},
|
|
210
206
|
"name": "Nastavenie sn\u00edma\u010dov pou\u017e\u00edvan\u00fdch v kl\u00edme"
|
|
@@ -49,9 +49,6 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"exceptions": {
|
|
52
|
-
"invalid_preset": {
|
|
53
|
-
"message": "Ogiltigt klimatnamn, tillg\u00e4ngliga alternativ \u00e4r: {options}"
|
|
54
|
-
},
|
|
55
52
|
"invalid_sensor": {
|
|
56
53
|
"message": "Ogiltig sensor f\u00f6r termostat, tillg\u00e4ngliga alternativ \u00e4r: {options}"
|
|
57
54
|
},
|
|
@@ -203,8 +200,7 @@
|
|
|
203
200
|
"name": "Sensorer"
|
|
204
201
|
},
|
|
205
202
|
"preset_mode": {
|
|
206
|
-
"description": "Namn p\u00e5 det klimatprogram som sensorerna ska aktiveras p\u00e5.\nStandard \u00e4r det aktuella aktiva programmet."
|
|
207
|
-
"name": "Namn p\u00e5 klimat"
|
|
203
|
+
"description": "Namn p\u00e5 det klimatprogram som sensorerna ska aktiveras p\u00e5.\nStandard \u00e4r det aktuella aktiva programmet."
|
|
208
204
|
}
|
|
209
205
|
},
|
|
210
206
|
"name": "St\u00e4ll in sensorer som anv\u00e4nds i klimat"
|