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
|
@@ -49,6 +49,11 @@
|
|
|
49
49
|
"name": "Arr\u00eater le programme"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
+
"number": {
|
|
53
|
+
"alarm_clock": {
|
|
54
|
+
"name": "R\u00e9veil"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
52
57
|
"select": {
|
|
53
58
|
"active_program": {
|
|
54
59
|
"name": "Programme actif",
|
|
@@ -101,8 +106,10 @@
|
|
|
101
106
|
},
|
|
102
107
|
"sensor": {
|
|
103
108
|
"alarm_clock_elapsed": {
|
|
109
|
+
"name": "R\u00e9veil d\u00e9pass\u00e9",
|
|
104
110
|
"state": {
|
|
105
111
|
"confirmed": "Confirm\u00e9",
|
|
112
|
+
"off": "D\u00e9sactiv\u00e9",
|
|
106
113
|
"present": "Pr\u00e9sent"
|
|
107
114
|
}
|
|
108
115
|
},
|
|
@@ -241,14 +248,18 @@
|
|
|
241
248
|
}
|
|
242
249
|
},
|
|
243
250
|
"freezer_door_alarm": {
|
|
251
|
+
"name": "Alarme de la porte du cong\u00e9lateur",
|
|
244
252
|
"state": {
|
|
245
253
|
"confirmed": "Confirm\u00e9",
|
|
254
|
+
"off": "D\u00e9sactiv\u00e9",
|
|
246
255
|
"present": "Pr\u00e9sent"
|
|
247
256
|
}
|
|
248
257
|
},
|
|
249
258
|
"freezer_temperature_alarm": {
|
|
259
|
+
"name": "Alarme de temp\u00e9rature du cong\u00e9lateur",
|
|
250
260
|
"state": {
|
|
251
261
|
"confirmed": "Confirm\u00e9",
|
|
262
|
+
"off": "D\u00e9sactiv\u00e9",
|
|
252
263
|
"present": "Pr\u00e9sent"
|
|
253
264
|
}
|
|
254
265
|
},
|
|
@@ -297,6 +308,14 @@
|
|
|
297
308
|
"program_progress": {
|
|
298
309
|
"name": "Progression du programme"
|
|
299
310
|
},
|
|
311
|
+
"refrigerator_door_alarm": {
|
|
312
|
+
"name": "Alarme de la porte du r\u00e9frig\u00e9rateur",
|
|
313
|
+
"state": {
|
|
314
|
+
"confirmed": "Confirm\u00e9",
|
|
315
|
+
"off": "D\u00e9sactiv\u00e9",
|
|
316
|
+
"present": "Pr\u00e9sent"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
300
319
|
"rinse_aid_nearly_empty": {
|
|
301
320
|
"name": "Liquide de rin\u00e7age presque vide"
|
|
302
321
|
},
|
|
@@ -332,6 +351,11 @@
|
|
|
332
351
|
"vario_speed_plus": {
|
|
333
352
|
"name": "Mode acc\u00e9l\u00e9r\u00e9"
|
|
334
353
|
}
|
|
354
|
+
},
|
|
355
|
+
"time": {
|
|
356
|
+
"alarm_clock": {
|
|
357
|
+
"name": "R\u00e9veil"
|
|
358
|
+
}
|
|
335
359
|
}
|
|
336
360
|
},
|
|
337
361
|
"exceptions": {
|
|
@@ -346,7 +370,26 @@
|
|
|
346
370
|
}
|
|
347
371
|
},
|
|
348
372
|
"issues": {
|
|
373
|
+
"deprecated_time_alarm_clock": {
|
|
374
|
+
"fix_flow": {
|
|
375
|
+
"step": {
|
|
376
|
+
"confirm": {
|
|
377
|
+
"description": "L'entit\u00e9 de r\u00e9veil \u00ab\u00a0{entity_id}\u00a0\u00bb est obsol\u00e8te. Elle est remplac\u00e9e par la plateforme \u00ab\u00a0nombre\u00a0\u00bb.\n\nVeuillez utiliser la nouvelle entit\u00e9 \u00ab\u00a0nombre\u00a0\u00bb.",
|
|
378
|
+
"title": "Entit\u00e9 de r\u00e9veil obsol\u00e8te"
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"title": "Entit\u00e9 de r\u00e9veil obsol\u00e8te"
|
|
383
|
+
},
|
|
349
384
|
"deprecated_time_alarm_clock_in_automations_scripts": {
|
|
385
|
+
"fix_flow": {
|
|
386
|
+
"step": {
|
|
387
|
+
"confirm": {
|
|
388
|
+
"description": "L'entit\u00e9 de r\u00e9veil \u00ab\u00a0{entity_id}\u00a0\u00bb, remplac\u00e9e par la plateforme \u00ab\u00a0nombre\u00a0\u00bb, est pr\u00e9sente dans les automatisations ou les scripts suivants\u00a0:\n{items}\n\nVeuillez modifier vos automatisations ou scripts pour employer la nouvelle entit\u00e9 \u00ab\u00a0nombre\u00a0\u00bb.",
|
|
389
|
+
"title": "Entit\u00e9 de r\u00e9veil obsol\u00e8te d\u00e9tect\u00e9e dans certaines automatisations ou certains scripts"
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
},
|
|
350
393
|
"title": "Entit\u00e9 de r\u00e9veil obsol\u00e8te d\u00e9tect\u00e9e dans certaines automatisations ou certains scripts"
|
|
351
394
|
}
|
|
352
395
|
},
|
|
@@ -5,8 +5,12 @@
|
|
|
5
5
|
},
|
|
6
6
|
"config": {
|
|
7
7
|
"abort": {
|
|
8
|
+
"already_configured": "T\u00e1 an cuntas cumraithe cheana f\u00e9in",
|
|
9
|
+
"oauth_error": "Fuarthas sonra\u00ed comhartha neamhbhail\u00ed.",
|
|
8
10
|
"oauth_failed": "Earr\u00e1id agus comhartha rochtana \u00e1 fh\u00e1il.",
|
|
11
|
+
"oauth_timeout": "Am cr\u00edochnaithe ag r\u00e9iteach comhartha OAuth.",
|
|
9
12
|
"oauth_unauthorized": "Earr\u00e1id \u00fadaraithe OAuth agus comhartha rochtana \u00e1 fh\u00e1il.",
|
|
13
|
+
"reauth_successful": "D'\u00e9irigh leis an athfh\u00edordheimhni\u00fa",
|
|
10
14
|
"wrong_account": "Cinntigh le do thoil go nd\u00e9anann t\u00fa athchumr\u00fa i gcoinne an chuntais ch\u00e9anna."
|
|
11
15
|
},
|
|
12
16
|
"step": {
|
|
@@ -19,7 +23,8 @@
|
|
|
19
23
|
}
|
|
20
24
|
},
|
|
21
25
|
"reauth_confirm": {
|
|
22
|
-
"description": "Caithfidh an comhth\u00e1th\u00fa Home Connect do chuntas a athfh\u00edordheimhni\u00fa"
|
|
26
|
+
"description": "Caithfidh an comhth\u00e1th\u00fa Home Connect do chuntas a athfh\u00edordheimhni\u00fa",
|
|
27
|
+
"title": "T\u00e1 an f\u00edordheimhni\u00fa imithe in \u00e9ag do {name}"
|
|
23
28
|
}
|
|
24
29
|
}
|
|
25
30
|
},
|
|
@@ -646,6 +651,7 @@
|
|
|
646
651
|
"spin_speed": {
|
|
647
652
|
"name": "Luas sn\u00edomh",
|
|
648
653
|
"state": {
|
|
654
|
+
"laundry_care_washer_enum_type_spin_speed_off": "As",
|
|
649
655
|
"laundry_care_washer_enum_type_spin_speed_r_p_m_1000": "1000 rpm",
|
|
650
656
|
"laundry_care_washer_enum_type_spin_speed_r_p_m_1200": "1200 rpm",
|
|
651
657
|
"laundry_care_washer_enum_type_spin_speed_r_p_m_1400": "1400 rpm",
|
|
@@ -657,13 +663,15 @@
|
|
|
657
663
|
"laundry_care_washer_enum_type_spin_speed_r_p_m_900": "900 rpm",
|
|
658
664
|
"laundry_care_washer_enum_type_spin_speed_ul_high": "Ard",
|
|
659
665
|
"laundry_care_washer_enum_type_spin_speed_ul_low": "\u00cdseal",
|
|
660
|
-
"laundry_care_washer_enum_type_spin_speed_ul_medium": "Me\u00e1nach"
|
|
666
|
+
"laundry_care_washer_enum_type_spin_speed_ul_medium": "Me\u00e1nach",
|
|
667
|
+
"laundry_care_washer_enum_type_spin_speed_ul_off": "As"
|
|
661
668
|
}
|
|
662
669
|
},
|
|
663
670
|
"vario_perfect": {
|
|
664
671
|
"name": "Vario foirfe",
|
|
665
672
|
"state": {
|
|
666
673
|
"laundry_care_common_enum_type_vario_perfect_eco_perfect": "\u00c9icea-foirfe",
|
|
674
|
+
"laundry_care_common_enum_type_vario_perfect_off": "As",
|
|
667
675
|
"laundry_care_common_enum_type_vario_perfect_speed_perfect": "Luas foirfe"
|
|
668
676
|
}
|
|
669
677
|
},
|
|
@@ -710,6 +718,7 @@
|
|
|
710
718
|
"name": "Clog al\u00e1raim caite",
|
|
711
719
|
"state": {
|
|
712
720
|
"confirmed": "Deimhnithe",
|
|
721
|
+
"off": "As",
|
|
713
722
|
"present": "I l\u00e1thair"
|
|
714
723
|
}
|
|
715
724
|
},
|
|
@@ -717,6 +726,7 @@
|
|
|
717
726
|
"name": "Coime\u00e1d\u00e1n p\u00f3nair\u00ed folamh",
|
|
718
727
|
"state": {
|
|
719
728
|
"confirmed": "Deimhnithe",
|
|
729
|
+
"off": "As",
|
|
720
730
|
"present": "I l\u00e1thair"
|
|
721
731
|
}
|
|
722
732
|
},
|
|
@@ -724,6 +734,7 @@
|
|
|
724
734
|
"name": "Calc'N'Clean i 10 gcup\u00e1n",
|
|
725
735
|
"state": {
|
|
726
736
|
"confirmed": "Deimhnithe",
|
|
737
|
+
"off": "As",
|
|
727
738
|
"present": "I l\u00e1thair"
|
|
728
739
|
}
|
|
729
740
|
},
|
|
@@ -731,6 +742,7 @@
|
|
|
731
742
|
"name": "Calc'N'Clean i 15 chup\u00e1n",
|
|
732
743
|
"state": {
|
|
733
744
|
"confirmed": "Deimhnithe",
|
|
745
|
+
"off": "As",
|
|
734
746
|
"present": "I l\u00e1thair"
|
|
735
747
|
}
|
|
736
748
|
},
|
|
@@ -738,6 +750,7 @@
|
|
|
738
750
|
"name": "Calc'N'Clean i 20 cup\u00e1n",
|
|
739
751
|
"state": {
|
|
740
752
|
"confirmed": "Deimhnithe",
|
|
753
|
+
"off": "As",
|
|
741
754
|
"present": "I l\u00e1thair"
|
|
742
755
|
}
|
|
743
756
|
},
|
|
@@ -745,12 +758,14 @@
|
|
|
745
758
|
"name": "Calc'N'Clean i 5 chup\u00e1n",
|
|
746
759
|
"state": {
|
|
747
760
|
"confirmed": "Deimhnithe",
|
|
761
|
+
"off": "As",
|
|
748
762
|
"present": "I l\u00e1thair"
|
|
749
763
|
}
|
|
750
764
|
},
|
|
751
765
|
"camera_state": {
|
|
752
766
|
"name": "Staid an cheamara",
|
|
753
767
|
"state": {
|
|
768
|
+
"disabled": "D\u00edchumasaithe",
|
|
754
769
|
"error": "Earr\u00e1id",
|
|
755
770
|
"ready": "R\u00e9idh",
|
|
756
771
|
"sleeping": "Ag codladh",
|
|
@@ -771,6 +786,7 @@
|
|
|
771
786
|
"name": "D\u00ed-sc\u00e1l\u00fa i 10 gcup\u00e1n",
|
|
772
787
|
"state": {
|
|
773
788
|
"confirmed": "Deimhnithe",
|
|
789
|
+
"off": "As",
|
|
774
790
|
"present": "I l\u00e1thair"
|
|
775
791
|
}
|
|
776
792
|
},
|
|
@@ -778,6 +794,7 @@
|
|
|
778
794
|
"name": "D\u00ed-sc\u00e1l\u00fa i 15 chup\u00e1n",
|
|
779
795
|
"state": {
|
|
780
796
|
"confirmed": "Deimhnithe",
|
|
797
|
+
"off": "As",
|
|
781
798
|
"present": "I l\u00e1thair"
|
|
782
799
|
}
|
|
783
800
|
},
|
|
@@ -785,6 +802,7 @@
|
|
|
785
802
|
"name": "D\u00ed-sc\u00e1l\u00fa i 20 cup\u00e1n",
|
|
786
803
|
"state": {
|
|
787
804
|
"confirmed": "Deimhnithe",
|
|
805
|
+
"off": "As",
|
|
788
806
|
"present": "I l\u00e1thair"
|
|
789
807
|
}
|
|
790
808
|
},
|
|
@@ -792,6 +810,7 @@
|
|
|
792
810
|
"name": "D\u00ed-sc\u00e1l\u00fa i 5 chup\u00e1n",
|
|
793
811
|
"state": {
|
|
794
812
|
"confirmed": "Deimhnithe",
|
|
813
|
+
"off": "As",
|
|
795
814
|
"present": "I l\u00e1thair"
|
|
796
815
|
}
|
|
797
816
|
},
|
|
@@ -799,6 +818,7 @@
|
|
|
799
818
|
"name": "Bac Calc'N'Clean ar an ngl\u00e9as",
|
|
800
819
|
"state": {
|
|
801
820
|
"confirmed": "Deimhnithe",
|
|
821
|
+
"off": "As",
|
|
802
822
|
"present": "I l\u00e1thair"
|
|
803
823
|
}
|
|
804
824
|
},
|
|
@@ -806,6 +826,7 @@
|
|
|
806
826
|
"name": "T\u00e1 an Gl\u00e9as Calc'N'Clean thar t\u00e9arma",
|
|
807
827
|
"state": {
|
|
808
828
|
"confirmed": "Deimhnithe",
|
|
829
|
+
"off": "As",
|
|
809
830
|
"present": "I l\u00e1thair"
|
|
810
831
|
}
|
|
811
832
|
},
|
|
@@ -813,6 +834,7 @@
|
|
|
813
834
|
"name": "Glanadh gl\u00e9asanna thar t\u00e9arma",
|
|
814
835
|
"state": {
|
|
815
836
|
"confirmed": "Deimhnithe",
|
|
837
|
+
"off": "As",
|
|
816
838
|
"present": "I l\u00e1thair"
|
|
817
839
|
}
|
|
818
840
|
},
|
|
@@ -820,6 +842,7 @@
|
|
|
820
842
|
"name": "Bac d\u00ed-sc\u00e1la gl\u00e9as",
|
|
821
843
|
"state": {
|
|
822
844
|
"confirmed": "Deimhnithe",
|
|
845
|
+
"off": "As",
|
|
823
846
|
"present": "I l\u00e1thair"
|
|
824
847
|
}
|
|
825
848
|
},
|
|
@@ -827,6 +850,7 @@
|
|
|
827
850
|
"name": "T\u00e1 an d\u00ed-sc\u00e1l\u00fa gl\u00e9as thar t\u00e9arma",
|
|
828
851
|
"state": {
|
|
829
852
|
"confirmed": "Deimhnithe",
|
|
853
|
+
"off": "As",
|
|
830
854
|
"present": "I l\u00e1thair"
|
|
831
855
|
}
|
|
832
856
|
},
|
|
@@ -834,6 +858,7 @@
|
|
|
834
858
|
"name": "Ba ch\u00f3ir go mbeadh an gl\u00e9as Calc'N Clean",
|
|
835
859
|
"state": {
|
|
836
860
|
"confirmed": "Deimhnithe",
|
|
861
|
+
"off": "As",
|
|
837
862
|
"present": "I l\u00e1thair"
|
|
838
863
|
}
|
|
839
864
|
},
|
|
@@ -841,6 +866,7 @@
|
|
|
841
866
|
"name": "Ba ch\u00f3ir an gl\u00e9as a ghlanadh",
|
|
842
867
|
"state": {
|
|
843
868
|
"confirmed": "Deimhnithe",
|
|
869
|
+
"off": "As",
|
|
844
870
|
"present": "I l\u00e1thair"
|
|
845
871
|
}
|
|
846
872
|
},
|
|
@@ -848,6 +874,7 @@
|
|
|
848
874
|
"name": "Ba ch\u00f3ir an gl\u00e9as a dh\u00ed-sc\u00e1l\u00fa",
|
|
849
875
|
"state": {
|
|
850
876
|
"confirmed": "Deimhnithe",
|
|
877
|
+
"off": "As",
|
|
851
878
|
"present": "I l\u00e1thair"
|
|
852
879
|
}
|
|
853
880
|
},
|
|
@@ -855,16 +882,23 @@
|
|
|
855
882
|
"name": "N\u00edor aims\u00edodh an st\u00e1isi\u00fan dugaireachta",
|
|
856
883
|
"state": {
|
|
857
884
|
"confirmed": "Deimhnithe",
|
|
885
|
+
"off": "As",
|
|
858
886
|
"present": "I l\u00e1thair"
|
|
859
887
|
}
|
|
860
888
|
},
|
|
861
889
|
"door": {
|
|
862
|
-
"name": "Doras"
|
|
890
|
+
"name": "Doras",
|
|
891
|
+
"state": {
|
|
892
|
+
"closed": "D\u00fanta",
|
|
893
|
+
"locked": "Faoi ghlas",
|
|
894
|
+
"open": "Oscail"
|
|
895
|
+
}
|
|
863
896
|
},
|
|
864
897
|
"drip_tray_full": {
|
|
865
898
|
"name": "Tr\u00e1idire braoin l\u00e1n",
|
|
866
899
|
"state": {
|
|
867
900
|
"confirmed": "Deimhnithe",
|
|
901
|
+
"off": "As",
|
|
868
902
|
"present": "I l\u00e1thair"
|
|
869
903
|
}
|
|
870
904
|
},
|
|
@@ -872,6 +906,7 @@
|
|
|
872
906
|
"name": "Pr\u00f3iseas triom\u00fa cr\u00edochnaithe",
|
|
873
907
|
"state": {
|
|
874
908
|
"confirmed": "Deimhnithe",
|
|
909
|
+
"off": "As",
|
|
875
910
|
"present": "I l\u00e1thair"
|
|
876
911
|
}
|
|
877
912
|
},
|
|
@@ -879,6 +914,7 @@
|
|
|
879
914
|
"name": "Folmhaigh an bosca deannaigh agus glan an scagaire",
|
|
880
915
|
"state": {
|
|
881
916
|
"confirmed": "Deimhnithe",
|
|
917
|
+
"off": "As",
|
|
882
918
|
"present": "I l\u00e1thair"
|
|
883
919
|
}
|
|
884
920
|
},
|
|
@@ -886,6 +922,7 @@
|
|
|
886
922
|
"name": "Al\u00e1ram doras reoiteora",
|
|
887
923
|
"state": {
|
|
888
924
|
"confirmed": "Deimhnithe",
|
|
925
|
+
"off": "As",
|
|
889
926
|
"present": "I l\u00e1thair"
|
|
890
927
|
}
|
|
891
928
|
},
|
|
@@ -893,6 +930,7 @@
|
|
|
893
930
|
"name": "Al\u00e1ram teochta reoiteora",
|
|
894
931
|
"state": {
|
|
895
932
|
"confirmed": "Deimhnithe",
|
|
933
|
+
"off": "As",
|
|
896
934
|
"present": "I l\u00e1thair"
|
|
897
935
|
}
|
|
898
936
|
},
|
|
@@ -904,6 +942,7 @@
|
|
|
904
942
|
"name": "Beagnach sroichte an s\u00e1ithi\u00falacht uasta scagaire ramhar",
|
|
905
943
|
"state": {
|
|
906
944
|
"confirmed": "Deimhnithe",
|
|
945
|
+
"off": "As",
|
|
907
946
|
"present": "I l\u00e1thair"
|
|
908
947
|
}
|
|
909
948
|
},
|
|
@@ -911,6 +950,7 @@
|
|
|
911
950
|
"name": "S\u00e1ithi\u00fa uasta scagaire ramhar bainte amach",
|
|
912
951
|
"state": {
|
|
913
952
|
"confirmed": "Deimhnithe",
|
|
953
|
+
"off": "As",
|
|
914
954
|
"present": "I l\u00e1thair"
|
|
915
955
|
}
|
|
916
956
|
},
|
|
@@ -929,6 +969,7 @@
|
|
|
929
969
|
"name": "Coinnigh umar bainne fionnuar",
|
|
930
970
|
"state": {
|
|
931
971
|
"confirmed": "Deimhnithe",
|
|
972
|
+
"off": "As",
|
|
932
973
|
"present": "I l\u00e1thair"
|
|
933
974
|
}
|
|
934
975
|
},
|
|
@@ -954,6 +995,7 @@
|
|
|
954
995
|
"error": "Earr\u00e1id",
|
|
955
996
|
"finished": "Cr\u00edochnaithe",
|
|
956
997
|
"inactive": "Neamhghn\u00edomhach",
|
|
998
|
+
"pause": "Sosaithe",
|
|
957
999
|
"ready": "R\u00e9idh",
|
|
958
1000
|
"run": "Ag rith"
|
|
959
1001
|
}
|
|
@@ -965,6 +1007,7 @@
|
|
|
965
1007
|
"name": "Leibh\u00e9al l\u00edonta lag i-Dos 1",
|
|
966
1008
|
"state": {
|
|
967
1009
|
"confirmed": "Deimhnithe",
|
|
1010
|
+
"off": "As",
|
|
968
1011
|
"present": "I l\u00e1thair"
|
|
969
1012
|
}
|
|
970
1013
|
},
|
|
@@ -972,6 +1015,7 @@
|
|
|
972
1015
|
"name": "Leibh\u00e9al l\u00edonta lag i-Dos 2",
|
|
973
1016
|
"state": {
|
|
974
1017
|
"confirmed": "Deimhnithe",
|
|
1018
|
+
"off": "As",
|
|
975
1019
|
"present": "I l\u00e1thair"
|
|
976
1020
|
}
|
|
977
1021
|
},
|
|
@@ -983,6 +1027,7 @@
|
|
|
983
1027
|
"name": "R\u00e9amhth\u00e9amh cr\u00edochnaithe",
|
|
984
1028
|
"state": {
|
|
985
1029
|
"confirmed": "Deimhnithe",
|
|
1030
|
+
"off": "As",
|
|
986
1031
|
"present": "I l\u00e1thair"
|
|
987
1032
|
}
|
|
988
1033
|
},
|
|
@@ -990,6 +1035,7 @@
|
|
|
990
1035
|
"name": "Cuireadh deireadh leis an gcl\u00e1r",
|
|
991
1036
|
"state": {
|
|
992
1037
|
"confirmed": "Deimhnithe",
|
|
1038
|
+
"off": "As",
|
|
993
1039
|
"present": "I l\u00e1thair"
|
|
994
1040
|
}
|
|
995
1041
|
},
|
|
@@ -1000,6 +1046,7 @@
|
|
|
1000
1046
|
"name": "Cl\u00e1r cr\u00edochnaithe",
|
|
1001
1047
|
"state": {
|
|
1002
1048
|
"confirmed": "Deimhnithe",
|
|
1049
|
+
"off": "As",
|
|
1003
1050
|
"present": "I l\u00e1thair"
|
|
1004
1051
|
}
|
|
1005
1052
|
},
|
|
@@ -1010,6 +1057,7 @@
|
|
|
1010
1057
|
"name": "Al\u00e1ram doras cuisneora",
|
|
1011
1058
|
"state": {
|
|
1012
1059
|
"confirmed": "Deimhnithe",
|
|
1060
|
+
"off": "As",
|
|
1013
1061
|
"present": "I l\u00e1thair"
|
|
1014
1062
|
}
|
|
1015
1063
|
},
|
|
@@ -1017,6 +1065,7 @@
|
|
|
1017
1065
|
"name": "R\u00e9amhth\u00e9amh rialta cr\u00edochnaithe",
|
|
1018
1066
|
"state": {
|
|
1019
1067
|
"confirmed": "Deimhnithe",
|
|
1068
|
+
"off": "As",
|
|
1020
1069
|
"present": "I l\u00e1thair"
|
|
1021
1070
|
}
|
|
1022
1071
|
},
|
|
@@ -1024,6 +1073,7 @@
|
|
|
1024
1073
|
"name": "Sruthlaithe beagnach folamh",
|
|
1025
1074
|
"state": {
|
|
1026
1075
|
"confirmed": "Deimhnithe",
|
|
1076
|
+
"off": "As",
|
|
1027
1077
|
"present": "I l\u00e1thair"
|
|
1028
1078
|
}
|
|
1029
1079
|
},
|
|
@@ -1035,6 +1085,7 @@
|
|
|
1035
1085
|
"name": "T\u00e1 an r\u00f3bat s\u00e1innithe",
|
|
1036
1086
|
"state": {
|
|
1037
1087
|
"confirmed": "Deimhnithe",
|
|
1088
|
+
"off": "As",
|
|
1038
1089
|
"present": "I l\u00e1thair"
|
|
1039
1090
|
}
|
|
1040
1091
|
},
|
|
@@ -1042,6 +1093,7 @@
|
|
|
1042
1093
|
"name": "Salann beagnach folamh",
|
|
1043
1094
|
"state": {
|
|
1044
1095
|
"confirmed": "Deimhnithe",
|
|
1096
|
+
"off": "As",
|
|
1045
1097
|
"present": "I l\u00e1thair"
|
|
1046
1098
|
}
|
|
1047
1099
|
},
|
|
@@ -1049,6 +1101,7 @@
|
|
|
1049
1101
|
"name": "Umar uisce folamh",
|
|
1050
1102
|
"state": {
|
|
1051
1103
|
"confirmed": "Deimhnithe",
|
|
1104
|
+
"off": "As",
|
|
1052
1105
|
"present": "I l\u00e1thair"
|
|
1053
1106
|
}
|
|
1054
1107
|
}
|
|
@@ -1064,7 +1117,11 @@
|
|
|
1064
1117
|
"name": "Cup\u00e1n t\u00e9itheoir"
|
|
1065
1118
|
},
|
|
1066
1119
|
"dispenser_enabled": {
|
|
1067
|
-
"name": "D\u00e1ileoir"
|
|
1120
|
+
"name": "D\u00e1ileoir",
|
|
1121
|
+
"state": {
|
|
1122
|
+
"off": "D\u00edchumasaithe",
|
|
1123
|
+
"on": "Cumasaithe"
|
|
1124
|
+
}
|
|
1068
1125
|
},
|
|
1069
1126
|
"door_assistant_freezer": {
|
|
1070
1127
|
"name": "C\u00fant\u00f3ir doras reoiteora"
|
|
@@ -1548,6 +1605,7 @@
|
|
|
1548
1605
|
},
|
|
1549
1606
|
"spin_speed": {
|
|
1550
1607
|
"options": {
|
|
1608
|
+
"laundry_care_washer_enum_type_spin_speed_off": "As",
|
|
1551
1609
|
"laundry_care_washer_enum_type_spin_speed_r_p_m_1000": "1000 rpm",
|
|
1552
1610
|
"laundry_care_washer_enum_type_spin_speed_r_p_m_1200": "1200 rpm",
|
|
1553
1611
|
"laundry_care_washer_enum_type_spin_speed_r_p_m_1400": "1400 rpm",
|
|
@@ -1559,12 +1617,14 @@
|
|
|
1559
1617
|
"laundry_care_washer_enum_type_spin_speed_r_p_m_900": "900 rpm",
|
|
1560
1618
|
"laundry_care_washer_enum_type_spin_speed_ul_high": "Ard",
|
|
1561
1619
|
"laundry_care_washer_enum_type_spin_speed_ul_low": "\u00cdseal",
|
|
1562
|
-
"laundry_care_washer_enum_type_spin_speed_ul_medium": "Me\u00e1nach"
|
|
1620
|
+
"laundry_care_washer_enum_type_spin_speed_ul_medium": "Me\u00e1nach",
|
|
1621
|
+
"laundry_care_washer_enum_type_spin_speed_ul_off": "As"
|
|
1563
1622
|
}
|
|
1564
1623
|
},
|
|
1565
1624
|
"vario_perfect": {
|
|
1566
1625
|
"options": {
|
|
1567
1626
|
"laundry_care_common_enum_type_vario_perfect_eco_perfect": "\u00c9icea-foirfe",
|
|
1627
|
+
"laundry_care_common_enum_type_vario_perfect_off": "As",
|
|
1568
1628
|
"laundry_care_common_enum_type_vario_perfect_speed_perfect": "Luas foirfe"
|
|
1569
1629
|
}
|
|
1570
1630
|
},
|
|
@@ -1604,6 +1664,96 @@
|
|
|
1604
1664
|
}
|
|
1605
1665
|
},
|
|
1606
1666
|
"services": {
|
|
1667
|
+
"change_setting": {
|
|
1668
|
+
"description": "Athra\u00edonn s\u00e9 socr\u00fa.",
|
|
1669
|
+
"fields": {
|
|
1670
|
+
"device_id": {
|
|
1671
|
+
"description": "Aitheantas an fheiste.",
|
|
1672
|
+
"name": "Aitheantas Gl\u00e9as"
|
|
1673
|
+
},
|
|
1674
|
+
"key": {
|
|
1675
|
+
"description": "Eochair an tsocraithe.",
|
|
1676
|
+
"name": "Eochair"
|
|
1677
|
+
},
|
|
1678
|
+
"value": {
|
|
1679
|
+
"description": "Luach an tsocraithe.",
|
|
1680
|
+
"name": "Luach"
|
|
1681
|
+
}
|
|
1682
|
+
},
|
|
1683
|
+
"name": "Athraigh an socr\u00fa"
|
|
1684
|
+
},
|
|
1685
|
+
"pause_program": {
|
|
1686
|
+
"description": "Cuireann s\u00e9 sos ar an gcl\u00e1r at\u00e1 ar si\u00fal faoi l\u00e1thair.",
|
|
1687
|
+
"fields": {
|
|
1688
|
+
"device_id": {
|
|
1689
|
+
"description": "Aitheantas an fheiste.",
|
|
1690
|
+
"name": "Aitheantas Gl\u00e9as"
|
|
1691
|
+
}
|
|
1692
|
+
},
|
|
1693
|
+
"name": "Cuir sos ar an gcl\u00e1r"
|
|
1694
|
+
},
|
|
1695
|
+
"resume_program": {
|
|
1696
|
+
"description": "Leanann s\u00e9 cl\u00e1r at\u00e1 curtha ar sos ar aghaidh.",
|
|
1697
|
+
"fields": {
|
|
1698
|
+
"device_id": {
|
|
1699
|
+
"description": "Aitheantas an fheiste.",
|
|
1700
|
+
"name": "Aitheantas Gl\u00e9as"
|
|
1701
|
+
}
|
|
1702
|
+
},
|
|
1703
|
+
"name": "Cl\u00e1r atos\u00fa"
|
|
1704
|
+
},
|
|
1705
|
+
"select_program": {
|
|
1706
|
+
"description": "Roghna\u00edonn s\u00e9 cl\u00e1r gan \u00e9 a thos\u00fa.",
|
|
1707
|
+
"fields": {
|
|
1708
|
+
"device_id": {
|
|
1709
|
+
"description": "Aitheantas an fheiste.",
|
|
1710
|
+
"name": "Aitheantas Gl\u00e9as"
|
|
1711
|
+
},
|
|
1712
|
+
"key": {
|
|
1713
|
+
"description": "Eochair an rogha.",
|
|
1714
|
+
"name": "Eochair rogha"
|
|
1715
|
+
},
|
|
1716
|
+
"program": {
|
|
1717
|
+
"description": "Cl\u00e1r le roghn\u00fa.",
|
|
1718
|
+
"name": "Cl\u00e1r"
|
|
1719
|
+
},
|
|
1720
|
+
"unit": {
|
|
1721
|
+
"description": "Aonad don rogha.",
|
|
1722
|
+
"name": "Aonad rogha"
|
|
1723
|
+
},
|
|
1724
|
+
"value": {
|
|
1725
|
+
"description": "Luach an rogha.",
|
|
1726
|
+
"name": "Luach rogha"
|
|
1727
|
+
}
|
|
1728
|
+
},
|
|
1729
|
+
"name": "Roghnaigh cl\u00e1r"
|
|
1730
|
+
},
|
|
1731
|
+
"set_option_active": {
|
|
1732
|
+
"description": "Socra\u00edonn s\u00e9 rogha don chl\u00e1r gn\u00edomhach.",
|
|
1733
|
+
"fields": {
|
|
1734
|
+
"device_id": {
|
|
1735
|
+
"description": "Aitheantas an fheiste.",
|
|
1736
|
+
"name": "Aitheantas Gl\u00e9as"
|
|
1737
|
+
},
|
|
1738
|
+
"key": {
|
|
1739
|
+
"description": "Eochair an rogha.",
|
|
1740
|
+
"name": "Eochair"
|
|
1741
|
+
},
|
|
1742
|
+
"value": {
|
|
1743
|
+
"description": "Luach an rogha.",
|
|
1744
|
+
"name": "Luach"
|
|
1745
|
+
}
|
|
1746
|
+
},
|
|
1747
|
+
"name": "Socraigh rogha cl\u00e1ir ghn\u00edomhach"
|
|
1748
|
+
},
|
|
1749
|
+
"set_option_selected": {
|
|
1750
|
+
"fields": {
|
|
1751
|
+
"value": {
|
|
1752
|
+
"name": "Luach rogha"
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
"name": "Socraigh an rogha cl\u00e1ir roghnaithe"
|
|
1756
|
+
},
|
|
1607
1757
|
"set_program_and_options": {
|
|
1608
1758
|
"description": "Tosa\u00edonn n\u00f3 roghna\u00edonn s\u00e9 cl\u00e1r le roghanna n\u00f3 socra\u00edonn s\u00e9 na roghanna don chl\u00e1r gn\u00edomhach n\u00f3 don chl\u00e1r roghnaithe.",
|
|
1609
1759
|
"fields": {
|
|
@@ -1785,6 +1935,32 @@
|
|
|
1785
1935
|
"name": "Roghanna meais\u00edn\u00ed n\u00edoch\u00e1in"
|
|
1786
1936
|
}
|
|
1787
1937
|
}
|
|
1938
|
+
},
|
|
1939
|
+
"start_program": {
|
|
1940
|
+
"description": "Roghna\u00edonn s\u00e9 cl\u00e1r agus cuireann s\u00e9 t\u00fas leis.",
|
|
1941
|
+
"fields": {
|
|
1942
|
+
"device_id": {
|
|
1943
|
+
"description": "Aitheantas an fheiste.",
|
|
1944
|
+
"name": "Aitheantas Gl\u00e9as"
|
|
1945
|
+
},
|
|
1946
|
+
"key": {
|
|
1947
|
+
"description": "Eochair an rogha.",
|
|
1948
|
+
"name": "Eochair rogha"
|
|
1949
|
+
},
|
|
1950
|
+
"program": {
|
|
1951
|
+
"description": "Cl\u00e1r le roghn\u00fa.",
|
|
1952
|
+
"name": "Cl\u00e1r"
|
|
1953
|
+
},
|
|
1954
|
+
"unit": {
|
|
1955
|
+
"description": "Aonad don rogha.",
|
|
1956
|
+
"name": "Aonad rogha"
|
|
1957
|
+
},
|
|
1958
|
+
"value": {
|
|
1959
|
+
"description": "Luach an rogha.",
|
|
1960
|
+
"name": "Luach rogha"
|
|
1961
|
+
}
|
|
1962
|
+
},
|
|
1963
|
+
"name": "Tosaigh an cl\u00e1r"
|
|
1788
1964
|
}
|
|
1789
1965
|
}
|
|
1790
1966
|
}
|