homeassistant 2025.8.2__py3-none-any.whl → 2025.8.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- homeassistant/components/abode/translations/ga.json +70 -0
- homeassistant/components/acaia/translations/ga.json +7 -1
- homeassistant/components/accuweather/translations/fr.json +56 -7
- homeassistant/components/accuweather/translations/ga.json +71 -1
- homeassistant/components/accuweather/translations/sensor.ga.json +9 -0
- homeassistant/components/acmeda/translations/ga.json +15 -0
- homeassistant/components/adax/translations/ga.json +34 -0
- homeassistant/components/adguard/translations/ga.json +125 -1
- homeassistant/components/ads/translations/ga.json +19 -0
- homeassistant/components/advantage_air/translations/ga.json +7 -0
- homeassistant/components/aemet/translations/fr.json +8 -0
- homeassistant/components/aemet/translations/ga.json +21 -1
- homeassistant/components/aftership/translations/ga.json +49 -0
- homeassistant/components/agent_dvr/translations/ga.json +18 -1
- homeassistant/components/airgradient/translations/bg.json +0 -5
- homeassistant/components/airgradient/translations/de.json +2 -2
- homeassistant/components/airgradient/translations/el.json +2 -2
- homeassistant/components/airgradient/translations/en-GB.json +2 -2
- homeassistant/components/airgradient/translations/en.json +2 -2
- homeassistant/components/airgradient/translations/es.json +0 -1
- homeassistant/components/airgradient/translations/ga.json +12 -1
- homeassistant/components/airgradient/translations/he.json +0 -5
- homeassistant/components/airgradient/translations/hu.json +0 -1
- homeassistant/components/airgradient/translations/ja.json +0 -1
- homeassistant/components/airgradient/translations/lt.json +0 -1
- homeassistant/components/airgradient/translations/nl.json +2 -2
- homeassistant/components/airgradient/translations/pt.json +0 -1
- homeassistant/components/airgradient/translations/ru.json +0 -1
- homeassistant/components/airgradient/translations/sv.json +0 -1
- homeassistant/components/airgradient/translations/tr.json +0 -1
- homeassistant/components/airgradient/translations/zh-Hans.json +2 -2
- homeassistant/components/airgradient/translations/zh-Hant.json +2 -2
- homeassistant/components/airnow/translations/ga.json +25 -0
- homeassistant/components/airos/translations/fr.json +1 -0
- homeassistant/components/airos/translations/ga.json +18 -1
- homeassistant/components/airq/translations/ga.json +72 -0
- homeassistant/components/airthings/translations/ga.json +18 -0
- homeassistant/components/airthings_ble/translations/ga.json +34 -0
- homeassistant/components/airtouch4/translations/ga.json +12 -1
- homeassistant/components/airtouch5/translations/ga.json +16 -0
- homeassistant/components/airvisual/translations/ga.json +33 -0
- homeassistant/components/airvisual/translations/sensor.ga.json +10 -0
- homeassistant/components/airvisual_pro/translations/ga.json +24 -1
- homeassistant/components/airzone/translations/ga.json +45 -3
- homeassistant/components/airzone_cloud/translations/ga.json +3 -1
- homeassistant/components/alarm_control_panel/translations/ga.json +101 -0
- homeassistant/components/alarmdecoder/translations/fr.json +5 -1
- homeassistant/components/alarmdecoder/translations/ga.json +12 -0
- homeassistant/components/alert/translations/de.json +1 -1
- homeassistant/components/alexa_devices/__init__.py +28 -2
- homeassistant/components/alexa_devices/config_flow.py +4 -9
- homeassistant/components/alexa_devices/const.py +19 -0
- homeassistant/components/alexa_devices/coordinator.py +1 -2
- homeassistant/components/alexa_devices/manifest.json +1 -1
- homeassistant/components/alexa_devices/strings.json +0 -4
- homeassistant/components/alexa_devices/translations/bg.json +0 -1
- homeassistant/components/alexa_devices/translations/cs.json +1 -5
- homeassistant/components/alexa_devices/translations/de.json +1 -5
- homeassistant/components/alexa_devices/translations/el.json +1 -5
- homeassistant/components/alexa_devices/translations/en-GB.json +1 -5
- homeassistant/components/alexa_devices/translations/en.json +1 -5
- homeassistant/components/alexa_devices/translations/es.json +1 -5
- homeassistant/components/alexa_devices/translations/et.json +1 -5
- homeassistant/components/alexa_devices/translations/fr.json +11 -0
- homeassistant/components/alexa_devices/translations/ga.json +16 -3
- homeassistant/components/alexa_devices/translations/he.json +0 -1
- homeassistant/components/alexa_devices/translations/hu.json +0 -3
- homeassistant/components/alexa_devices/translations/id.json +0 -3
- homeassistant/components/alexa_devices/translations/it.json +0 -3
- homeassistant/components/alexa_devices/translations/ja.json +1 -4
- homeassistant/components/alexa_devices/translations/ko.json +0 -1
- homeassistant/components/alexa_devices/translations/lt.json +1 -5
- homeassistant/components/alexa_devices/translations/mk.json +1 -5
- homeassistant/components/alexa_devices/translations/pl.json +0 -1
- homeassistant/components/alexa_devices/translations/pt.json +1 -5
- homeassistant/components/alexa_devices/translations/ru.json +1 -5
- homeassistant/components/alexa_devices/translations/sk.json +1 -5
- homeassistant/components/alexa_devices/translations/sv.json +1 -5
- homeassistant/components/alexa_devices/translations/tr.json +0 -1
- homeassistant/components/alexa_devices/translations/zh-Hans.json +50 -5
- homeassistant/components/alexa_devices/translations/zh-Hant.json +1 -5
- homeassistant/components/altruist/translations/fr.json +9 -0
- homeassistant/components/altruist/translations/ga.json +10 -0
- homeassistant/components/amberelectric/config_flow.py +4 -2
- homeassistant/components/amberelectric/const.py +2 -0
- homeassistant/components/amberelectric/coordinator.py +6 -2
- homeassistant/components/ambient_network/translations/fr.json +12 -0
- homeassistant/components/ambient_network/translations/ga.json +3 -0
- homeassistant/components/ambient_station/translations/ga.json +168 -0
- homeassistant/components/amcrest/translations/ga.json +11 -0
- homeassistant/components/amcrest/translations/sv.json +2 -2
- homeassistant/components/analytics_insights/translations/ga.json +7 -0
- homeassistant/components/androidtv/translations/fr.json +15 -2
- homeassistant/components/androidtv/translations/ga.json +2 -1
- homeassistant/components/androidtv_remote/translations/ga.json +5 -1
- homeassistant/components/anova/translations/ga.json +2 -0
- homeassistant/components/anthropic/translations/ga.json +20 -0
- homeassistant/components/anthropic/translations/nl.json +1 -0
- homeassistant/components/aosmith/translations/ga.json +17 -1
- homeassistant/components/apple_tv/translations/ga.json +3 -0
- homeassistant/components/aprilaire/translations/ga.json +44 -9
- homeassistant/components/apsystems/translations/ga.json +10 -0
- homeassistant/components/aquacell/translations/ga.json +11 -1
- homeassistant/components/arve/translations/ga.json +6 -0
- homeassistant/components/aseko_pool_live/translations/ga.json +12 -0
- homeassistant/components/assist_satellite/translations/ga.json +1 -0
- homeassistant/components/asuswrt/translations/ga.json +33 -0
- homeassistant/components/aurora/translations/fr.json +9 -0
- homeassistant/components/aurora/translations/ga.json +5 -0
- homeassistant/components/aurora_abb_powerone/translations/fr.json +7 -0
- homeassistant/components/autarco/translations/ga.json +17 -1
- homeassistant/components/automation/translations/ga.json +9 -0
- homeassistant/components/awair/translations/ga.json +5 -0
- homeassistant/components/awair/translations/zh-Hant.json +1 -1
- homeassistant/components/aws_s3/translations/ga.json +3 -0
- homeassistant/components/axis/translations/ga.json +1 -0
- homeassistant/components/azure_data_explorer/translations/ga.json +8 -0
- homeassistant/components/azure_storage/translations/ga.json +7 -0
- homeassistant/components/backup/translations/ga.json +1 -0
- homeassistant/components/bang_olufsen/translations/ga.json +12 -1
- homeassistant/components/binary_sensor/translations/ga.json +10 -0
- homeassistant/components/blackbird/translations/ga.json +11 -0
- homeassistant/components/blebox/translations/ga.json +12 -0
- homeassistant/components/blue_current/translations/ga.json +37 -1
- homeassistant/components/bluesound/translations/ga.json +42 -0
- homeassistant/components/bluetooth/manifest.json +1 -1
- homeassistant/components/bmw_connected_drive/translations/ga.json +7 -0
- homeassistant/components/bond/translations/ga.json +30 -0
- homeassistant/components/bosch_alarm/translations/fr.json +110 -4
- homeassistant/components/bosch_alarm/translations/ga.json +14 -0
- homeassistant/components/bosch_alarm/translations/pt.json +3 -0
- homeassistant/components/bosch_shc/entity.py +1 -6
- homeassistant/components/bosch_shc/manifest.json +1 -1
- homeassistant/components/bosch_shc/translations/ga.json +8 -0
- homeassistant/components/bring/translations/fr.json +9 -0
- homeassistant/components/bring/translations/ga.json +24 -2
- homeassistant/components/broadlink/translations/ga.json +13 -1
- homeassistant/components/brother/translations/ga.json +3 -0
- homeassistant/components/bryant_evolution/translations/ga.json +6 -0
- homeassistant/components/bsblan/translations/ga.json +4 -0
- homeassistant/components/bthome/translations/ga.json +2 -0
- homeassistant/components/button/translations/fr.json +1 -0
- homeassistant/components/caldav/translations/ga.json +23 -1
- homeassistant/components/calendar/translations/ga.json +7 -0
- homeassistant/components/calendar/translations/zh-Hant.json +1 -1
- homeassistant/components/cambridge_audio/translations/ga.json +11 -1
- homeassistant/components/camera/translations/ga.json +21 -0
- homeassistant/components/camera/translations/zh-Hant.json +1 -1
- homeassistant/components/cast/translations/ga.json +9 -0
- homeassistant/components/cast/translations/sl.json +7 -0
- homeassistant/components/ccm15/translations/ga.json +19 -0
- homeassistant/components/chacon_dio/translations/ga.json +20 -0
- homeassistant/components/climate/translations/ga.json +7 -2
- homeassistant/components/cloudflare/translations/ga.json +7 -0
- homeassistant/components/co2signal/translations/ga.json +10 -0
- homeassistant/components/color_extractor/translations/ga.json +9 -0
- homeassistant/components/comelit/translations/fr.json +1 -0
- homeassistant/components/comelit/translations/ga.json +23 -1
- homeassistant/components/conversation/translations/ga.json +10 -1
- homeassistant/components/cookidoo/translations/ga.json +14 -1
- homeassistant/components/counter/translations/ga.json +11 -0
- homeassistant/components/cover/translations/ga.json +53 -0
- homeassistant/components/daikin/translations/ga.json +24 -0
- homeassistant/components/datadog/translations/ga.json +16 -0
- homeassistant/components/datetime/translations/ga.json +12 -0
- homeassistant/components/deako/translations/ga.json +4 -0
- homeassistant/components/deconz/translations/ga.json +9 -0
- homeassistant/components/deluge/translations/ga.json +6 -0
- homeassistant/components/demo/translations/ga.json +13 -0
- homeassistant/components/denonavr/translations/fr.json +25 -0
- homeassistant/components/devialet/translations/ga.json +6 -0
- homeassistant/components/device_tracker/translations/ga.json +12 -0
- homeassistant/components/devolo_home_control/translations/ga.json +3 -0
- homeassistant/components/devolo_home_network/translations/ga.json +9 -0
- homeassistant/components/dlna_dmr/translations/zh-Hant.json +1 -1
- homeassistant/components/dnsip/translations/ga.json +3 -0
- homeassistant/components/doorbird/translations/ga.json +18 -0
- homeassistant/components/downloader/translations/ga.json +3 -0
- homeassistant/components/drop_connect/translations/ga.json +2 -0
- homeassistant/components/duke_energy/translations/ga.json +20 -0
- homeassistant/components/duotecno/translations/ga.json +11 -0
- homeassistant/components/dwd_weather_warnings/translations/fr.json +13 -0
- homeassistant/components/dwd_weather_warnings/translations/ga.json +2 -0
- homeassistant/components/ecobee/translations/ga.json +28 -0
- homeassistant/components/ecobee/translations/zh-Hant.json +1 -1
- homeassistant/components/ecoforest/translations/fr.json +3 -0
- homeassistant/components/ecoforest/translations/ga.json +16 -0
- homeassistant/components/econet/translations/zh-Hant.json +1 -1
- homeassistant/components/ecovacs/translations/ga.json +14 -2
- homeassistant/components/edl21/translations/ga.json +9 -0
- homeassistant/components/eheimdigital/translations/ga.json +15 -0
- homeassistant/components/electric_kiwi/translations/ga.json +19 -3
- homeassistant/components/elevenlabs/translations/ga.json +7 -0
- homeassistant/components/elgato/translations/el.json +2 -1
- homeassistant/components/elkm1/translations/el.json +21 -3
- homeassistant/components/elkm1/translations/ga.json +53 -1
- homeassistant/components/elmax/translations/ga.json +4 -0
- homeassistant/components/elvia/translations/ga.json +7 -0
- homeassistant/components/emoncms/translations/ga.json +3 -1
- homeassistant/components/energenie_power_sockets/translations/ga.json +4 -0
- homeassistant/components/enigma2/translations/ga.json +19 -0
- homeassistant/components/enphase_envoy/translations/ga.json +29 -1
- homeassistant/components/envisalink/translations/ga.json +11 -0
- homeassistant/components/epic_games_store/translations/ga.json +6 -0
- homeassistant/components/epion/translations/ga.json +18 -0
- homeassistant/components/eq3btsmart/translations/ga.json +3 -0
- homeassistant/components/esphome/const.py +1 -1
- homeassistant/components/event/translations/ga.json +24 -0
- homeassistant/components/evohome/translations/ga.json +21 -0
- homeassistant/components/ezviz/translations/de.json +4 -4
- homeassistant/components/ezviz/translations/ga.json +24 -0
- homeassistant/components/ezviz/translations/sv.json +1 -1
- homeassistant/components/fan/translations/ga.json +94 -0
- homeassistant/components/fastdotcom/translations/ga.json +3 -0
- homeassistant/components/feedreader/translations/ga.json +9 -0
- homeassistant/components/ffmpeg/translations/ga.json +25 -0
- homeassistant/components/file/translations/ga.json +3 -0
- homeassistant/components/filter/translations/ga.json +8 -1
- homeassistant/components/fitbit/translations/ga.json +17 -2
- homeassistant/components/fivem/translations/ga.json +3 -0
- homeassistant/components/flexit_bacnet/translations/ga.json +23 -0
- homeassistant/components/flick_electric/translations/ga.json +2 -1
- homeassistant/components/flux_led/translations/ga.json +19 -0
- homeassistant/components/folder_watcher/translations/ga.json +3 -0
- homeassistant/components/forecast_solar/translations/ga.json +11 -1
- homeassistant/components/foscam/translations/el.json +7 -0
- homeassistant/components/foscam/translations/ga.json +25 -0
- homeassistant/components/foscam/translations/pt.json +7 -0
- homeassistant/components/foscam/translations/ru.json +7 -0
- homeassistant/components/foscam/translations/sv.json +10 -3
- homeassistant/components/fritz/translations/ga.json +12 -2
- homeassistant/components/fritzbox/translations/ga.json +6 -0
- homeassistant/components/fritzbox_callmonitor/translations/ga.json +14 -0
- homeassistant/components/fronius/translations/ga.json +5 -0
- homeassistant/components/frontend/__init__.py +1 -1
- homeassistant/components/frontend/manifest.json +1 -1
- homeassistant/components/frontend/translations/ga.json +25 -0
- homeassistant/components/fujitsu_fglair/translations/ga.json +17 -2
- homeassistant/components/fully_kiosk/translations/ga.json +17 -0
- homeassistant/components/fyta/translations/ga.json +17 -1
- homeassistant/components/gardena_bluetooth/translations/ga.json +41 -0
- homeassistant/components/generic_hygrostat/translations/ga.json +1 -0
- homeassistant/components/generic_hygrostat/translations/pl.json +4 -0
- homeassistant/components/generic_thermostat/translations/ga.json +9 -0
- homeassistant/components/geniushub/translations/ga.json +55 -0
- homeassistant/components/geo_location/translations/ga.json +14 -0
- homeassistant/components/geocaching/translations/ga.json +1 -0
- homeassistant/components/geonetnz_volcano/translations/ga.json +7 -0
- homeassistant/components/gios/translations/ga.json +5 -0
- homeassistant/components/glances/translations/ga.json +9 -0
- homeassistant/components/goalzero/translations/el.json +3 -0
- homeassistant/components/google/translations/ga.json +41 -1
- homeassistant/components/google_assistant/translations/ga.json +21 -0
- homeassistant/components/google_assistant_sdk/translations/ga.json +22 -1
- homeassistant/components/google_assistant_sdk/translations/zh-Hant.json +1 -1
- homeassistant/components/google_drive/translations/ga.json +15 -2
- homeassistant/components/google_generative_ai_conversation/translations/ga.json +17 -1
- homeassistant/components/google_generative_ai_conversation/translations/nl.json +1 -0
- homeassistant/components/google_mail/translations/ga.json +46 -1
- homeassistant/components/google_photos/translations/ga.json +18 -2
- homeassistant/components/google_sheets/translations/ga.json +26 -1
- homeassistant/components/google_tasks/translations/ga.json +18 -2
- homeassistant/components/google_travel_time/translations/ga.json +10 -1
- homeassistant/components/govee_ble/translations/ga.json +9 -0
- homeassistant/components/govee_light_local/translations/ga.json +11 -0
- homeassistant/components/gpsd/translations/ga.json +33 -0
- homeassistant/components/group/translations/ga.json +19 -2
- homeassistant/components/group/translations/ru.json +18 -0
- homeassistant/components/group/translations/sv.json +12 -0
- homeassistant/components/guardian/translations/ga.json +50 -0
- homeassistant/components/habitica/translations/el.json +2 -1
- homeassistant/components/habitica/translations/fr.json +24 -0
- homeassistant/components/habitica/translations/ga.json +28 -2
- homeassistant/components/habitica/translations/he.json +3 -0
- homeassistant/components/habitica/translations/pt.json +2 -1
- homeassistant/components/habitica/translations/ru.json +2 -1
- homeassistant/components/habitica/translations/sv.json +2 -1
- homeassistant/components/harmony/translations/ga.json +16 -0
- homeassistant/components/hassio/issues.py +3 -1
- homeassistant/components/hassio/translations/de.json +5 -5
- homeassistant/components/hassio/translations/ga.json +83 -3
- homeassistant/components/hassio/translations/zh-Hant.json +2 -2
- homeassistant/components/hdmi_cec/translations/ga.json +21 -0
- homeassistant/components/heos/translations/ga.json +34 -0
- homeassistant/components/here_travel_time/translations/ga.json +7 -0
- homeassistant/components/history_stats/translations/ga.json +7 -0
- homeassistant/components/hive/translations/ga.json +47 -0
- homeassistant/components/hko/translations/fr.json +9 -0
- homeassistant/components/hko/translations/ga.json +10 -0
- homeassistant/components/holiday/manifest.json +1 -1
- homeassistant/components/holiday/translations/fr.json +1 -1
- homeassistant/components/home_connect/translations/fr.json +43 -0
- homeassistant/components/home_connect/translations/ga.json +181 -5
- homeassistant/components/homeassistant/translations/ga.json +75 -5
- homeassistant/components/homeassistant_hardware/translations/ga.json +3 -0
- homeassistant/components/homeassistant_hardware/translations/zh-Hant.json +1 -1
- homeassistant/components/homeassistant_sky_connect/translations/ga.json +3 -0
- homeassistant/components/homeassistant_sky_connect/translations/zh-Hant.json +1 -1
- homeassistant/components/homeassistant_yellow/translations/ga.json +3 -0
- homeassistant/components/homeassistant_yellow/translations/zh-Hant.json +1 -1
- homeassistant/components/homee/translations/fr.json +27 -0
- homeassistant/components/homee/translations/ga.json +27 -2
- homeassistant/components/homekit/translations/ga.json +25 -0
- homeassistant/components/homekit_controller/translations/ga.json +1 -0
- homeassistant/components/homematic/translations/ga.json +93 -0
- homeassistant/components/homematicip_cloud/translations/ga.json +106 -0
- homeassistant/components/homewizard/translations/ga.json +3 -0
- homeassistant/components/homewizard/translations/zh-Hant.json +1 -1
- homeassistant/components/homeworks/translations/ga.json +17 -3
- homeassistant/components/honeywell/translations/ga.json +6 -0
- homeassistant/components/html5/translations/ga.json +17 -0
- homeassistant/components/huawei_lte/translations/ga.json +25 -0
- homeassistant/components/hue/translations/ga.json +52 -1
- homeassistant/components/humidifier/translations/ga.json +33 -1
- homeassistant/components/husqvarna_automower/translations/fr.json +5 -0
- homeassistant/components/husqvarna_automower/translations/ga.json +19 -2
- homeassistant/components/husqvarna_automower_ble/translations/ga.json +4 -1
- homeassistant/components/huum/translations/ga.json +19 -0
- homeassistant/components/hvv_departures/translations/ga.json +8 -0
- homeassistant/components/hydrawise/translations/el.json +6 -2
- homeassistant/components/hydrawise/translations/ga.json +21 -1
- homeassistant/components/hydrawise/translations/pt.json +5 -1
- homeassistant/components/hydrawise/translations/ru.json +5 -1
- homeassistant/components/hyperion/translations/ga.json +5 -0
- homeassistant/components/ialarm/translations/fr.json +3 -0
- homeassistant/components/icloud/services.py +11 -14
- homeassistant/components/icloud/translations/ga.json +16 -0
- homeassistant/components/idasen_desk/translations/ga.json +12 -1
- homeassistant/components/ifttt/translations/ga.json +40 -0
- homeassistant/components/igloohome/translations/ga.json +8 -0
- homeassistant/components/ihc/translations/ga.json +72 -0
- homeassistant/components/imap/translations/ga.json +4 -0
- homeassistant/components/imeon_inverter/coordinator.py +4 -6
- homeassistant/components/imeon_inverter/sensor.py +10 -11
- homeassistant/components/imeon_inverter/translations/cs.json +7 -7
- homeassistant/components/imeon_inverter/translations/de.json +7 -7
- homeassistant/components/imeon_inverter/translations/el.json +0 -15
- homeassistant/components/imeon_inverter/translations/en-GB.json +0 -21
- homeassistant/components/imeon_inverter/translations/en.json +7 -7
- homeassistant/components/imeon_inverter/translations/es.json +0 -21
- homeassistant/components/imeon_inverter/translations/et.json +7 -7
- homeassistant/components/imeon_inverter/translations/fi.json +1 -0
- homeassistant/components/imeon_inverter/translations/fr.json +1 -0
- homeassistant/components/imeon_inverter/translations/ga.json +13 -16
- homeassistant/components/imeon_inverter/translations/hu.json +0 -21
- homeassistant/components/imeon_inverter/translations/lt.json +0 -21
- homeassistant/components/imeon_inverter/translations/pt.json +0 -21
- homeassistant/components/imeon_inverter/translations/ru.json +0 -21
- homeassistant/components/imeon_inverter/translations/sk.json +7 -7
- homeassistant/components/imeon_inverter/translations/sv.json +0 -21
- homeassistant/components/imeon_inverter/translations/zh-Hans.json +5 -11
- homeassistant/components/imeon_inverter/translations/zh-Hant.json +7 -7
- homeassistant/components/imgw_pib/manifest.json +1 -1
- homeassistant/components/imgw_pib/translations/ga.json +8 -0
- homeassistant/components/immich/translations/ga.json +13 -1
- homeassistant/components/improv_ble/translations/ga.json +22 -0
- homeassistant/components/incomfort/translations/ga.json +16 -0
- homeassistant/components/input_boolean/translations/ga.json +8 -4
- homeassistant/components/input_button/translations/ga.json +2 -1
- homeassistant/components/input_datetime/translations/ga.json +2 -1
- homeassistant/components/input_number/translations/ga.json +20 -1
- homeassistant/components/input_select/translations/ga.json +49 -0
- homeassistant/components/input_text/translations/ga.json +2 -1
- homeassistant/components/insteon/translations/ga.json +109 -0
- homeassistant/components/intellifire/translations/ga.json +43 -0
- homeassistant/components/intent_script/translations/ga.json +8 -0
- homeassistant/components/iometer/translations/ga.json +11 -0
- homeassistant/components/iotty/translations/ga.json +15 -1
- homeassistant/components/iperf3/translations/ga.json +13 -0
- homeassistant/components/ipma/translations/fr.json +13 -0
- homeassistant/components/ipma/translations/ga.json +11 -0
- homeassistant/components/iron_os/translations/ga.json +24 -2
- homeassistant/components/iskra/translations/ga.json +17 -1
- homeassistant/components/islamic_prayer_times/translations/fr.json +5 -0
- homeassistant/components/islamic_prayer_times/translations/ga.json +8 -0
- homeassistant/components/israel_rail/translations/ga.json +6 -0
- homeassistant/components/ista_ecotrend/translations/ga.json +21 -1
- homeassistant/components/isy994/translations/ga.json +73 -0
- homeassistant/components/ituran/translations/ga.json +10 -2
- homeassistant/components/izone/translations/ga.json +24 -0
- homeassistant/components/jellyfin/translations/ga.json +8 -1
- homeassistant/components/jewish_calendar/translations/ga.json +5 -0
- homeassistant/components/justnimbus/translations/ga.json +3 -0
- homeassistant/components/jvc_projector/translations/ga.json +12 -0
- homeassistant/components/keba/translations/ga.json +56 -1
- homeassistant/components/keenetic_ndms2/translations/ga.json +1 -0
- homeassistant/components/kef/translations/ga.json +20 -0
- homeassistant/components/keyboard/translations/ga.json +8 -0
- homeassistant/components/keymitt_ble/translations/ga.json +33 -0
- homeassistant/components/kitchen_sink/translations/ga.json +4 -0
- homeassistant/components/kitchen_sink/translations/zh-Hant.json +3 -3
- homeassistant/components/knocki/translations/ga.json +18 -0
- homeassistant/components/knx/translations/fr.json +2 -1
- homeassistant/components/knx/translations/ga.json +20 -2
- homeassistant/components/kostal_plenticore/translations/ga.json +2 -0
- homeassistant/components/kraken/translations/ga.json +30 -0
- homeassistant/components/kulersky/translations/ga.json +20 -0
- homeassistant/components/lamarzocco/translations/ga.json +19 -0
- homeassistant/components/lametric/translations/ga.json +111 -0
- homeassistant/components/landisgyr_heat_meter/translations/ga.json +7 -0
- homeassistant/components/launch_library/translations/pt.json +7 -0
- homeassistant/components/lawn_mower/translations/ga.json +15 -1
- homeassistant/components/lcn/translations/ga.json +165 -21
- homeassistant/components/ld2410_ble/translations/ga.json +9 -0
- homeassistant/components/leaone/translations/ga.json +10 -1
- homeassistant/components/lektrico/translations/ga.json +15 -0
- homeassistant/components/letpot/translations/fr.json +7 -0
- homeassistant/components/letpot/translations/ga.json +16 -0
- homeassistant/components/lg_netcast/translations/ga.json +16 -0
- homeassistant/components/lg_thinq/coordinator.py +1 -1
- homeassistant/components/lg_thinq/translations/el.json +1 -0
- homeassistant/components/lg_thinq/translations/ga.json +52 -4
- homeassistant/components/lg_thinq/translations/pt.json +2 -0
- homeassistant/components/lg_thinq/translations/ru.json +2 -0
- homeassistant/components/lifx/translations/ga.json +110 -0
- homeassistant/components/light/translations/ga.json +13 -1
- homeassistant/components/light/translations/it.json +1 -0
- homeassistant/components/linear_garage_door/translations/ga.json +25 -0
- homeassistant/components/linkplay/translations/ga.json +11 -0
- homeassistant/components/litterrobot/translations/ga.json +18 -0
- homeassistant/components/local_calendar/translations/ga.json +3 -0
- homeassistant/components/local_file/translations/ga.json +20 -1
- homeassistant/components/local_todo/translations/ga.json +3 -0
- homeassistant/components/lock/translations/ga.json +9 -0
- homeassistant/components/logbook/translations/ga.json +24 -0
- homeassistant/components/logger/translations/ga.json +9 -0
- homeassistant/components/loqed/translations/ga.json +11 -0
- homeassistant/components/luftdaten/translations/ga.json +3 -0
- homeassistant/components/lupusec/translations/ga.json +12 -0
- homeassistant/components/lutron/translations/ga.json +9 -0
- homeassistant/components/lyric/translations/ga.json +3 -0
- homeassistant/components/madvr/translations/ga.json +10 -0
- homeassistant/components/manual/translations/fr.json +7 -0
- homeassistant/components/mastodon/translations/ga.json +5 -0
- homeassistant/components/matter/translations/fr.json +3 -0
- homeassistant/components/matter/translations/ga.json +40 -2
- homeassistant/components/matter/valve.py +6 -3
- homeassistant/components/mcp/translations/ga.json +18 -2
- homeassistant/components/mcp_server/translations/ga.json +3 -0
- homeassistant/components/mealie/translations/ga.json +19 -1
- homeassistant/components/meater/translations/ga.json +5 -0
- homeassistant/components/medcom_ble/translations/ga.json +15 -1
- homeassistant/components/media_extractor/manifest.json +1 -1
- homeassistant/components/media_extractor/translations/ga.json +7 -0
- homeassistant/components/media_player/translations/ga.json +155 -0
- homeassistant/components/melcloud/translations/ga.json +34 -1
- homeassistant/components/met_eireann/translations/ga.json +7 -0
- homeassistant/components/metoffice/translations/ga.json +9 -0
- homeassistant/components/microbees/translations/ga.json +20 -1
- homeassistant/components/microsoft_face/translations/ga.json +60 -0
- homeassistant/components/miele/translations/el.json +5 -0
- homeassistant/components/miele/translations/ga.json +42 -4
- homeassistant/components/miele/translations/pt.json +1 -0
- homeassistant/components/minio/translations/ga.json +24 -0
- homeassistant/components/modbus/translations/ga.json +54 -0
- homeassistant/components/modem_callerid/translations/ga.json +9 -0
- homeassistant/components/modern_forms/translations/ga.json +5 -0
- homeassistant/components/mold_indicator/translations/ga.json +7 -0
- homeassistant/components/monarch_money/translations/ga.json +7 -1
- homeassistant/components/monzo/translations/ga.json +15 -2
- homeassistant/components/motionblinds_ble/translations/ga.json +8 -0
- homeassistant/components/motionmount/translations/ga.json +13 -1
- homeassistant/components/mpd/translations/ga.json +12 -0
- homeassistant/components/mqtt/translations/el.json +5 -1
- homeassistant/components/mqtt/translations/fr.json +44 -1
- homeassistant/components/mqtt/translations/ga.json +56 -4
- homeassistant/components/mqtt/translations/he.json +1 -1
- homeassistant/components/mqtt/translations/pl.json +11 -0
- homeassistant/components/mqtt/translations/pt.json +1 -1
- homeassistant/components/mqtt/translations/ru.json +1 -1
- homeassistant/components/mqtt/translations/sv.json +1 -1
- homeassistant/components/mqtt/translations/zh-Hant.json +2 -2
- homeassistant/components/music_assistant/translations/ga.json +6 -1
- homeassistant/components/mystrom/manifest.json +1 -1
- homeassistant/components/myuplink/translations/fr.json +7 -0
- homeassistant/components/myuplink/translations/ga.json +17 -3
- homeassistant/components/nam/translations/ga.json +3 -0
- homeassistant/components/nanoleaf/config_flow.py +9 -2
- homeassistant/components/nanoleaf/translations/ga.json +9 -0
- homeassistant/components/nanoleaf/translations/zh-Hant.json +1 -1
- homeassistant/components/nasweb/translations/ga.json +13 -1
- homeassistant/components/nasweb/translations/nl.json +2 -0
- homeassistant/components/neato/translations/ga.json +12 -0
- homeassistant/components/ness_alarm/translations/fr.json +22 -0
- homeassistant/components/ness_alarm/translations/ga.json +28 -0
- homeassistant/components/nest/translations/el.json +1 -1
- homeassistant/components/nest/translations/ga.json +6 -0
- homeassistant/components/netatmo/manifest.json +1 -1
- homeassistant/components/netatmo/translations/fr.json +20 -1
- homeassistant/components/netatmo/translations/ga.json +48 -0
- homeassistant/components/netgear/translations/ga.json +22 -0
- homeassistant/components/netgear_lte/translations/ga.json +72 -0
- homeassistant/components/network/translations/el.json +1 -1
- homeassistant/components/nexia/translations/ga.json +56 -0
- homeassistant/components/nextbus/translations/ga.json +3 -0
- homeassistant/components/nextcloud/translations/ga.json +78 -0
- homeassistant/components/nextdns/translations/ga.json +6 -0
- homeassistant/components/nfandroidtv/translations/fr.json +11 -0
- homeassistant/components/nfandroidtv/translations/ga.json +9 -0
- homeassistant/components/nice_go/translations/ga.json +23 -1
- homeassistant/components/niko_home_control/translations/ga.json +9 -0
- homeassistant/components/nmbs/translations/ga.json +1 -0
- homeassistant/components/nobo_hub/translations/ga.json +4 -1
- homeassistant/components/nordpool/translations/ga.json +1 -0
- homeassistant/components/notify/translations/el.json +1 -1
- homeassistant/components/notify/translations/ga.json +32 -1
- homeassistant/components/ntfy/translations/ga.json +29 -2
- homeassistant/components/nuki/translations/ga.json +3 -0
- homeassistant/components/number/translations/ga.json +16 -0
- homeassistant/components/nut/translations/ga.json +34 -2
- homeassistant/components/nws/translations/fr.json +20 -0
- homeassistant/components/nx584/translations/ga.json +12 -0
- homeassistant/components/nyt_games/translations/ga.json +8 -0
- homeassistant/components/nzbget/translations/ga.json +20 -0
- homeassistant/components/ohme/translations/ga.json +20 -1
- homeassistant/components/ollama/translations/ga.json +21 -0
- homeassistant/components/ombi/translations/ga.json +38 -0
- homeassistant/components/omnilogic/translations/ga.json +14 -0
- homeassistant/components/ondilo_ico/translations/ga.json +2 -0
- homeassistant/components/onedrive/translations/ga.json +17 -2
- homeassistant/components/onewire/translations/ga.json +4 -0
- homeassistant/components/onkyo/translations/ga.json +13 -2
- homeassistant/components/onvif/manifest.json +1 -1
- homeassistant/components/onvif/translations/ga.json +10 -0
- homeassistant/components/onvif/translations/sv.json +3 -3
- homeassistant/components/onvif/translations/zh-Hant.json +1 -1
- homeassistant/components/open_router/translations/ga.json +18 -0
- homeassistant/components/openai_conversation/entity.py +2 -2
- homeassistant/components/openai_conversation/translations/el.json +7 -0
- homeassistant/components/openai_conversation/translations/ga.json +9 -0
- homeassistant/components/openai_conversation/translations/nl.json +2 -1
- homeassistant/components/openai_conversation/translations/pt.json +9 -1
- homeassistant/components/opensky/translations/ga.json +6 -1
- homeassistant/components/opentherm_gw/translations/ga.json +68 -0
- homeassistant/components/openweathermap/translations/fr.json +11 -0
- homeassistant/components/openweathermap/translations/ga.json +2 -1
- homeassistant/components/openweathermap/translations/zh-Hant.json +1 -1
- homeassistant/components/opower/manifest.json +1 -1
- homeassistant/components/opower/translations/el.json +37 -0
- homeassistant/components/opower/translations/ga.json +3 -1
- homeassistant/components/opower/translations/pt.json +3 -1
- homeassistant/components/osoenergy/translations/ga.json +15 -0
- homeassistant/components/otbr/translations/ga.json +2 -1
- homeassistant/components/otp/translations/ga.json +6 -1
- homeassistant/components/ourgroceries/translations/ga.json +17 -0
- homeassistant/components/overkiz/translations/ga.json +11 -0
- homeassistant/components/overkiz/translations/select.ga.json +7 -0
- homeassistant/components/overkiz/translations/sensor.ga.json +7 -0
- homeassistant/components/overseerr/translations/ga.json +13 -0
- homeassistant/components/ovo_energy/translations/ga.json +10 -0
- homeassistant/components/p1_monitor/translations/ga.json +3 -0
- homeassistant/components/palazzetti/translations/ga.json +11 -0
- homeassistant/components/paperless_ngx/translations/ga.json +27 -0
- homeassistant/components/peblar/translations/ga.json +21 -0
- homeassistant/components/pegel_online/translations/ga.json +12 -0
- homeassistant/components/permobil/translations/ga.json +5 -0
- homeassistant/components/persistent_notification/translations/ga.json +34 -0
- homeassistant/components/pglab/translations/ga.json +2 -1
- homeassistant/components/pi_hole/translations/ga.json +10 -0
- homeassistant/components/pi_hole/translations/zh-Hant.json +1 -1
- homeassistant/components/picnic/translations/ga.json +24 -0
- homeassistant/components/pilight/translations/ga.json +14 -0
- homeassistant/components/ping/translations/ga.json +6 -1
- homeassistant/components/playstation_network/translations/ga.json +12 -0
- homeassistant/components/plex/translations/ga.json +18 -0
- homeassistant/components/plugwise/translations/ga.json +18 -0
- homeassistant/components/point/translations/ga.json +13 -2
- homeassistant/components/poolsense/translations/ga.json +32 -0
- homeassistant/components/powerfox/translations/ga.json +19 -1
- homeassistant/components/probe_plus/translations/ga.json +9 -1
- homeassistant/components/profiler/translations/ga.json +14 -0
- homeassistant/components/proximity/translations/ga.json +1 -0
- homeassistant/components/prusalink/translations/ga.json +10 -0
- homeassistant/components/ps4/translations/ga.json +18 -0
- homeassistant/components/ps4/translations/zh-Hant.json +2 -2
- homeassistant/components/pterodactyl/translations/ga.json +18 -1
- homeassistant/components/pvpc_hourly_pricing/translations/ga.json +13 -0
- homeassistant/components/pyload/translations/ga.json +29 -1
- homeassistant/components/python_script/translations/ga.json +8 -0
- homeassistant/components/qbittorrent/translations/ga.json +5 -1
- homeassistant/components/qbittorrent/translations/lt.json +1 -1
- homeassistant/components/qbus/translations/fr.json +1 -0
- homeassistant/components/qvr_pro/translations/ga.json +24 -0
- homeassistant/components/rabbitair/translations/ga.json +22 -0
- homeassistant/components/rachio/translations/ga.json +41 -0
- homeassistant/components/radiotherm/translations/ga.json +9 -0
- homeassistant/components/rainbird/translations/ga.json +28 -1
- homeassistant/components/rainforest_eagle/translations/ga.json +9 -0
- homeassistant/components/rainforest_raven/translations/ga.json +11 -0
- homeassistant/components/rainmachine/translations/fr.json +56 -1
- homeassistant/components/rainmachine/translations/ga.json +84 -0
- homeassistant/components/random/translations/el.json +1 -1
- homeassistant/components/random/translations/fr.json +1 -1
- homeassistant/components/random/translations/ga.json +7 -1
- homeassistant/components/random/translations/he.json +1 -1
- homeassistant/components/random/translations/ko.json +1 -1
- homeassistant/components/random/translations/pl.json +3 -0
- homeassistant/components/random/translations/pt.json +1 -1
- homeassistant/components/random/translations/ru.json +1 -1
- homeassistant/components/random/translations/sv.json +1 -1
- homeassistant/components/recollect_waste/translations/el.json +10 -0
- homeassistant/components/recorder/translations/ga.json +4 -2
- homeassistant/components/refoss/translations/ga.json +11 -0
- homeassistant/components/rehlko/translations/ga.json +16 -0
- homeassistant/components/remember_the_milk/translations/ga.json +28 -0
- homeassistant/components/remote/translations/ga.json +34 -2
- homeassistant/components/remote_calendar/translations/ga.json +6 -1
- homeassistant/components/renault/manifest.json +1 -1
- homeassistant/components/renault/translations/ga.json +51 -0
- homeassistant/components/renson/translations/ga.json +57 -3
- homeassistant/components/reolink/translations/ga.json +62 -4
- homeassistant/components/reolink/translations/lt.json +2 -2
- homeassistant/components/reolink/translations/sv.json +7 -7
- homeassistant/components/rest/translations/ga.json +7 -0
- homeassistant/components/rest_command/translations/ga.json +6 -0
- homeassistant/components/rfxtrx/translations/fr.json +11 -0
- homeassistant/components/rfxtrx/translations/ga.json +3 -0
- homeassistant/components/ring/translations/ga.json +9 -1
- homeassistant/components/risco/translations/ga.json +5 -0
- homeassistant/components/risco/translations/nl.json +6 -0
- homeassistant/components/roborock/translations/ga.json +5 -1
- homeassistant/components/romy/translations/ga.json +16 -0
- homeassistant/components/roomba/translations/ga.json +14 -0
- homeassistant/components/roon/translations/zh-Hant.json +1 -1
- homeassistant/components/rova/translations/ga.json +3 -0
- homeassistant/components/ruckus_unleashed/translations/ga.json +17 -0
- homeassistant/components/russound_rio/manifest.json +1 -1
- homeassistant/components/russound_rio/translations/ga.json +10 -0
- homeassistant/components/ruuvitag_ble/translations/ga.json +11 -1
- homeassistant/components/rympro/translations/ga.json +5 -0
- homeassistant/components/sabnzbd/translations/ga.json +6 -0
- homeassistant/components/samsungtv/translations/ga.json +6 -0
- homeassistant/components/sanix/translations/ga.json +9 -1
- homeassistant/components/scene/translations/ga.json +41 -0
- homeassistant/components/schlage/translations/ga.json +18 -1
- homeassistant/components/scrape/translations/el.json +1 -1
- homeassistant/components/scrape/translations/fr.json +1 -1
- homeassistant/components/scrape/translations/ga.json +16 -0
- homeassistant/components/scrape/translations/he.json +1 -1
- homeassistant/components/scrape/translations/pt.json +1 -1
- homeassistant/components/scrape/translations/ru.json +1 -1
- homeassistant/components/scrape/translations/sv.json +1 -1
- homeassistant/components/screenlogic/translations/fr.json +5 -0
- homeassistant/components/screenlogic/translations/ga.json +7 -1
- homeassistant/components/script/translations/ga.json +18 -0
- homeassistant/components/season/translations/fr.json +7 -0
- homeassistant/components/sensibo/translations/el.json +27 -0
- homeassistant/components/sensibo/translations/ga.json +173 -7
- homeassistant/components/sensibo/translations/he.json +4 -0
- homeassistant/components/sensibo/translations/pt.json +27 -0
- homeassistant/components/sensibo/translations/ru.json +11 -0
- homeassistant/components/sensirion_ble/translations/ga.json +11 -1
- homeassistant/components/sensor/translations/el.json +5 -0
- homeassistant/components/sensor/translations/fr.json +5 -0
- homeassistant/components/sensor/translations/ga.json +6 -0
- homeassistant/components/sensor/translations/he.json +5 -0
- homeassistant/components/sensor/translations/ko.json +1 -1
- homeassistant/components/sensor/translations/pt.json +5 -0
- homeassistant/components/sensor/translations/ru.json +5 -0
- homeassistant/components/sensor/translations/sv.json +3 -0
- homeassistant/components/sensorpush_cloud/translations/ga.json +11 -0
- homeassistant/components/sensoterra/translations/ga.json +16 -0
- homeassistant/components/senz/translations/ga.json +1 -0
- homeassistant/components/seventeentrack/translations/ga.json +19 -0
- homeassistant/components/sharkiq/translations/ga.json +3 -1
- homeassistant/components/shelly/translations/fr.json +11 -1
- homeassistant/components/shelly/translations/ga.json +27 -0
- homeassistant/components/shelly/translations/zh-Hant.json +1 -1
- homeassistant/components/shopping_list/translations/ga.json +55 -0
- homeassistant/components/sia/translations/ga.json +11 -0
- homeassistant/components/simplisafe/translations/fr.json +14 -0
- homeassistant/components/simplisafe/translations/ga.json +34 -0
- homeassistant/components/siren/translations/ga.json +30 -0
- homeassistant/components/sky_remote/translations/ga.json +9 -0
- homeassistant/components/sleepiq/translations/ga.json +4 -2
- homeassistant/components/slide_local/translations/ga.json +14 -0
- homeassistant/components/sma/translations/ga.json +13 -1
- homeassistant/components/smappee/translations/ga.json +4 -0
- homeassistant/components/smarla/translations/ga.json +7 -0
- homeassistant/components/smartthings/manifest.json +1 -1
- homeassistant/components/smartthings/translations/fr.json +14 -0
- homeassistant/components/smartthings/translations/ga.json +38 -5
- homeassistant/components/smartthings/translations/ko.json +15 -0
- homeassistant/components/smarttub/translations/ga.json +46 -0
- homeassistant/components/smarty/translations/fr.json +9 -0
- homeassistant/components/smarty/translations/ga.json +12 -0
- homeassistant/components/smhi/translations/ga.json +4 -0
- homeassistant/components/smlight/translations/ga.json +22 -1
- homeassistant/components/smtp/translations/ga.json +6 -0
- homeassistant/components/snapcast/translations/ga.json +30 -0
- homeassistant/components/snips/translations/ga.json +12 -0
- homeassistant/components/snoo/translations/ga.json +12 -0
- homeassistant/components/snooz/translations/ga.json +28 -0
- homeassistant/components/solarlog/translations/ga.json +12 -2
- homeassistant/components/somfy_mylink/translations/el.json +4 -2
- homeassistant/components/somfy_mylink/translations/pt.json +4 -2
- homeassistant/components/somfy_mylink/translations/ru.json +2 -1
- homeassistant/components/songpal/translations/ga.json +18 -0
- homeassistant/components/sonos/translations/ga.json +105 -0
- homeassistant/components/soundtouch/translations/ga.json +42 -0
- homeassistant/components/spotify/translations/ga.json +5 -1
- homeassistant/components/sql/translations/el.json +1 -1
- homeassistant/components/sql/translations/fr.json +1 -1
- homeassistant/components/sql/translations/he.json +1 -1
- homeassistant/components/sql/translations/ko.json +1 -1
- homeassistant/components/sql/translations/pl.json +2 -0
- homeassistant/components/sql/translations/pt.json +1 -1
- homeassistant/components/sql/translations/ru.json +1 -1
- homeassistant/components/sql/translations/sv.json +1 -1
- homeassistant/components/squeezebox/media_player.py +2 -2
- homeassistant/components/squeezebox/translations/ga.json +30 -0
- homeassistant/components/srp_energy/translations/ga.json +13 -0
- homeassistant/components/starline/translations/fr.json +5 -0
- homeassistant/components/starline/translations/ga.json +5 -0
- homeassistant/components/statistics/translations/ga.json +8 -1
- homeassistant/components/stiebel_eltron/translations/ga.json +13 -0
- homeassistant/components/stookwijzer/translations/ga.json +3 -0
- homeassistant/components/streamlabswater/translations/ga.json +16 -0
- homeassistant/components/subaru/translations/ga.json +31 -0
- homeassistant/components/suez_water/translations/ga.json +10 -2
- homeassistant/components/surepetcare/translations/ga.json +8 -1
- homeassistant/components/swiss_public_transport/translations/ga.json +1 -0
- homeassistant/components/switch/translations/ga.json +16 -0
- homeassistant/components/switch_as_x/translations/ga.json +1 -0
- homeassistant/components/switchbot/translations/ga.json +4 -0
- homeassistant/components/switchbot_cloud/translations/fr.json +1 -0
- homeassistant/components/switchbot_cloud/translations/ga.json +20 -0
- homeassistant/components/switcher_kis/translations/ga.json +35 -0
- homeassistant/components/synology_dsm/translations/ga.json +27 -0
- homeassistant/components/system_bridge/translations/ga.json +54 -0
- homeassistant/components/system_log/translations/ga.json +30 -0
- homeassistant/components/systemmonitor/translations/ga.json +27 -0
- homeassistant/components/systemmonitor/translations/zh-Hant.json +1 -1
- homeassistant/components/tado/translations/ga.json +68 -0
- homeassistant/components/tailscale/translations/ga.json +5 -0
- homeassistant/components/tailwind/translations/el.json +1 -1
- homeassistant/components/tailwind/translations/ga.json +10 -0
- homeassistant/components/tami4/translations/ga.json +7 -1
- homeassistant/components/tankerkoenig/translations/ga.json +30 -1
- homeassistant/components/tautulli/translations/ga.json +33 -0
- homeassistant/components/technove/translations/ga.json +10 -0
- homeassistant/components/tedee/translations/ga.json +9 -0
- homeassistant/components/telegram/translations/ga.json +8 -0
- homeassistant/components/telegram_bot/translations/ga.json +451 -14
- homeassistant/components/tellduslive/translations/zh-Hant.json +1 -1
- homeassistant/components/template/translations/el.json +7 -1
- homeassistant/components/template/translations/fr.json +3 -2
- homeassistant/components/template/translations/ga.json +79 -4
- homeassistant/components/template/translations/he.json +2 -1
- homeassistant/components/template/translations/ko.json +1 -1
- homeassistant/components/template/translations/nl.json +2 -1
- homeassistant/components/template/translations/pl.json +126 -1
- homeassistant/components/template/translations/pt.json +3 -2
- homeassistant/components/template/translations/ru.json +3 -2
- homeassistant/components/template/translations/sv.json +1 -1
- homeassistant/components/tesla_fleet/translations/ga.json +32 -12
- homeassistant/components/tesla_wall_connector/translations/ga.json +35 -0
- homeassistant/components/teslemetry/translations/fr.json +3 -0
- homeassistant/components/teslemetry/translations/ga.json +73 -24
- homeassistant/components/teslemetry/translations/pt.json +2 -0
- homeassistant/components/tessie/translations/ga.json +38 -10
- homeassistant/components/thethingsnetwork/translations/ga.json +9 -2
- homeassistant/components/thread/translations/ga.json +7 -0
- homeassistant/components/tile/translations/ga.json +5 -0
- homeassistant/components/tilt_pi/translations/ga.json +13 -0
- homeassistant/components/time/translations/ga.json +15 -0
- homeassistant/components/timer/translations/ga.json +43 -1
- homeassistant/components/todoist/translations/ga.json +22 -0
- homeassistant/components/tolo/translations/ga.json +21 -0
- homeassistant/components/tomorrowio/translations/fr.json +3 -0
- homeassistant/components/toon/translations/ga.json +13 -0
- homeassistant/components/totalconnect/translations/fr.json +2 -1
- homeassistant/components/totalconnect/translations/ga.json +13 -0
- homeassistant/components/touchline_sl/translations/ga.json +12 -0
- homeassistant/components/tplink/translations/fr.json +3 -0
- homeassistant/components/tplink/translations/ga.json +122 -2
- homeassistant/components/tplink/translations/nl.json +3 -0
- homeassistant/components/tplink_omada/translations/ga.json +2 -0
- homeassistant/components/traccar_server/translations/ga.json +21 -0
- homeassistant/components/tractive/translations/ga.json +12 -1
- homeassistant/components/trafikverket_camera/translations/ga.json +20 -0
- homeassistant/components/trafikverket_ferry/translations/ga.json +11 -0
- homeassistant/components/trafikverket_train/translations/ga.json +23 -0
- homeassistant/components/trafikverket_weatherstation/translations/fr.json +33 -1
- homeassistant/components/trafikverket_weatherstation/translations/ga.json +13 -0
- homeassistant/components/transmission/translations/ga.json +63 -0
- homeassistant/components/trend/translations/ga.json +2 -1
- homeassistant/components/triggercmd/translations/ga.json +10 -1
- homeassistant/components/tts/translations/ga.json +3 -0
- homeassistant/components/tuya/translations/el.json +2 -0
- homeassistant/components/tuya/translations/fr.json +9 -0
- homeassistant/components/tuya/translations/ga.json +184 -0
- homeassistant/components/tuya/translations/ko.json +1 -1
- homeassistant/components/tuya/translations/nl.json +2 -0
- homeassistant/components/tuya/translations/pt.json +2 -0
- homeassistant/components/tuya/translations/zh-Hant.json +2 -2
- homeassistant/components/twinkly/translations/ga.json +4 -0
- homeassistant/components/twitch/translations/ga.json +7 -1
- homeassistant/components/unifi/translations/ga.json +18 -0
- homeassistant/components/unifiprotect/translations/el.json +1 -1
- homeassistant/components/unifiprotect/translations/fr.json +21 -0
- homeassistant/components/unifiprotect/translations/ga.json +61 -0
- homeassistant/components/upb/translations/ga.json +35 -0
- homeassistant/components/update/translations/ga.json +21 -1
- homeassistant/components/upnp/translations/ga.json +38 -0
- homeassistant/components/uptime_kuma/translations/el.json +11 -1
- homeassistant/components/uptime_kuma/translations/ga.json +23 -0
- homeassistant/components/uptime_kuma/translations/zh-Hant.json +4 -4
- homeassistant/components/utility_meter/translations/ga.json +16 -0
- homeassistant/components/v2c/translations/ga.json +10 -0
- homeassistant/components/vacuum/translations/ga.json +43 -4
- homeassistant/components/vallox/translations/ga.json +36 -1
- homeassistant/components/valve/translations/ga.json +10 -4
- homeassistant/components/vegehub/translations/ga.json +3 -0
- homeassistant/components/velbus/translations/ga.json +30 -4
- homeassistant/components/velux/translations/ga.json +22 -0
- homeassistant/components/venstar/translations/ga.json +1 -0
- homeassistant/components/verisure/translations/ga.json +11 -0
- homeassistant/components/version/translations/ga.json +3 -0
- homeassistant/components/vesync/translations/ga.json +17 -2
- homeassistant/components/vicare/translations/ga.json +51 -4
- homeassistant/components/vilfo/translations/ga.json +3 -0
- homeassistant/components/vizio/translations/ga.json +20 -0
- homeassistant/components/vodafone_station/translations/ga.json +44 -2
- homeassistant/components/volvo/coordinator.py +28 -1
- homeassistant/components/volvo/sensor.py +2 -2
- homeassistant/components/volvo/translations/el.json +7 -1
- homeassistant/components/volvo/translations/ga.json +27 -3
- homeassistant/components/volvo/translations/pt.json +4 -1
- homeassistant/components/wake_on_lan/translations/ga.json +6 -0
- homeassistant/components/wallbox/translations/ga.json +2 -1
- homeassistant/components/waqi/translations/ga.json +15 -0
- homeassistant/components/water_heater/translations/ga.json +43 -3
- homeassistant/components/watergate/translations/ga.json +9 -0
- homeassistant/components/waze_travel_time/translations/nl.json +3 -0
- homeassistant/components/weather/translations/fr.json +1 -1
- homeassistant/components/weather/translations/ga.json +28 -0
- homeassistant/components/weather/translations/zh-Hant.json +1 -1
- homeassistant/components/weatherflow/translations/fr.json +10 -0
- homeassistant/components/weatherflow/translations/ga.json +14 -1
- homeassistant/components/weatherflow/translations/zh-Hant.json +1 -1
- homeassistant/components/weatherflow_cloud/translations/fr.json +44 -0
- homeassistant/components/weatherflow_cloud/translations/ga.json +8 -0
- homeassistant/components/weatherkit/translations/ga.json +5 -0
- homeassistant/components/webdav/translations/ga.json +12 -2
- homeassistant/components/webmin/translations/ga.json +19 -0
- homeassistant/components/webostv/translations/ga.json +37 -0
- homeassistant/components/webostv/translations/zh-Hant.json +3 -3
- homeassistant/components/weheat/translations/ga.json +15 -1
- homeassistant/components/wemo/translations/ga.json +18 -0
- homeassistant/components/whirlpool/translations/ga.json +13 -1
- homeassistant/components/wilight/translations/ga.json +48 -0
- homeassistant/components/withings/diagnostics.py +11 -0
- homeassistant/components/withings/translations/ga.json +5 -0
- homeassistant/components/wmspro/translations/ga.json +13 -0
- homeassistant/components/workday/manifest.json +1 -1
- homeassistant/components/worldclock/translations/ga.json +7 -0
- homeassistant/components/wyoming/translations/ga.json +2 -1
- homeassistant/components/xbox/translations/ga.json +2 -0
- homeassistant/components/xiaomi_aqara/translations/ga.json +12 -0
- homeassistant/components/xiaomi_ble/translations/el.json +2 -1
- homeassistant/components/xiaomi_ble/translations/ga.json +4 -0
- homeassistant/components/xiaomi_ble/translations/pt.json +2 -1
- homeassistant/components/xiaomi_miio/translations/ga.json +157 -0
- homeassistant/components/yale/translations/ga.json +15 -2
- homeassistant/components/yale_smart_alarm/translations/fr.json +42 -2
- homeassistant/components/yale_smart_alarm/translations/ga.json +10 -1
- homeassistant/components/yalexs_ble/translations/ga.json +5 -0
- homeassistant/components/yamaha_musiccast/translations/ga.json +13 -0
- homeassistant/components/yamaha_musiccast/translations/select.ga.json +7 -0
- homeassistant/components/yardian/translations/ga.json +16 -2
- homeassistant/components/yeelight/translations/ga.json +80 -0
- homeassistant/components/yolink/translations/el.json +3 -0
- homeassistant/components/yolink/translations/fr.json +5 -0
- homeassistant/components/yolink/translations/ga.json +30 -0
- homeassistant/components/yolink/translations/pt.json +3 -0
- homeassistant/components/youtube/translations/ga.json +12 -0
- homeassistant/components/zha/translations/fr.json +3 -0
- homeassistant/components/zha/translations/ga.json +170 -8
- homeassistant/components/zha/translations/lt.json +20 -20
- homeassistant/components/zimi/manifest.json +1 -1
- homeassistant/components/zimi/translations/ga.json +14 -1
- homeassistant/components/zwave_js/config_flow.py +66 -4
- homeassistant/components/zwave_js/sensor.py +27 -11
- homeassistant/components/zwave_js/strings.json +10 -0
- homeassistant/components/zwave_js/translations/cs.json +10 -0
- homeassistant/components/zwave_js/translations/de.json +10 -0
- homeassistant/components/zwave_js/translations/el.json +10 -2
- homeassistant/components/zwave_js/translations/en-GB.json +10 -0
- homeassistant/components/zwave_js/translations/en.json +10 -0
- homeassistant/components/zwave_js/translations/et.json +10 -0
- homeassistant/components/zwave_js/translations/fr.json +12 -1
- homeassistant/components/zwave_js/translations/ga.json +86 -6
- homeassistant/components/zwave_js/translations/pt.json +10 -2
- homeassistant/components/zwave_js/translations/ru.json +10 -2
- homeassistant/components/zwave_js/translations/sk.json +10 -0
- homeassistant/const.py +1 -1
- homeassistant/package_constraints.txt +5 -2
- {homeassistant-2025.8.2.dist-info → homeassistant-2025.8.3.dist-info}/METADATA +1 -1
- {homeassistant-2025.8.2.dist-info → homeassistant-2025.8.3.dist-info}/RECORD +905 -802
- {homeassistant-2025.8.2.dist-info → homeassistant-2025.8.3.dist-info}/WHEEL +0 -0
- {homeassistant-2025.8.2.dist-info → homeassistant-2025.8.3.dist-info}/entry_points.txt +0 -0
- {homeassistant-2025.8.2.dist-info → homeassistant-2025.8.3.dist-info}/licenses/LICENSE.md +0 -0
- {homeassistant-2025.8.2.dist-info → homeassistant-2025.8.3.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
- {homeassistant-2025.8.2.dist-info → homeassistant-2025.8.3.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
|
+
"already_configured": "T\u00e1 an cuntas cumraithe cheana f\u00e9in",
|
|
5
|
+
"already_in_progress": "T\u00e1 sreabhadh cumra\u00edochta ar si\u00fal cheana f\u00e9in",
|
|
6
|
+
"authorize_url_timeout": "Am cr\u00edochnaithe ag gini\u00faint URL \u00fadaraithe.",
|
|
7
|
+
"missing_configuration": "N\u00edl an chomhph\u00e1irt cumraithe. Lean an doicim\u00e9ad\u00fa le do thoil.",
|
|
8
|
+
"no_url_available": "N\u00edl aon URL ar f\u00e1il. Chun eolas a fh\u00e1il faoin earr\u00e1id seo, [f\u00e9ach ar an rann\u00f3g chabhrach]({docs_url})",
|
|
9
|
+
"oauth_error": "Fuarthas sonra\u00ed comhartha neamhbhail\u00ed.",
|
|
10
|
+
"reauth_successful": "D'\u00e9irigh leis an athfh\u00edordheimhni\u00fa",
|
|
11
|
+
"user_rejected_authorize": "Di\u00falta\u00edodh nascadh cuntais: {error}",
|
|
4
12
|
"wrong_account": "Cuntas m\u00edcheart: N\u00ed hionann na dinti\u00fair a cuireadh ar f\u00e1il agus an cuntas Monzo seo."
|
|
5
13
|
},
|
|
14
|
+
"create_entry": {
|
|
15
|
+
"default": "F\u00edordheimhnithe go rath\u00fail"
|
|
16
|
+
},
|
|
6
17
|
"step": {
|
|
7
18
|
"await_approval_confirmation": {
|
|
8
19
|
"data": {
|
|
@@ -17,10 +28,12 @@
|
|
|
17
28
|
},
|
|
18
29
|
"data_description": {
|
|
19
30
|
"implementation": "Na dinti\u00fair is mian leat a \u00fas\u00e1id chun f\u00edordheimhni\u00fa."
|
|
20
|
-
}
|
|
31
|
+
},
|
|
32
|
+
"title": "Roghnaigh modh f\u00edordheimhnithe"
|
|
21
33
|
},
|
|
22
34
|
"reauth_confirm": {
|
|
23
|
-
"description": "Caithfidh comhth\u00e1th\u00fa Monzo d\u2019chuntas a athfh\u00edordheimhni\u00fa"
|
|
35
|
+
"description": "Caithfidh comhth\u00e1th\u00fa Monzo d\u2019chuntas a athfh\u00edordheimhni\u00fa",
|
|
36
|
+
"title": "T\u00e1 an f\u00edordheimhni\u00fa imithe in \u00e9ag do {name}"
|
|
24
37
|
}
|
|
25
38
|
}
|
|
26
39
|
},
|
|
@@ -22,6 +22,12 @@
|
|
|
22
22
|
},
|
|
23
23
|
"entity": {
|
|
24
24
|
"button": {
|
|
25
|
+
"connect": {
|
|
26
|
+
"name": "Ceangail"
|
|
27
|
+
},
|
|
28
|
+
"disconnect": {
|
|
29
|
+
"name": "D\u00edcheangail"
|
|
30
|
+
},
|
|
25
31
|
"favorite": {
|
|
26
32
|
"name": "Is fearr leat"
|
|
27
33
|
}
|
|
@@ -48,7 +54,9 @@
|
|
|
48
54
|
"connection": {
|
|
49
55
|
"name": "St\u00e1das naisc",
|
|
50
56
|
"state": {
|
|
57
|
+
"connected": "Ceangailte",
|
|
51
58
|
"connecting": "Ag ceangal",
|
|
59
|
+
"disconnected": "D\u00edcheangailte",
|
|
52
60
|
"disconnecting": "L\u00e1 Eabhraise"
|
|
53
61
|
}
|
|
54
62
|
}
|
|
@@ -4,8 +4,13 @@
|
|
|
4
4
|
},
|
|
5
5
|
"config": {
|
|
6
6
|
"abort": {
|
|
7
|
+
"already_configured": "T\u00e1 an gl\u00e9as cumraithe cheana f\u00e9in",
|
|
8
|
+
"already_in_progress": "T\u00e1 sreabhadh cumra\u00edochta ar si\u00fal cheana f\u00e9in",
|
|
9
|
+
"cannot_connect": "Theip ar an nascadh",
|
|
7
10
|
"invalid_response": "Theip ar an nascadh mar gheall ar fhreagra neamhbhail\u00ed \u00f3n MotionMount.",
|
|
8
|
-
"not_connected": "Theip ar an nascadh."
|
|
11
|
+
"not_connected": "Theip ar an nascadh.",
|
|
12
|
+
"reauth_successful": "D'\u00e9irigh leis an athfh\u00edordheimhni\u00fa",
|
|
13
|
+
"time_out": "Am cr\u00edochnaithe ag bun\u00fa nasc"
|
|
9
14
|
},
|
|
10
15
|
"error": {
|
|
11
16
|
"pin": "N\u00edl an UAP ceart"
|
|
@@ -16,6 +21,9 @@
|
|
|
16
21
|
},
|
|
17
22
|
"step": {
|
|
18
23
|
"auth": {
|
|
24
|
+
"data": {
|
|
25
|
+
"pin": "C\u00f3id UAP"
|
|
26
|
+
},
|
|
19
27
|
"data_description": {
|
|
20
28
|
"pin": "An PIN ar leibh\u00e9al an \u00fas\u00e1ideora at\u00e1 cumraithe ar an MotionMount."
|
|
21
29
|
},
|
|
@@ -27,6 +35,10 @@
|
|
|
27
35
|
"title": "F\u00edordheimhnigh le do MotionMount"
|
|
28
36
|
},
|
|
29
37
|
"user": {
|
|
38
|
+
"data": {
|
|
39
|
+
"host": "\u00d3stach",
|
|
40
|
+
"port": "Port"
|
|
41
|
+
},
|
|
30
42
|
"data_description": {
|
|
31
43
|
"host": "Ainm \u00f3stach n\u00f3 seoladh IP an MotionMount.",
|
|
32
44
|
"port": "Calafort an MotionMount."
|
|
@@ -1,7 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "T\u00e1 an gl\u00e9as cumraithe cheana f\u00e9in"
|
|
5
|
+
},
|
|
6
|
+
"error": {
|
|
7
|
+
"cannot_connect": "Theip ar an nascadh",
|
|
8
|
+
"unknown": "Earr\u00e1id gan choinne"
|
|
9
|
+
},
|
|
3
10
|
"step": {
|
|
4
11
|
"user": {
|
|
12
|
+
"data": {
|
|
13
|
+
"host": "\u00d3stach",
|
|
14
|
+
"password": "Pasfhocal",
|
|
15
|
+
"port": "Port"
|
|
16
|
+
},
|
|
5
17
|
"data_description": {
|
|
6
18
|
"host": "Ainm \u00f3stach n\u00f3 seoladh IP d\u2019eisp\u00e9ireas deamhan an Seinnteora Ceoil."
|
|
7
19
|
}
|
|
@@ -480,6 +480,10 @@
|
|
|
480
480
|
}
|
|
481
481
|
},
|
|
482
482
|
"issues": {
|
|
483
|
+
"deprecated_vacuum_battery_feature": {
|
|
484
|
+
"description": "\u0397 \u03bf\u03bd\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c3\u03ba\u03bf\u03cd\u03c0\u03b1\u03c2 {entity_id} \u03c5\u03bb\u03bf\u03c0\u03bf\u03b9\u03b5\u03af \u03c4\u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bc\u03c0\u03b1\u03c4\u03b1\u03c1\u03af\u03b1\u03c2, \u03b7 \u03bf\u03c0\u03bf\u03af\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03b8\u03b5\u03af. \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03c3\u03c4\u03b1\u03bc\u03b1\u03c4\u03ae\u03c3\u03b5\u03b9 \u03bd\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b5\u03af \u03c3\u03c4\u03bf Home Assistant 2026.2. \u03a5\u03bb\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03b1\u03bd\u03c4' \u03b1\u03c5\u03c4\u03bf\u03cd \u03bc\u03b9\u03b1 \u03be\u03b5\u03c7\u03c9\u03c1\u03b9\u03c3\u03c4\u03ae \u03bf\u03bd\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03bc\u03c0\u03b1\u03c4\u03b1\u03c1\u03af\u03b1\u03c2. \u0393\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03c0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1, \u03b1\u03c6\u03b1\u03b9\u03c1\u03ad\u03c3\u03c4\u03b5 \u03c4\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc `battery` \u03b1\u03c0\u03cc \u03c4\u03b1 \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03bc\u03ad\u03bd\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b1 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03ba\u03ac\u03bd\u03c4\u03b5 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 Home Assistant.",
|
|
485
|
+
"title": "\u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c1\u03b3\u03b7\u03bc\u03ad\u03bd\u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c4\u03b7\u03c2 \u03bc\u03c0\u03b1\u03c4\u03b1\u03c1\u03af\u03b1\u03c2"
|
|
486
|
+
},
|
|
483
487
|
"invalid_platform_config": {
|
|
484
488
|
"description": "\u03a4\u03bf Home Assistant \u03b5\u03bd\u03c4\u03cc\u03c0\u03b9\u03c3\u03b5 \u03bc\u03b9\u03b1 \u03bc\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03ad\u03bd\u03b1 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03bf \u03c0\u03bf\u03c5 \u03ad\u03c7\u03b5\u03b9 \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03b8\u03b5\u03af \u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03b1.\n\n\u03a4\u03bf\u03bc\u03ad\u03b1\u03c2 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1\u03c2: **{domain}**\n\u0391\u03c1\u03c7\u03b5\u03af\u03bf \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7\u03c2: **{config_file}**\n\u039a\u03bf\u03bd\u03c4\u03ac \u03c3\u03c4\u03b7 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae: **{line}**\n\u0392\u03c1\u03ad\u03b8\u03b7\u03ba\u03b5 \u03b7 \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7:\n```yaml\n{config}\n```\n\u03a3\u03c6\u03ac\u03bb\u03bc\u03b1: **{error}**.\n\n\u0392\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03b7 \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03ba\u03b1\u03b9 [\u03b5\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03c4\u03ce\u03c3\u03c4\u03b5](/developer-tools/yaml) \u03c4\u03b1 \u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03b1 \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03bc\u03ad\u03bd\u03b1 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 MQTT \u03ae \u03ba\u03ac\u03bd\u03c4\u03b5 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 Home Assistant \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c0\u03c1\u03cc\u03b2\u03bb\u03b7\u03bc\u03b1.",
|
|
485
489
|
"title": "\u0392\u03c1\u03ad\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b7 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03bf MQTT {domain}"
|
|
@@ -682,7 +686,7 @@
|
|
|
682
686
|
"illuminance": "\u03a6\u03c9\u03c4\u03b5\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1",
|
|
683
687
|
"irradiance": "\u0391\u03ba\u03c4\u03b9\u03bd\u03bf\u03b2\u03bf\u03bb\u03af\u03b1",
|
|
684
688
|
"moisture": "\u03a5\u03b3\u03c1\u03b1\u03c3\u03af\u03b1",
|
|
685
|
-
"monetary": "\
|
|
689
|
+
"monetary": "\u039d\u03bf\u03bc\u03b9\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03b9\u03c3\u03bf\u03b6\u03cd\u03b3\u03b9\u03bf",
|
|
686
690
|
"nitrogen_dioxide": "\u0394\u03b9\u03bf\u03be\u03b5\u03af\u03b4\u03b9\u03bf \u03c4\u03bf\u03c5 \u03b1\u03b6\u03ce\u03c4\u03bf\u03c5",
|
|
687
691
|
"nitrogen_monoxide": "\u039c\u03bf\u03bd\u03bf\u03be\u03b5\u03af\u03b4\u03b9\u03bf \u03c4\u03bf\u03c5 \u03b1\u03b6\u03ce\u03c4\u03bf\u03c5",
|
|
688
692
|
"nitrous_oxide": "\u039f\u03be\u03b5\u03af\u03b4\u03b9\u03bf \u03c4\u03bf\u03c5 \u03b1\u03b6\u03ce\u03c4\u03bf\u03c5",
|
|
@@ -123,6 +123,7 @@
|
|
|
123
123
|
"options_device_class_enum": "Le param\u00e8tre \u00ab\u00a0Options\u00a0\u00bb doit \u00eatre utilis\u00e9 avec la classe d'appareil \u00c9num\u00e9ration. Si vous continuez, les options existantes seront r\u00e9initialis\u00e9es.",
|
|
124
124
|
"options_not_allowed_with_state_class_or_uom": "Le param\u00e8tre \u00ab\u00a0Options\u00a0\u00bb n'est pas autoris\u00e9 lorsque la classe d'\u00e9tat ou l'unit\u00e9 de mesure sont utilis\u00e9es",
|
|
125
125
|
"options_with_enum_device_class": "Configurer les options du capteur d'\u00e9num\u00e9ration",
|
|
126
|
+
"preset_mode_none_not_allowed": "\u00ab\u00a0Aucun\u00a0\u00bb n'est pas un mode pr\u00e9d\u00e9finit valable",
|
|
126
127
|
"uom_required_for_device_class": "La classe d'appareil s\u00e9lectionn\u00e9e n\u00e9cessite une unit\u00e9"
|
|
127
128
|
},
|
|
128
129
|
"initiate_flow": {
|
|
@@ -210,6 +211,13 @@
|
|
|
210
211
|
},
|
|
211
212
|
"entity_platform_config": {
|
|
212
213
|
"data": {
|
|
214
|
+
"climate_feature_current_humidity": "Prise en charge de l'humidit\u00e9 actuelle",
|
|
215
|
+
"climate_feature_current_temperature": "Prise en charge de la temp\u00e9rature actuelle",
|
|
216
|
+
"climate_feature_fan_modes": "Mode de ventilation pris en charge",
|
|
217
|
+
"climate_feature_power": "Prise en charge de la mise sous tension",
|
|
218
|
+
"climate_feature_swing_horizontal_modes": "Prise en charge de l'oscillation horizontale",
|
|
219
|
+
"climate_feature_swing_modes": "Prise en charge de l'oscillation",
|
|
220
|
+
"climate_feature_target_humidity": "Prise en charge de l'humidit\u00e9 cible",
|
|
213
221
|
"device_class": "Classe d'appareil",
|
|
214
222
|
"entity_category": "Cat\u00e9gorie d'entit\u00e9",
|
|
215
223
|
"options": "Ajouter une option",
|
|
@@ -292,6 +300,26 @@
|
|
|
292
300
|
},
|
|
293
301
|
"name": "Param\u00e8tres avanc\u00e9s"
|
|
294
302
|
},
|
|
303
|
+
"climate_fan_mode_settings": {
|
|
304
|
+
"data": {
|
|
305
|
+
"fan_mode_command_template": "Commande du mod\u00e8le du mode de ventilation",
|
|
306
|
+
"fan_mode_command_topic": "Commande du sujet du mode de ventilation",
|
|
307
|
+
"fan_mode_state_template": "\u00c9tat du mod\u00e8le du mode de ventilation",
|
|
308
|
+
"fan_mode_state_topic": "\u00c9tat du sujet du mode de ventilation",
|
|
309
|
+
"fan_modes": "Modes de ventilation"
|
|
310
|
+
},
|
|
311
|
+
"data_description": {
|
|
312
|
+
"fan_modes": "Liste les modes de ventilation pris en charge par l'entit\u00e9 \u00ab\u00a0climate\u00a0\u00bb. Les plus courant \u00e9tant \u00ab\u00a0arr\u00e9t\u00e9\u00a0\u00bb, \u00ab\u00a0allum\u00e9\u00a0\u00bb, \u00ab\u00a0auto\u00a0\u00bb, \u00ab\u00a0bas\u00a0\u00bb, \u00ab\u00a0haut\u00a0\u00bb. \u00ab\u00a0moyen\u00a0\u00bb, \u00ab\u00a0fort\u00a0\u00bb, \u00ab\u00a0centr\u00e9\u00a0\u00bb, \u00ab\u00a0focalis\u00e9\u00a0\u00bb et \u00ab\u00a0diffus\u00a0\u00bb."
|
|
313
|
+
},
|
|
314
|
+
"name": "Param\u00e8tres du mode de ventilation"
|
|
315
|
+
},
|
|
316
|
+
"climate_power_settings": {
|
|
317
|
+
"data": {
|
|
318
|
+
"power_command_template": "Mod\u00e8le de commande de puissance",
|
|
319
|
+
"power_command_topic": "Sujet de commande de puissance"
|
|
320
|
+
},
|
|
321
|
+
"name": "Param\u00e8tres de puissance"
|
|
322
|
+
},
|
|
295
323
|
"fan_speed_settings": {
|
|
296
324
|
"name": "Param\u00e8tres de vitesse"
|
|
297
325
|
},
|
|
@@ -323,6 +351,21 @@
|
|
|
323
351
|
"xy_value_template": "D\u00e9finit un [mod\u00e8le](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) pour extraire la valeur XY."
|
|
324
352
|
},
|
|
325
353
|
"name": "Param\u00e8tres du mode couleur XY"
|
|
354
|
+
},
|
|
355
|
+
"target_humidity_settings": {
|
|
356
|
+
"name": "Param\u00e8tres d'humidit\u00e9 cible"
|
|
357
|
+
},
|
|
358
|
+
"target_temperature_settings": {
|
|
359
|
+
"data": {
|
|
360
|
+
"initial": "Temp\u00e9rature initiale",
|
|
361
|
+
"max_temp": "Temp\u00e9rature maximale",
|
|
362
|
+
"min_temp": "Temp\u00e9rature minimale",
|
|
363
|
+
"precision": "Pr\u00e9cision"
|
|
364
|
+
},
|
|
365
|
+
"data_description": {
|
|
366
|
+
"temperature_state_topic": "Sujet MQTT pour obtenir les changement de temp\u00e9rature cible. [Pour en savoir plus.]({url}#temperature_state_topic)"
|
|
367
|
+
},
|
|
368
|
+
"name": "Param\u00e8tres de la temp\u00e9rature cible"
|
|
326
369
|
}
|
|
327
370
|
},
|
|
328
371
|
"title": "Configurer l'appareil MQTT \u00ab\u00a0{mqtt_device}\u00a0\u00bb"
|
|
@@ -609,7 +652,7 @@
|
|
|
609
652
|
"illuminance": "\u00c9clairement",
|
|
610
653
|
"irradiance": "Irradiance",
|
|
611
654
|
"moisture": "Humidit\u00e9",
|
|
612
|
-
"monetary": "Solde",
|
|
655
|
+
"monetary": "Solde mon\u00e9taire",
|
|
613
656
|
"nitrogen_dioxide": "Dioxyde d'azote",
|
|
614
657
|
"nitrogen_monoxide": "Monoxyde d'azote",
|
|
615
658
|
"nitrous_oxide": "Protoxyde d'azote",
|
|
@@ -5,13 +5,18 @@
|
|
|
5
5
|
"addon_info_failed": "Theip ar fhaisn\u00e9is a fh\u00e1il don bhreise\u00e1n {addon}.",
|
|
6
6
|
"addon_install_failed": "Theip ar an mbreise\u00e1n {addon} a shuite\u00e1il.",
|
|
7
7
|
"addon_start_failed": "Theip ar an mbreise\u00e1n {addon} a thos\u00fa.",
|
|
8
|
+
"reauth_successful": "D'\u00e9irigh leis an athfh\u00edordheimhni\u00fa",
|
|
8
9
|
"reconfigure_successful": "D'\u00e9irigh leis an athchumr\u00fa"
|
|
9
10
|
},
|
|
10
11
|
"error": {
|
|
11
|
-
"client_key_error": "Comhad eochrach pr\u00edobh\u00e1ideach neamhbhail\u00ed n\u00f3 pasfhocal neamhbhail\u00ed curtha ar f\u00e1il"
|
|
12
|
+
"client_key_error": "Comhad eochrach pr\u00edobh\u00e1ideach neamhbhail\u00ed n\u00f3 pasfhocal neamhbhail\u00ed curtha ar f\u00e1il",
|
|
13
|
+
"invalid_auth": "F\u00edordheimhni\u00fa neamhbhail\u00ed"
|
|
12
14
|
},
|
|
13
15
|
"step": {
|
|
14
16
|
"broker": {
|
|
17
|
+
"data": {
|
|
18
|
+
"client_key_password": "Pasfhocal"
|
|
19
|
+
},
|
|
15
20
|
"data_description": {
|
|
16
21
|
"broker": "Ainm \u00f3stach n\u00f3 seoladh IP do bhr\u00f3ic\u00e9ara MQTT.",
|
|
17
22
|
"certificate": "An comhad deimhnithe CA saincheaptha chun do theastas br\u00f3ic\u00e9ir\u00ed MQTT a bhail\u00edocht\u00fa.",
|
|
@@ -36,6 +41,10 @@
|
|
|
36
41
|
"title": "Ag suite\u00e1il breise\u00e1in"
|
|
37
42
|
},
|
|
38
43
|
"reauth_confirm": {
|
|
44
|
+
"data": {
|
|
45
|
+
"password": "Pasfhocal",
|
|
46
|
+
"username": "Ainm \u00fas\u00e1ideora"
|
|
47
|
+
},
|
|
39
48
|
"data_description": {
|
|
40
49
|
"password": "An focal faire chun log\u00e1il isteach i do bhr\u00f3ic\u00e9ir MQTT.",
|
|
41
50
|
"username": "An t-ainm \u00fas\u00e1ideora chun log\u00e1il isteach i do bhr\u00f3ic\u00e9ir MQTT."
|
|
@@ -120,7 +129,8 @@
|
|
|
120
129
|
"data": {
|
|
121
130
|
"configuration_url": "URL Cumra\u00edochta",
|
|
122
131
|
"model": "Samhail",
|
|
123
|
-
"model_id": "Aitheantas M\u00fanla"
|
|
132
|
+
"model_id": "Aitheantas M\u00fanla",
|
|
133
|
+
"name": "Ainm"
|
|
124
134
|
},
|
|
125
135
|
"data_description": {
|
|
126
136
|
"configuration_url": "Nasc chuig an leathanach gr\u00e9as\u00e1in ar f\u00e9idir leis cumra\u00edocht an ghl\u00e9is seo a bhainisti\u00fa. Is f\u00e9idir leis a bheith ina URL 'http://', 'https://' n\u00f3 ina URL inmhe\u00e1nach 'homeassistant://'.",
|
|
@@ -937,22 +947,32 @@
|
|
|
937
947
|
"selector": {
|
|
938
948
|
"climate_modes": {
|
|
939
949
|
"options": {
|
|
940
|
-
"auto": "Uath"
|
|
950
|
+
"auto": "Uath",
|
|
951
|
+
"off": "As"
|
|
941
952
|
}
|
|
942
953
|
},
|
|
943
954
|
"device_class_binary_sensor": {
|
|
944
955
|
"options": {
|
|
956
|
+
"light": "Solas",
|
|
957
|
+
"power": "Cumhacht",
|
|
945
958
|
"tamper": "Cur isteach"
|
|
946
959
|
}
|
|
947
960
|
},
|
|
961
|
+
"device_class_button": {
|
|
962
|
+
"options": {
|
|
963
|
+
"restart": "Atosaigh"
|
|
964
|
+
}
|
|
965
|
+
},
|
|
948
966
|
"device_class_sensor": {
|
|
949
967
|
"options": {
|
|
950
968
|
"absolute_humidity": "Taise ioml\u00e1n",
|
|
951
969
|
"area": "Limist\u00e9ar",
|
|
952
970
|
"blood_glucose_concentration": "Ti\u00fachan gl\u00fac\u00f3is fola",
|
|
953
971
|
"conductivity": "Seoltacht",
|
|
972
|
+
"duration": "Fad",
|
|
954
973
|
"energy_distance": "Fuinneamh in aghaidh an achair",
|
|
955
974
|
"enum": "\u00c1ireamh",
|
|
975
|
+
"speed": "Luas",
|
|
956
976
|
"volume_flow_rate": "R\u00e1ta sreafa toirte",
|
|
957
977
|
"wind_direction": "Treo na gaoithe"
|
|
958
978
|
}
|
|
@@ -977,6 +997,11 @@
|
|
|
977
997
|
"last": "Deireanach"
|
|
978
998
|
}
|
|
979
999
|
},
|
|
1000
|
+
"platform": {
|
|
1001
|
+
"options": {
|
|
1002
|
+
"light": "Solas"
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
980
1005
|
"state_class": {
|
|
981
1006
|
"options": {
|
|
982
1007
|
"measurement_angle": "Uillinn tomhais"
|
|
@@ -991,13 +1016,40 @@
|
|
|
991
1016
|
}
|
|
992
1017
|
},
|
|
993
1018
|
"services": {
|
|
1019
|
+
"dump": {
|
|
1020
|
+
"fields": {
|
|
1021
|
+
"duration": {
|
|
1022
|
+
"name": "Fad"
|
|
1023
|
+
}
|
|
1024
|
+
}
|
|
1025
|
+
},
|
|
994
1026
|
"publish": {
|
|
995
1027
|
"fields": {
|
|
996
1028
|
"evaluate_payload": {
|
|
997
1029
|
"description": "M\u00e1s litri\u00fail beart Python \u00e9 'Payload', d\u00e9an meas\u00fan\u00fa ar an litri\u00fail beart agus foilsigh na sonra\u00ed amha.",
|
|
998
1030
|
"name": "Meast\u00f3ireacht a dh\u00e9anamh ar an ualach"
|
|
1031
|
+
},
|
|
1032
|
+
"payload": {
|
|
1033
|
+
"name": "Ualach"
|
|
1034
|
+
},
|
|
1035
|
+
"qos": {
|
|
1036
|
+
"description": "C\u00e1il\u00edocht na Seirbh\u00edse le h\u00fas\u00e1id. 0: Uair amh\u00e1in ar a mh\u00e9ad. 1: Uair amh\u00e1in ar a laghad. 2: Uair amh\u00e1in go d\u00edreach.",
|
|
1037
|
+
"name": "QoS"
|
|
1038
|
+
},
|
|
1039
|
+
"retain": {
|
|
1040
|
+
"description": "M\u00e1s ceart go mbeadh an bratach \"coinne\u00e1il\" socraithe don teachtaireacht. M\u00e1 shocra\u00edtear \u00ed, st\u00f3r\u00e1lann an br\u00f3ic\u00e9ir an teachtaireacht is d\u00e9ana\u00ed ar thopaic.",
|
|
1041
|
+
"name": "Coinnigh"
|
|
1042
|
+
},
|
|
1043
|
+
"topic": {
|
|
1044
|
+
"description": "Topaic le foilsi\u00fa air.",
|
|
1045
|
+
"name": "Topaic"
|
|
999
1046
|
}
|
|
1000
|
-
}
|
|
1047
|
+
},
|
|
1048
|
+
"name": "Foilsigh"
|
|
1049
|
+
},
|
|
1050
|
+
"reload": {
|
|
1051
|
+
"description": "Athl\u00f3d\u00e1lann s\u00e9 eintitis MQTT \u00f3n chumra\u00edocht YAML.",
|
|
1052
|
+
"name": "Athl\u00f3d\u00e1il"
|
|
1001
1053
|
}
|
|
1002
1054
|
},
|
|
1003
1055
|
"triggers": {
|
|
@@ -1137,7 +1137,7 @@
|
|
|
1137
1137
|
"illuminance": "\u05e2\u05d5\u05e6\u05de\u05ea \u05d4\u05d0\u05e8\u05d4",
|
|
1138
1138
|
"irradiance": "\u05e7\u05e8\u05d9\u05e0\u05d4",
|
|
1139
1139
|
"moisture": "\u05dc\u05d7\u05d5\u05ea",
|
|
1140
|
-
"monetary": "\u05d0\
|
|
1140
|
+
"monetary": "\u05de\u05d0\u05d6\u05df \u05de\u05d5\u05e0\u05d9\u05d8\u05e8\u05d9",
|
|
1141
1141
|
"nitrogen_dioxide": "\u05d7\u05e0\u05e7\u05df \u05d3\u05d5 \u05d7\u05de\u05e6\u05e0\u05d9",
|
|
1142
1142
|
"nitrogen_monoxide": "\u05d7\u05e0\u05e7\u05df \u05d7\u05d3 \u05d7\u05de\u05e6\u05e0\u05d9",
|
|
1143
1143
|
"nitrous_oxide": "\u05d7\u05de\u05e6\u05df \u05d3\u05d5 \u05d7\u05e0\u05e7\u05e0\u05d9",
|
|
@@ -52,6 +52,17 @@
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
|
+
"config_subentries": {
|
|
56
|
+
"device": {
|
|
57
|
+
"step": {
|
|
58
|
+
"entity_platform_config": {
|
|
59
|
+
"data": {
|
|
60
|
+
"device_class": "Klasa urz\u0105dzenia"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
55
66
|
"device_automation": {
|
|
56
67
|
"trigger_subtype": {
|
|
57
68
|
"button_1": "pierwszy",
|
|
@@ -1166,7 +1166,7 @@
|
|
|
1166
1166
|
"illuminance": "Ilumin\u00e2ncia",
|
|
1167
1167
|
"irradiance": "Irradi\u00e2ncia",
|
|
1168
1168
|
"moisture": "Humidade",
|
|
1169
|
-
"monetary": "Saldo",
|
|
1169
|
+
"monetary": "Saldo monet\u00e1rio",
|
|
1170
1170
|
"nitrogen_dioxide": "Di\u00f3xido de azoto",
|
|
1171
1171
|
"nitrogen_monoxide": "Mon\u00f3xido de azoto",
|
|
1172
1172
|
"nitrous_oxide": "\u00d3xido nitroso",
|
|
@@ -916,7 +916,7 @@
|
|
|
916
916
|
"illuminance": "\u041e\u0441\u0432\u0435\u0449\u0435\u043d\u043d\u043e\u0441\u0442\u044c",
|
|
917
917
|
"irradiance": "\u0418\u0437\u043b\u0443\u0447\u0435\u043d\u0438\u0435",
|
|
918
918
|
"moisture": "\u0412\u043b\u0430\u0433\u0430",
|
|
919
|
-
"monetary": "\
|
|
919
|
+
"monetary": "\u0414\u0435\u043d\u0435\u0436\u043d\u044b\u0439 \u0431\u0430\u043b\u0430\u043d\u0441",
|
|
920
920
|
"nitrogen_dioxide": "\u0414\u0438\u043e\u043a\u0441\u0438\u0434 \u0430\u0437\u043e\u0442\u0430",
|
|
921
921
|
"nitrogen_monoxide": "\u041c\u043e\u043d\u043e\u043e\u043a\u0441\u0438\u0434 \u0430\u0437\u043e\u0442\u0430",
|
|
922
922
|
"nitrous_oxide": "\u041e\u043a\u0441\u0438\u0434 \u0430\u0437\u043e\u0442\u0430",
|
|
@@ -815,7 +815,7 @@
|
|
|
815
815
|
"illuminance": "Belysningsstyrka",
|
|
816
816
|
"irradiance": "Instr\u00e5lning",
|
|
817
817
|
"moisture": "Fukt",
|
|
818
|
-
"monetary": "
|
|
818
|
+
"monetary": "Saldo",
|
|
819
819
|
"nitrogen_dioxide": "Kv\u00e4vedioxid",
|
|
820
820
|
"nitrogen_monoxide": "Kv\u00e4veoxid",
|
|
821
821
|
"nitrous_oxide": "Lustgas",
|
|
@@ -964,7 +964,7 @@
|
|
|
964
964
|
"fix_flow": {
|
|
965
965
|
"step": {
|
|
966
966
|
"confirm": {
|
|
967
|
-
"description": "\u5df2\u532f\u51fa YAML \u8a2d\u5b9a\u4e2d\u8b58\u5225\u7684 MQTT \u88dd\u7f6e \"{name}\" \u3002\u9078\u64c7
|
|
967
|
+
"description": "\u5df2\u532f\u51fa YAML \u8a2d\u5b9a\u4e2d\u8b58\u5225\u7684 MQTT \u88dd\u7f6e \"{name}\" \u3002\u9078\u64c7**\u50b3\u9001**\u4ee5\u78ba\u8a8d\u5c07 MQTT \u88dd\u7f6e\u9077\u79fb\u81f3\u4e3b\u8981 MQTT \u8a2d\u5b9a\uff0c\u4e26\u79fb\u9664\u73fe\u6709\u7684 MQTT \u88dd\u7f6e\u5b50\u9805\u76ee\u3002\u8acb\u78ba\u8a8d MQTT \u4ee3\u7406\u4f3a\u670d\u5668\u4fdd\u7559\u63a2\u7d22\u8cc7\u8a0a\uff0c\u6216\u5728\u5b50\u9805\u76ee\u79fb\u9664\u5f8c\u91cd\u65b0\u767c\u9001\u63a2\u7d22\u8cc7\u8a0a\uff0c\u4ee5\u4fbf\u6b63\u78ba\u8a2d\u5b9a MQTT \u88dd\u7f6e\u3002\u6216\u8005\uff0c\u53ef\u4ee5\u8b8a\u66f4 MQTT \u63a2\u7d22\u8a2d\u5b9a Payload \u4e2d\u7684\u88dd\u7f6e\u8b58\u5225\u78bc\u548c\u5be6\u9ad4\u552f\u4e00 ID\uff0c\u5982\u679c\u60f3\u4fdd\u7559 MQTT \u88dd\u7f6e\u5b50\u9805\u76ee\u7684\u8a71\u3001\u8acb\u53d6\u6d88\u6b64\u4fee\u5fa9\u3002",
|
|
968
968
|
"title": "MQTT \u88dd\u7f6e \"{name}\" \u5b50\u9805\u76ee\u9077\u79fb\u81f3 MQTT \u63a2\u7d22"
|
|
969
969
|
}
|
|
970
970
|
}
|
|
@@ -975,7 +975,7 @@
|
|
|
975
975
|
"fix_flow": {
|
|
976
976
|
"step": {
|
|
977
977
|
"confirm": {
|
|
978
|
-
"description": "\u5df2\u532f\u51fa YAML \u8a2d\u5b9a\u4e2d\u8b58\u5225\u7684 MQTT \u88dd\u7f6e \"{name}\" \u3002\u9078\u64c7
|
|
978
|
+
"description": "\u5df2\u532f\u51fa YAML \u8a2d\u5b9a\u4e2d\u8b58\u5225\u7684 MQTT \u88dd\u7f6e \"{name}\" \u3002\u9078\u64c7**\u50b3\u9001**\u4ee5\u78ba\u8a8d\u5c07 MQTT \u88dd\u7f6e\u9077\u79fb\u81f3\u4e3b\u8981 MQTT \u8a2d\u5b9a\u689d\u76ee\u3001\u4e26\u79fb\u9664\u73fe\u6709\u7684 MQTT \u88dd\u7f6e\u5b50\u9805\u76ee\u3002\u6216\u8005\uff0c\u53ef\u4ee5\u65bc configuration.yaml \u6a94\u6848\u4e2d\u8b8a\u66f4\u88dd\u7f6e\u8b58\u5225\u78bc\u548c\u5be6\u9ad4\u552f\u4e00 ID\uff0c\u5982\u679c\u60f3\u4fdd\u7559 MQTT \u88dd\u7f6e\u5b50\u9805\u76ee\uff0c\u5247\u53ef\u4ee5\u53d6\u6d88\u6b64\u4fee\u5fa9\u3002",
|
|
979
979
|
"title": "MQTT \u88dd\u7f6e \"{name}\" \u5b50\u9805\u76ee\u9077\u79fb\u81f3 YAML"
|
|
980
980
|
}
|
|
981
981
|
}
|
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
|
+
"already_configured": "T\u00e1 an gl\u00e9as cumraithe cheana f\u00e9in",
|
|
5
|
+
"already_in_progress": "T\u00e1 sreabhadh cumra\u00edochta ar si\u00fal cheana f\u00e9in",
|
|
6
|
+
"cannot_connect": "Theip ar an nascadh",
|
|
4
7
|
"reconfiguration_successful": "Athchumra\u00edodh comhth\u00e1th\u00fa an Ch\u00fant\u00f3ra Ceoil go rath\u00fail.",
|
|
5
8
|
"reconfigure_successful": "D'\u00e9irigh leis an athchumr\u00fa"
|
|
6
9
|
},
|
|
7
10
|
"error": {
|
|
8
|
-
"
|
|
11
|
+
"cannot_connect": "Theip ar an nascadh",
|
|
12
|
+
"invalid_server_version": "N\u00edl an leagan ceart de fhreastala\u00ed an Ch\u00fant\u00f3ra Ceoil",
|
|
13
|
+
"unknown": "Earr\u00e1id gan choinne"
|
|
9
14
|
},
|
|
10
15
|
"step": {
|
|
11
16
|
"discovery_confirm": {
|
|
@@ -5,9 +5,21 @@
|
|
|
5
5
|
"config": {
|
|
6
6
|
"abort": {
|
|
7
7
|
"account_mismatch": "N\u00ed hionann an cuntas a \u00fas\u00e1ideadh agus an cuntas bunaidh",
|
|
8
|
+
"already_configured": "T\u00e1 an cuntas cumraithe cheana f\u00e9in",
|
|
9
|
+
"already_in_progress": "T\u00e1 sreabhadh cumra\u00edochta ar si\u00fal cheana f\u00e9in",
|
|
10
|
+
"authorize_url_timeout": "Am cr\u00edochnaithe ag gini\u00faint URL \u00fadaraithe.",
|
|
11
|
+
"missing_configuration": "N\u00edl an chomhph\u00e1irt cumraithe. Lean an doicim\u00e9ad\u00fa le do thoil.",
|
|
12
|
+
"no_url_available": "N\u00edl aon URL ar f\u00e1il. Chun eolas a fh\u00e1il faoin earr\u00e1id seo, [f\u00e9ach ar an rann\u00f3g chabhrach]({docs_url})",
|
|
13
|
+
"oauth_error": "Fuarthas sonra\u00ed comhartha neamhbhail\u00ed.",
|
|
8
14
|
"oauth_failed": "Earr\u00e1id agus comhartha rochtana \u00e1 fh\u00e1il.",
|
|
15
|
+
"oauth_timeout": "Am cr\u00edochnaithe ag r\u00e9iteach comhartha OAuth.",
|
|
9
16
|
"oauth_unauthorized": "Earr\u00e1id \u00fadaraithe OAuth agus comhartha rochtana \u00e1 fh\u00e1il.",
|
|
10
|
-
"
|
|
17
|
+
"reauth_successful": "D'\u00e9irigh leis an athfh\u00edordheimhni\u00fa",
|
|
18
|
+
"reconfigure_successful": "D'\u00e9irigh leis an athchumr\u00fa",
|
|
19
|
+
"user_rejected_authorize": "Di\u00falta\u00edodh nascadh cuntais: {error}"
|
|
20
|
+
},
|
|
21
|
+
"create_entry": {
|
|
22
|
+
"default": "F\u00edordheimhnithe go rath\u00fail"
|
|
11
23
|
},
|
|
12
24
|
"step": {
|
|
13
25
|
"pick_implementation": {
|
|
@@ -16,10 +28,12 @@
|
|
|
16
28
|
},
|
|
17
29
|
"data_description": {
|
|
18
30
|
"implementation": "Na dinti\u00fair is mian leat a \u00fas\u00e1id chun f\u00edordheimhni\u00fa."
|
|
19
|
-
}
|
|
31
|
+
},
|
|
32
|
+
"title": "Roghnaigh modh f\u00edordheimhnithe"
|
|
20
33
|
},
|
|
21
34
|
"reauth_confirm": {
|
|
22
|
-
"description": "Caithfidh an comhth\u00e1th\u00fa myUplink d\u2019chuntas a athfh\u00edordheimhni\u00fa"
|
|
35
|
+
"description": "Caithfidh an comhth\u00e1th\u00fa myUplink d\u2019chuntas a athfh\u00edordheimhni\u00fa",
|
|
36
|
+
"title": "T\u00e1 an f\u00edordheimhni\u00fa imithe in \u00e9ag do {name}"
|
|
23
37
|
}
|
|
24
38
|
}
|
|
25
39
|
},
|
|
@@ -10,7 +10,12 @@ from typing import Any, Final, cast
|
|
|
10
10
|
from aionanoleaf import InvalidToken, Nanoleaf, Unauthorized, Unavailable
|
|
11
11
|
import voluptuous as vol
|
|
12
12
|
|
|
13
|
-
from homeassistant.config_entries import
|
|
13
|
+
from homeassistant.config_entries import (
|
|
14
|
+
SOURCE_REAUTH,
|
|
15
|
+
SOURCE_USER,
|
|
16
|
+
ConfigFlow,
|
|
17
|
+
ConfigFlowResult,
|
|
18
|
+
)
|
|
14
19
|
from homeassistant.const import CONF_HOST, CONF_TOKEN
|
|
15
20
|
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
|
16
21
|
from homeassistant.helpers.json import save_json
|
|
@@ -200,7 +205,9 @@ class NanoleafConfigFlow(ConfigFlow, domain=DOMAIN):
|
|
|
200
205
|
return self.async_abort(reason="unknown")
|
|
201
206
|
name = self.nanoleaf.name
|
|
202
207
|
|
|
203
|
-
await self.async_set_unique_id(
|
|
208
|
+
await self.async_set_unique_id(
|
|
209
|
+
name, raise_on_progress=self.source != SOURCE_USER
|
|
210
|
+
)
|
|
204
211
|
self._abort_if_unique_id_configured({CONF_HOST: self.nanoleaf.host})
|
|
205
212
|
|
|
206
213
|
if discovery_integration_import:
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"flow_title": "{name}",
|
|
16
16
|
"step": {
|
|
17
17
|
"link": {
|
|
18
|
-
"description": "\u6309\u4f4f Nanoleaf \u96fb\u6e90\u9375\u4e94\u79d2\u3001\u76f4\u5230 LED \u958b\u59cb\u9583\u720d\u5f8c\uff0c\u7136\u5f8c\u65bc 30 \u79d2\u5167\u9078\u64c7
|
|
18
|
+
"description": "\u6309\u4f4f Nanoleaf \u96fb\u6e90\u9375\u4e94\u79d2\u3001\u76f4\u5230 LED \u958b\u59cb\u9583\u720d\u5f8c\uff0c\u7136\u5f8c\u65bc 30 \u79d2\u5167\u9078\u64c7**\u50b3\u9001**\u3002",
|
|
19
19
|
"title": "\u9023\u7d50 Nanoleaf"
|
|
20
20
|
},
|
|
21
21
|
"user": {
|
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "T\u00e1 an gl\u00e9as cumraithe cheana f\u00e9in"
|
|
5
|
+
},
|
|
3
6
|
"error": {
|
|
7
|
+
"cannot_connect": "Theip ar an nascadh",
|
|
8
|
+
"invalid_auth": "F\u00edordheimhni\u00fa neamhbhail\u00ed",
|
|
4
9
|
"missing_internal_url": "Cinntigh go bhfuil URL inmhe\u00e1nach bail\u00ed ag C\u00fant\u00f3ir Baile",
|
|
5
|
-
"missing_status": "N\u00ed bhfuair t\u00fa aon nuashonruithe st\u00e1dais laistigh den tr\u00e9imhse ama a bh\u00edothas ag s\u00fail leis. Cinntigh gur f\u00e9idir rochtain a fh\u00e1il ar URL inmhe\u00e1nach Home Assistant \u00f3n ngl\u00e9as NASweb."
|
|
10
|
+
"missing_status": "N\u00ed bhfuair t\u00fa aon nuashonruithe st\u00e1dais laistigh den tr\u00e9imhse ama a bh\u00edothas ag s\u00fail leis. Cinntigh gur f\u00e9idir rochtain a fh\u00e1il ar URL inmhe\u00e1nach Home Assistant \u00f3n ngl\u00e9as NASweb.",
|
|
11
|
+
"unknown": "Earr\u00e1id gan choinne"
|
|
6
12
|
},
|
|
7
13
|
"step": {
|
|
8
14
|
"user": {
|
|
15
|
+
"data": {
|
|
16
|
+
"host": "\u00d3stach",
|
|
17
|
+
"password": "Pasfhocal",
|
|
18
|
+
"username": "Ainm \u00fas\u00e1ideora"
|
|
19
|
+
},
|
|
9
20
|
"description": "{nasweb_schema_img}Comhcheangla\u00edonn NASweb feidhmeanna pain\u00e9il rialaithe agus an cumas uathoibri\u00fa foirgnimh a bhainisti\u00fa. D\u00e9anann an gl\u00e9as monat\u00f3ireacht ar shreabhadh faisn\u00e9ise \u00f3 braiteoir\u00ed agus lasca in-r\u00edomhchl\u00e1raithe agus st\u00f3r\u00e1lann s\u00e9 socruithe, sainmh\u00ednithe agus gn\u00edomhartha cumraithe.",
|
|
10
21
|
"title": "Cuir gl\u00e9as NASweb leis"
|
|
11
22
|
}
|
|
@@ -16,6 +27,7 @@
|
|
|
16
27
|
"sensor_input": {
|
|
17
28
|
"name": "Ionchur {index}",
|
|
18
29
|
"state": {
|
|
30
|
+
"active": "Gn\u00edomhach",
|
|
19
31
|
"normal": "Gn\u00e1th",
|
|
20
32
|
"problem": "Fadhb",
|
|
21
33
|
"tamper": "Tamper",
|