From 1a50e8112df2b9fd34f53087005ee326782a0846 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Tue, 30 May 2023 05:33:11 +0200 Subject: [PATCH] Update readme, fix typo --- README.md | 33 ++++++++++++++++++++++ custom_components/hon/const.py | 2 +- custom_components/hon/translations/cs.json | 2 +- custom_components/hon/translations/de.json | 2 +- custom_components/hon/translations/el.json | 2 +- custom_components/hon/translations/en.json | 2 +- custom_components/hon/translations/es.json | 2 +- custom_components/hon/translations/fr.json | 2 +- custom_components/hon/translations/he.json | 2 +- custom_components/hon/translations/hr.json | 2 +- custom_components/hon/translations/it.json | 2 +- custom_components/hon/translations/nl.json | 2 +- custom_components/hon/translations/pl.json | 2 +- custom_components/hon/translations/pt.json | 2 +- custom_components/hon/translations/ro.json | 2 +- custom_components/hon/translations/ru.json | 2 +- custom_components/hon/translations/sk.json | 2 +- custom_components/hon/translations/sl.json | 2 +- custom_components/hon/translations/sr.json | 2 +- custom_components/hon/translations/tr.json | 2 +- custom_components/hon/translations/zh.json | 2 +- info.md | 7 ++++- 22 files changed, 59 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index df10313..bd636e0 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Home Assistant integration for [Haier's mobile app hOn](https://hon-smarthome.co - [Hob](https://github.com/Andre0512/hon#hob) [BETA] - [Air conditioner](https://github.com/Andre0512/hon#air-conditioner) [BETA] - [Fridge](https://github.com/Andre0512/hon#fridge) [BETA] +- [Hood](https://github.com/Andre0512/hon#hood) [BETA] ## Installation **Method 1:** [![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=Andre0512&repository=hon&category=integration) @@ -62,9 +63,12 @@ Translation of internal names like programs are available for all languages whic Support has been confirmed for these models, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8). - Haier AD105S2SM3FA - Haier AS25PBAHRA +- Haier AS25S2SF1FA-WH - Haier AS25TADHRA-2 - Haier AS35TADHRA-2 - Haier EG9012B19SU1JD +- Haier HA2MTSJ68MC +- Haier HADG6DS46BWIFI - Haier HD80-A3959 - Haier HW90-B14TEAM5 - Haier HW100-B14959U1 @@ -76,6 +80,7 @@ Support has been confirmed for these models, but many more will work. Please add - Candy CCE4T620EWU - Candy CIS633SCTTWIFI - Candy CSOE C10DE-80 +- Candy RO44 1286DWMC4-07 - Candy ROE H9A3TCEX-S - Candy RPW41066BWMR/1-S - Hoover H-WASH 500 @@ -225,6 +230,34 @@ For every device exists a hidden button which can be used to log all infos of yo | Rinse Aid | `spray-bottle` | `binary_sensor` | `rinseAidStatus` | | Salt | `shaker-outline` | `binary_sensor` | `saltStatus` | +### Hood +#### Controls +| Name | Icon | Entity | Key | +| --- | --- | --- | --- | +| Start Program | `hvac` | `button` | `startProgram` | +| Stop Program | `hvac-off` | `button` | `stopProgram` | +#### Configs +| Name | Icon | Entity | Key | +| --- | --- | --- | --- | +| Light status | `lightbulb` | `number` | `startProgram.lightStatus` | +| Wind speed | `fan` | `number` | `startProgram.windSpeed` | +#### Sensors +| Name | Icon | Entity | Key | +| --- | --- | --- | --- | +| Delay time | `clock-start` | `sensor` | `delayTime` | +| Delay time status | `clock-start` | `sensor` | `delayTimeStatus` | +| Errors | `alert-circle` | `sensor` | `errors` | +| Filter Cleaning Alarm Status | | `sensor` | `filterCleaningAlarmStatus` | +| Filter Cleaning Status | | `sensor` | `filterCleaningStatus` | +| Last Work Time | `clock-start` | `sensor` | `lastWorkTime` | +| Light Status | `lightbulb` | `sensor` | `lightStatus` | +| Mach Mode | | `sensor` | `machMode` | +| On / Off Status | `lightbulb` | `sensor` | `onOffStatus` | +| Quick Delay Time Status | | `sensor` | `quickDelayTimeStatus` | +| RGB Light Color | `lightbulb` | `sensor` | `rgbLightColors` | +| RGB Light Status | `lightbulb` | `sensor` | `rgbLightStatus` | +| Wind Speed | `fan` | `sensor` | `windSpeed` | + ### Hob #### Controls | Name | Icon | Entity | Key | diff --git a/custom_components/hon/const.py b/custom_components/hon/const.py index 7ee030e..6c14aa9 100644 --- a/custom_components/hon/const.py +++ b/custom_components/hon/const.py @@ -111,7 +111,7 @@ TUMBLE_DRYER_PR_PHASE = { "2": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE", "3": "TD_CMD&CTRL.STATUS_PHASE.PHASE_COOLDOWN", "11": "WASHING_CMD&CTRL.PHASE_READY.TITLE", - "12": "unkown", + "12": "unknown", "13": "TD_CMD&CTRL.STATUS_PHASE.PHASE_COOLDOWN", "14": "TD_CMD&CTRL.STATUS_PHASE.PHASE_HEAT_STROKE", "15": "TD_CMD&CTRL.STATUS_PHASE.PHASE_HEAT_STROKE", diff --git a/custom_components/hon/translations/cs.json b/custom_components/hon/translations/cs.json index b4ddabe..b4b0174 100644 --- a/custom_components/hon/translations/cs.json +++ b/custom_components/hon/translations/cs.json @@ -59,7 +59,7 @@ "20": "Sušení", "11": "Připraveno", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "Fáze" }, diff --git a/custom_components/hon/translations/de.json b/custom_components/hon/translations/de.json index 05df9e2..1e5de11 100644 --- a/custom_components/hon/translations/de.json +++ b/custom_components/hon/translations/de.json @@ -59,7 +59,7 @@ "20": "Trocknen", "11": "Bereit", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "Phase" }, diff --git a/custom_components/hon/translations/el.json b/custom_components/hon/translations/el.json index 4b407ed..8b44d1d 100644 --- a/custom_components/hon/translations/el.json +++ b/custom_components/hon/translations/el.json @@ -59,7 +59,7 @@ "20": "Στέγνωμα", "11": "Ετοιμος", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "Φάση" }, diff --git a/custom_components/hon/translations/en.json b/custom_components/hon/translations/en.json index 01a9e1e..40ee14b 100644 --- a/custom_components/hon/translations/en.json +++ b/custom_components/hon/translations/en.json @@ -127,7 +127,7 @@ "20": "Drying", "11": "Ready", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "Phase" }, diff --git a/custom_components/hon/translations/es.json b/custom_components/hon/translations/es.json index 46823a6..d328fb1 100644 --- a/custom_components/hon/translations/es.json +++ b/custom_components/hon/translations/es.json @@ -59,7 +59,7 @@ "20": "Secado", "11": "Listo", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "Fase" }, diff --git a/custom_components/hon/translations/fr.json b/custom_components/hon/translations/fr.json index 86712cb..c114d0e 100644 --- a/custom_components/hon/translations/fr.json +++ b/custom_components/hon/translations/fr.json @@ -59,7 +59,7 @@ "20": "Séchage", "11": "Prêt", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "Phase" }, diff --git a/custom_components/hon/translations/he.json b/custom_components/hon/translations/he.json index d24b548..95543ba 100644 --- a/custom_components/hon/translations/he.json +++ b/custom_components/hon/translations/he.json @@ -59,7 +59,7 @@ "20": "יִבּוּשׁ", "11": "מוּכָן", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "שלב" }, diff --git a/custom_components/hon/translations/hr.json b/custom_components/hon/translations/hr.json index 483503e..cf4a912 100644 --- a/custom_components/hon/translations/hr.json +++ b/custom_components/hon/translations/hr.json @@ -59,7 +59,7 @@ "20": "Sušenje", "11": "Spremno", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "Faza" }, diff --git a/custom_components/hon/translations/it.json b/custom_components/hon/translations/it.json index 36e75e7..3528120 100644 --- a/custom_components/hon/translations/it.json +++ b/custom_components/hon/translations/it.json @@ -117,7 +117,7 @@ "20": "Asciugatura", "11": "Pronta", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "Fase" }, diff --git a/custom_components/hon/translations/nl.json b/custom_components/hon/translations/nl.json index 15e03bf..931ccd0 100644 --- a/custom_components/hon/translations/nl.json +++ b/custom_components/hon/translations/nl.json @@ -59,7 +59,7 @@ "20": "Drogen", "11": "Klaar", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "Fase" }, diff --git a/custom_components/hon/translations/pl.json b/custom_components/hon/translations/pl.json index d6cd63d..4ca0b36 100644 --- a/custom_components/hon/translations/pl.json +++ b/custom_components/hon/translations/pl.json @@ -59,7 +59,7 @@ "20": "Suszenie", "11": "Gotowe", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "Faza" }, diff --git a/custom_components/hon/translations/pt.json b/custom_components/hon/translations/pt.json index 4bdd1a4..0828ace 100644 --- a/custom_components/hon/translations/pt.json +++ b/custom_components/hon/translations/pt.json @@ -59,7 +59,7 @@ "20": "Secagem", "11": "Pronto", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "Fase" }, diff --git a/custom_components/hon/translations/ro.json b/custom_components/hon/translations/ro.json index bd2aa23..496959f 100644 --- a/custom_components/hon/translations/ro.json +++ b/custom_components/hon/translations/ro.json @@ -59,7 +59,7 @@ "20": "Uscare", "11": "Pregătit", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "Fază" }, diff --git a/custom_components/hon/translations/ru.json b/custom_components/hon/translations/ru.json index dfa0edb..fda96d3 100644 --- a/custom_components/hon/translations/ru.json +++ b/custom_components/hon/translations/ru.json @@ -59,7 +59,7 @@ "20": "Сушка", "11": "Готово", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "Фаза" }, diff --git a/custom_components/hon/translations/sk.json b/custom_components/hon/translations/sk.json index 8f68b30..c362022 100644 --- a/custom_components/hon/translations/sk.json +++ b/custom_components/hon/translations/sk.json @@ -59,7 +59,7 @@ "20": "Sušenie", "11": "Pripravené", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "Fáza" }, diff --git a/custom_components/hon/translations/sl.json b/custom_components/hon/translations/sl.json index c6fe85b..9ecfb4a 100644 --- a/custom_components/hon/translations/sl.json +++ b/custom_components/hon/translations/sl.json @@ -59,7 +59,7 @@ "20": "Sušenje", "11": "Pripravljen", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "Faza" }, diff --git a/custom_components/hon/translations/sr.json b/custom_components/hon/translations/sr.json index 845007d..0f6d151 100644 --- a/custom_components/hon/translations/sr.json +++ b/custom_components/hon/translations/sr.json @@ -59,7 +59,7 @@ "20": "Sušenje", "11": "Spremno", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "Faza" }, diff --git a/custom_components/hon/translations/tr.json b/custom_components/hon/translations/tr.json index 1642ab5..3ce58af 100644 --- a/custom_components/hon/translations/tr.json +++ b/custom_components/hon/translations/tr.json @@ -59,7 +59,7 @@ "20": "Kurutma", "11": "Hazır", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "Aşama" }, diff --git a/custom_components/hon/translations/zh.json b/custom_components/hon/translations/zh.json index 9e1260b..2dd5af7 100644 --- a/custom_components/hon/translations/zh.json +++ b/custom_components/hon/translations/zh.json @@ -59,7 +59,7 @@ "20": "烘干", "11": "就绪", "17": "unknown", - "12": "unkown" + "12": "unknown" }, "name": "阶段" }, diff --git a/info.md b/info.md index c5824fc..73f8e0a 100644 --- a/info.md +++ b/info.md @@ -9,10 +9,11 @@ Support for home appliances of Haier's mobile app hOn. - [Tumble Dryer](https://github.com/Andre0512/hon#tumble-dryer) - [Washer Dryer](https://github.com/Andre0512/hon#washer-dryer) - [Oven](https://github.com/Andre0512/hon#oven) -- [Hob](https://github.com/Andre0512/hon#hob) - [Dish Washer](https://github.com/Andre0512/hon#dish-washer) +- [Hob](https://github.com/Andre0512/hon#hob) [BETA] - [Air conditioner](https://github.com/Andre0512/hon#air-conditioner) [BETA] - [Fridge](https://github.com/Andre0512/hon#fridge) [BETA] +- [Hood](https://github.com/Andre0512/hon#hood) [BETA] ## Configuration @@ -51,9 +52,12 @@ Translation of internal names like programs are available for all languages whic Support has been confirmed for these models, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8). - Haier AD105S2SM3FA - Haier AS25PBAHRA +- Haier AS25S2SF1FA-WH - Haier AS25TADHRA-2 - Haier AS35TADHRA-2 - Haier EG9012B19SU1JD +- Haier HA2MTSJ68MC +- Haier HADG6DS46BWIFI - Haier HD80-A3959 - Haier HW90-B14TEAM5 - Haier HW100-B14959U1 @@ -65,6 +69,7 @@ Support has been confirmed for these models, but many more will work. Please add - Candy CCE4T620EWU - Candy CIS633SCTTWIFI - Candy CSOE C10DE-80 +- Candy RO44 1286DWMC4-07 - Candy ROE H9A3TCEX-S - Candy RPW41066BWMR/1-S - Hoover H-WASH 500