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,7 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
|
+
"oauth_error": "Fuarthas sonra\u00ed comhartha neamhbhail\u00ed.",
|
|
4
5
|
"oauth_failed": "Earr\u00e1id agus comhartha rochtana \u00e1 fh\u00e1il.",
|
|
6
|
+
"oauth_timeout": "Am cr\u00edochnaithe ag r\u00e9iteach comhartha OAuth.",
|
|
5
7
|
"oauth_unauthorized": "Earr\u00e1id \u00fadaraithe OAuth agus comhartha rochtana \u00e1 fh\u00e1il."
|
|
6
8
|
},
|
|
7
9
|
"step": {
|
|
@@ -31,5 +33,15 @@
|
|
|
31
33
|
"name": "Sceideal"
|
|
32
34
|
}
|
|
33
35
|
}
|
|
36
|
+
},
|
|
37
|
+
"services": {
|
|
38
|
+
"custom_cleaning": {
|
|
39
|
+
"fields": {
|
|
40
|
+
"zone": {
|
|
41
|
+
"name": "Crios"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"name": "Glanadh saincheaptha"
|
|
45
|
+
}
|
|
34
46
|
}
|
|
35
47
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"services": {
|
|
3
|
+
"aux": {
|
|
4
|
+
"fields": {
|
|
5
|
+
"state": {
|
|
6
|
+
"name": "\u00c9tat"
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
"name": "Aux."
|
|
10
|
+
},
|
|
11
|
+
"panic": {
|
|
12
|
+
"description": "D\u00e9clencher une alarme de panique.",
|
|
13
|
+
"fields": {
|
|
14
|
+
"code": {
|
|
15
|
+
"description": "Le code utilisateur \u00e0 employer pour d\u00e9clencher une alarme de panique.",
|
|
16
|
+
"name": "Code"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"name": "Panique"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"services": {
|
|
3
|
+
"aux": {
|
|
4
|
+
"description": "Athra\u00edonn s\u00e9 staid aschuir ch\u00fanta.",
|
|
5
|
+
"fields": {
|
|
6
|
+
"output_id": {
|
|
7
|
+
"description": "An t-aschur c\u00fanta is mian leat a athr\u00fa.",
|
|
8
|
+
"name": "Aitheantas Aschuir"
|
|
9
|
+
},
|
|
10
|
+
"state": {
|
|
11
|
+
"description": "St\u00e1das ar si\u00fal/as an aschuir. M\u00e1 t\u00e1 P14xE 8E cumasaithe, ansin nuair a chasann t\u00fa air, beidh an t-aschur ag cuisle\u00e1il don am a shonra\u00edtear i P14(x+4)E.",
|
|
12
|
+
"name": "St\u00e1t"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"name": "Seirbh\u00eds\u00ed c\u00fanta"
|
|
16
|
+
},
|
|
17
|
+
"panic": {
|
|
18
|
+
"description": "Cuireann s\u00e9 al\u00e1ram scaoill i ngn\u00edomh.",
|
|
19
|
+
"fields": {
|
|
20
|
+
"code": {
|
|
21
|
+
"description": "An c\u00f3d \u00fas\u00e1ideora le h\u00fas\u00e1id chun an t-al\u00e1ram scaoill a ghn\u00edomhacht\u00fa.",
|
|
22
|
+
"name": "C\u00f3d"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"name": "Panic"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"title": "\u0394\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u03b8\u03ad\u03bc\u03b1\u03c4\u03bf\u03c2 Cloud Pub/Sub"
|
|
63
63
|
},
|
|
64
64
|
"pubsub_topic_confirm": {
|
|
65
|
-
"description": "\u03a4\u03bf Nest Device Access Console \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c1\u03c5\u03b8\u03bc\u03b9\u03c3\u03c4\u03b5\u03af \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03cd\u03b5\u03b9 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03b1 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd \u03c3\u03c4\u03bf Pub/Sub topic.\n\n1. \u0395\u03c0\u03b9\u03c3\u03ba\u03b5\u03c6\u03c4\u03b5\u03af\u03c4\u03b5 \u03c4\u03bf [Device Access Console]({device_access_console_url}).\n2. \u0391\u03bd\u03bf\u03af\u03be\u03c4\u03b5 \u03c4\u03bf \u03ad\u03c1\u03b3\u03bf.\n3. \u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf *Events* \u03ba\u03b1\u03b9 \u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c4\u03bf\u03c5 Pub/Sub topic \u03c3\u03b5 `{topic_name}`\n4. \u039a\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf *Add & Validate* \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03c0\u03b1\u03bb\u03b7\u03b8\u03b5\u03cd\u03c3\u03b5\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03c4\u03bf topic \u03ad\u03c7\u03b5\u03b9 \u03c1\u03c5\u03b8\u03bc\u03b9\u03c3\u03c4\u03b5\u03af \u03c3\u03c9\u03c3\u03c4\u03ac.\n\n\
|
|
65
|
+
"description": "\u03a4\u03bf Nest Device Access Console \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c1\u03c5\u03b8\u03bc\u03b9\u03c3\u03c4\u03b5\u03af \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03cd\u03b5\u03b9 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03b1 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd \u03c3\u03c4\u03bf Pub/Sub topic.\n\n1. \u0395\u03c0\u03b9\u03c3\u03ba\u03b5\u03c6\u03c4\u03b5\u03af\u03c4\u03b5 \u03c4\u03bf [Device Access Console]({device_access_console_url}).\n2. \u0391\u03bd\u03bf\u03af\u03be\u03c4\u03b5 \u03c4\u03bf \u03ad\u03c1\u03b3\u03bf.\n3. \u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf *Events* \u03ba\u03b1\u03b9 \u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c4\u03bf\u03c5 Pub/Sub topic \u03c3\u03b5 `{topic_name}`\n4. \u039a\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf *Add & Validate* \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03c0\u03b1\u03bb\u03b7\u03b8\u03b5\u03cd\u03c3\u03b5\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03c4\u03bf topic \u03ad\u03c7\u03b5\u03b9 \u03c1\u03c5\u03b8\u03bc\u03b9\u03c3\u03c4\u03b5\u03af \u03c3\u03c9\u03c3\u03c4\u03ac.\n\n\u0394\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7 \u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 [\u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2]({more_info_url}).",
|
|
66
66
|
"submit": "\u0395\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7",
|
|
67
67
|
"title": "\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c3\u03c5\u03bc\u03b2\u03ac\u03bd\u03c4\u03c9\u03bd"
|
|
68
68
|
},
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
|
+
"already_in_progress": "T\u00e1 sreabhadh cumra\u00edochta ar si\u00fal cheana f\u00e9in",
|
|
5
|
+
"missing_credentials": "\u00c9il\u00edonn an comhth\u00e1th\u00fa dinti\u00fair iarratais.",
|
|
6
|
+
"oauth_error": "Fuarthas sonra\u00ed comhartha neamhbhail\u00ed.",
|
|
4
7
|
"oauth_failed": "Earr\u00e1id agus comhartha rochtana \u00e1 fh\u00e1il.",
|
|
8
|
+
"oauth_timeout": "Am cr\u00edochnaithe ag r\u00e9iteach comhartha OAuth.",
|
|
5
9
|
"oauth_unauthorized": "Earr\u00e1id \u00fadaraithe OAuth agus comhartha rochtana \u00e1 fh\u00e1il.",
|
|
6
10
|
"pubsub_api_error": "Earr\u00e1id anaithnid ag caint le Cloud Pub/Sub, f\u00e9ach na loga\u00ed"
|
|
7
11
|
},
|
|
@@ -52,9 +56,11 @@
|
|
|
52
56
|
}
|
|
53
57
|
},
|
|
54
58
|
"motion": {
|
|
59
|
+
"name": "Gluaiseacht",
|
|
55
60
|
"state_attributes": {
|
|
56
61
|
"event_type": {
|
|
57
62
|
"state": {
|
|
63
|
+
"camera_motion": "Gluaiseacht",
|
|
58
64
|
"camera_person": "Duine",
|
|
59
65
|
"camera_sound": "Fuaim"
|
|
60
66
|
}
|
|
@@ -78,6 +78,13 @@
|
|
|
78
78
|
"gust_direction": {
|
|
79
79
|
"name": "Direction des rafales",
|
|
80
80
|
"state": {
|
|
81
|
+
"e": "Est",
|
|
82
|
+
"n": "Nord",
|
|
83
|
+
"ne": "Nord-est",
|
|
84
|
+
"nw": "Nord-ouest",
|
|
85
|
+
"s": "Sud",
|
|
86
|
+
"se": "Sud-est",
|
|
87
|
+
"sw": "Sud-ouest",
|
|
81
88
|
"w": "Ouest"
|
|
82
89
|
}
|
|
83
90
|
},
|
|
@@ -85,8 +92,13 @@
|
|
|
85
92
|
"name": "Force des rafales"
|
|
86
93
|
},
|
|
87
94
|
"health_idx": {
|
|
95
|
+
"name": "Indice de sant\u00e9",
|
|
88
96
|
"state": {
|
|
89
|
-
"
|
|
97
|
+
"fair": "Acceptable",
|
|
98
|
+
"fine": "Correct",
|
|
99
|
+
"healthy": "Sain",
|
|
100
|
+
"poor": "Mauvais",
|
|
101
|
+
"unhealthy": "Malsain"
|
|
90
102
|
}
|
|
91
103
|
},
|
|
92
104
|
"noise": {
|
|
@@ -95,9 +107,15 @@
|
|
|
95
107
|
"pressure_trend": {
|
|
96
108
|
"name": "Tendance de la pression atmosph\u00e9rique"
|
|
97
109
|
},
|
|
110
|
+
"reachable": {
|
|
111
|
+
"name": "Accessibilit\u00e9"
|
|
112
|
+
},
|
|
98
113
|
"rf_strength": {
|
|
99
114
|
"name": "Puissance RF"
|
|
100
115
|
},
|
|
116
|
+
"sum_rain_1": {
|
|
117
|
+
"name": "Pr\u00e9cipitations dans l'heure pr\u00e9c\u00e9dente"
|
|
118
|
+
},
|
|
101
119
|
"sum_rain_24": {
|
|
102
120
|
"name": "Pr\u00e9cipitation aujourd'hui"
|
|
103
121
|
},
|
|
@@ -129,6 +147,7 @@
|
|
|
129
147
|
"lat_ne": "Latitude du coin nord-est",
|
|
130
148
|
"lat_sw": "Latitude du coin sud-ouest",
|
|
131
149
|
"lon_ne": "Longitude du coin nord-est",
|
|
150
|
+
"lon_sw": "Longitude du coin sud-ouest",
|
|
132
151
|
"mode": "Calcul",
|
|
133
152
|
"show_on_map": "Montrer sur la carte"
|
|
134
153
|
},
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
|
+
"oauth_error": "Fuarthas sonra\u00ed comhartha neamhbhail\u00ed.",
|
|
4
5
|
"oauth_failed": "Earr\u00e1id agus comhartha rochtana \u00e1 fh\u00e1il.",
|
|
6
|
+
"oauth_timeout": "Am cr\u00edochnaithe ag r\u00e9iteach comhartha OAuth.",
|
|
5
7
|
"oauth_unauthorized": "Earr\u00e1id \u00fadaraithe OAuth agus comhartha rochtana \u00e1 fh\u00e1il."
|
|
6
8
|
},
|
|
7
9
|
"step": {
|
|
@@ -111,6 +113,40 @@
|
|
|
111
113
|
"description": "Glanann s\u00e9 aon socr\u00fa teochta le haghaidh gl\u00e9as aer\u00e1ide Netatmo agus cuireann s\u00e9 ar ais chuig an r\u00e9amhshocr\u00fa n\u00f3 an sceideal reatha \u00e9.",
|
|
112
114
|
"name": "Socr\u00fa teochta soil\u00e9ir"
|
|
113
115
|
},
|
|
116
|
+
"register_webhook": {
|
|
117
|
+
"description": "Cl\u00e1ra\u00edonn s\u00e9 an webhook chuig c\u00faltaca Netatmo.",
|
|
118
|
+
"name": "Cl\u00e1raigh cr\u00faca gr\u00e9as\u00e1in"
|
|
119
|
+
},
|
|
120
|
+
"set_camera_light": {
|
|
121
|
+
"description": "Socra\u00edonn s\u00e9 an modh solais do sholas ceamara Netatmo Outdoor.",
|
|
122
|
+
"fields": {
|
|
123
|
+
"camera_light_mode": {
|
|
124
|
+
"description": "M\u00f3d solais ceamara lasmuigh.",
|
|
125
|
+
"name": "M\u00f3d solais ceamara"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"name": "Socraigh m\u00f3d solais an cheamara"
|
|
129
|
+
},
|
|
130
|
+
"set_person_away": {
|
|
131
|
+
"description": "Socra\u00edonn s\u00e9 seo duine mar as baile. Mura socra\u00edtear aon duine, marc\u00e1lfar an teach mar fholamh. N\u00ed m\u00f3r ainm an duine a bheith mar an gc\u00e9anna le hainm at\u00e1 ar eolas ag Ceamara Laistigh (F\u00e1ilte) Netatmo.",
|
|
132
|
+
"fields": {
|
|
133
|
+
"person": {
|
|
134
|
+
"description": "Ainm an duine.",
|
|
135
|
+
"name": "Duine"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"name": "Cuir an duine ar shi\u00fal"
|
|
139
|
+
},
|
|
140
|
+
"set_persons_home": {
|
|
141
|
+
"description": "Socra\u00edonn s\u00e9 liosta daoine at\u00e1 sa bhaile. Caithfidh ainm an duine a bheith mar an gc\u00e9anna le hainm at\u00e1 ar eolas ag Ceamara Laistigh (F\u00e1ilte) Netatmo.",
|
|
142
|
+
"fields": {
|
|
143
|
+
"persons": {
|
|
144
|
+
"description": "Liosta ainmneacha.",
|
|
145
|
+
"name": "Daoine"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"name": "Daoine a chur sa bhaile"
|
|
149
|
+
},
|
|
114
150
|
"set_preset_mode_with_end_datetime": {
|
|
115
151
|
"description": "Socra\u00edonn s\u00e9 an modh r\u00e9amhshocraithe do ghl\u00e9as aer\u00e1ide Netatmo. Caithfidh an modh r\u00e9amhshocraithe a bheith mar an gc\u00e9anna le modh r\u00e9amhshocraithe at\u00e1 cumraithe ag Netatmo.",
|
|
116
152
|
"fields": {
|
|
@@ -125,6 +161,15 @@
|
|
|
125
161
|
},
|
|
126
162
|
"name": "Socraigh m\u00f3d r\u00e9amhshocraithe le d\u00e1ta agus am deiridh"
|
|
127
163
|
},
|
|
164
|
+
"set_schedule": {
|
|
165
|
+
"description": "Socra\u00edonn s\u00e9 an sceideal t\u00e9imh do ghl\u00e9as aer\u00e1ide Netatmo. Caithfidh ainm an sceidil a bheith mar an gc\u00e9anna le sceideal at\u00e1 cumraithe ag Netatmo.",
|
|
166
|
+
"fields": {
|
|
167
|
+
"schedule_name": {
|
|
168
|
+
"description": "Ainm an sceidil."
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
"name": "Socraigh sceideal t\u00e9imh"
|
|
172
|
+
},
|
|
128
173
|
"set_temperature_with_end_datetime": {
|
|
129
174
|
"description": "Socra\u00edonn s\u00e9 an sprioc-theocht do ghl\u00e9as aer\u00e1ide Netatmo le d\u00e1ta & am deiridh.",
|
|
130
175
|
"fields": {
|
|
@@ -152,6 +197,9 @@
|
|
|
152
197
|
}
|
|
153
198
|
},
|
|
154
199
|
"name": "Socraigh an teocht leis an tr\u00e9imhse ama"
|
|
200
|
+
},
|
|
201
|
+
"unregister_webhook": {
|
|
202
|
+
"name": "D\u00edchl\u00e1raigh webhook"
|
|
155
203
|
}
|
|
156
204
|
}
|
|
157
205
|
}
|
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
"config": {
|
|
3
3
|
"error": {
|
|
4
4
|
"info": "Theip ar fhaisn\u00e9is a fh\u00e1il \u00f3n r\u00f3daire"
|
|
5
|
+
},
|
|
6
|
+
"step": {
|
|
7
|
+
"user": {
|
|
8
|
+
"data_description": {
|
|
9
|
+
"host": "Ainm \u00f3stach n\u00f3 seoladh IP do ghl\u00e9is Netgear. Mar shampla: '192.168.1.1'."
|
|
10
|
+
}
|
|
11
|
+
}
|
|
5
12
|
}
|
|
6
13
|
},
|
|
7
14
|
"entity": {
|
|
@@ -24,6 +31,21 @@
|
|
|
24
31
|
"download_last_month_average": {
|
|
25
32
|
"name": "\u00cdosl\u00f3d\u00e1il me\u00e1n na m\u00edosa seo caite"
|
|
26
33
|
},
|
|
34
|
+
"ethernet_link_status": {
|
|
35
|
+
"name": "St\u00e1das nasc Ethernet"
|
|
36
|
+
},
|
|
37
|
+
"link_rate": {
|
|
38
|
+
"name": "R\u00e1ta nasc"
|
|
39
|
+
},
|
|
40
|
+
"link_type": {
|
|
41
|
+
"name": "Cine\u00e1l nasc"
|
|
42
|
+
},
|
|
43
|
+
"memory_utilization": {
|
|
44
|
+
"name": "\u00das\u00e1id chuimhne"
|
|
45
|
+
},
|
|
46
|
+
"ssid": {
|
|
47
|
+
"name": "SSID"
|
|
48
|
+
},
|
|
27
49
|
"uplink_bandwidth": {
|
|
28
50
|
"name": "Bandaleithead suasnasc"
|
|
29
51
|
},
|
|
@@ -1,4 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "T\u00e1 an gl\u00e9as cumraithe cheana f\u00e9in",
|
|
5
|
+
"cannot_connect": "Theip ar an nascadh"
|
|
6
|
+
},
|
|
7
|
+
"error": {
|
|
8
|
+
"cannot_connect": "Theip ar an nascadh",
|
|
9
|
+
"unknown": "Earr\u00e1id gan choinne"
|
|
10
|
+
},
|
|
11
|
+
"step": {
|
|
12
|
+
"user": {
|
|
13
|
+
"data": {
|
|
14
|
+
"host": "\u00d3stach",
|
|
15
|
+
"password": "Pasfhocal"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
},
|
|
2
20
|
"entity": {
|
|
3
21
|
"binary_sensor": {
|
|
4
22
|
"mobile_connected": {
|
|
@@ -52,5 +70,59 @@
|
|
|
52
70
|
"name": "\u00das\u00e1id"
|
|
53
71
|
}
|
|
54
72
|
}
|
|
73
|
+
},
|
|
74
|
+
"services": {
|
|
75
|
+
"connect_lte": {
|
|
76
|
+
"description": "Iarrann s\u00e9 ar an m\u00f3ideim an nasc LTE a bhun\u00fa.",
|
|
77
|
+
"fields": {
|
|
78
|
+
"host": {
|
|
79
|
+
"description": "An m\u00f3ideim ba ch\u00f3ir a nascadh.",
|
|
80
|
+
"name": "\u00d3stach"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"name": "Ceangail LTE"
|
|
84
|
+
},
|
|
85
|
+
"delete_sms": {
|
|
86
|
+
"description": "Scriosann s\u00e9 teachtaireachta\u00ed as bosca isteach an mh\u00f3ideim.",
|
|
87
|
+
"fields": {
|
|
88
|
+
"host": {
|
|
89
|
+
"description": "An m\u00f3ideim ar cheart teachtaireacht a scriosadh uaidh.",
|
|
90
|
+
"name": "\u00d3stach"
|
|
91
|
+
},
|
|
92
|
+
"sms_id": {
|
|
93
|
+
"description": "Sl\u00e1nuimhir n\u00f3 liosta sl\u00e1nuimhreacha le haitheantais bosca isteach na dteachtaireachta\u00ed le scriosadh.",
|
|
94
|
+
"name": "Aitheantas SMS"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"name": "Scrios SMS"
|
|
98
|
+
},
|
|
99
|
+
"disconnect_lte": {
|
|
100
|
+
"description": "Iarrann s\u00e9 ar an m\u00f3ideim an nasc LTE a dh\u00fanadh.",
|
|
101
|
+
"fields": {
|
|
102
|
+
"host": {
|
|
103
|
+
"description": "An m\u00f3ideim ba ch\u00f3ir a dh\u00edcheangal.",
|
|
104
|
+
"name": "\u00d3stach"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"name": "D\u00edcheangail LTE"
|
|
108
|
+
},
|
|
109
|
+
"set_option": {
|
|
110
|
+
"description": "Socra\u00edonn s\u00e9 roghanna ar an m\u00f3ideim.",
|
|
111
|
+
"fields": {
|
|
112
|
+
"autoconnect": {
|
|
113
|
+
"description": "M\u00f3d uathcheangail.",
|
|
114
|
+
"name": "Ceangail go huathoibr\u00edoch"
|
|
115
|
+
},
|
|
116
|
+
"failover": {
|
|
117
|
+
"description": "M\u00f3d teipthe.",
|
|
118
|
+
"name": "Teip Thar Maoil"
|
|
119
|
+
},
|
|
120
|
+
"host": {
|
|
121
|
+
"description": "An m\u00f3ideim le roghanna a shocr\u00fa air.",
|
|
122
|
+
"name": "\u00d3stach"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"name": "Socraigh rogha"
|
|
126
|
+
}
|
|
55
127
|
}
|
|
56
128
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"issues": {
|
|
3
3
|
"docker_host_network": {
|
|
4
|
-
"description": "\u03a4\u03bf Home Assistant \u03b5\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9 \u03c3\u03b5 \u03ad\u03bd\u03b1 container \u03c7\u03c9\u03c1\u03af\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b4\u03b9\u03ba\u03c4\u03cd\u03c9\u03c3\u03b7\u03c2 \u03ba\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03bf\u03cd \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae (host networking). \u0391\u03c5\u03c4\u03cc \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c0\u03c1\u03bf\u03ba\u03b1\u03bb\u03ad\u03c3\u03b5\u03b9 \u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b4\u03b9\u03ba\u03c4\u03cd\u03c9\u03c3\u03b7\u03c2 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b1\u03bd\u03b1\u03ba\u03ac\u03bb\u03c5\u03c8\u03b7 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd, \u03c4\u03b7\u03bd \u03c0\u03bf\u03bb\u03c5\u03b5\u03ba\u03c0\u03bf\u03bc\u03c0\u03ae (multicast), \u03c4\u03b7 \u03bc\u03b5\u03c4\u03ac\u03b4\u03bf\u03c3\u03b7 (broadcast), \u03ac\u03bb\u03bb\u03b5\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b5\u03c2 \u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03b5\u03c3\u03c6\u03b1\u03bb\u03bc\u03ad\u03bd\u03bf \u03b5\u03bd\u03c4\u03bf\u03c0\u03b9\u03c3\u03bc\u03cc \u03c4\u03b7\u03c2 \u03b4\u03b9\u03ba\u03ae\u03c2 \u03c4\u03bf\u03c5 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2 URL \u03ba\u03b1\u03b9 \u03c4\u03c9\u03bd \u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03c9\u03bd IP, \u03c0\u03c1\u03bf\u03ba\u03b1\u03bb\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1 \u03bc\u03b5 \u03c4\u03b9\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2 \u03b1\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 \u03c0\u03bf\u03bb\u03c5\u03bc\u03ad\u03c3\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd \u03ae\u03c7\u03bf\u03c5 \u03c3\u03c4\u03bf\u03c5\u03c2 \u03b2\u03bf\u03b7\u03b8\u03bf\u03cd\u03c2 \u03c6\u03c9\u03bd\u03ae\u03c2.\n\n\u03a3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03b5\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b5 \u03c4\u03bf Home Assistant \u03bc\u03b5 \u03b4\u03b9\u03ba\u03c4\u03cd\u03c9\u03c3\u03b7 \u03ba\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03bf\u03cd \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b7 \u03c3\u03b7\u03bc\u03b1\u03af\u03b1 `--network host` \u03c3\u03c4\u03b7\u03bd \u03b5\u03bd\u03c4\u03bf\u03bb\u03ae \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 Docker \u03ae \u03bf\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf `network_mode: host` \u03c3\u03c4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf `docker-compose.yml`.\n\n\
|
|
4
|
+
"description": "\u03a4\u03bf Home Assistant \u03b5\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9 \u03c3\u03b5 \u03ad\u03bd\u03b1 container \u03c7\u03c9\u03c1\u03af\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b4\u03b9\u03ba\u03c4\u03cd\u03c9\u03c3\u03b7\u03c2 \u03ba\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03bf\u03cd \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae (host networking). \u0391\u03c5\u03c4\u03cc \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c0\u03c1\u03bf\u03ba\u03b1\u03bb\u03ad\u03c3\u03b5\u03b9 \u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b4\u03b9\u03ba\u03c4\u03cd\u03c9\u03c3\u03b7\u03c2 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b1\u03bd\u03b1\u03ba\u03ac\u03bb\u03c5\u03c8\u03b7 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ce\u03bd, \u03c4\u03b7\u03bd \u03c0\u03bf\u03bb\u03c5\u03b5\u03ba\u03c0\u03bf\u03bc\u03c0\u03ae (multicast), \u03c4\u03b7 \u03bc\u03b5\u03c4\u03ac\u03b4\u03bf\u03c3\u03b7 (broadcast), \u03ac\u03bb\u03bb\u03b5\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b5\u03c2 \u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03b5\u03c3\u03c6\u03b1\u03bb\u03bc\u03ad\u03bd\u03bf \u03b5\u03bd\u03c4\u03bf\u03c0\u03b9\u03c3\u03bc\u03cc \u03c4\u03b7\u03c2 \u03b4\u03b9\u03ba\u03ae\u03c2 \u03c4\u03bf\u03c5 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7\u03c2 URL \u03ba\u03b1\u03b9 \u03c4\u03c9\u03bd \u03b4\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c3\u03b5\u03c9\u03bd IP, \u03c0\u03c1\u03bf\u03ba\u03b1\u03bb\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1 \u03bc\u03b5 \u03c4\u03b9\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2 \u03b1\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 \u03c0\u03bf\u03bb\u03c5\u03bc\u03ad\u03c3\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03b1\u03c0\u03b1\u03bd\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd \u03ae\u03c7\u03bf\u03c5 \u03c3\u03c4\u03bf\u03c5\u03c2 \u03b2\u03bf\u03b7\u03b8\u03bf\u03cd\u03c2 \u03c6\u03c9\u03bd\u03ae\u03c2.\n\n\u03a3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03b5\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b5 \u03c4\u03bf Home Assistant \u03bc\u03b5 \u03b4\u03b9\u03ba\u03c4\u03cd\u03c9\u03c3\u03b7 \u03ba\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03bf\u03cd \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae \u03c0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c4\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b7 \u03c3\u03b7\u03bc\u03b1\u03af\u03b1 `--network host` \u03c3\u03c4\u03b7\u03bd \u03b5\u03bd\u03c4\u03bf\u03bb\u03ae \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 Docker \u03ae \u03bf\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf `network_mode: host` \u03c3\u03c4\u03bf \u03b1\u03c1\u03c7\u03b5\u03af\u03bf `docker-compose.yml`.\n\n\u0394\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7\u03bd [\u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7 \u03c4\u03bf\u03c5 Docker]({docs_url}) \u03b3\u03b9\u03b1 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03bf Docker host networking \u03ba\u03b1\u03b9 \u03b4\u03b5\u03af\u03c4\u03b5 \u03c4\u03bf\u03bd [\u03bf\u03b4\u03b7\u03b3\u03cc \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 Home Assistant]({install_url}) \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ce\u03bc\u03b5\u03bd\u03b7 \u03ba\u03b1\u03b9 \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b7 \u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7.",
|
|
5
5
|
"title": "\u03a4\u03bf Home Assistant \u03b4\u03b5\u03bd \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af \u03c4\u03bf \u03b4\u03af\u03ba\u03c4\u03c5\u03bf \u03c4\u03bf\u03c5 \u03ba\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03bf\u03cd \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae"
|
|
6
6
|
}
|
|
7
7
|
},
|
|
@@ -1,23 +1,70 @@
|
|
|
1
1
|
{
|
|
2
2
|
"entity": {
|
|
3
|
+
"binary_sensor": {
|
|
4
|
+
"blower_active": {
|
|
5
|
+
"name": "S\u00e9idire gn\u00edomhach"
|
|
6
|
+
},
|
|
7
|
+
"emergency_heat_active": {
|
|
8
|
+
"name": "Teas \u00e9igeand\u00e1la gn\u00edomhach"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"number": {
|
|
12
|
+
"fan_speed": {
|
|
13
|
+
"name": "Luas an fean"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
3
16
|
"sensor": {
|
|
17
|
+
"air_cleaner_mode": {
|
|
18
|
+
"name": "M\u00f3d glant\u00f3ra aeir"
|
|
19
|
+
},
|
|
20
|
+
"current_compressor_speed": {
|
|
21
|
+
"name": "Luas reatha an chomhbhr\u00faiteora"
|
|
22
|
+
},
|
|
4
23
|
"get_dehumidify_setpoint": {
|
|
5
24
|
"name": "Pointe socraithe d\u00ed-thaisithe fuaraithe"
|
|
6
25
|
},
|
|
7
26
|
"get_humidify_setpoint": {
|
|
8
27
|
"name": "Socr\u00fa taise t\u00e9imh"
|
|
28
|
+
},
|
|
29
|
+
"outdoor_temperature": {
|
|
30
|
+
"name": "Teocht lasmuigh"
|
|
31
|
+
},
|
|
32
|
+
"requested_compressor_speed": {
|
|
33
|
+
"name": "Luas an chomhbhr\u00faiteora iarrtha"
|
|
34
|
+
},
|
|
35
|
+
"system_status": {
|
|
36
|
+
"name": "St\u00e1das an ch\u00f3rais"
|
|
37
|
+
},
|
|
38
|
+
"zone_setpoint_status": {
|
|
39
|
+
"name": "St\u00e1das socraithe crios"
|
|
40
|
+
},
|
|
41
|
+
"zone_status": {
|
|
42
|
+
"name": "St\u00e1das an chrios"
|
|
9
43
|
}
|
|
10
44
|
},
|
|
11
45
|
"switch": {
|
|
12
46
|
"emergency_heat": {
|
|
13
47
|
"name": "Teas \u00e9igeand\u00e1la"
|
|
14
48
|
},
|
|
49
|
+
"hold": {
|
|
50
|
+
"name": "Coinnigh"
|
|
51
|
+
},
|
|
15
52
|
"room_iq_sensor": {
|
|
16
53
|
"name": "Cuir {sensor_name} san \u00e1ireamh"
|
|
17
54
|
}
|
|
18
55
|
}
|
|
19
56
|
},
|
|
20
57
|
"services": {
|
|
58
|
+
"set_aircleaner_mode": {
|
|
59
|
+
"description": "Socra\u00edonn s\u00e9 m\u00f3d an ghlant\u00f3ra aeir.",
|
|
60
|
+
"fields": {
|
|
61
|
+
"aircleaner_mode": {
|
|
62
|
+
"description": "An modh glant\u00f3ra aeir le socr\u00fa.",
|
|
63
|
+
"name": "M\u00f3d glant\u00f3ra aeir"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"name": "Socraigh m\u00f3d glant\u00f3ra aeir"
|
|
67
|
+
},
|
|
21
68
|
"set_dehumidify_setpoint": {
|
|
22
69
|
"description": "Socra\u00edonn s\u00e9 an taise sprice le haghaidh fuaraithe.",
|
|
23
70
|
"fields": {
|
|
@@ -27,6 +74,15 @@
|
|
|
27
74
|
}
|
|
28
75
|
},
|
|
29
76
|
"name": "Socraigh pointe socraithe d\u00ed-thaisithe"
|
|
77
|
+
},
|
|
78
|
+
"set_humidify_setpoint": {
|
|
79
|
+
"description": "Socra\u00edonn s\u00e9 an taise sprice le haghaidh t\u00e9imh.",
|
|
80
|
+
"fields": {
|
|
81
|
+
"humidity": {
|
|
82
|
+
"description": "An pointe socraithe le haghaidh taise agus t\u00e9amh \u00e1 dh\u00e9anamh.",
|
|
83
|
+
"name": "Taise"
|
|
84
|
+
}
|
|
85
|
+
}
|
|
30
86
|
}
|
|
31
87
|
}
|
|
32
88
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "T\u00e1 an tseirbh\u00eds cumraithe cheana f\u00e9in"
|
|
5
|
+
},
|
|
3
6
|
"error": {
|
|
4
7
|
"invalid_agency": "N\u00edl an luach gn\u00edomhaireachta a roghna\u00edodh bail\u00ed",
|
|
5
8
|
"invalid_route": "N\u00edl an luach bealaigh roghnaithe bail\u00ed",
|
|
@@ -84,6 +84,36 @@
|
|
|
84
84
|
"nextcloud_jit_buffer_free": {
|
|
85
85
|
"name": "Saor \u00f3 mhaol\u00e1n JIT"
|
|
86
86
|
},
|
|
87
|
+
"nextcloud_jit_buffer_size": {
|
|
88
|
+
"name": "M\u00e9id maol\u00e1in JIT"
|
|
89
|
+
},
|
|
90
|
+
"nextcloud_jit_kind": {
|
|
91
|
+
"name": "Cine\u00e1l JIT"
|
|
92
|
+
},
|
|
93
|
+
"nextcloud_jit_opt_flags": {
|
|
94
|
+
"name": "Bratacha rogha JIT"
|
|
95
|
+
},
|
|
96
|
+
"nextcloud_jit_opt_level": {
|
|
97
|
+
"name": "Leibh\u00e9al rogha JIT"
|
|
98
|
+
},
|
|
99
|
+
"nextcloud_opcache_statistics_blacklist_miss_ratio": {
|
|
100
|
+
"name": "C\u00f3imheas caillteanais liosta dubh Opcache"
|
|
101
|
+
},
|
|
102
|
+
"nextcloud_opcache_statistics_blacklist_misses": {
|
|
103
|
+
"name": "Teipeann ar liosta dubh Opcache"
|
|
104
|
+
},
|
|
105
|
+
"nextcloud_opcache_statistics_hash_restarts": {
|
|
106
|
+
"name": "Atosa\u00edonn hash Opcache"
|
|
107
|
+
},
|
|
108
|
+
"nextcloud_opcache_statistics_hits": {
|
|
109
|
+
"name": "Builleanna Opcache"
|
|
110
|
+
},
|
|
111
|
+
"nextcloud_opcache_statistics_last_restart_time": {
|
|
112
|
+
"name": "Am atosaithe deireanach Opcache"
|
|
113
|
+
},
|
|
114
|
+
"nextcloud_opcache_statistics_manual_restarts": {
|
|
115
|
+
"name": "Atosa\u00edonn an Opcache de l\u00e1imh"
|
|
116
|
+
},
|
|
87
117
|
"nextcloud_opcache_statistics_max_cached_keys": {
|
|
88
118
|
"name": "Uasmh\u00e9id eochracha taisce\u00e1ilte Opcache"
|
|
89
119
|
},
|
|
@@ -138,6 +168,30 @@
|
|
|
138
168
|
"nextcloud_shares_num_fed_shares_sent": {
|
|
139
169
|
"name": "M\u00e9id na scaireanna a seoladh"
|
|
140
170
|
},
|
|
171
|
+
"nextcloud_shares_num_shares": {
|
|
172
|
+
"name": "M\u00e9id na scaireanna"
|
|
173
|
+
},
|
|
174
|
+
"nextcloud_shares_num_shares_groups": {
|
|
175
|
+
"name": "M\u00e9id scaireanna an ghr\u00fapa"
|
|
176
|
+
},
|
|
177
|
+
"nextcloud_shares_num_shares_link": {
|
|
178
|
+
"name": "M\u00e9id scaireanna nasc"
|
|
179
|
+
},
|
|
180
|
+
"nextcloud_shares_num_shares_link_no_password": {
|
|
181
|
+
"name": "M\u00e9id naisc gan phasfhocal comhroinnte"
|
|
182
|
+
},
|
|
183
|
+
"nextcloud_shares_num_shares_mail": {
|
|
184
|
+
"name": "M\u00e9id scaireanna poist"
|
|
185
|
+
},
|
|
186
|
+
"nextcloud_shares_num_shares_room": {
|
|
187
|
+
"name": "M\u00e9id scaireanna seomra"
|
|
188
|
+
},
|
|
189
|
+
"nextcloud_shares_num_shares_user": {
|
|
190
|
+
"name": "M\u00e9id scaireanna \u00fas\u00e1ideoir\u00ed"
|
|
191
|
+
},
|
|
192
|
+
"nextcloud_shares_permissions_3_1": {
|
|
193
|
+
"name": "Ceadanna 3.1"
|
|
194
|
+
},
|
|
141
195
|
"nextcloud_sma_avail_mem": {
|
|
142
196
|
"name": "Cuimhne SMA at\u00e1 ar f\u00e1il"
|
|
143
197
|
},
|
|
@@ -147,6 +201,30 @@
|
|
|
147
201
|
"nextcloud_sma_seg_size": {
|
|
148
202
|
"name": "M\u00e9id na coda SMA"
|
|
149
203
|
},
|
|
204
|
+
"nextcloud_storage_num_files": {
|
|
205
|
+
"name": "M\u00e9id na gcomhad"
|
|
206
|
+
},
|
|
207
|
+
"nextcloud_storage_num_storages": {
|
|
208
|
+
"name": "M\u00e9id na st\u00f3ras"
|
|
209
|
+
},
|
|
210
|
+
"nextcloud_storage_num_storages_home": {
|
|
211
|
+
"name": "M\u00e9id st\u00f3r\u00e1la sa bhaile"
|
|
212
|
+
},
|
|
213
|
+
"nextcloud_storage_num_storages_local": {
|
|
214
|
+
"name": "M\u00e9id na st\u00f3ras \u00e1iti\u00fail"
|
|
215
|
+
},
|
|
216
|
+
"nextcloud_storage_num_storages_other": {
|
|
217
|
+
"name": "M\u00e9id st\u00f3rais eile"
|
|
218
|
+
},
|
|
219
|
+
"nextcloud_storage_num_users": {
|
|
220
|
+
"name": "M\u00e9id an \u00fas\u00e1ideora"
|
|
221
|
+
},
|
|
222
|
+
"nextcloud_system_apps_app_updates_calendar": {
|
|
223
|
+
"name": "Nuashonruithe f\u00e9ilire"
|
|
224
|
+
},
|
|
225
|
+
"nextcloud_system_apps_app_updates_contacts": {
|
|
226
|
+
"name": "Nuashonruithe teagmh\u00e1la"
|
|
227
|
+
},
|
|
150
228
|
"nextcloud_system_cpuload_1": {
|
|
151
229
|
"name": "Ualach LAP le 1 n\u00f3im\u00e9ad anuas"
|
|
152
230
|
},
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"reauth_successful": "D'\u00e9irigh leis an athfh\u00edordheimhni\u00fa"
|
|
5
|
+
},
|
|
3
6
|
"step": {
|
|
4
7
|
"profiles": {
|
|
5
8
|
"data": {
|
|
@@ -10,6 +13,9 @@
|
|
|
10
13
|
}
|
|
11
14
|
},
|
|
12
15
|
"reauth_confirm": {
|
|
16
|
+
"data": {
|
|
17
|
+
"api_key": "Eochair API"
|
|
18
|
+
},
|
|
13
19
|
"data_description": {
|
|
14
20
|
"api_key": "An eochair API do do chuntas NextDNS"
|
|
15
21
|
}
|
|
@@ -13,8 +13,19 @@
|
|
|
13
13
|
"host": "H\u00f4te",
|
|
14
14
|
"name": "Nom"
|
|
15
15
|
},
|
|
16
|
+
"data_description": {
|
|
17
|
+
"host": "Le nom d'h\u00f4te ou l'adresse IP de votre TV."
|
|
18
|
+
},
|
|
16
19
|
"description": "Veuillez consulter la documentation afin de vous assurer que toutes les conditions sont respect\u00e9es."
|
|
17
20
|
}
|
|
18
21
|
}
|
|
22
|
+
},
|
|
23
|
+
"exceptions": {
|
|
24
|
+
"invalid_notification_icon": {
|
|
25
|
+
"message": "Ic\u00f4ne incorrecte fournie. Re\u00e7u {type}"
|
|
26
|
+
},
|
|
27
|
+
"invalid_notification_image": {
|
|
28
|
+
"message": "Image incorrecte fournie. Re\u00e7u {type}"
|
|
29
|
+
}
|
|
19
30
|
}
|
|
20
31
|
}
|
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
+
"config": {
|
|
3
|
+
"step": {
|
|
4
|
+
"user": {
|
|
5
|
+
"data_description": {
|
|
6
|
+
"host": "Ainm \u00f3stach n\u00f3 seoladh IP do theilif\u00edse."
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
},
|
|
2
11
|
"exceptions": {
|
|
3
12
|
"invalid_notification_icon": {
|
|
4
13
|
"message": "Sonra\u00ed deilbh\u00edn neamhbhail\u00ed curtha ar f\u00e1il. Fuarthas {type}"
|