diff --git a/README.md b/README.md index 2e096cb..1895759 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,3 @@ -## Update: [Answer from Haier](https://github.com/Andre0512/hon/issues/147#issuecomment-1902075829) -## Have a look at [Takedown FAQs](https://github.com/Andre0512/hon/blob/main/takedown_faq.md) and [Timeline of events](https://github.com/Andre0512/hon/blob/main/takedown_timeline.md) -## Announcement: I have to take the project down in the next few days -> Dear User, -> -> We are writing to inform you that we have discovered two Home Assistant integration plug-ins developed by you ( https://github.com/Andre0512/hon and https://github.com/Andre0512/pyhOn ) that are in violation of our terms of service. Specifically, the plug-ins are using our services in an unauthorized manner which is causing significant economic harm to our Company. -> We take the protection of our intellectual property very seriously and demand that you immediately cease and desist all illegal activities related to the development and distribution of these plug-ins. We also request that you remove the plug-ins from all stores and code hosting platforms where they are currently available. -> Please be advised that we will take all necessary legal action to protect our interests if you fail to comply with this notice. We reserve the right to pursue all available remedies, including but not limited to monetary damages, injunctive relief, and attorney's fees. -> We strongly urge you to take immediate action to rectify this situation and avoid any further legal action. If you have any questions or concerns, please do not hesitate to contact us. -> -> Haier Europe Security and Governance Department - # Haier hOn [![hacs_badge](https://img.shields.io/badge/hacs-Default-41BDF5.svg)](https://hacs.xyz) [![GitHub](https://img.shields.io/github/license/Andre0512/hon?color=red)](https://github.com/Andre0512/hon/blob/main/LICENSE) @@ -25,10 +13,19 @@ Home Assistant integration for [Haier's mobile app hOn](https://hon-smarthome.co --- + [![Supported Languages](https://img.shields.io/badge/Languages-19-royalblue)](https://github.com/Andre0512/hon#supported-languages) [![Supported Appliances](https://img.shields.io/badge/Appliances-11-forestgreen)](https://github.com/Andre0512/hon#supported-appliances) -[![Supported Models](https://img.shields.io/badge/Models-127-yellowgreen)](https://github.com/Andre0512/hon#supported-appliances) -[![Supported Entities](https://img.shields.io/badge/Entities-317-crimson)](https://github.com/Andre0512/hon#supported-appliances) +[![Supported Models](https://img.shields.io/badge/Models-130-yellowgreen)](https://github.com/Andre0512/hon#supported-appliances) +[![Supported Entities](https://img.shields.io/badge/Entities-320-crimson)](https://github.com/Andre0512/hon#supported-appliances) + +## Takedown Story +Haier sent a takedown notice and threatened legal action. The community started a big riot and called for a Haier boycott, the repository was forked over 2000+ times to make the code undeletable. Haier starts a dialog to find a joint solution. Read all about it here: +- [Timeline of events](https://github.com/Andre0512/hon/blob/main/takedown_timeline.md) +- [Takedown FAQs](https://github.com/Andre0512/hon/blob/main/takedown_faq.md) +- [Main discussion](https://github.com/Andre0512/hon/issues/147) +- [Summary video](https://www.youtube.com/watch?v=ayG7o74kdbc) +- [Haier's Statement](https://github.com/Andre0512/hon/issues/147#issuecomment-1923622715) ## Supported Appliances _Click to expand..._ @@ -179,6 +176,8 @@ Support has been confirmed for these **6 models**, but many more will work. Plea | --- | --- | --- | --- | | Buzzer Disabled | `volume-off` | `switch` | `buzzerDisabled` | | Dish Washer | `dishwasher` | `switch` | `startProgram` / `stopProgram` | +| Light status | | `light` | `settings.lightStatus` | +| Water hard | `water` | `number` | `settings.waterHard` | #### Configs | Name | Icon | Entity | Key | | --- | --- | --- | --- | @@ -190,6 +189,7 @@ Support has been confirmed for these **6 models**, but many more will work. Plea | Open Door | `door-open` | `switch` | `startProgram.openDoor` | | Program | | `select` | `startProgram.program` | | Remaining Time | `timer` | `select` | `startProgram.remainingTime` | +| Tab Status | `silverware-clean` | `switch` | `startProgram.tabStatus` | | Temperature | `thermometer` | `select` | `startProgram.temp` | | Three in One | `numeric-3-box-outline` | `switch` | `startProgram.threeInOne` | | Water hard | `water` | `number` | `startProgram.waterHard` | @@ -470,11 +470,12 @@ Support has been confirmed for these **22 models**, but many more will work. Ple ![Wine Cellar](assets/example_wc.png) ### Supported Wine Cellar models -Support has been confirmed for these **2 models**, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8). +Support has been confirmed for these **3 models**, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8). #### Haier - HWS247FDU1 - HWS42GDAU1 +- HWS77GDAU1 ### Wine Cellar Entities #### Controls @@ -613,9 +614,10 @@ Support has been confirmed for these **15 models**, but many more will work. Ple ![Washing Machine](assets/example_wm.png) ### Supported Washing Machine models -Support has been confirmed for these **39 models**, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8). +Support has been confirmed for these **41 models**, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8). #### Haier +- HW80-B1439N - HW80-B14959TU1 - HW80-B14959S8U1S - HW80-B14979TU1 @@ -628,6 +630,7 @@ Support has been confirmed for these **39 models**, but many more will work. Ple - HW110-14979 #### Hoover +- H5WPB4 27BC8/1-S - H5WPB447AMBC/1-S - H7W 412MBCR-80 - H7W 610AMBC-80 diff --git a/assets/haier_response.png b/assets/haier_response.png index fc8c63f..56d1baf 100644 Binary files a/assets/haier_response.png and b/assets/haier_response.png differ diff --git a/custom_components/hon/__init__.py b/custom_components/hon/__init__.py index a970fc1..c4f9aea 100644 --- a/custom_components/hon/__init__.py +++ b/custom_components/hon/__init__.py @@ -8,7 +8,7 @@ from homeassistant.helpers import config_validation as cv, aiohttp_client from homeassistant.helpers.typing import HomeAssistantType from pyhon import Hon -from .const import DOMAIN, PLATFORMS +from .const import DOMAIN, PLATFORMS, MOBILE_ID, CONF_REFRESH_TOKEN _LOGGER = logging.getLogger(__name__) @@ -29,14 +29,22 @@ async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry) -> bool session = aiohttp_client.async_get_clientsession(hass) if (config_dir := hass.config.config_dir) is None: raise ValueError("Missing Config Dir") - hon = await Hon( - entry.data["email"], - entry.data["password"], - session=session, - test_data_path=Path(config_dir), - ).create() + kwargs = { + "email": entry.data[CONF_EMAIL], + "password": entry.data[CONF_PASSWORD], + "mobile_id": MOBILE_ID, + "session": session, + "test_data_path": Path(config_dir), + } + if refresh_token := entry.data.get(CONF_REFRESH_TOKEN): + kwargs["refresh_token"] = refresh_token + hon = await Hon(**kwargs).create() hass.data.setdefault(DOMAIN, {}) hass.data[DOMAIN][entry.unique_id] = hon + + hass.config_entries.async_update_entry( + entry, data={**entry.data, CONF_REFRESH_TOKEN: hon.api.auth.refresh_token} + ) hass.data[DOMAIN]["coordinators"] = {} for platform in PLATFORMS: @@ -47,6 +55,11 @@ async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry) -> bool async def async_unload_entry(hass: HomeAssistantType, entry: ConfigEntry) -> bool: + refresh_token = hass.data[DOMAIN][entry.unique_id].api.auth.refresh_token + + hass.config_entries.async_update_entry( + entry, data={**entry.data, CONF_REFRESH_TOKEN: refresh_token} + ) unload = await hass.config_entries.async_unload_platforms(entry, PLATFORMS) if unload: if not hass.data[DOMAIN]: diff --git a/custom_components/hon/const.py b/custom_components/hon/const.py index 69bc540..37ba055 100644 --- a/custom_components/hon/const.py +++ b/custom_components/hon/const.py @@ -7,7 +7,9 @@ from homeassistant.components.climate import ( ) DOMAIN: str = "hon" -UPDATE_INTERVAL: int = 10 +UPDATE_INTERVAL: int = 60 +MOBILE_ID: str = "homassistant" +CONF_REFRESH_TOKEN = "refresh_token" PLATFORMS: list[str] = [ "sensor", diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index 4a91ecf..d977eb1 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", "requirements": [ - "pyhOn==0.15.15" + "pyhOn==0.16.0" ], - "version": "0.11.0-beta.1" + "version": "0.13.0" } diff --git a/custom_components/hon/translations/cs.json b/custom_components/hon/translations/cs.json index bb954fe..03a7347 100644 --- a/custom_components/hon/translations/cs.json +++ b/custom_components/hon/translations/cs.json @@ -194,7 +194,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "speciální", @@ -339,6 +338,7 @@ "hqd_bed_sheets": "Povlečení", "hqd_bulky": "Objemné kusy", "hqd_casual": "Casual", + "hqd_checkup": "Kontrola", "hqd_cold_wind_30": "Chladný vánek 30 minut", "hqd_cold_wind_timing": "Chladný vzduch", "hqd_cotton": "Bavlna", @@ -351,6 +351,13 @@ "hqd_hygienic": "Dezinfekce", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Dětské prádlo", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Objemné", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Jemné", + "hqd_i_refresh_pro_down": "I-Refresh Pro Prachové peří", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Košile", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Ručníky", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Vlna", "hqd_jacket": "Bundy", "hqd_jeans": "Džíny", "hqd_luxury": "Luxusní", @@ -471,6 +478,7 @@ "cottons_prewash": "Bavlna + předpírka", "cottons_steam": "Bavlna + Pára", "cotton_care_59": "Cotton Care 59'", + "cycle_ended": "Cyklus skončil", "delicate_59": "Jemné 59'", "delicate_silk": "Jemné hedvábí 59'", "delicate_silk_steam": "Jemné hedvábí + pára", @@ -754,6 +762,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Total Care", "tumbling": "Pomalé otáčení", + "ultra_fresh": "Ultra Fresh", "wool": "Vlna", "wool_and_delicates_49": "Vlna/Jemné 49'", "wool_dry": "Vlna - suché", @@ -1089,7 +1098,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "speciální", @@ -1234,6 +1242,7 @@ "hqd_bed_sheets": "Povlečení", "hqd_bulky": "Objemné kusy", "hqd_casual": "Casual", + "hqd_checkup": "Kontrola", "hqd_cold_wind_30": "Chladný vánek 30 minut", "hqd_cold_wind_timing": "Chladný vzduch", "hqd_cotton": "Bavlna", @@ -1246,6 +1255,13 @@ "hqd_hygienic": "Dezinfekce", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Dětské prádlo", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Objemné", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Jemné", + "hqd_i_refresh_pro_down": "I-Refresh Pro Prachové peří", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Košile", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Ručníky", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Vlna", "hqd_jacket": "Bundy", "hqd_jeans": "Džíny", "hqd_luxury": "Luxusní", @@ -1366,6 +1382,7 @@ "cottons_prewash": "Bavlna + předpírka", "cottons_steam": "Bavlna + Pára", "cotton_care_59": "Cotton Care 59'", + "cycle_ended": "Cyklus skončil", "delicate_59": "Jemné 59'", "delicate_silk": "Jemné hedvábí 59'", "delicate_silk_steam": "Jemné hedvábí + pára", @@ -1649,6 +1666,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Total Care", "tumbling": "Pomalé otáčení", + "ultra_fresh": "Ultra Fresh", "wool": "Vlna", "wool_and_delicates_49": "Vlna/Jemné 49'", "wool_dry": "Vlna - suché", diff --git a/custom_components/hon/translations/de.json b/custom_components/hon/translations/de.json index 44bdd1c..b059d65 100644 --- a/custom_components/hon/translations/de.json +++ b/custom_components/hon/translations/de.json @@ -197,7 +197,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "Spezial", @@ -342,6 +341,7 @@ "hqd_bed_sheets": "Bettwäsche", "hqd_bulky": "Schwere Textilien", "hqd_casual": "Einfach", + "hqd_checkup": "Check-Up", "hqd_cold_wind_30": "Kalte Luft 30min", "hqd_cold_wind_timing": "Kalte Luft", "hqd_cotton": "Baumwolle", @@ -354,6 +354,13 @@ "hqd_hygienic": "Desinfektion", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Babycare", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Voluminös", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Feinwäsche", + "hqd_i_refresh_pro_down": "I-Refresh Pro Daunen", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Hemden", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Handtücher", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Wolle", "hqd_jacket": "Jacken", "hqd_jeans": "Jeans", "hqd_luxury": "Luxury", @@ -474,6 +481,7 @@ "cottons_prewash": "Baumwolle + Vorwäsche", "cottons_steam": "Baumwolle + Dampf", "cotton_care_59": "Baumwollpflege 59min", + "cycle_ended": "Programm beendet", "delicate_59": "Feinwäsche 59min", "delicate_silk": "Empfindliche Seide 59min", "delicate_silk_steam": "Empfindliche Seide + Dampf", @@ -757,6 +765,7 @@ "tailored_synthetic_and_coloured": "Maßgeschneidert Synthetik und Farben", "total_care": "Total Care", "tumbling": "Trocknen", + "ultra_fresh": "Ultra Fresh", "wool": "Wolle", "wool_and_delicates_49": "Wolle + Feinwäsche 49min", "wool_dry": "Wolle trocknen", @@ -1137,7 +1146,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "Spezial", @@ -1282,6 +1290,7 @@ "hqd_bed_sheets": "Bettwäsche", "hqd_bulky": "Schwere Textilien", "hqd_casual": "Einfach", + "hqd_checkup": "Check-Up", "hqd_cold_wind_30": "Kalte Luft 30min", "hqd_cold_wind_timing": "Kalte Luft", "hqd_cotton": "Baumwolle", @@ -1294,6 +1303,13 @@ "hqd_hygienic": "Desinfektion", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Babycare", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Voluminös", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Feinwäsche", + "hqd_i_refresh_pro_down": "I-Refresh Pro Daunen", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Hemden", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Handtücher", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Wolle", "hqd_jacket": "Jacken", "hqd_jeans": "Jeans", "hqd_luxury": "Luxury", @@ -1414,6 +1430,7 @@ "cottons_prewash": "Baumwolle + Vorwäsche", "cottons_steam": "Baumwolle + Dampf", "cotton_care_59": "Baumwollpflege 59min", + "cycle_ended": "Programm beendet", "delicate_59": "Feinwäsche 59min", "delicate_silk": "Empfindliche Seide 59min", "delicate_silk_steam": "Empfindliche Seide + Dampf", @@ -1697,6 +1714,7 @@ "tailored_synthetic_and_coloured": "Maßgeschneidert Synthetik und Farben", "total_care": "Total Care", "tumbling": "Trocknen", + "ultra_fresh": "Ultra Fresh", "wool": "Wolle", "wool_and_delicates_49": "Wolle + Feinwäsche 49min", "wool_dry": "Wolle trocknen", diff --git a/custom_components/hon/translations/el.json b/custom_components/hon/translations/el.json index a10b847..2c0f1c8 100644 --- a/custom_components/hon/translations/el.json +++ b/custom_components/hon/translations/el.json @@ -194,7 +194,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "σπεσιαλ", @@ -339,6 +338,7 @@ "hqd_bed_sheets": "Σεντόνια κρεβατιού", "hqd_bulky": "Ογκώδη αντικείμενα", "hqd_casual": "Καθημερινά ρούχα", + "hqd_checkup": "Έλεγχος", "hqd_cold_wind_30": "Δροσερό αεράκι 30 λεπτά", "hqd_cold_wind_timing": "Ψυχρός Αέρας", "hqd_cotton": "Βαμβακερό", @@ -351,6 +351,13 @@ "hqd_hygienic": "Υγιεινή", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Παιδικά ρούχα", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Ογκώδη", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Ευαίσθητα", + "hqd_i_refresh_pro_down": "I-Refresh Pro Πούπουλο", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Πουκάμισα", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Πετσέτα", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Μάλλινα", "hqd_jacket": "Ζακέτες", "hqd_jeans": "Τζιν παντελονια", "hqd_luxury": "Luxury", @@ -471,6 +478,7 @@ "cottons_prewash": "βαμβακερα + προπλυση", "cottons_steam": "Βαμβακερό + Ατμός", "cotton_care_59": "βαμβακερα 59 λεπτα", + "cycle_ended": "Ο κύκλος ολοκληρώθηκε", "delicate_59": "Ευαίσθητα 59'", "delicate_silk": "Ευαίσθητα μεταξωτά 59'", "delicate_silk_steam": "Ευαίσθητα μεταξωτά + ατμός", @@ -754,6 +762,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Ολική φροντίδα", "tumbling": "Κατρακύλισμα", + "ultra_fresh": "Ultra Fresh", "wool": "Μάλλινα", "wool_and_delicates_49": "μαλλινα/ευαισθητα 49'", "wool_dry": "Μάλλινα στέγνωμα", @@ -1089,7 +1098,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "σπεσιαλ", @@ -1234,6 +1242,7 @@ "hqd_bed_sheets": "Σεντόνια κρεβατιού", "hqd_bulky": "Ογκώδη αντικείμενα", "hqd_casual": "Καθημερινά ρούχα", + "hqd_checkup": "Έλεγχος", "hqd_cold_wind_30": "Δροσερό αεράκι 30 λεπτά", "hqd_cold_wind_timing": "Ψυχρός Αέρας", "hqd_cotton": "Βαμβακερό", @@ -1246,6 +1255,13 @@ "hqd_hygienic": "Υγιεινή", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Παιδικά ρούχα", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Ογκώδη", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Ευαίσθητα", + "hqd_i_refresh_pro_down": "I-Refresh Pro Πούπουλο", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Πουκάμισα", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Πετσέτα", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Μάλλινα", "hqd_jacket": "Ζακέτες", "hqd_jeans": "Τζιν παντελονια", "hqd_luxury": "Luxury", @@ -1366,6 +1382,7 @@ "cottons_prewash": "βαμβακερα + προπλυση", "cottons_steam": "Βαμβακερό + Ατμός", "cotton_care_59": "βαμβακερα 59 λεπτα", + "cycle_ended": "Ο κύκλος ολοκληρώθηκε", "delicate_59": "Ευαίσθητα 59'", "delicate_silk": "Ευαίσθητα μεταξωτά 59'", "delicate_silk_steam": "Ευαίσθητα μεταξωτά + ατμός", @@ -1649,6 +1666,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Ολική φροντίδα", "tumbling": "Κατρακύλισμα", + "ultra_fresh": "Ultra Fresh", "wool": "Μάλλινα", "wool_and_delicates_49": "μαλλινα/ευαισθητα 49'", "wool_dry": "Μάλλινα στέγνωμα", diff --git a/custom_components/hon/translations/en.json b/custom_components/hon/translations/en.json index cc11d70..b7403c7 100644 --- a/custom_components/hon/translations/en.json +++ b/custom_components/hon/translations/en.json @@ -72,7 +72,7 @@ "no_dry": "No drying", "iron_dry": "Iron dry", "no_dry_iron": "Hang", - "cupboard_dry": "Cupboard Dry", + "cupboard_dry": "Cupboard", "extra_dry": "Extra dry", "ready_to_wear": "Ready to wear" }, @@ -328,7 +328,9 @@ "anti_odours": "Anti-odours", "auto_care": "Auto Care", "baby": "Baby", + "babycare": "Babycare", "bed_quilt": "Bed Quilt", + "bulky": "Bulky", "care_30": "Care 30", "care_45": "Care 45", "care_59": "Care 59", @@ -337,6 +339,7 @@ "daily_perfect_59_min": "Daily Perfect 59'", "darks_and_coloured": "Darks & Colored", "delicates": "Delicates", + "down": "Down", "duvet": "Duvet", "eco": "Eco Cotton", "ecospeed_cottons": "Ecospeed Cottons", @@ -351,6 +354,7 @@ "hqd_bed_sheets": "Bed Sheets", "hqd_bulky": "Bulky Items", "hqd_casual": "Casual", + "hqd_checkup": "Check-Up", "hqd_cold_wind_30": "Cool Breeze 30m", "hqd_cold_wind_timing": "Cold Air", "hqd_cotton": "Cotton", @@ -358,11 +362,19 @@ "hqd_delicate": "Delicates", "hqd_diaper": "Diapers", "hqd_duvet": "Synthetic fibre quilted jacket", + "hqd_eco": "HQD ECO", "hqd_feather": "Natural fibre quilted jacket", "hqd_hot_wind_timing": "Warm Embrace", "hqd_hygienic": "Hygienising", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Babycare", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Bulky", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Delicates", + "hqd_i_refresh_pro_down": "I-Refresh Pro Down", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Shirt", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Towel", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Wool", "hqd_jacket": "Jackets", "hqd_jeans": "Jeans", "hqd_luxury": "Luxury", @@ -379,6 +391,7 @@ "hqd_shirt": "Shirts", "hqd_shoes": "Shoes", "hqd_silk": "Silk", + "hqd_smart": "HQD SMART", "hqd_sports": "Sports", "hqd_synthetics": "Synthetics", "hqd_timer": "Timed", @@ -484,6 +497,7 @@ "cottons_steam": "Cotton + Steam", "cotton_care_59": "Cotton Care 59'", "crystals": "Crystals 45°C", + "cycle_ended": "Cycle ended", "delicate_59": "Delicate 59'", "delicate_silk": "Delicate and Silk 59'", "delicate_silk_steam": "Delicate and Silk + Steam", @@ -769,6 +783,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Coloured", "total_care": "Total Care", "tumbling": "Tumbling", + "ultra_fresh": "Ultra Fresh", "wool": "Wool", "wool_and_delicates_49": "Wool and Delicates 49'", "wool_dry": "Wool Dry", @@ -793,6 +808,7 @@ "milk_and_eggs": "Milk & Eggs", "no_mode_selected": "No mode selected", "quick_cool": "QUICK COOL", + "quick_set": "Quick Set", "sea_food": "Ready to cook meal", "smart_mode": "SMART MODE", "smart_mode_title": "Smart Mode", @@ -955,7 +971,7 @@ "no_dry": "No drying", "iron_dry": "Iron dry", "no_dry_iron": "Hang", - "cupboard_dry": "Cupboard Dry", + "cupboard_dry": "Cupboard", "extra_dry": "Extra dry", "ready_to_wear": "Ready to wear" }, @@ -1237,7 +1253,9 @@ "anti_odours": "Anti-odours", "auto_care": "Auto Care", "baby": "Baby", + "babycare": "Babycare", "bed_quilt": "Bed Quilt", + "bulky": "Bulky", "care_30": "Care 30", "care_45": "Care 45", "care_59": "Care 59", @@ -1246,6 +1264,7 @@ "daily_perfect_59_min": "Daily Perfect 59'", "darks_and_coloured": "Darks & Colored", "delicates": "Delicates", + "down": "Down", "duvet": "Duvet", "eco": "Eco Cotton", "ecospeed_cottons": "Ecospeed Cottons", @@ -1260,6 +1279,7 @@ "hqd_bed_sheets": "Bed Sheets", "hqd_bulky": "Bulky Items", "hqd_casual": "Casual", + "hqd_checkup": "Check-Up", "hqd_cold_wind_30": "Cool Breeze 30m", "hqd_cold_wind_timing": "Cold Air", "hqd_cotton": "Cotton", @@ -1267,11 +1287,19 @@ "hqd_delicate": "Delicates", "hqd_diaper": "Diapers", "hqd_duvet": "Synthetic fibre quilted jacket", + "hqd_eco": "HQD ECO", "hqd_feather": "Natural fibre quilted jacket", "hqd_hot_wind_timing": "Warm Embrace", "hqd_hygienic": "Hygienising", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Babycare", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Bulky", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Delicates", + "hqd_i_refresh_pro_down": "I-Refresh Pro Down", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Shirt", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Towel", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Wool", "hqd_jacket": "Jackets", "hqd_jeans": "Jeans", "hqd_luxury": "Luxury", @@ -1288,6 +1316,7 @@ "hqd_shirt": "Shirts", "hqd_shoes": "Shoes", "hqd_silk": "Silk", + "hqd_smart": "HQD SMART", "hqd_sports": "Sports", "hqd_synthetics": "Synthetics", "hqd_timer": "Timed", @@ -1393,6 +1422,7 @@ "cottons_steam": "Cotton + Steam", "cotton_care_59": "Cotton Care 59'", "crystals": "Crystals 45°C", + "cycle_ended": "Cycle ended", "delicate_59": "Delicate 59'", "delicate_silk": "Delicate and Silk 59'", "delicate_silk_steam": "Delicate and Silk + Steam", @@ -1678,6 +1708,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Coloured", "total_care": "Total Care", "tumbling": "Tumbling", + "ultra_fresh": "Ultra Fresh", "wool": "Wool", "wool_and_delicates_49": "Wool and Delicates 49'", "wool_dry": "Wool Dry", @@ -1702,6 +1733,7 @@ "milk_and_eggs": "Milk & Eggs", "no_mode_selected": "No mode selected", "quick_cool": "QUICK COOL", + "quick_set": "Quick Set", "sea_food": "Ready to cook meal", "smart_mode": "SMART MODE", "smart_mode_title": "Smart Mode", diff --git a/custom_components/hon/translations/es.json b/custom_components/hon/translations/es.json index 97c0059..e32dae5 100644 --- a/custom_components/hon/translations/es.json +++ b/custom_components/hon/translations/es.json @@ -194,7 +194,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "Especial", @@ -339,6 +338,7 @@ "hqd_bed_sheets": "Sábanas", "hqd_bulky": "Objetos voluminosos", "hqd_casual": "Casual", + "hqd_checkup": "Revisión", "hqd_cold_wind_30": "Brisa fresca 30 minutos", "hqd_cold_wind_timing": "Aire frío", "hqd_cotton": "Algodón", @@ -351,6 +351,13 @@ "hqd_hygienic": "Higienizar", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Cuidado del bebé", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Cargas voluminosas", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Delicados", + "hqd_i_refresh_pro_down": "I-Refresh Pro Pelusa", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Camisetas", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Toallas", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Lana", "hqd_jacket": "Chaquetas", "hqd_jeans": "Vaqueros", "hqd_luxury": "Lujo", @@ -471,6 +478,7 @@ "cottons_prewash": "Ropa Blanca + Prelavado", "cottons_steam": "Algodón + Vapor", "cotton_care_59": "Cotton Care 59 Min", + "cycle_ended": "Fin del ciclo", "delicate_59": "Delicado 59'", "delicate_silk": "Seda delicada 59'", "delicate_silk_steam": "Seda delicada + vapor", @@ -754,6 +762,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Cuidado total", "tumbling": "Rotación", + "ultra_fresh": "Ultra Fresh", "wool": "Lana", "wool_and_delicates_49": "Lana/Delicados 49'", "wool_dry": "Secado lana", @@ -1089,7 +1098,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "Especial", @@ -1234,6 +1242,7 @@ "hqd_bed_sheets": "Sábanas", "hqd_bulky": "Objetos voluminosos", "hqd_casual": "Casual", + "hqd_checkup": "Revisión", "hqd_cold_wind_30": "Brisa fresca 30 minutos", "hqd_cold_wind_timing": "Aire frío", "hqd_cotton": "Algodón", @@ -1246,6 +1255,13 @@ "hqd_hygienic": "Higienizar", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Cuidado del bebé", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Cargas voluminosas", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Delicados", + "hqd_i_refresh_pro_down": "I-Refresh Pro Pelusa", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Camisetas", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Toallas", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Lana", "hqd_jacket": "Chaquetas", "hqd_jeans": "Vaqueros", "hqd_luxury": "Lujo", @@ -1366,6 +1382,7 @@ "cottons_prewash": "Ropa Blanca + Prelavado", "cottons_steam": "Algodón + Vapor", "cotton_care_59": "Cotton Care 59 Min", + "cycle_ended": "Fin del ciclo", "delicate_59": "Delicado 59'", "delicate_silk": "Seda delicada 59'", "delicate_silk_steam": "Seda delicada + vapor", @@ -1649,6 +1666,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Cuidado total", "tumbling": "Rotación", + "ultra_fresh": "Ultra Fresh", "wool": "Lana", "wool_and_delicates_49": "Lana/Delicados 49'", "wool_dry": "Secado lana", diff --git a/custom_components/hon/translations/fr.json b/custom_components/hon/translations/fr.json index fdb0827..c7419e4 100644 --- a/custom_components/hon/translations/fr.json +++ b/custom_components/hon/translations/fr.json @@ -194,7 +194,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "spécial", @@ -339,6 +338,7 @@ "hqd_bed_sheets": "Draps", "hqd_bulky": "Articles volumineux", "hqd_casual": "Journalier", + "hqd_checkup": "Vérification", "hqd_cold_wind_30": "Brise rafraîchissante 30 minutes", "hqd_cold_wind_timing": "Air froid", "hqd_cotton": "Coton", @@ -351,6 +351,13 @@ "hqd_hygienic": "Hygiénisation", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Babycare", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Volumineux", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Délicats", + "hqd_i_refresh_pro_down": "I-Refresh Pro Duvet", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Chemise", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Serviette", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Laine", "hqd_jacket": "Vestes", "hqd_jeans": "Jeans", "hqd_luxury": "Luxury", @@ -471,6 +478,7 @@ "cottons_prewash": "Coton + prélavage", "cottons_steam": "Coton + Vapeur d'eau", "cotton_care_59": "Cotton Care 59 Min", + "cycle_ended": "Cycle terminé", "delicate_59": "Délicat 59'", "delicate_silk": "Délicat 59'", "delicate_silk_steam": "Délicat + vapeur", @@ -754,6 +762,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Soin total", "tumbling": "Tumble", + "ultra_fresh": "Ultra Fresh", "wool": "Laine", "wool_and_delicates_49": "Laine/Délicat 49'", "wool_dry": "Séchage de la laine", @@ -1089,7 +1098,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "spécial", @@ -1234,6 +1242,7 @@ "hqd_bed_sheets": "Draps", "hqd_bulky": "Articles volumineux", "hqd_casual": "Journalier", + "hqd_checkup": "Vérification", "hqd_cold_wind_30": "Brise rafraîchissante 30 minutes", "hqd_cold_wind_timing": "Air froid", "hqd_cotton": "Coton", @@ -1246,6 +1255,13 @@ "hqd_hygienic": "Hygiénisation", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Babycare", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Volumineux", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Délicats", + "hqd_i_refresh_pro_down": "I-Refresh Pro Duvet", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Chemise", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Serviette", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Laine", "hqd_jacket": "Vestes", "hqd_jeans": "Jeans", "hqd_luxury": "Luxury", @@ -1366,6 +1382,7 @@ "cottons_prewash": "Coton + prélavage", "cottons_steam": "Coton + Vapeur d'eau", "cotton_care_59": "Cotton Care 59 Min", + "cycle_ended": "Cycle terminé", "delicate_59": "Délicat 59'", "delicate_silk": "Délicat 59'", "delicate_silk_steam": "Délicat + vapeur", @@ -1649,6 +1666,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Soin total", "tumbling": "Tumble", + "ultra_fresh": "Ultra Fresh", "wool": "Laine", "wool_and_delicates_49": "Laine/Délicat 49'", "wool_dry": "Séchage de la laine", diff --git a/custom_components/hon/translations/he.json b/custom_components/hon/translations/he.json index 235158e..eefb535 100644 --- a/custom_components/hon/translations/he.json +++ b/custom_components/hon/translations/he.json @@ -110,6 +110,7 @@ "genius": "Genius", "hqd_bath_towel": "Bath towel", "hqd_bulky": "Bulky", + "hqd_checkup": "בְּדִיקָה", "hqd_cold_wind_30": "Cold wind 30 minutes", "hqd_cold_wind_timing": "Cold wind", "hqd_luxury": "Luxury", @@ -302,6 +303,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "טיפול טוטאלי", "tumbling": "נופלים", + "ultra_fresh": "Ultra Fresh", "wool_and_delicates_49": "Wool/Delicates 49'", "wool_dry": "צמר יבש" }, @@ -532,6 +534,7 @@ "genius": "Genius", "hqd_bath_towel": "Bath towel", "hqd_bulky": "Bulky", + "hqd_checkup": "בְּדִיקָה", "hqd_cold_wind_30": "Cold wind 30 minutes", "hqd_cold_wind_timing": "Cold wind", "hqd_luxury": "Luxury", @@ -724,6 +727,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "טיפול טוטאלי", "tumbling": "נופלים", + "ultra_fresh": "Ultra Fresh", "wool_and_delicates_49": "Wool/Delicates 49'", "wool_dry": "צמר יבש" }, diff --git a/custom_components/hon/translations/hr.json b/custom_components/hon/translations/hr.json index d9c8e6b..51c8f65 100644 --- a/custom_components/hon/translations/hr.json +++ b/custom_components/hon/translations/hr.json @@ -194,7 +194,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "Posebno", @@ -339,6 +338,7 @@ "hqd_bed_sheets": "Plahte", "hqd_bulky": "Glomazni komadi", "hqd_casual": "Opušteno", + "hqd_checkup": "Check Up ciklus provjere", "hqd_cold_wind_30": "Hladni zrak, 30 minuta", "hqd_cold_wind_timing": "Hladan zrak", "hqd_cotton": "Pamuk", @@ -351,6 +351,13 @@ "hqd_hygienic": "Higijenizacija", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro dječja njega", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro razno", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro osjetljivo", + "hqd_i_refresh_pro_down": "I-Refresh Pro paperje", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro košulje", + "hqd_i_refresh_pro_towel": "I-Refresh Pro ručnici", + "hqd_i_refresh_pro_wool": "I-Refresh Pro vuna", "hqd_jacket": "Jakne", "hqd_jeans": "Traperice", "hqd_luxury": "Luxury", @@ -471,6 +478,7 @@ "cottons_prewash": "Pamuk + Pretpranje", "cottons_steam": "Pamuk + Para", "cotton_care_59": "Pamuk 59 Min", + "cycle_ended": "Ciklus je završen", "delicate_59": "Osjetljivo rublje 59’", "delicate_silk": "Osjetljiva svila 59'", "delicate_silk_steam": "Osjetljiva svila + para", @@ -754,6 +762,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Potpuna njega", "tumbling": "Sušilica", + "ultra_fresh": "Ultra Fresh", "wool": "Vuna", "wool_and_delicates_49": "Vuna/Osjetljivo 49'", "wool_dry": "Suha vuna", @@ -1089,7 +1098,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "Posebno", @@ -1234,6 +1242,7 @@ "hqd_bed_sheets": "Plahte", "hqd_bulky": "Glomazni komadi", "hqd_casual": "Opušteno", + "hqd_checkup": "Check Up ciklus provjere", "hqd_cold_wind_30": "Hladni zrak, 30 minuta", "hqd_cold_wind_timing": "Hladan zrak", "hqd_cotton": "Pamuk", @@ -1246,6 +1255,13 @@ "hqd_hygienic": "Higijenizacija", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro dječja njega", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro razno", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro osjetljivo", + "hqd_i_refresh_pro_down": "I-Refresh Pro paperje", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro košulje", + "hqd_i_refresh_pro_towel": "I-Refresh Pro ručnici", + "hqd_i_refresh_pro_wool": "I-Refresh Pro vuna", "hqd_jacket": "Jakne", "hqd_jeans": "Traperice", "hqd_luxury": "Luxury", @@ -1366,6 +1382,7 @@ "cottons_prewash": "Pamuk + Pretpranje", "cottons_steam": "Pamuk + Para", "cotton_care_59": "Pamuk 59 Min", + "cycle_ended": "Ciklus je završen", "delicate_59": "Osjetljivo rublje 59’", "delicate_silk": "Osjetljiva svila 59'", "delicate_silk_steam": "Osjetljiva svila + para", @@ -1649,6 +1666,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Potpuna njega", "tumbling": "Sušilica", + "ultra_fresh": "Ultra Fresh", "wool": "Vuna", "wool_and_delicates_49": "Vuna/Osjetljivo 49'", "wool_dry": "Suha vuna", diff --git a/custom_components/hon/translations/it.json b/custom_components/hon/translations/it.json index c22ea39..533f1e0 100644 --- a/custom_components/hon/translations/it.json +++ b/custom_components/hon/translations/it.json @@ -340,6 +340,7 @@ "hqd_bed_sheets": "Lenzuola", "hqd_bulky": "Vestiti voluminosi", "hqd_casual": "Casual", + "hqd_checkup": "Check-Up", "hqd_cold_wind_30": "Brezza rinfrescante 30m", "hqd_cold_wind_timing": "Aria Fredda", "hqd_cotton": "Cotone", @@ -352,6 +353,13 @@ "hqd_hygienic": "Igienizzante", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Babycare", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Voluminosi", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Delicati", + "hqd_i_refresh_pro_down": "I-Refresh Pro Piumino", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Camicia", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Towel", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Lana", "hqd_jacket": "Giacche", "hqd_jeans": "Jeans", "hqd_luxury": "Capi Pregiati", @@ -472,6 +480,7 @@ "cottons_prewash": "Cotone + Prelavaggio", "cottons_steam": "Cotone + Vapore", "cotton_care_59": "Cotton Care 59'", + "cycle_ended": "Programma terminato", "delicate_59": "Delicati 59'", "delicate_silk": "Delicati e Seta 59'", "delicate_silk_steam": "Delicati e Seta + Vapore", @@ -755,6 +764,7 @@ "tailored_synthetic_and_coloured": "Sartoriale Sintetico Colorato", "total_care": "Total Care", "tumbling": "Tumbling", + "ultra_fresh": "Ultra Fresh", "wool": "Lana", "wool_and_delicates_49": "Lana e Delicati 49'", "wool_dry": "Asciugatura Lana", @@ -1242,6 +1252,7 @@ "hqd_bed_sheets": "Lenzuola", "hqd_bulky": "Vestiti voluminosi", "hqd_casual": "Casual", + "hqd_checkup": "Check-Up", "hqd_cold_wind_30": "Brezza rinfrescante 30m", "hqd_cold_wind_timing": "Aria Fredda", "hqd_cotton": "Cotone", @@ -1254,6 +1265,13 @@ "hqd_hygienic": "Igienizzante", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Babycare", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Voluminosi", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Delicati", + "hqd_i_refresh_pro_down": "I-Refresh Pro Piumino", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Camicia", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Towel", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Lana", "hqd_jacket": "Giacche", "hqd_jeans": "Jeans", "hqd_luxury": "Capi Pregiati", @@ -1374,6 +1392,7 @@ "cottons_prewash": "Cotone + Prelavaggio", "cottons_steam": "Cotone + Vapore", "cotton_care_59": "Cotton Care 59'", + "cycle_ended": "Programma terminato", "delicate_59": "Delicati 59'", "delicate_silk": "Delicati e Seta 59'", "delicate_silk_steam": "Delicati e Seta + Vapore", @@ -1657,6 +1676,7 @@ "tailored_synthetic_and_coloured": "Sartoriale Sintetico Colorato", "total_care": "Total Care", "tumbling": "Tumbling", + "ultra_fresh": "Ultra Fresh", "wool": "Lana", "wool_and_delicates_49": "Lana e Delicati 49'", "wool_dry": "Asciugatura Lana", diff --git a/custom_components/hon/translations/nl.json b/custom_components/hon/translations/nl.json index 9c10054..a6dc029 100644 --- a/custom_components/hon/translations/nl.json +++ b/custom_components/hon/translations/nl.json @@ -194,7 +194,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "speciaal", @@ -339,6 +338,7 @@ "hqd_bed_sheets": "Beddengoed", "hqd_bulky": "Grote artikelen", "hqd_casual": "Casual", + "hqd_checkup": "Controle", "hqd_cold_wind_30": "30 minuten koel briesje", "hqd_cold_wind_timing": "Koude lucht", "hqd_cotton": "Katoen", @@ -351,6 +351,13 @@ "hqd_hygienic": "Ontsmetten", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Babyverzorging", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Volumineus", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Fijne was", + "hqd_i_refresh_pro_down": "I-Refresh Pro Dons", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Shirt", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Handdoeken", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Wol", "hqd_jacket": "Jassen", "hqd_jeans": "Jeans", "hqd_luxury": "Luxury", @@ -471,6 +478,7 @@ "cottons_prewash": "Katoen + voorwas", "cottons_steam": "Katoen + Stoom", "cotton_care_59": "Cotton Care 59 Min", + "cycle_ended": "Einde cyclus", "delicate_59": "Fijne was 59'", "delicate_silk": "Fijne was Zijde 59'", "delicate_silk_steam": "Fijne was Zijde + Stoom", @@ -754,6 +762,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Total Care", "tumbling": "Trommeldrogen", + "ultra_fresh": "Ultra Fresh", "wool": "Wol", "wool_and_delicates_49": "Wol/Fijne was 49'", "wool_dry": "Wol drogen", @@ -1089,7 +1098,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "speciaal", @@ -1234,6 +1242,7 @@ "hqd_bed_sheets": "Beddengoed", "hqd_bulky": "Grote artikelen", "hqd_casual": "Casual", + "hqd_checkup": "Controle", "hqd_cold_wind_30": "30 minuten koel briesje", "hqd_cold_wind_timing": "Koude lucht", "hqd_cotton": "Katoen", @@ -1246,6 +1255,13 @@ "hqd_hygienic": "Ontsmetten", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Babyverzorging", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Volumineus", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Fijne was", + "hqd_i_refresh_pro_down": "I-Refresh Pro Dons", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Shirt", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Handdoeken", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Wol", "hqd_jacket": "Jassen", "hqd_jeans": "Jeans", "hqd_luxury": "Luxury", @@ -1366,6 +1382,7 @@ "cottons_prewash": "Katoen + voorwas", "cottons_steam": "Katoen + Stoom", "cotton_care_59": "Cotton Care 59 Min", + "cycle_ended": "Einde cyclus", "delicate_59": "Fijne was 59'", "delicate_silk": "Fijne was Zijde 59'", "delicate_silk_steam": "Fijne was Zijde + Stoom", @@ -1649,6 +1666,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Total Care", "tumbling": "Trommeldrogen", + "ultra_fresh": "Ultra Fresh", "wool": "Wol", "wool_and_delicates_49": "Wol/Fijne was 49'", "wool_dry": "Wol drogen", diff --git a/custom_components/hon/translations/pl.json b/custom_components/hon/translations/pl.json index 5dd2389..75d4123 100644 --- a/custom_components/hon/translations/pl.json +++ b/custom_components/hon/translations/pl.json @@ -194,7 +194,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "specjalne", @@ -339,6 +338,7 @@ "hqd_bed_sheets": "Prześcieradła", "hqd_bulky": "Elementy wielkogabarytowe", "hqd_casual": "Nieformalny", + "hqd_checkup": "Kontrola", "hqd_cold_wind_30": "Chłodna bryza 30 minut", "hqd_cold_wind_timing": "Zimne powietrze", "hqd_cotton": "Bawełna", @@ -351,6 +351,13 @@ "hqd_hygienic": "Higienizacja", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Pielęgnacja niemowląt", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Duże przedmioty", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Delikatne", + "hqd_i_refresh_pro_down": "I-Refresh Pro Puch", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Koszula", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Ręcznik", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Wełna", "hqd_jacket": "Kurtki", "hqd_jeans": "Dżins", "hqd_luxury": "Luxury", @@ -471,6 +478,7 @@ "cottons_prewash": "Bawełna + pranie wstępne", "cottons_steam": "Bawełna + Para", "cotton_care_59": "Cotton Care 59 Min", + "cycle_ended": "Cykl zakończony", "delicate_59": "Delikatne 59’", "delicate_silk": "Delikatny jedwab 59'", "delicate_silk_steam": "Delikatny jedwab + Para", @@ -754,6 +762,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Total Care", "tumbling": "Bęben", + "ultra_fresh": "Ultra Fresh", "wool": "Wełna", "wool_and_delicates_49": "Wełna/Delikatne 49'", "wool_dry": "Suszenie wełny", @@ -1089,7 +1098,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "specjalne", @@ -1234,6 +1242,7 @@ "hqd_bed_sheets": "Prześcieradła", "hqd_bulky": "Elementy wielkogabarytowe", "hqd_casual": "Nieformalny", + "hqd_checkup": "Kontrola", "hqd_cold_wind_30": "Chłodna bryza 30 minut", "hqd_cold_wind_timing": "Zimne powietrze", "hqd_cotton": "Bawełna", @@ -1246,6 +1255,13 @@ "hqd_hygienic": "Higienizacja", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Pielęgnacja niemowląt", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Duże przedmioty", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Delikatne", + "hqd_i_refresh_pro_down": "I-Refresh Pro Puch", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Koszula", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Ręcznik", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Wełna", "hqd_jacket": "Kurtki", "hqd_jeans": "Dżins", "hqd_luxury": "Luxury", @@ -1366,6 +1382,7 @@ "cottons_prewash": "Bawełna + pranie wstępne", "cottons_steam": "Bawełna + Para", "cotton_care_59": "Cotton Care 59 Min", + "cycle_ended": "Cykl zakończony", "delicate_59": "Delikatne 59’", "delicate_silk": "Delikatny jedwab 59'", "delicate_silk_steam": "Delikatny jedwab + Para", @@ -1649,6 +1666,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Total Care", "tumbling": "Bęben", + "ultra_fresh": "Ultra Fresh", "wool": "Wełna", "wool_and_delicates_49": "Wełna/Delikatne 49'", "wool_dry": "Suszenie wełny", diff --git a/custom_components/hon/translations/pt.json b/custom_components/hon/translations/pt.json index 2100410..6a7ec26 100644 --- a/custom_components/hon/translations/pt.json +++ b/custom_components/hon/translations/pt.json @@ -194,7 +194,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "especial", @@ -339,6 +338,7 @@ "hqd_bed_sheets": "Lençóis", "hqd_bulky": "Itens volumosos", "hqd_casual": "Casual", + "hqd_checkup": "Check-Up", "hqd_cold_wind_30": "Brisa fresca durante 30 minutos", "hqd_cold_wind_timing": "Ar frio", "hqd_cotton": "Algodão", @@ -351,6 +351,13 @@ "hqd_hygienic": "Higienização", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Cuidados do bebé", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Itens volumosos", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Delicados", + "hqd_i_refresh_pro_down": "I-Refresh Pro Forros", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Camisas", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Toalhas", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Lãs", "hqd_jacket": "Casacos", "hqd_jeans": "Jeans", "hqd_luxury": "Peças requintadas", @@ -471,6 +478,7 @@ "cottons_prewash": "Algodões + Pré-lavagem", "cottons_steam": "Algodão + Vapor", "cotton_care_59": "Algodões 59 min", + "cycle_ended": "Fim do ciclo", "delicate_59": "Delicados 59'", "delicate_silk": "Seda delicada 59'", "delicate_silk_steam": "Seda delicada + vapor", @@ -754,6 +762,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Cuidado Total", "tumbling": "Secar na máquina", + "ultra_fresh": "Ultra Fresh", "wool": "Lãs", "wool_and_delicates_49": "Lãs/Delicados 49'", "wool_dry": "Secagem de lãs", @@ -1089,7 +1098,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "especial", @@ -1234,6 +1242,7 @@ "hqd_bed_sheets": "Lençóis", "hqd_bulky": "Itens volumosos", "hqd_casual": "Casual", + "hqd_checkup": "Check-Up", "hqd_cold_wind_30": "Brisa fresca durante 30 minutos", "hqd_cold_wind_timing": "Ar frio", "hqd_cotton": "Algodão", @@ -1246,6 +1255,13 @@ "hqd_hygienic": "Higienização", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Cuidados do bebé", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Itens volumosos", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Delicados", + "hqd_i_refresh_pro_down": "I-Refresh Pro Forros", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Camisas", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Toalhas", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Lãs", "hqd_jacket": "Casacos", "hqd_jeans": "Jeans", "hqd_luxury": "Peças requintadas", @@ -1366,6 +1382,7 @@ "cottons_prewash": "Algodões + Pré-lavagem", "cottons_steam": "Algodão + Vapor", "cotton_care_59": "Algodões 59 min", + "cycle_ended": "Fim do ciclo", "delicate_59": "Delicados 59'", "delicate_silk": "Seda delicada 59'", "delicate_silk_steam": "Seda delicada + vapor", @@ -1649,6 +1666,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Cuidado Total", "tumbling": "Secar na máquina", + "ultra_fresh": "Ultra Fresh", "wool": "Lãs", "wool_and_delicates_49": "Lãs/Delicados 49'", "wool_dry": "Secagem de lãs", diff --git a/custom_components/hon/translations/ro.json b/custom_components/hon/translations/ro.json index 303e1f6..59ec234 100644 --- a/custom_components/hon/translations/ro.json +++ b/custom_components/hon/translations/ro.json @@ -194,7 +194,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "special", @@ -339,6 +338,7 @@ "hqd_bed_sheets": "Cearceafuri", "hqd_bulky": "Articole voluminoase", "hqd_casual": "Articole obișnuite", + "hqd_checkup": "Verificare", "hqd_cold_wind_30": "Vânt rece 30 minute", "hqd_cold_wind_timing": "Aer rece", "hqd_cotton": "Bumbac", @@ -351,6 +351,13 @@ "hqd_hygienic": "Igienizare", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Îngrijire bebeluși", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Voluminoase", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Delicate", + "hqd_i_refresh_pro_down": "I-Refresh Pro Puf", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Tricou", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Prosoape", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Lână", "hqd_jacket": "Jachete", "hqd_jeans": "Blugi", "hqd_luxury": "Luxury", @@ -471,6 +478,7 @@ "cottons_prewash": "Bumbac + Prespălare", "cottons_steam": "Bumbac + Abur", "cotton_care_59": "Bumbac 59 Min", + "cycle_ended": "Ciclul s-a încheiat", "delicate_59": "Delicate 59'", "delicate_silk": "Mătase delicată 59'", "delicate_silk_steam": "Mătase delicată + abur", @@ -754,6 +762,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Îngrijire totală", "tumbling": "Tambur", + "ultra_fresh": "Ultra Fresh", "wool": "Lână", "wool_and_delicates_49": "Lână/Delicate 49'", "wool_dry": "Uscarea lânii", @@ -1089,7 +1098,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "special", @@ -1234,6 +1242,7 @@ "hqd_bed_sheets": "Cearceafuri", "hqd_bulky": "Articole voluminoase", "hqd_casual": "Articole obișnuite", + "hqd_checkup": "Verificare", "hqd_cold_wind_30": "Vânt rece 30 minute", "hqd_cold_wind_timing": "Aer rece", "hqd_cotton": "Bumbac", @@ -1246,6 +1255,13 @@ "hqd_hygienic": "Igienizare", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Îngrijire bebeluși", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Voluminoase", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Delicate", + "hqd_i_refresh_pro_down": "I-Refresh Pro Puf", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Tricou", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Prosoape", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Lână", "hqd_jacket": "Jachete", "hqd_jeans": "Blugi", "hqd_luxury": "Luxury", @@ -1366,6 +1382,7 @@ "cottons_prewash": "Bumbac + Prespălare", "cottons_steam": "Bumbac + Abur", "cotton_care_59": "Bumbac 59 Min", + "cycle_ended": "Ciclul s-a încheiat", "delicate_59": "Delicate 59'", "delicate_silk": "Mătase delicată 59'", "delicate_silk_steam": "Mătase delicată + abur", @@ -1649,6 +1666,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Îngrijire totală", "tumbling": "Tambur", + "ultra_fresh": "Ultra Fresh", "wool": "Lână", "wool_and_delicates_49": "Lână/Delicate 49'", "wool_dry": "Uscarea lânii", diff --git a/custom_components/hon/translations/ru.json b/custom_components/hon/translations/ru.json index a0b88fa..1fb0516 100644 --- a/custom_components/hon/translations/ru.json +++ b/custom_components/hon/translations/ru.json @@ -194,7 +194,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "специальные", @@ -339,6 +338,7 @@ "hqd_bed_sheets": "Простыни", "hqd_bulky": "Объемные изделия", "hqd_casual": "Повседневная одежда", + "hqd_checkup": "Проверка", "hqd_cold_wind_30": "Прохладный обдув 30 минут", "hqd_cold_wind_timing": "Холодный воздух", "hqd_cotton": "Хлопок", @@ -351,6 +351,13 @@ "hqd_hygienic": "Санитарная обработка", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Детские вещи", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Объемные изделия", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Деликатные изделия", + "hqd_i_refresh_pro_down": "I-Refresh Pro Пух", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Рубашки", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Полотенца", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Шерсть", "hqd_jacket": "Куртки", "hqd_jeans": "Джинсы", "hqd_luxury": "Люксовые изделия", @@ -471,6 +478,7 @@ "cottons_prewash": "хлопок + предвар.", "cottons_steam": "Хлопок + Пар", "cotton_care_59": "хлопок 59 минут", + "cycle_ended": "Окончание цикла", "delicate_59": "Деликатная 59 мин.", "delicate_silk": "Деликатная ткань (шелк) 59'", "delicate_silk_steam": "Деликатная ткань (шелк) + пар", @@ -754,6 +762,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Общий уход", "tumbling": "Барабан", + "ultra_fresh": "Ultra Fresh", "wool": "Шерсть", "wool_and_delicates_49": "шерсть/деликатные 49'", "wool_dry": "Сушка шерсти", @@ -1089,7 +1098,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "специальные", @@ -1234,6 +1242,7 @@ "hqd_bed_sheets": "Простыни", "hqd_bulky": "Объемные изделия", "hqd_casual": "Повседневная одежда", + "hqd_checkup": "Проверка", "hqd_cold_wind_30": "Прохладный обдув 30 минут", "hqd_cold_wind_timing": "Холодный воздух", "hqd_cotton": "Хлопок", @@ -1246,6 +1255,13 @@ "hqd_hygienic": "Санитарная обработка", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Детские вещи", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Объемные изделия", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Деликатные изделия", + "hqd_i_refresh_pro_down": "I-Refresh Pro Пух", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Рубашки", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Полотенца", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Шерсть", "hqd_jacket": "Куртки", "hqd_jeans": "Джинсы", "hqd_luxury": "Люксовые изделия", @@ -1366,6 +1382,7 @@ "cottons_prewash": "хлопок + предвар.", "cottons_steam": "Хлопок + Пар", "cotton_care_59": "хлопок 59 минут", + "cycle_ended": "Окончание цикла", "delicate_59": "Деликатная 59 мин.", "delicate_silk": "Деликатная ткань (шелк) 59'", "delicate_silk_steam": "Деликатная ткань (шелк) + пар", @@ -1649,6 +1666,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Общий уход", "tumbling": "Барабан", + "ultra_fresh": "Ultra Fresh", "wool": "Шерсть", "wool_and_delicates_49": "шерсть/деликатные 49'", "wool_dry": "Сушка шерсти", diff --git a/custom_components/hon/translations/sk.json b/custom_components/hon/translations/sk.json index 5623c44..7150ddb 100644 --- a/custom_components/hon/translations/sk.json +++ b/custom_components/hon/translations/sk.json @@ -194,7 +194,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "špeciál", @@ -339,6 +338,7 @@ "hqd_bed_sheets": "Posteľná bielizeň", "hqd_bulky": "Objemné položky", "hqd_casual": "Neformálne", + "hqd_checkup": "Kontrola", "hqd_cold_wind_30": "Chladný vánok 30 minút", "hqd_cold_wind_timing": "Studený vzduch", "hqd_cotton": "Bavlna", @@ -351,6 +351,13 @@ "hqd_hygienic": "Hygienizácia", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro – detské", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro – veľké množstvo", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro – jemné", + "hqd_i_refresh_pro_down": "I-Refresh Pro – páperie", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro – košele", + "hqd_i_refresh_pro_towel": "I-Refresh Pro – uteráky", + "hqd_i_refresh_pro_wool": "I-Refresh Pro – vlna", "hqd_jacket": "Bundy", "hqd_jeans": "Džínsy", "hqd_luxury": "Luxury", @@ -471,6 +478,7 @@ "cottons_prewash": "Bavlna + Predpierka", "cottons_steam": "Bavlna + Para", "cotton_care_59": "Bavlna 59 Min", + "cycle_ended": "Cyklus sa skončil", "delicate_59": "Jemné materiály 59 min.", "delicate_silk": "Jemný hodváb 59'", "delicate_silk_steam": "Jemný hodváb + Para", @@ -754,6 +762,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Celková starostlivosť", "tumbling": "Bubnové sušenie", + "ultra_fresh": "Ultra Fresh", "wool": "Vlna", "wool_and_delicates_49": "Vlna/Jemné 49'", "wool_dry": "Vlna suchá", @@ -1089,7 +1098,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "špeciál", @@ -1234,6 +1242,7 @@ "hqd_bed_sheets": "Posteľná bielizeň", "hqd_bulky": "Objemné položky", "hqd_casual": "Neformálne", + "hqd_checkup": "Kontrola", "hqd_cold_wind_30": "Chladný vánok 30 minút", "hqd_cold_wind_timing": "Studený vzduch", "hqd_cotton": "Bavlna", @@ -1246,6 +1255,13 @@ "hqd_hygienic": "Hygienizácia", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro – detské", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro – veľké množstvo", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro – jemné", + "hqd_i_refresh_pro_down": "I-Refresh Pro – páperie", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro – košele", + "hqd_i_refresh_pro_towel": "I-Refresh Pro – uteráky", + "hqd_i_refresh_pro_wool": "I-Refresh Pro – vlna", "hqd_jacket": "Bundy", "hqd_jeans": "Džínsy", "hqd_luxury": "Luxury", @@ -1366,6 +1382,7 @@ "cottons_prewash": "Bavlna + Predpierka", "cottons_steam": "Bavlna + Para", "cotton_care_59": "Bavlna 59 Min", + "cycle_ended": "Cyklus sa skončil", "delicate_59": "Jemné materiály 59 min.", "delicate_silk": "Jemný hodváb 59'", "delicate_silk_steam": "Jemný hodváb + Para", @@ -1649,6 +1666,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Celková starostlivosť", "tumbling": "Bubnové sušenie", + "ultra_fresh": "Ultra Fresh", "wool": "Vlna", "wool_and_delicates_49": "Vlna/Jemné 49'", "wool_dry": "Vlna suchá", diff --git a/custom_components/hon/translations/sl.json b/custom_components/hon/translations/sl.json index 4d5341a..dbda6c3 100644 --- a/custom_components/hon/translations/sl.json +++ b/custom_components/hon/translations/sl.json @@ -194,7 +194,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "posebno", @@ -339,6 +338,7 @@ "hqd_bed_sheets": "Rjuhe", "hqd_bulky": "Večji kosi", "hqd_casual": "Za prosti čas", + "hqd_checkup": "Pregled", "hqd_cold_wind_30": "Hladen vetrič 30 minut", "hqd_cold_wind_timing": "Mrzel zrak", "hqd_cotton": "Bombaž", @@ -351,6 +351,13 @@ "hqd_hygienic": "Higienizacija", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro otroška oblačila", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro večji kosi", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro občutljiva oblačila", + "hqd_i_refresh_pro_down": "I-Refresh Pro puh", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro srajce", + "hqd_i_refresh_pro_towel": "I-Refresh Pro brisače", + "hqd_i_refresh_pro_wool": "I-Refresh Pro volna", "hqd_jacket": "Suknjiči", "hqd_jeans": "Kavbojke", "hqd_luxury": "Luxury", @@ -471,6 +478,7 @@ "cottons_prewash": "Bombaž + predpranje", "cottons_steam": "Bombaž + Para", "cotton_care_59": "Bombaž 59 min.", + "cycle_ended": "Cikel se je končal", "delicate_59": "Občutljivo 59'", "delicate_silk": "Občutljiva svila 59'", "delicate_silk_steam": "Občutljiva svila + para", @@ -754,6 +762,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Popolna nega", "tumbling": "Boben", + "ultra_fresh": "Ultra Fresh", "wool": "Volna", "wool_and_delicates_49": "Volna/Občutljive tkanine 49'", "wool_dry": "Sušenje volne", @@ -1089,7 +1098,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "posebno", @@ -1234,6 +1242,7 @@ "hqd_bed_sheets": "Rjuhe", "hqd_bulky": "Večji kosi", "hqd_casual": "Za prosti čas", + "hqd_checkup": "Pregled", "hqd_cold_wind_30": "Hladen vetrič 30 minut", "hqd_cold_wind_timing": "Mrzel zrak", "hqd_cotton": "Bombaž", @@ -1246,6 +1255,13 @@ "hqd_hygienic": "Higienizacija", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro otroška oblačila", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro večji kosi", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro občutljiva oblačila", + "hqd_i_refresh_pro_down": "I-Refresh Pro puh", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro srajce", + "hqd_i_refresh_pro_towel": "I-Refresh Pro brisače", + "hqd_i_refresh_pro_wool": "I-Refresh Pro volna", "hqd_jacket": "Suknjiči", "hqd_jeans": "Kavbojke", "hqd_luxury": "Luxury", @@ -1366,6 +1382,7 @@ "cottons_prewash": "Bombaž + predpranje", "cottons_steam": "Bombaž + Para", "cotton_care_59": "Bombaž 59 min.", + "cycle_ended": "Cikel se je končal", "delicate_59": "Občutljivo 59'", "delicate_silk": "Občutljiva svila 59'", "delicate_silk_steam": "Občutljiva svila + para", @@ -1649,6 +1666,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Popolna nega", "tumbling": "Boben", + "ultra_fresh": "Ultra Fresh", "wool": "Volna", "wool_and_delicates_49": "Volna/Občutljive tkanine 49'", "wool_dry": "Sušenje volne", diff --git a/custom_components/hon/translations/sr.json b/custom_components/hon/translations/sr.json index 923d980..a2ef373 100644 --- a/custom_components/hon/translations/sr.json +++ b/custom_components/hon/translations/sr.json @@ -194,7 +194,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "posebno", @@ -339,6 +338,7 @@ "hqd_bed_sheets": "Posteljina", "hqd_bulky": "Glomazni artikli", "hqd_casual": "Neformalno", + "hqd_checkup": "Provera", "hqd_cold_wind_30": "Hladan vazduh 30 minuta", "hqd_cold_wind_timing": "Hladan vazduh", "hqd_cotton": "Pamuk", @@ -351,6 +351,13 @@ "hqd_hygienic": "Higijenski", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Babycare", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro kabaste stvari", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro osetljive tkanine", + "hqd_i_refresh_pro_down": "I-Refresh Pro perje", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro košulja", + "hqd_i_refresh_pro_towel": "I-Refresh Pro peškir", + "hqd_i_refresh_pro_wool": "I-Refresh Pro vuna", "hqd_jacket": "Jakne", "hqd_jeans": "Džins", "hqd_luxury": "Luksuzno", @@ -471,6 +478,7 @@ "cottons_prewash": "Pamuk + Predpranje", "cottons_steam": "Pamuk + Para", "cotton_care_59": "Pamuk 59 Min", + "cycle_ended": "Ciklus je završen", "delicate_59": "Delikatni 59'", "delicate_silk": "Osetljiva svila 59'", "delicate_silk_steam": "Osetljiva svila + para", @@ -754,6 +762,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Kompletna nega", "tumbling": "Sušenje", + "ultra_fresh": "Ultra Fresh", "wool": "Vuna", "wool_and_delicates_49": "Vuna/Delikatni 49'", "wool_dry": "Sušenje vune", @@ -1089,7 +1098,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "posebno", @@ -1234,6 +1242,7 @@ "hqd_bed_sheets": "Posteljina", "hqd_bulky": "Glomazni artikli", "hqd_casual": "Neformalno", + "hqd_checkup": "Provera", "hqd_cold_wind_30": "Hladan vazduh 30 minuta", "hqd_cold_wind_timing": "Hladan vazduh", "hqd_cotton": "Pamuk", @@ -1246,6 +1255,13 @@ "hqd_hygienic": "Higijenski", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Babycare", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro kabaste stvari", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro osetljive tkanine", + "hqd_i_refresh_pro_down": "I-Refresh Pro perje", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro košulja", + "hqd_i_refresh_pro_towel": "I-Refresh Pro peškir", + "hqd_i_refresh_pro_wool": "I-Refresh Pro vuna", "hqd_jacket": "Jakne", "hqd_jeans": "Džins", "hqd_luxury": "Luksuzno", @@ -1366,6 +1382,7 @@ "cottons_prewash": "Pamuk + Predpranje", "cottons_steam": "Pamuk + Para", "cotton_care_59": "Pamuk 59 Min", + "cycle_ended": "Ciklus je završen", "delicate_59": "Delikatni 59'", "delicate_silk": "Osetljiva svila 59'", "delicate_silk_steam": "Osetljiva svila + para", @@ -1649,6 +1666,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Kompletna nega", "tumbling": "Sušenje", + "ultra_fresh": "Ultra Fresh", "wool": "Vuna", "wool_and_delicates_49": "Vuna/Delikatni 49'", "wool_dry": "Sušenje vune", diff --git a/custom_components/hon/translations/tr.json b/custom_components/hon/translations/tr.json index be5240a..f528258 100644 --- a/custom_components/hon/translations/tr.json +++ b/custom_components/hon/translations/tr.json @@ -194,7 +194,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "özel", @@ -339,6 +338,7 @@ "hqd_bed_sheets": "Çarşaflar", "hqd_bulky": "Hacimli eşyalar", "hqd_casual": "Gündelik", + "hqd_checkup": "Check-up", "hqd_cold_wind_30": "Serin esinti 30 dakika", "hqd_cold_wind_timing": "Soğuk Hava", "hqd_cotton": "Pamuk", @@ -351,6 +351,13 @@ "hqd_hygienic": "Hijyen", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Bebek Bakımı", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Hacimli Eşyalar", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Narinler", + "hqd_i_refresh_pro_down": "I-Refresh Pro Kuş Tüyü", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Gömlek", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Havlu", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Yün", "hqd_jacket": "Ceketler", "hqd_jeans": "Kot pantolon", "hqd_luxury": "Konfor", @@ -471,6 +478,7 @@ "cottons_prewash": "Pamuklular + Ön Yıkama", "cottons_steam": "Pamuklular + Buhar", "cotton_care_59": "Pamuklular 59 dk", + "cycle_ended": "Program sona erdi", "delicate_59": "Narin 59'", "delicate_silk": "Hassas İpek 59'", "delicate_silk_steam": "Hassas İpek + Buhar", @@ -754,6 +762,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Toplam Bakım", "tumbling": "Döndürme", + "ultra_fresh": "Ultra Fresh", "wool": "Yünlüler", "wool_and_delicates_49": "Yünlü/Hassas 49'", "wool_dry": "Yünlü kurutma", @@ -1089,7 +1098,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "özel", @@ -1234,6 +1242,7 @@ "hqd_bed_sheets": "Çarşaflar", "hqd_bulky": "Hacimli eşyalar", "hqd_casual": "Gündelik", + "hqd_checkup": "Check-up", "hqd_cold_wind_30": "Serin esinti 30 dakika", "hqd_cold_wind_timing": "Soğuk Hava", "hqd_cotton": "Pamuk", @@ -1246,6 +1255,13 @@ "hqd_hygienic": "Hijyen", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro Bebek Bakımı", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro Hacimli Eşyalar", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro Narinler", + "hqd_i_refresh_pro_down": "I-Refresh Pro Kuş Tüyü", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro Gömlek", + "hqd_i_refresh_pro_towel": "I-Refresh Pro Havlu", + "hqd_i_refresh_pro_wool": "I-Refresh Pro Yün", "hqd_jacket": "Ceketler", "hqd_jeans": "Kot pantolon", "hqd_luxury": "Konfor", @@ -1366,6 +1382,7 @@ "cottons_prewash": "Pamuklular + Ön Yıkama", "cottons_steam": "Pamuklular + Buhar", "cotton_care_59": "Pamuklular 59 dk", + "cycle_ended": "Program sona erdi", "delicate_59": "Narin 59'", "delicate_silk": "Hassas İpek 59'", "delicate_silk_steam": "Hassas İpek + Buhar", @@ -1649,6 +1666,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "Toplam Bakım", "tumbling": "Döndürme", + "ultra_fresh": "Ultra Fresh", "wool": "Yünlüler", "wool_and_delicates_49": "Yünlü/Hassas 49'", "wool_dry": "Yünlü kurutma", diff --git a/custom_components/hon/translations/zh.json b/custom_components/hon/translations/zh.json index e9b0d54..a0d1aad 100644 --- a/custom_components/hon/translations/zh.json +++ b/custom_components/hon/translations/zh.json @@ -187,7 +187,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "特殊", @@ -332,6 +331,7 @@ "hqd_bed_sheets": "床单", "hqd_bulky": "大件物品", "hqd_casual": "休闲", + "hqd_checkup": "检测", "hqd_cold_wind_30": "凉风 30 分钟", "hqd_cold_wind_timing": "冷气", "hqd_cotton": "棉布", @@ -344,6 +344,13 @@ "hqd_hygienic": "卫生保护", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro 婴儿衣物", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro 大件", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro 精致衣物", + "hqd_i_refresh_pro_down": "I-Refresh Pro 羽绒", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro 衬衫", + "hqd_i_refresh_pro_towel": "I-Refresh Pro 毛巾", + "hqd_i_refresh_pro_wool": "I-Refresh Pro 羊毛衣物", "hqd_jacket": "夹克", "hqd_jeans": "牛仔裤", "hqd_luxury": "奢侈衣物", @@ -464,6 +471,7 @@ "cottons_prewash": "棉麻+预洗", "cottons_steam": "棉质 + 蒸汽", "cotton_care_59": "棉麻洗59\"", + "cycle_ended": "循环已结束", "delicate_59": "精致 59'", "delicate_silk": "精致丝绸 59'", "delicate_silk_steam": "精致丝绸 + 蒸汽", @@ -747,6 +755,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "全面护理", "tumbling": "滚筒烘干", + "ultra_fresh": "Ultra Fresh", "wool": "羊毛衣物", "wool_and_delicates_49": "羊毛", "wool_dry": "羊毛衣物烘干", @@ -1075,7 +1084,6 @@ "smart_ai": "Smart AI", "smart_ai_pro": "Smart AI Pro", "smart_ai_pro_soil": "Smart AI Pro", - "smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid_soil": "Smart AI Rapid", "smart_ai_soil": "Smart AI", "special": "特殊", @@ -1220,6 +1228,7 @@ "hqd_bed_sheets": "床单", "hqd_bulky": "大件物品", "hqd_casual": "休闲", + "hqd_checkup": "检测", "hqd_cold_wind_30": "凉风 30 分钟", "hqd_cold_wind_timing": "冷气", "hqd_cotton": "棉布", @@ -1232,6 +1241,13 @@ "hqd_hygienic": "卫生保护", "hqd_i_refresh": "I-Refresh", "hqd_i_refresh_pro": "I-Refresh Pro", + "hqd_i_refresh_pro_babycare": "I-Refresh Pro 婴儿衣物", + "hqd_i_refresh_pro_bulky": "I-Refresh Pro 大件", + "hqd_i_refresh_pro_delicates": "I-Refresh Pro 精致衣物", + "hqd_i_refresh_pro_down": "I-Refresh Pro 羽绒", + "hqd_i_refresh_pro_shirt": "I-Refresh Pro 衬衫", + "hqd_i_refresh_pro_towel": "I-Refresh Pro 毛巾", + "hqd_i_refresh_pro_wool": "I-Refresh Pro 羊毛衣物", "hqd_jacket": "夹克", "hqd_jeans": "牛仔裤", "hqd_luxury": "奢侈衣物", @@ -1352,6 +1368,7 @@ "cottons_prewash": "棉麻+预洗", "cottons_steam": "棉质 + 蒸汽", "cotton_care_59": "棉麻洗59\"", + "cycle_ended": "循环已结束", "delicate_59": "精致 59'", "delicate_silk": "精致丝绸 59'", "delicate_silk_steam": "精致丝绸 + 蒸汽", @@ -1635,6 +1652,7 @@ "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "total_care": "全面护理", "tumbling": "滚筒烘干", + "ultra_fresh": "Ultra Fresh", "wool": "羊毛衣物", "wool_and_delicates_49": "羊毛", "wool_dry": "羊毛衣物烘干", diff --git a/info.md b/info.md index f3966f1..76104e3 100644 --- a/info.md +++ b/info.md @@ -1,15 +1,3 @@ -## Update: [Answer from Haier](https://github.com/Andre0512/hon/issues/147#issuecomment-1902075829) -## Have a look at [Takedown FAQs](https://github.com/Andre0512/hon/blob/main/takedown_faq.md) and [Timeline of events](https://github.com/Andre0512/hon/blob/main/takedown_timeline.md) -## Announcement: I have to take the project down in the next few days -> Dear User, -> -> We are writing to inform you that we have discovered two Home Assistant integration plug-ins developed by you ( https://github.com/Andre0512/hon and https://github.com/Andre0512/pyhOn ) that are in violation of our terms of service. Specifically, the plug-ins are using our services in an unauthorized manner which is causing significant economic harm to our Company. -> We take the protection of our intellectual property very seriously and demand that you immediately cease and desist all illegal activities related to the development and distribution of these plug-ins. We also request that you remove the plug-ins from all stores and code hosting platforms where they are currently available. -> Please be advised that we will take all necessary legal action to protect our interests if you fail to comply with this notice. We reserve the right to pursue all available remedies, including but not limited to monetary damages, injunctive relief, and attorney's fees. -> We strongly urge you to take immediate action to rectify this situation and avoid any further legal action. If you have any questions or concerns, please do not hesitate to contact us. -> -> Haier Europe Security and Governance Department - # Haier hOn [![GitHub all releases](https://img.shields.io/github/downloads/Andre0512/hon/total?color=blue&label=total%20downloads)](https://tooomm.github.io/github-release-stats/?username=Andre0512&repository=hon) [![GitHub](https://img.shields.io/github/license/Andre0512/hon?color=red)](https://github.com/Andre0512/hon/blob/main/LICENSE) @@ -22,8 +10,8 @@ Home Assistant integration for [Haier's mobile app hOn](https://hon-smarthome.co [![Supported Languages](https://img.shields.io/badge/Languages-19-royalblue)](https://github.com/Andre0512/hon#supported-languages) [![Supported Appliances](https://img.shields.io/badge/Appliances-11-forestgreen)](https://github.com/Andre0512/hon#supported-appliances) -[![Supported Models](https://img.shields.io/badge/Models-127-yellowgreen)](https://github.com/Andre0512/hon#supported-appliances) -[![Supported Entities](https://img.shields.io/badge/Entities-317-crimson)](https://github.com/Andre0512/hon#supported-appliances) +[![Supported Models](https://img.shields.io/badge/Models-130-yellowgreen)](https://github.com/Andre0512/hon#supported-appliances) +[![Supported Entities](https://img.shields.io/badge/Entities-320-crimson)](https://github.com/Andre0512/hon#supported-appliances) ## Supported Appliances _Click to expand..._ @@ -174,6 +162,8 @@ Support has been confirmed for these **6 models**, but many more will work. Plea | --- | --- | --- | --- | | Buzzer Disabled | `volume-off` | `switch` | `buzzerDisabled` | | Dish Washer | `dishwasher` | `switch` | `startProgram` / `stopProgram` | +| Light status | | `light` | `settings.lightStatus` | +| Water hard | `water` | `number` | `settings.waterHard` | #### Configs | Name | Icon | Entity | Key | | --- | --- | --- | --- | @@ -185,6 +175,7 @@ Support has been confirmed for these **6 models**, but many more will work. Plea | Open Door | `door-open` | `switch` | `startProgram.openDoor` | | Program | | `select` | `startProgram.program` | | Remaining Time | `timer` | `select` | `startProgram.remainingTime` | +| Tab Status | `silverware-clean` | `switch` | `startProgram.tabStatus` | | Temperature | `thermometer` | `select` | `startProgram.temp` | | Three in One | `numeric-3-box-outline` | `switch` | `startProgram.threeInOne` | | Water hard | `water` | `number` | `startProgram.waterHard` | @@ -465,11 +456,12 @@ Support has been confirmed for these **22 models**, but many more will work. Ple ![Wine Cellar](assets/example_wc.png) ### Supported Wine Cellar models -Support has been confirmed for these **2 models**, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8). +Support has been confirmed for these **3 models**, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8). #### Haier - HWS247FDU1 - HWS42GDAU1 +- HWS77GDAU1 ### Wine Cellar Entities #### Controls @@ -608,9 +600,10 @@ Support has been confirmed for these **15 models**, but many more will work. Ple ![Washing Machine](assets/example_wm.png) ### Supported Washing Machine models -Support has been confirmed for these **39 models**, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8). +Support has been confirmed for these **41 models**, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8). #### Haier +- HW80-B1439N - HW80-B14959TU1 - HW80-B14959S8U1S - HW80-B14979TU1 @@ -623,6 +616,7 @@ Support has been confirmed for these **39 models**, but many more will work. Ple - HW110-14979 #### Hoover +- H5WPB4 27BC8/1-S - H5WPB447AMBC/1-S - H7W 412MBCR-80 - H7W 610AMBC-80 diff --git a/requirements.txt b/requirements.txt index c21dd63..74037b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyhOn==0.15.15 +pyhOn==0.16.0 diff --git a/scripts/sensor_docs.py b/scripts/create_docs.py similarity index 100% rename from scripts/sensor_docs.py rename to scripts/create_docs.py diff --git a/supported_models.yml b/supported_models.yml index 4c09fd5..4a605f4 100644 --- a/supported_models.yml +++ b/supported_models.yml @@ -1,5 +1,10 @@ +# This file helps to manage the model lists for README.md and info.md +# Execute scripts/create_docs.py to refresh +# Add your device here or use this https://forms.gle/bTSD8qFotdZFytbf8 + wm: haier: + - "HW80-B1439N" - "HW80-B14959TU1" - "HW80-B14959S8U1S" - "HW80-B14979TU1" @@ -11,6 +16,7 @@ wm: - "HW100-B14959U1" - "HW110-14979" hoover: + - "H5WPB4 27BC8/1-S" - "H5WPB447AMBC/1-S" - "H7W 412MBCR-80" - "H7W 610AMBC-80" @@ -154,6 +160,7 @@ wc: haier: - "HWS247FDU1" - "HWS42GDAU1" + - "HWS77GDAU1" ap: hoover: - "HHP30C011" diff --git a/takedown_faq.md b/takedown_faq.md index 30ea5d1..2ca8d37 100644 --- a/takedown_faq.md +++ b/takedown_faq.md @@ -1,6 +1,6 @@ ## Takedown FAQs -_Last update: 2024-01-21_ +_Last update: 2024-02-02_ ### What did Haier wrote? Haier Europe wrote me on 2024-01-15 [this email](assets/takedown.eml): @@ -14,9 +14,9 @@ I think the points are very questionable, but I'm a software developer and not a **2024-01-15** In the first moment of getting the mail I was absolutely shocked, I didn't think that someone cares about me and my little plugin and I know Haier is a billion dollar company, so I answered ![answer 1](assets/answer_1.png) -after that i announced to take it down and then you guys happened. +after that I announced to take it down and then the community does its thing. **2024-01-19** -I'm getting so much support, and you started a huge wave, I mean we are now an example for the [Streisand effect on wikipedia](https://en.wikipedia.org/wiki/List_of_Streisand_effect_examples#By_businesses) xD +I'm getting so much support, and the community started a huge wave and created the Streisand effect. I wrote another mail on and tried to get some clarification and reach some agreement: ![answer 2](assets/answer_2.png) @@ -27,11 +27,10 @@ Haier Europe [created a blog post](https://corporate.haier-europe.com/press-rele **2024-01-20** Gianpiero Morbello, Head of Brand & IOT Haier Europe, wrote this mail: ![haier response](assets/haier_response.png) +**Update: See [Timeline of events](https://github.com/Andre0512/hon/blob/main/takedown_timeline.md) for further development** -As far as I know, none of the numerous requests from the community have been answered, but if they have, please let me know. - ### Are you in contact with Home Assistant? -The Home Assistant/Nabu Casa team got in touch with me and will be part of a conversation with Haier. +The Home Assistant/Nabu Casa team got in touch with me and Paulus Schoutsen is part of the conversation with Haier. ### Did you agree to Haier's tos? To create an account for Haier hOn you have to accept the terms of service. Without it, you can't connect your appliances to hOn and so you can't use Andre0512/hon. @@ -41,7 +40,7 @@ Haier sells home appliances with internet connection and offers the free hOn app The connection only works with the Haier servers, so your appliance sends data to the cloud and the hOn app communicates with it, there is no direct connection. ### How was the plugin created? -I used [HTTP Tookit](https://httptoolkit.com/) to monitor the HTTP requests between hOn and the Haier servers and then rebuilt the requests in Python (with aiohttp). I have tried to make the requests in the same way as the app does, except for the ones we don't need. +I used [HTTP Toolkit](https://httptoolkit.com/) to monitor the HTTP requests between hOn and the Haier servers and then rebuilt the requests in Python (with aiohttp). I have tried to make the requests in the same way as the app does, except for the ones we don't need. The pretty complex login can be found in [auth.py](https://github.com/Andre0512/pyhOn/blob/main/pyhon/connection/auth.py) and the API requests that I have adopted as relevant for the integration are these [api.py](https://github.com/Andre0512/pyhOn/blob/main/pyhon/connection/api.py). Beyond that, there is no communication with the hOn servers in the code. @@ -60,7 +59,7 @@ This are all requests the plugin sends to Haiers servers - Loading of all appliance functions (In [hon-test-data](https://github.com/Andre0512/hon-test-data/tree/main/test_data) you can have an overview of which data this is for each appliance) **Status polling** -- 1 request every 10 seconds to fetch the current state for each appliance ([something like this](https://github.com/Andre0512/hon-test-data/blob/main/test_data/ac_312/appliance_data.json)) +- 1 request every 10 seconds (**Update: 60 seconds**) to fetch the current state for each appliance ([something like this](https://github.com/Andre0512/hon-test-data/blob/main/test_data/ac_312/appliance_data.json)) **Triggering action** - If any action is triggerd, e.g. start some appliance or set a new a/c mode, some data have to be posted @@ -71,10 +70,11 @@ This are all requests the plugin sends to Haiers servers ### What bothers Haier? Polling every 10 seconds is a bit much. The default interval for most integrations is 30 seconds. Even if the hOn app makes more requests more frequent, but it does it only in use and not 24/7. As Haier explained in their answer, this generates a lot of traffic on the not so cheap aws hosting. I understand if Haier wishes a higher value here and will hopefully find a good solution with them. -_I had initially claimed 5 seconds, but it is actually "only" 10 seconds, see [this constant](https://github.com/Andre0512/hon/blob/main/custom_components/hon/const.py#L10)._ +**Update 1: I had initially claimed 5 seconds, but it is actually "only" 10 seconds, see [this constant](https://github.com/Andre0512/hon/blob/main/custom_components/hon/const.py#L10).** +**Update 2: After discussion with Haier, we have switched to 60-second polling and are trying to work out a better solution.** ### How often has your plugin been installed? -Since the latest versions are downloaded about 3000 times each on GitHub, I assume 2000-5000 active installations. +Since the latest versions are downloaded [about 3000 times](https://tooomm.github.io/github-release-stats/?username=Andre0512&repository=hon) each on GitHub, I assume 2000-4000 active installations. ### Are there some secret keys stored in the repository? There is a constant for a [client ID](https://github.com/Andre0512/pyhOn/blob/main/pyhon/const.py) and an [api key](https://github.com/Andre0512/pyhOn/blob/main/pyhon/const.py). They seems to be static because they are the same for requests from every account I saw. diff --git a/takedown_timeline.md b/takedown_timeline.md index fac922b..40611ae 100644 --- a/takedown_timeline.md +++ b/takedown_timeline.md @@ -12,13 +12,14 @@ pyhOn | 17 Stars | 5 Forks - Talked to some friends that convinced me to not give up - Asked on the home assistant discord to how to handle this, got the info on discord that my integration does not violate the law - [Extreme79](https://github.com/Extreme79) created an [the issue #147](https://github.com/Andre0512/hon/issues/147) to disscuss how to help +- People started to fork, copying the code to other hosting platforms and save it offline - Talked to my law insurance and after a talk with a general lawyer I have been given permission to consult a lawyer of my choice ### 2024-01-16 hon | 100 Stars | 32 Forks pyhOn | 18 Stars | 13 Forks -- People in [#147](https://github.com/Andre0512/hon/issues/147) started to write their opinion on all available channels +- People in [#147](https://github.com/Andre0512/hon/issues/147) started to write their opinion to Haier on all available channels (X, mails, support form, reviews, ...) - [u/Waluicel](https://www.reddit.com/user/Waluicel/) created [a post](https://www.reddit.com/r/homeassistant/comments/197xc0m/haier_is_shutting_down_the_hacs_integration_hon/) on [r/homeassistant](https://www.reddit.com/r/homeassistant) that got 400+ comments - People started to contact journalists and organizations to help - Had a call with an IT lawyer who pointed out many of the risks I was exposing myself to despite having insurance @@ -27,7 +28,7 @@ pyhOn | 18 Stars | 13 Forks hon | 111 Stars | 73 Forks pyhOn | 20 Stars | 42 Forks -- [hectorzin](https://github.com/hectorzin) creates a first [YouTube video](https://www.youtube.com/watch?v=u2rEVW0grsk) +- [hectorzin](https://github.com/hectorzin) created a first [YouTube video](https://www.youtube.com/watch?v=u2rEVW0grsk) ### 2024-01-18 hon | 122 Stars | 103 Forks @@ -39,12 +40,13 @@ pyhOn | 23 Stars | 64 Forks - Home Assistant team got in touch with me - Wrote Haier [another mail](https://github.com/Andre0512/hon/blob/main/takedown_faq.md#what-did-you-answer-haier) and tried to get some clarification and reach some agreement - [l00ps](https://github.com/l00ps) pointed out [who's the opponent](https://github.com/Andre0512/hon/issues/147#issuecomment-1899191758) (Haier CEO has a crazy history xD) +- Forms like [Reddit](https://www.reddit.com/r/homeassistant/comments/199uzbu/haier_attacks_home_assistant_destroys_open_source/), [Hacker News](https://news.ycombinator.com/item?id=39044932), [HA Community](https://community.home-assistant.io/t/haier-hits-home-assistant-plugin-dev-with-takedown-notice-lets-fork/675784), [linux.org.ru](https://www.linux.org.ru/news/opensource/17493319), [Hubitat](https://community.hubitat.com/t/haier-europe-sends-take-down-notice-to-ha-developer/132166), [femboys](https://femboys.bar/post/292973) started to discuss the topic ### 2024-01-19 hon | 321 Stars | 711 Forks pyhOn | 121 Stars | 552 Forks -- Tech sites in many countries started to report about it eg [Hackaday](https://hackaday.com/2024/01/19/haier-threatens-legal-action-against-home-assistant-plugin-developer/), [Tweakers](https://tweakers.net/nieuws/217750/haier-stuurt-takedownverzoek-aan-home-assistant-plug-inontwikkelaar.html), [ilSoftware](https://www.ilsoftware.it/focus/smart-home-offline-per-svincolarsi-dagli-ecosistemi-chiusi-dei-singoli-produttori/) and [Caschys Blog](https://stadt-bremerhaven.de/home-assistant-haier-geht-gegen-plugin-entwickler-vor/) +- Tech sites in many countries started to report about it eg [Hackaday](https://hackaday.com/2024/01/19/haier-threatens-legal-action-against-home-assistant-plugin-developer/), [Tweakers](https://tweakers.net/nieuws/217750/haier-stuurt-takedownverzoek-aan-home-assistant-plug-inontwikkelaar.html), [ilSoftware](https://www.ilsoftware.it/focus/smart-home-offline-per-svincolarsi-dagli-ecosistemi-chiusi-dei-singoli-produttori/), [ipFail](https://ipfail.org/broken-internet/haier-troll-vs-home-assistant/), [Scurt Pe Doi](https://scurtpedoi.ro/diverse/2024/haier-vs-home-assistant-controlul-open-source.html3), [iGeneration](https://www.igen.fr/domotique/2024/01/domotique-haier-veut-son-tour-bloquer-une-integration-dans-home-assistant-141587), [Smarthome Assistent](https://www.smarthomeassistent.de/home-assistant-haier-verbietet-den-einsatz-von-plugins/) and [Caschys Blog](https://stadt-bremerhaven.de/home-assistant-haier-geht-gegen-plugin-entwickler-vor/) - The Wikipedia articles of [Haier](https://en.wikipedia.org/wiki/Haier#Controversy) and [List of Streisand effect examples](https://en.wikipedia.org/wiki/List_of_Streisand_effect_examples#By_businesses) gets updated - [LauLaman](https://github.com/LauLaman) started [a petition in the Netherlands](https://www.petitie24.nl/petitie/5069/smart-home-lokaal-continu%C3%AFteit-en-veiligheid) _to force manufactories to provide local APIs and forcing them to opensource firmware as soon as they stop supporting devices_ - Linus Tech Tips [talked about it in his WAN Show](https://www.youtube.com/watch?v=FBQVPOSeRe8&t=6580s) @@ -57,16 +59,20 @@ pyhOn | 228 Stars | 1199 Forks - [Got an answer](https://github.com/Andre0512/hon/blob/main/takedown_faq.md#what-was-haiers-reaction) from Head of Brand & IOT Haier Europe, he proposed _scheduling a call involving our IOT Technology department to address the issue comprehensively and respond to any questions both parties may have._ -### 2024-01-22 +### 2024-01-22 - 2024-01-27 hon | 779 Stars | 1948 Forks pyhOn | 315 Stars | 1477 Forks -- [The Register](https://www.theregister.com/2024/01/22/haier_plugin_takedown/) reported about the story -- [Hackaday](https://hackaday.com/2024/01/22/haier-europe-eases-off-on-legal-threat-and-seeks-dialogue/) and [Tweakers](https://tweakers.net/nieuws/217840/haier-trekt-takedownverzoek-aan-plug-indeveloper-in-geeft-api-calls-de-schuld.html) posted a follow up article about Haier eases off on legal threat and seeking a dialogue +- [Hackaday](https://hackaday.com/2024/01/22/haier-europe-eases-off-on-legal-threat-and-seeks-dialogue/), [Caschys Blog](https://stadt-bremerhaven.de/haier-und-home-assistant-es-koennte-weitergehen/) and [Tweakers](https://tweakers.net/nieuws/217840/haier-trekt-takedownverzoek-aan-plug-indeveloper-in-geeft-api-calls-de-schuld.html) posted a follow up article about Haier eases off on legal threat and seeking a dialogue +- [The Register](https://www.theregister.com/2024/01/22/haier_plugin_takedown/) and [heise online](https://www.heise.de/news/Hausgeraete-Hersteller-wollte-Open-Source-Projekt-loeschen-lassen-Loesung-in-Sicht-9606349.html) reported about the story +- [Everything Smart Home](https://www.youtube.com/watch?v=ayG7o74kdbc) and [Un loco y su tecnología](https://www.youtube.com/watch?v=P-kjoy1CS38) uploaded good summaries on YouTube +- [Hackaday](https://hackaday.com/2024/01/26/hackaday-podcast-episode-254-ai-hijack-guy-and-water-rockets-fly/#more-660935) discussed the topic in their podcast -### 2024-01-23 -hon | 874 Stars | 2123 Forks -pyhOn | 349 Stars | 1590 Forks -- [heise online](https://www.heise.de/news/Hausgeraete-Hersteller-wollte-Open-Source-Projekt-loeschen-lassen-Loesung-in-Sicht-9606349.html) published an article +### 2024-01-28 - 2024-02-04 +hon | 1038 Stars | 2436 Forks +pyhOn | 409 Stars | 1790 Forks +- Call with Haier and Paulus Schoutsen (Founder of Home Assistant) [to discuss things with the result to work together](https://github.com/Andre0512/hon/issues/147#issuecomment-1915355303) +- Released [v0.12.0](https://github.com/Andre0512/hon/releases/tag/v0.12.0) with 60 seconds polling +- [Haier replies](https://github.com/Andre0512/hon/issues/147#issuecomment-1923622715) to the complaint email of [AtomicFS](https://github.com/AtomicFS) and others ## Stats