From 8b771b5e39fb57e6c0386e44b27c7121ec115e4b Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sun, 3 Nov 2024 16:32:05 +0900 Subject: [PATCH] Standardise filter reset buttons to use translations Issue #1708 --- .../tuya_local/devices/cleanair_604b_humidifier.yaml | 3 +-- .../tuya_local/devices/cleanair_605b_humidifier.yaml | 2 +- .../tuya_local/devices/ebac_dj4000_dehumidifier.yaml | 3 +-- custom_components/tuya_local/devices/essentials_purifier.yaml | 3 +-- custom_components/tuya_local/devices/himox_h05_purifier.yaml | 3 +-- custom_components/tuya_local/devices/himox_h06_purifier.yaml | 3 +-- .../tuya_local/devices/ihunt_400_airpurifier.yaml | 3 +-- custom_components/tuya_local/devices/ihunt_50_airpurifier.yaml | 3 +-- custom_components/tuya_local/devices/ir_moes_heatpump.yaml | 3 +-- .../tuya_local/devices/kabum_smart700_v2023_vaccum.yaml | 3 +-- .../tuya_local/devices/klarta_stor2_purifier.yaml | 3 +-- custom_components/tuya_local/devices/kogan_air_purifier.yaml | 3 +-- custom_components/tuya_local/devices/kyvol_e30_vacuum.yaml | 3 +-- .../tuya_local/devices/liectroux_xr500_t3_vacuum.yaml | 2 +- custom_components/tuya_local/devices/nac_ap470_purifier.yaml | 3 +-- custom_components/tuya_local/devices/neatsvor_x600_vacuum.yaml | 3 +-- .../tuya_local/devices/neo_ir_climate_controller.yaml | 3 +-- .../tuya_local/devices/nx_100ap_air_purifier.yaml | 3 +-- custom_components/tuya_local/devices/poiema_one_purifier.yaml | 3 +-- custom_components/tuya_local/devices/proscenic_m9_vacuum.yaml | 3 +-- .../tuya_local/devices/royalclima_rcb150_ventilation.yaml | 2 +- .../tuya_local/devices/sobralik_water_fountain.yaml | 3 +-- .../tuya_local/devices/sygonix_smarter_dehumidifier.yaml | 3 +-- custom_components/tuya_local/devices/tesla_s300_purifier.yaml | 3 +-- custom_components/tuya_local/devices/tesvor_s6_vacuum.yaml | 3 +-- custom_components/tuya_local/devices/ttec_reobipro_vacuum.yaml | 3 +-- .../tuya_local/devices/vork_vk6067aw_purifier.yaml | 3 +-- custom_components/tuya_local/devices/zedar_r600_vacuum.yaml | 3 +-- custom_components/tuya_local/icons.json | 3 +++ custom_components/tuya_local/translations/bg.json | 3 +++ custom_components/tuya_local/translations/cz.json | 3 +++ custom_components/tuya_local/translations/de.json | 3 +++ custom_components/tuya_local/translations/el.json | 3 +++ custom_components/tuya_local/translations/en.json | 3 +++ custom_components/tuya_local/translations/es.json | 3 +++ custom_components/tuya_local/translations/fr.json | 3 +++ custom_components/tuya_local/translations/hu.json | 3 +++ custom_components/tuya_local/translations/id.json | 3 +++ custom_components/tuya_local/translations/it.json | 3 +++ custom_components/tuya_local/translations/ja.json | 3 +++ custom_components/tuya_local/translations/no-NB.json | 3 +++ custom_components/tuya_local/translations/pl.json | 3 +++ custom_components/tuya_local/translations/pt-BR.json | 3 +++ custom_components/tuya_local/translations/ru.json | 3 +++ custom_components/tuya_local/translations/uk.json | 3 +++ custom_components/tuya_local/translations/ur.json | 3 +++ custom_components/tuya_local/translations/zh-Hans.json | 3 +++ custom_components/tuya_local/translations/zh-Hant.json | 3 +++ 48 files changed, 88 insertions(+), 53 deletions(-) diff --git a/custom_components/tuya_local/devices/cleanair_604b_humidifier.yaml b/custom_components/tuya_local/devices/cleanair_604b_humidifier.yaml index fc30f6ff51..0da2d02958 100644 --- a/custom_components/tuya_local/devices/cleanair_604b_humidifier.yaml +++ b/custom_components/tuya_local/devices/cleanair_604b_humidifier.yaml @@ -118,9 +118,8 @@ secondary_entities: type: boolean name: switch - entity: button - name: Filter reset + translation_key: filter_reset category: config - icon: mdi:air-filter dps: - id: 28 type: boolean diff --git a/custom_components/tuya_local/devices/cleanair_605b_humidifier.yaml b/custom_components/tuya_local/devices/cleanair_605b_humidifier.yaml index 7a64696dc4..f6e8d9a406 100644 --- a/custom_components/tuya_local/devices/cleanair_605b_humidifier.yaml +++ b/custom_components/tuya_local/devices/cleanair_605b_humidifier.yaml @@ -105,7 +105,7 @@ secondary_entities: type: boolean name: switch - entity: button - name: Filter reset + translation_key: filter_reset category: config dps: - id: 28 diff --git a/custom_components/tuya_local/devices/ebac_dj4000_dehumidifier.yaml b/custom_components/tuya_local/devices/ebac_dj4000_dehumidifier.yaml index faa0debb3d..536832fcca 100644 --- a/custom_components/tuya_local/devices/ebac_dj4000_dehumidifier.yaml +++ b/custom_components/tuya_local/devices/ebac_dj4000_dehumidifier.yaml @@ -91,9 +91,8 @@ secondary_entities: name: sensor unit: "%" - entity: button - name: Filter reset + translation_key: filter_reset category: config - icon: "mdi:air-filter" dps: - id: 20 type: boolean diff --git a/custom_components/tuya_local/devices/essentials_purifier.yaml b/custom_components/tuya_local/devices/essentials_purifier.yaml index ee4414c515..2a5254f5fa 100644 --- a/custom_components/tuya_local/devices/essentials_purifier.yaml +++ b/custom_components/tuya_local/devices/essentials_purifier.yaml @@ -68,8 +68,7 @@ secondary_entities: type: boolean name: switch - entity: button - name: Filter reset - class: restart + translation_key: filter_reset category: config dps: - id: 11 diff --git a/custom_components/tuya_local/devices/himox_h05_purifier.yaml b/custom_components/tuya_local/devices/himox_h05_purifier.yaml index df9ed203c1..ebe9ba706d 100644 --- a/custom_components/tuya_local/devices/himox_h05_purifier.yaml +++ b/custom_components/tuya_local/devices/himox_h05_purifier.yaml @@ -45,8 +45,7 @@ secondary_entities: type: boolean name: lock - entity: button - name: Filter reset - class: restart + translation_key: filter_reset category: config dps: - id: 11 diff --git a/custom_components/tuya_local/devices/himox_h06_purifier.yaml b/custom_components/tuya_local/devices/himox_h06_purifier.yaml index b049398571..43c87f0171 100644 --- a/custom_components/tuya_local/devices/himox_h06_purifier.yaml +++ b/custom_components/tuya_local/devices/himox_h06_purifier.yaml @@ -33,9 +33,8 @@ secondary_entities: type: boolean name: switch - entity: button - name: Filter reset + translation_key: filter_reset category: config - class: restart dps: - id: 11 type: boolean diff --git a/custom_components/tuya_local/devices/ihunt_400_airpurifier.yaml b/custom_components/tuya_local/devices/ihunt_400_airpurifier.yaml index 3a5503ee6d..97f4734d5c 100644 --- a/custom_components/tuya_local/devices/ihunt_400_airpurifier.yaml +++ b/custom_components/tuya_local/devices/ihunt_400_airpurifier.yaml @@ -81,9 +81,8 @@ secondary_entities: type: integer unit: h - entity: button - name: Filter reset + translation_key: filter_reset category: diagnostic - class: restart dps: - id: 11 type: boolean diff --git a/custom_components/tuya_local/devices/ihunt_50_airpurifier.yaml b/custom_components/tuya_local/devices/ihunt_50_airpurifier.yaml index 2193adb36e..e6a5c90bc6 100644 --- a/custom_components/tuya_local/devices/ihunt_50_airpurifier.yaml +++ b/custom_components/tuya_local/devices/ihunt_50_airpurifier.yaml @@ -39,9 +39,8 @@ secondary_entities: type: boolean name: switch - entity: button - name: Filter reset + translation_key: filter_reset category: diagnostic - class: restart dps: - id: 11 type: boolean diff --git a/custom_components/tuya_local/devices/ir_moes_heatpump.yaml b/custom_components/tuya_local/devices/ir_moes_heatpump.yaml index 7c55a4fbe6..db9494ee00 100644 --- a/custom_components/tuya_local/devices/ir_moes_heatpump.yaml +++ b/custom_components/tuya_local/devices/ir_moes_heatpump.yaml @@ -85,8 +85,7 @@ secondary_entities: value: false - value: true - entity: button - name: Filter reset - class: restart + translation_key: filter_reset category: config dps: - id: 7 diff --git a/custom_components/tuya_local/devices/kabum_smart700_v2023_vaccum.yaml b/custom_components/tuya_local/devices/kabum_smart700_v2023_vaccum.yaml index 43a3543fac..21e5918edd 100644 --- a/custom_components/tuya_local/devices/kabum_smart700_v2023_vaccum.yaml +++ b/custom_components/tuya_local/devices/kabum_smart700_v2023_vaccum.yaml @@ -319,8 +319,7 @@ secondary_entities: name: sensor unit: min - entity: button - name: Filter reset - class: restart + translation_key: filter_reset category: config dps: - id: 22 diff --git a/custom_components/tuya_local/devices/klarta_stor2_purifier.yaml b/custom_components/tuya_local/devices/klarta_stor2_purifier.yaml index ae5c392e0f..189450d199 100644 --- a/custom_components/tuya_local/devices/klarta_stor2_purifier.yaml +++ b/custom_components/tuya_local/devices/klarta_stor2_purifier.yaml @@ -85,8 +85,7 @@ secondary_entities: type: boolean name: lock - entity: button - name: Filter reset - class: restart + translation_key: filter_reset category: config dps: - id: 11 diff --git a/custom_components/tuya_local/devices/kogan_air_purifier.yaml b/custom_components/tuya_local/devices/kogan_air_purifier.yaml index a4946c99ca..f71b84f49c 100644 --- a/custom_components/tuya_local/devices/kogan_air_purifier.yaml +++ b/custom_components/tuya_local/devices/kogan_air_purifier.yaml @@ -42,9 +42,8 @@ secondary_entities: - dps_val: 2 value: 255 - entity: button - name: Filter reset + translation_key: filter_reset category: config - class: restart dps: - id: 11 type: boolean diff --git a/custom_components/tuya_local/devices/kyvol_e30_vacuum.yaml b/custom_components/tuya_local/devices/kyvol_e30_vacuum.yaml index bb06af3a8a..e3ff15f89d 100644 --- a/custom_components/tuya_local/devices/kyvol_e30_vacuum.yaml +++ b/custom_components/tuya_local/devices/kyvol_e30_vacuum.yaml @@ -163,9 +163,8 @@ secondary_entities: type: boolean name: button - entity: button - name: Filter reset + translation_key: filter_reset category: config - class: restart dps: - id: 12 type: boolean diff --git a/custom_components/tuya_local/devices/liectroux_xr500_t3_vacuum.yaml b/custom_components/tuya_local/devices/liectroux_xr500_t3_vacuum.yaml index 87eb0f2786..0da0b4b3e6 100644 --- a/custom_components/tuya_local/devices/liectroux_xr500_t3_vacuum.yaml +++ b/custom_components/tuya_local/devices/liectroux_xr500_t3_vacuum.yaml @@ -314,7 +314,7 @@ secondary_entities: name: sensor unit: h - entity: button - name: Filter reset + translation_key: filter_reset category: config dps: - id: 22 diff --git a/custom_components/tuya_local/devices/nac_ap470_purifier.yaml b/custom_components/tuya_local/devices/nac_ap470_purifier.yaml index d4831a45fb..c0a27790a4 100644 --- a/custom_components/tuya_local/devices/nac_ap470_purifier.yaml +++ b/custom_components/tuya_local/devices/nac_ap470_purifier.yaml @@ -95,8 +95,7 @@ secondary_entities: type: boolean name: switch - entity: button - name: Filter reset - class: restart + translation_key: filter_reset category: config dps: - id: 11 diff --git a/custom_components/tuya_local/devices/neatsvor_x600_vacuum.yaml b/custom_components/tuya_local/devices/neatsvor_x600_vacuum.yaml index 2c2c8feb17..5977fa3484 100644 --- a/custom_components/tuya_local/devices/neatsvor_x600_vacuum.yaml +++ b/custom_components/tuya_local/devices/neatsvor_x600_vacuum.yaml @@ -236,9 +236,8 @@ secondary_entities: min: 0 max: 9000 - entity: button - name: Filter reset + translation_key: filter_reset category: diagnostic - class: restart dps: - id: 22 type: boolean diff --git a/custom_components/tuya_local/devices/neo_ir_climate_controller.yaml b/custom_components/tuya_local/devices/neo_ir_climate_controller.yaml index 85ba890bb1..82283ded19 100644 --- a/custom_components/tuya_local/devices/neo_ir_climate_controller.yaml +++ b/custom_components/tuya_local/devices/neo_ir_climate_controller.yaml @@ -95,9 +95,8 @@ secondary_entities: value: false - value: true - entity: button - name: Filter reset + translation_key: filter_reset category: config - class: restart dps: - id: 7 type: boolean diff --git a/custom_components/tuya_local/devices/nx_100ap_air_purifier.yaml b/custom_components/tuya_local/devices/nx_100ap_air_purifier.yaml index e4fa76a82c..eb366cff44 100644 --- a/custom_components/tuya_local/devices/nx_100ap_air_purifier.yaml +++ b/custom_components/tuya_local/devices/nx_100ap_air_purifier.yaml @@ -79,9 +79,8 @@ secondary_entities: - dps_val: "24H" value: "24h" - entity: button - name: Filter reset + translation_key: filter_reset category: config - class: restart dps: - id: 11 type: boolean diff --git a/custom_components/tuya_local/devices/poiema_one_purifier.yaml b/custom_components/tuya_local/devices/poiema_one_purifier.yaml index 6c1abdd898..cd07ea2795 100644 --- a/custom_components/tuya_local/devices/poiema_one_purifier.yaml +++ b/custom_components/tuya_local/devices/poiema_one_purifier.yaml @@ -48,9 +48,8 @@ secondary_entities: type: boolean name: lock - entity: button - name: Filter reset + translation_key: filter_reset category: config - class: restart dps: - id: 11 type: boolean diff --git a/custom_components/tuya_local/devices/proscenic_m9_vacuum.yaml b/custom_components/tuya_local/devices/proscenic_m9_vacuum.yaml index e35bb7fbf1..8573d2dced 100644 --- a/custom_components/tuya_local/devices/proscenic_m9_vacuum.yaml +++ b/custom_components/tuya_local/devices/proscenic_m9_vacuum.yaml @@ -298,9 +298,8 @@ secondary_entities: min: 0 max: 9000 - entity: button - name: Filter reset + translation_key: filter_reset category: diagnostic - class: restart dps: - id: 22 type: boolean diff --git a/custom_components/tuya_local/devices/royalclima_rcb150_ventilation.yaml b/custom_components/tuya_local/devices/royalclima_rcb150_ventilation.yaml index 34358aaf23..d6214be1bf 100644 --- a/custom_components/tuya_local/devices/royalclima_rcb150_ventilation.yaml +++ b/custom_components/tuya_local/devices/royalclima_rcb150_ventilation.yaml @@ -67,7 +67,7 @@ secondary_entities: name: sensor unit: "%" - entity: button - name: Filter reset + translation_key: filter_reset category: config dps: - id: 13 diff --git a/custom_components/tuya_local/devices/sobralik_water_fountain.yaml b/custom_components/tuya_local/devices/sobralik_water_fountain.yaml index 124f4efaef..0813ca7160 100644 --- a/custom_components/tuya_local/devices/sobralik_water_fountain.yaml +++ b/custom_components/tuya_local/devices/sobralik_water_fountain.yaml @@ -44,8 +44,7 @@ secondary_entities: - value: false - entity: button - name: Filter Reset - icon: "mdi:air-filter" + translation_key: filter_Reset category: config dps: - id: 5 diff --git a/custom_components/tuya_local/devices/sygonix_smarter_dehumidifier.yaml b/custom_components/tuya_local/devices/sygonix_smarter_dehumidifier.yaml index 531b1cc1f4..4054a0d8dd 100644 --- a/custom_components/tuya_local/devices/sygonix_smarter_dehumidifier.yaml +++ b/custom_components/tuya_local/devices/sygonix_smarter_dehumidifier.yaml @@ -216,8 +216,7 @@ secondary_entities: - dps_val: 128 value: "MOTOR: fan failure" - entity: button - name: Filter reset - class: restart + translation_key: filter_reset category: config dps: - id: 20 diff --git a/custom_components/tuya_local/devices/tesla_s300_purifier.yaml b/custom_components/tuya_local/devices/tesla_s300_purifier.yaml index 041f68ff69..f5df440f57 100644 --- a/custom_components/tuya_local/devices/tesla_s300_purifier.yaml +++ b/custom_components/tuya_local/devices/tesla_s300_purifier.yaml @@ -71,8 +71,7 @@ secondary_entities: type: boolean name: switch - entity: button - name: Filter reset - class: restart + translation_key: filter_reset category: config dps: - id: 11 diff --git a/custom_components/tuya_local/devices/tesvor_s6_vacuum.yaml b/custom_components/tuya_local/devices/tesvor_s6_vacuum.yaml index a3e820193a..235229c75f 100644 --- a/custom_components/tuya_local/devices/tesvor_s6_vacuum.yaml +++ b/custom_components/tuya_local/devices/tesvor_s6_vacuum.yaml @@ -268,8 +268,7 @@ secondary_entities: unit: min class: measurement - entity: button - name: Filter reset - class: restart + translation_key: filter_reset category: config dps: - id: 22 diff --git a/custom_components/tuya_local/devices/ttec_reobipro_vacuum.yaml b/custom_components/tuya_local/devices/ttec_reobipro_vacuum.yaml index ca207faedf..d8e15d3e77 100644 --- a/custom_components/tuya_local/devices/ttec_reobipro_vacuum.yaml +++ b/custom_components/tuya_local/devices/ttec_reobipro_vacuum.yaml @@ -286,8 +286,7 @@ secondary_entities: name: sensor unit: min - entity: button - name: Filter reset - class: restart + translation_key: filter_reset category: config dps: - id: 22 diff --git a/custom_components/tuya_local/devices/vork_vk6067aw_purifier.yaml b/custom_components/tuya_local/devices/vork_vk6067aw_purifier.yaml index 8c748a3ef9..0f68a312a9 100644 --- a/custom_components/tuya_local/devices/vork_vk6067aw_purifier.yaml +++ b/custom_components/tuya_local/devices/vork_vk6067aw_purifier.yaml @@ -48,9 +48,8 @@ secondary_entities: - dps_val: false icon: "mdi:led-off" - entity: button - name: Filter reset + translation_key: filter_reset category: config - class: restart dps: - id: 11 type: boolean diff --git a/custom_components/tuya_local/devices/zedar_r600_vacuum.yaml b/custom_components/tuya_local/devices/zedar_r600_vacuum.yaml index 833273798b..a6d278e03c 100644 --- a/custom_components/tuya_local/devices/zedar_r600_vacuum.yaml +++ b/custom_components/tuya_local/devices/zedar_r600_vacuum.yaml @@ -297,8 +297,7 @@ secondary_entities: name: sensor unit: min - entity: button - name: Filter reset - class: restart + translation_key: filter_reset category: config dps: - id: 22 diff --git a/custom_components/tuya_local/icons.json b/custom_components/tuya_local/icons.json index 35ac4e8287..a70fe4eef6 100644 --- a/custom_components/tuya_local/icons.json +++ b/custom_components/tuya_local/icons.json @@ -29,6 +29,9 @@ "button": { "factory_reset": { "default": "mdi:cog-refresh" + }, + "filter_reset": { + "default": "mdi:air-filter" } }, "climate": { diff --git a/custom_components/tuya_local/translations/bg.json b/custom_components/tuya_local/translations/bg.json index 6ad35e0a73..ceb3a9cfa2 100644 --- a/custom_components/tuya_local/translations/bg.json +++ b/custom_components/tuya_local/translations/bg.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "Фабричен ресет" + }, + "filter_reset": { + "name": "Филтър за ресетиране" } }, "climate": { diff --git a/custom_components/tuya_local/translations/cz.json b/custom_components/tuya_local/translations/cz.json index ac631a6a7b..01e187e8e6 100644 --- a/custom_components/tuya_local/translations/cz.json +++ b/custom_components/tuya_local/translations/cz.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "Obnovení továrního nastavení" + }, + "filter_reset": { + "name": "Obnovení filtru" } }, "climate": { diff --git a/custom_components/tuya_local/translations/de.json b/custom_components/tuya_local/translations/de.json index b2421ec948..13310092ee 100644 --- a/custom_components/tuya_local/translations/de.json +++ b/custom_components/tuya_local/translations/de.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "Werkseinstellungen" + }, + "filter_reset": { + "name": "Filter zurücksetzen" } }, "climate": { diff --git a/custom_components/tuya_local/translations/el.json b/custom_components/tuya_local/translations/el.json index ed12b35b47..08223330df 100644 --- a/custom_components/tuya_local/translations/el.json +++ b/custom_components/tuya_local/translations/el.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "Επαναφορά εργοστασιακών ρυθμίσεων" + }, + "filter_reset": { + "name": "Επαναφορά φίλτρου" } }, "climate": { diff --git a/custom_components/tuya_local/translations/en.json b/custom_components/tuya_local/translations/en.json index efc1917512..83f0056200 100644 --- a/custom_components/tuya_local/translations/en.json +++ b/custom_components/tuya_local/translations/en.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "Factory reset" + }, + "filter_reset": { + "name": "Filter reset" } }, "climate": { diff --git a/custom_components/tuya_local/translations/es.json b/custom_components/tuya_local/translations/es.json index 243c27c8ce..f01ef7a3f4 100644 --- a/custom_components/tuya_local/translations/es.json +++ b/custom_components/tuya_local/translations/es.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "Restablecimiento de fábrica" + }, + "filter_reset": { + "name": "Restablecimiento del filtro" } }, "climate": { diff --git a/custom_components/tuya_local/translations/fr.json b/custom_components/tuya_local/translations/fr.json index b1d879e6ea..d02b0ce700 100644 --- a/custom_components/tuya_local/translations/fr.json +++ b/custom_components/tuya_local/translations/fr.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "Réinitialisation d'usine" + }, + "filter_reset": { + "name": "Réinitialisation du filtre" } }, "climate": { diff --git a/custom_components/tuya_local/translations/hu.json b/custom_components/tuya_local/translations/hu.json index 2a0104fbac..3ea806db10 100644 --- a/custom_components/tuya_local/translations/hu.json +++ b/custom_components/tuya_local/translations/hu.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "Gyári visszaállítás" + }, + "filter_reset": { + "name": "Szűrő visszaállítás" } }, "climate": { diff --git a/custom_components/tuya_local/translations/id.json b/custom_components/tuya_local/translations/id.json index ebcd38365b..77f09d96bc 100644 --- a/custom_components/tuya_local/translations/id.json +++ b/custom_components/tuya_local/translations/id.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "Reset pabrik" + }, + "filter_reset": { + "name": "Reset filter" } }, "climate": { diff --git a/custom_components/tuya_local/translations/it.json b/custom_components/tuya_local/translations/it.json index 0e6b94a76a..e1e455559a 100644 --- a/custom_components/tuya_local/translations/it.json +++ b/custom_components/tuya_local/translations/it.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "Ripristino alle impostazioni di fabbrica" + }, + "filter_reset": { + "name": "Ripristino del filtro" } }, "climate": { diff --git a/custom_components/tuya_local/translations/ja.json b/custom_components/tuya_local/translations/ja.json index 48cbf2a4a8..bf58a4f4a2 100644 --- a/custom_components/tuya_local/translations/ja.json +++ b/custom_components/tuya_local/translations/ja.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "工場出荷時設定" + }, + "filter_reset": { + "name": "フィルターのリセット" } }, "climate": { diff --git a/custom_components/tuya_local/translations/no-NB.json b/custom_components/tuya_local/translations/no-NB.json index 895120c7b2..f3c39b063a 100644 --- a/custom_components/tuya_local/translations/no-NB.json +++ b/custom_components/tuya_local/translations/no-NB.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "Fabrikkinnstilling" + }, + "filter_reset": { + "name": "Filter tilbakestilling" } }, "climate": { diff --git a/custom_components/tuya_local/translations/pl.json b/custom_components/tuya_local/translations/pl.json index ed3bf0d073..116d103a2d 100644 --- a/custom_components/tuya_local/translations/pl.json +++ b/custom_components/tuya_local/translations/pl.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "Przywrócenie ustawień fabrycznych" + }, + "filter_reset": { + "name": "Reset filtra" } }, "climate": { diff --git a/custom_components/tuya_local/translations/pt-BR.json b/custom_components/tuya_local/translations/pt-BR.json index 72f7803bd9..32b5105b19 100644 --- a/custom_components/tuya_local/translations/pt-BR.json +++ b/custom_components/tuya_local/translations/pt-BR.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "Redefinição de fábrica" + }, + "filter_reset": { + "name": "Redefinição do filtro" } }, "climate": { diff --git a/custom_components/tuya_local/translations/ru.json b/custom_components/tuya_local/translations/ru.json index 5087927be9..dda3a59175 100644 --- a/custom_components/tuya_local/translations/ru.json +++ b/custom_components/tuya_local/translations/ru.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "Сброс настроек" + }, + "filter_reset": { + "name": "Сброс фильтра" } }, "climate": { diff --git a/custom_components/tuya_local/translations/uk.json b/custom_components/tuya_local/translations/uk.json index b08a1c1d31..a94dfac53b 100644 --- a/custom_components/tuya_local/translations/uk.json +++ b/custom_components/tuya_local/translations/uk.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "Скидання до заводських налаштувань" + }, + "filter_reset": { + "name": "Скидання фільтра" } }, "climate": { diff --git a/custom_components/tuya_local/translations/ur.json b/custom_components/tuya_local/translations/ur.json index 0ece7ffba5..8aeda9b938 100644 --- a/custom_components/tuya_local/translations/ur.json +++ b/custom_components/tuya_local/translations/ur.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "فیکٹری ری سیٹ" + }, + "filter_reset": { + "name": "فلٹر ری سیٹ" } }, "climate": { diff --git a/custom_components/tuya_local/translations/zh-Hans.json b/custom_components/tuya_local/translations/zh-Hans.json index fb188ba1a2..11dd2d099a 100644 --- a/custom_components/tuya_local/translations/zh-Hans.json +++ b/custom_components/tuya_local/translations/zh-Hans.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "恢复出厂设置" + }, + "filter_reset": { + "name": "滤芯复位" } }, "climate": { diff --git a/custom_components/tuya_local/translations/zh-Hant.json b/custom_components/tuya_local/translations/zh-Hant.json index fd1d00623f..578e450ac9 100644 --- a/custom_components/tuya_local/translations/zh-Hant.json +++ b/custom_components/tuya_local/translations/zh-Hant.json @@ -149,6 +149,9 @@ "button": { "factory_reset": { "name": "恢復出廠設置" + }, + "filter_reset": { + "name": "重置濾芯" } }, "climate": {