Compare commits

...

24 Commits

Author SHA1 Message Date
0afbfe997d Fix log device info #40 2023-05-09 12:41:41 +02:00
6828f3e9a8 Fix missing switches again 2023-05-08 21:30:49 +02:00
a56d3e5f88 Fix missing temperature #38 2023-05-08 19:41:25 +02:00
240dc85ff3 Small fixes, fix KeyError for switches #38 2023-05-08 19:26:10 +02:00
44794c35ca Fix missing entities #34 2023-05-08 02:35:54 +02:00
a5c7b99569 Improve air conditioner support 2023-05-08 02:05:04 +02:00
6935f5f07f Deactivate contols when remotectrl disabled, fixes #28 2023-05-07 19:13:50 +02:00
74f5887bb2 Bump pyhon to fix #36 2023-05-07 17:42:28 +02:00
155b1ff91a Add all wm and td sensors to wd 2023-05-07 16:39:45 +02:00
7b80acb6b9 Update readme 2023-05-07 15:10:09 +02:00
0e9bd97c7b Remove useless warning, bump version 2023-05-07 13:53:05 +02:00
dae8b48075 Use names for some td entities, fix #36 2023-05-07 13:47:43 +02:00
7e40afae68 Flag enums as enums with option list #35 2023-05-07 02:34:41 +02:00
c0fda4cd1b Add more control for hoover washing machine #34 2023-05-07 02:10:30 +02:00
2802bcad25 Fix errors, bump pyhon 2023-05-07 01:22:53 +02:00
8aa8563b9b Control air conditioners 2023-04-26 23:57:44 +02:00
8e4e491c33 Output pyhon version 2023-04-25 23:39:18 +02:00
28a8ad1672 Translate login 2023-04-24 22:40:20 +02:00
e56f2c99c0 Don't escape unicode in json files 2023-04-24 22:07:58 +02:00
e35a6ce751 Bump pyhon version 2023-04-24 21:53:37 +02:00
5bff5d2143 Add more translation keys 2023-04-24 21:38:05 +02:00
f1e16312ff Fix some bugs for hoover appliances, fix #31 2023-04-24 04:36:14 +02:00
8c1bba2468 Bump pyhon version 2023-04-23 20:18:00 +02:00
616f7babdb Faster refresh when changing configs 2023-04-23 20:04:19 +02:00
35 changed files with 13389 additions and 7460 deletions

471
README.md
View File

@ -12,6 +12,7 @@ Home Assistant integration for Haier hOn: support for Haier/Candy/Hoover home ap
- [Oven](https://github.com/Andre0512/hon#oven) - [Oven](https://github.com/Andre0512/hon#oven)
- [Hob](https://github.com/Andre0512/hon#hob) - [Hob](https://github.com/Andre0512/hon#hob)
- [Dish Washer](https://github.com/Andre0512/hon#dish-washer) - [Dish Washer](https://github.com/Andre0512/hon#dish-washer)
- [Air conditioner](https://github.com/Andre0512/hon#air-conditioner) [BETA]
## Installation ## 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) **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)
@ -29,6 +30,40 @@ _Restart Home Assistant_
**Method 2**: Settings > Devices & Services > Add Integration > **Haier hOn** **Method 2**: Settings > Devices & Services > Add Integration > **Haier hOn**
_If the integration is not in the list, you need to clear the browser cache._ _If the integration is not in the list, you need to clear the browser cache._
## Supported Models
Support was confirmed for these models. If a supported model is missing, please [add it with this form](https://forms.gle/bTSD8qFotdZFytbf8).
- Haier WD90-B14TEAM5
- Haier HD80-A3959
- Haier HWO60SM2F3XH
- Hoover H-WASH 500
- Candy CIS633SCTTWIFI
- Haier XIB 3B2SFS-80
- Haier XIB 6B2D3FB
- Hoover HSOT3161WG
## Supported Languages
Translation of internal names like programs are available for all languages which are official supported by the hOn app:
* 🇨🇳 Chinese
* 🇭🇷 Croatian
* 🇨🇿 Czech
* 🇳🇱 Dutch
* 🇬🇧 English
* 🇫🇷 French
* 🇩🇪 German
* 🇬🇷 Greek
* 🇮🇱 Hebrew
* 🇮🇹 Italian
* 🇵🇱 Polish
* 🇵🇹 Portuguese
* 🇷🇴 Romanian
* 🇷🇺 Russian
* 🇷🇸 Serbian
* 🇸🇰 Slovak
* 🇸🇮 Slovenian
* 🇪🇸 Spanish
* 🇹🇷 Turkish
## Contribute ## Contribute
Any kind of contribution is welcome! Any kind of contribution is welcome!
### Read out device data ### Read out device data
@ -93,38 +128,6 @@ For every device exists a hidden button which can be used to log all info of you
- If you need to implement some more logic, create a pull request to the underlying library. There we collect special requirements in the `appliances` directory. - If you need to implement some more logic, create a pull request to the underlying library. There we collect special requirements in the `appliances` directory.
- Use [pyhOn's translate command](https://github.com/Andre0512/pyhOn#translation) to read out the official translations - Use [pyhOn's translate command](https://github.com/Andre0512/pyhOn#translation) to read out the official translations
## Tested Devices
- Haier WD90-B14TEAM5
- Haier HD80-A3959
- Haier HWO60SM2F3XH
- Hoover H-WASH 500
- Candy CIS633SCTTWIFI
- Haier XIB 3B2SFS-80
- Haier XIB 6B2D3FB
## Supported Languages
Translation of internal names like programs are available for all languages which are official supported by the hOn app:
* 🇨🇳 Chinese
* 🇭🇷 Croatian
* 🇨🇿 Czech
* 🇳🇱 Dutch
* 🇬🇧 English
* 🇫🇷 French
* 🇩🇪 German
* 🇬🇷 Greek
* 🇮🇱 Hebrew
* 🇮🇹 Italian
* 🇵🇱 Polish
* 🇵🇹 Portuguese
* 🇷🇴 Romanian
* 🇷🇺 Russian
* 🇷🇸 Serbian
* 🇸🇰 Slovak
* 🇸🇮 Slovenian
* 🇪🇸 Spanish
* 🇹🇷 Turkish
## About this Repo ## About this Repo
The existing integrations missed some features from the app I liked to have in HomeAssistant. The existing integrations missed some features from the app I liked to have in HomeAssistant.
I tried to create a pull request, but in the structures of these existing repos, I find it hard to fit in my needs, so I basically rewrote everything. I tried to create a pull request, but in the structures of these existing repos, I find it hard to fit in my needs, so I basically rewrote everything.
@ -132,196 +135,272 @@ I moved the api related stuff into the package [pyhOn](https://github.com/Andre0
## Appliance Features ## Appliance Features
### Air conditioner
#### Configs
| Name | Icon | Entity | Key |
| --- | --- | --- | --- |
| 10° Heating | `heat-wave` | `switch` | `settings.10degreeHeatingStatus` |
| Echo | `account-voice` | `switch` | `settings.echoStatus` |
| Eco Mode | | `switch` | `settings.ecoMode` |
| Eco Pilot | `run` | `select` | `settings.humanSensingStatus` |
| Health Mode | `medication-outline` | `switch` | `settings.healthMode` |
| Mute | `volume-off` | `switch` | `settings.muteStatus` |
| Program | | `select` | `startProgram.program` |
| Rapid Mode | `run-fast` | `switch` | `settings.rapidMode` |
| Screen Display | `monitor-small` | `switch` | `settings.screenDisplayStatus` |
| Self Cleaning | `air-filter` | `switch` | `settings.selfCleaningStatus` |
| Self Cleaning 56 | `air-filter` | `switch` | `settings.selfCleaning56Status` |
| Silent Sleep | `bed` | `switch` | `settings.silentSleepStatus` |
| Target Temperature | `thermometer` | `number` | `settings.tempSel` |
### Dish washer ### Dish washer
#### Controls #### Controls
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Dish Washer | `dishwasher` | `switch` | `startProgram` / `stopProgram` | ✔ | | Dish Washer | `dishwasher` | `switch` | `startProgram` / `stopProgram` |
#### Configs #### Configs
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Add Dish | `silverware-fork-knife` | `switch` | `startProgram.addDish` | ✔ | | Add Dish | `silverware-fork-knife` | `switch` | `startProgram.addDish` |
| Delay time | `timer-plus` | `number` | `startProgram.delayTime` | ✔ | | Delay time | `timer-plus` | `number` | `startProgram.delayTime` |
| Eco Express | `sprout` | `switch` | `startProgram.ecoExpress` | ✔ | | Eco Express | `sprout` | `switch` | `startProgram.ecoExpress` |
| Eco Index | `sprout` | `sensor` | `startProgram.ecoIndex` | ❌ | | Eco Index | `sprout` | `sensor` | `startProgram.ecoIndex` |
| Energy Label | `lightning-bolt-circle` | `sensor` | `startProgram.energyLabel` | ✔ | | Energy Label | `lightning-bolt-circle` | `sensor` | `startProgram.energyLabel` |
| Extra Dry | `hair-dryer` | `switch` | `startProgram.extraDry` | ✔ | | Extra Dry | `hair-dryer` | `switch` | `startProgram.extraDry` |
| Half Load | `fraction-one-half` | `switch` | `startProgram.halfLoad` | ✔ | | Half Load | `fraction-one-half` | `switch` | `startProgram.halfLoad` |
| Open Door | `door-open` | `switch` | `startProgram.openDoor` | ✔ | | Open Door | `door-open` | `switch` | `startProgram.openDoor` |
| Program | | `select` | `startProgram.program` | ✔ | | Program | | `select` | `startProgram.program` |
| Temperature | `thermometer` | `sensor` | `startProgram.temp` | ✔ | | Temperature | `thermometer` | `sensor` | `startProgram.temp` |
| Three in One | `numeric-3-box-outline` | `switch` | `startProgram.threeInOne` | ✔ | | Three in One | `numeric-3-box-outline` | `switch` | `startProgram.threeInOne` |
| Time | `timer` | `sensor` | `startProgram.remainingTime` | ✔ | | Time | `timer` | `sensor` | `startProgram.remainingTime` |
| Water Efficiency | `water` | `sensor` | `startProgram.waterEfficiency` | ✔ | | Water Efficiency | `water` | `sensor` | `startProgram.waterEfficiency` |
| Water Saving | `water-percent` | `sensor` | `startProgram.waterSaving` | ✔ | | Water Saving | `water-percent` | `sensor` | `startProgram.waterSaving` |
| Water hard | `water` | `number` | `startProgram.waterHard` | ✔ | | Water hard | `water` | `number` | `startProgram.waterHard` |
#### Sensors #### Sensors
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Connection | | `binary_sensor` | `attributes.lastConnEvent.category` | ✔ | | Connection | | `binary_sensor` | `attributes.lastConnEvent.category` |
| Door | | `binary_sensor` | `doorStatus` | ✔ | | Door | | `binary_sensor` | `doorStatus` |
| Error | `math-log` | `sensor` | `errors` | ✔ | | Error | `math-log` | `sensor` | `errors` |
| Machine Status | `information` | `sensor` | `machMode` | ✔ | | Machine Status | `information` | `sensor` | `machMode` |
| Program Phase | `washing-machine` | `sensor` | `prPhase` | ✔ | | Program Phase | `washing-machine` | `sensor` | `prPhase` |
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` | ✔ | | Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
| Rinse Aid | `spray-bottle` | `binary_sensor` | `rinseAidStatus` | ✔ | | Rinse Aid | `spray-bottle` | `binary_sensor` | `rinseAidStatus` |
| Salt | `shaker-outline` | `binary_sensor` | `saltStatus` | ✔ | | Salt | `shaker-outline` | `binary_sensor` | `saltStatus` |
### Hob ### Hob
#### Controls #### Controls
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Start Program | `pot-steam` | `button` | `startProgram` | ✔ | | Start Program | `pot-steam` | `button` | `startProgram` |
#### Configs #### Configs
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Power Management | `timelapse` | `number` | `startProgram.powerManagement` | ✔ | | Power Management | `timelapse` | `number` | `startProgram.powerManagement` |
| Program | | `select` | `startProgram.program` | ✔ | | Program | | `select` | `startProgram.program` |
| Temperature | `thermometer` | `number` | `startProgram.temp` | ✔ | | Temperature | `thermometer` | `number` | `startProgram.temp` |
#### Sensors #### Sensors
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Connection | `wifi` | `binary_sensor` | `attributes.lastConnEvent.category` | ✔ | | Connection | `wifi` | `binary_sensor` | `attributes.lastConnEvent.category` |
| Error | `math-log` | `sensor` | `errors` | ❌ | | Error | `math-log` | `sensor` | `errors` |
| Hob Lock | | `binary_sensor` | `hobLockStatus` | ❌ | | Hob Lock | | `binary_sensor` | `hobLockStatus` |
| Hot Status | | `binary_sensor` | `hotStatus` | ✔ | | Hot Status | | `binary_sensor` | `hotStatus` |
| On | `power-cycle` | `binary_sensor` | `attributes.parameters.onOffStatus` | ❌ | | On | `power-cycle` | `binary_sensor` | `attributes.parameters.onOffStatus` |
| Pan Status | `pot-mix` | `binary_sensor` | `panStatus` | ✔ | | Pan Status | `pot-mix` | `binary_sensor` | `panStatus` |
| Power | `lightning-bolt` | `sensor` | `power` | ✔ | | Power | `lightning-bolt` | `sensor` | `power` |
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` | ✔ | | Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
| Remote Control | `remote` | `binary_sensor` | `attributes.parameters.remoteCtrValid` | ✔ | | Temperature | `thermometer` | `sensor` | `temp` |
| Temperature | `thermometer` | `sensor` | `temp` | ✔ |
### Oven ### Oven
#### Controls #### Controls
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Oven | `toaster-oven` | `switch` | `startProgram` / `stopProgram` | ✔ | | Oven | `toaster-oven` | `switch` | `startProgram` / `stopProgram` |
#### Configs #### Configs
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Delay time | `timer-plus` | `number` | `startProgram.delayTime` | ✔ | | Delay time | `timer-plus` | `number` | `startProgram.delayTime` |
| Preheat | `thermometer-chevron-up` | `switch` | `startProgram.preheatStatus` | ✔ | | Preheat | `thermometer-chevron-up` | `switch` | `startProgram.preheatStatus` |
| Program | | `select` | `startProgram.program` | ✔ | | Program | | `select` | `startProgram.program` |
| Program Duration | `timelapse` | `number` | `startProgram.prTime` | ✔ | | Program Duration | `timelapse` | `number` | `startProgram.prTime` |
| Target Temperature | `thermometer` | `number` | `startProgram.tempSel` | ✔ | | Target Temperature | `thermometer` | `number` | `startProgram.tempSel` |
#### Sensors #### Sensors
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Connection | `wifi` | `binary_sensor` | `attributes.lastConnEvent.category` | ✔ | | Connection | `wifi` | `binary_sensor` | `attributes.lastConnEvent.category` |
| On | `power-cycle` | `binary_sensor` | `attributes.parameters.onOffStatus` | ❌ | | On | `power-cycle` | `binary_sensor` | `attributes.parameters.onOffStatus` |
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` | ✔ | | Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
| Remote Control | `remote` | `binary_sensor` | `attributes.parameters.remoteCtrValid` | ✔ | | Start Time | `clock-start` | `sensor` | `delayTime` |
| Start Time | `clock-start` | `sensor` | `delayTime` | ✔ | | Temperature | `thermometer` | `sensor` | `temp` |
| Temperature | `thermometer` | `sensor` | `temp` | ✔ | | Temperature Selected | `thermometer` | `sensor` | `tempSel` |
| Temperature Selected | `thermometer` | `sensor` | `tempSel` | ✔ |
### Tumble dryer ### Tumble dryer
#### Controls #### Controls
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Pause Tumble Dryer | `pause` | `switch` | `pauseProgram` / `resumeProgram` | ✔ | | Pause Tumble Dryer | `pause` | `switch` | `pauseProgram` / `resumeProgram` |
| Tumble Dryer | `tumble-dryer` | `switch` | `startProgram` / `stopProgram` | ✔ | | Tumble Dryer | `tumble-dryer` | `switch` | `startProgram` / `stopProgram` |
#### Configs #### Configs
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Anti-Crease | `timer` | `switch` | `startProgram.antiCreaseTime` | ✔ | | Anti-Crease | `timer` | `switch` | `startProgram.antiCreaseTime` |
| Delay time | `timer-plus` | `number` | `startProgram.delayTime` | ✔ | | Anti-Crease | `timer` | `switch` | `startProgram.anticrease` |
| Dry Time | | `number` | `startProgram.dryTime` | ✔ | | Delay time | `timer-plus` | `number` | `startProgram.delayTime` |
| Dry Time | `timer` | `select` | `startProgram.dryTimeMM` | ✔ | | Dry Time | | `number` | `startProgram.dryTime` |
| Dry level | `hair-dryer` | `select` | `startProgram.dryLevel` | ✔ | | Dry Time | `timer` | `select` | `startProgram.dryTimeMM` |
| Energy Label | `lightning-bolt-circle` | `sensor` | `startProgram.energyLabel` | ✔ | | Dry level | `hair-dryer` | `select` | `startProgram.dryLevel` |
| Program | | `select` | `startProgram.program` | ✔ | | Energy Label | `lightning-bolt-circle` | `sensor` | `startProgram.energyLabel` |
| Sterilization | `clock-start` | `switch` | `startProgram.sterilizationStatus` | ❌ | | Program | | `select` | `startProgram.program` |
| Suggested Load | `weight-kilogram` | `sensor` | `startProgram.suggestedLoadD` | ✔ | | Steam Type | `weather-dust` | `sensor` | `steamType` |
| Temperature level | `thermometer` | `number` | `startProgram.tempLevel` | ✔ | | Steam level | `smoke` | `sensor` | `startProgram.steamLevel` |
| Sterilization | `clock-start` | `switch` | `startProgram.sterilizationStatus` |
| Suggested Load | `weight-kilogram` | `sensor` | `startProgram.suggestedLoadD` |
| Temperature level | `thermometer` | `number` | `startProgram.tempLevel` |
#### Sensors #### Sensors
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Connection | | `binary_sensor` | `attributes.lastConnEvent.category` | ✔ | | Anti-Crease | | `binary_sensor` | `anticrease` |
| Door | | `binary_sensor` | `doorStatus` | ✔ | | Connection | | `binary_sensor` | `attributes.lastConnEvent.category` |
| Dry level | `hair-dryer` | `sensor` | `dryLevel` | ✔ | | Door | | `binary_sensor` | `doorStatus` |
| Error | `math-log` | `sensor` | `errors` | ✔ | | Dry level | `hair-dryer` | `sensor` | `dryLevel` |
| Machine Status | `information` | `sensor` | `machMode` | ✔ | | Error | `math-log` | `sensor` | `errors` |
| Program | `tumble-dryer` | `sensor` | `prCode` | ✔ | | Machine Status | `information` | `sensor` | `machMode` |
| Program Phase | `washing-machine` | `sensor` | `prPhase` | ✔ | | Program | `tumble-dryer` | `sensor` | `programName` |
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` | ✔ | | Program Phase | `washing-machine` | `sensor` | `prPhase` |
| Start Time | `clock-start` | `sensor` | `delayTime` | ✔ | | Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
| Temperature level | `thermometer` | `sensor` | `tempLevel` | ✔ | | Start Time | `clock-start` | `sensor` | `delayTime` |
| Steam level | `smoke` | `sensor` | `steamLevel` |
| Temperature level | `thermometer` | `sensor` | `tempLevel` |
### Washer dryer ### Washer dryer
#### Controls #### Controls
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Pause Washing Machine | `pause` | `switch` | `pauseProgram` / `resumeProgram` | ✔ | | Pause Washer Dryer | `pause` | `switch` | `pauseProgram` / `resumeProgram` |
| Washing Machine | `washing-machine` | `switch` | `startProgram` / `stopProgram` | ✔ | | Washer Dryer | `washing-machine` | `switch` | `startProgram` / `stopProgram` |
#### Configs #### Configs
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Delay Time | `timer-plus` | `number` | `startProgram.delayTime` | ✔ | | Acqua Plus | `water-plus` | `switch` | `startProgram.acquaplus` |
| Program | | `select` | `startProgram.program` | ✔ | | Anti-Crease | `timer` | `switch` | `startProgram.antiCreaseTime` |
| Suggested weight | `weight-kilogram` | `sensor` | `startProgram.weight` | ✔ | | Anti-Crease | `timer` | `switch` | `startProgram.anticrease` |
| Auto Dose | `cup` | `switch` | `startProgram.autoDetergentStatus` |
| Delay Status | `timer-check` | `switch` | `startProgram.delayStatus` |
| Delay Time | `timer-plus` | `number` | `startProgram.delayTime` |
| Dry Time | | `number` | `startProgram.dryTime` |
| Dry Time | `timer` | `select` | `startProgram.dryTimeMM` |
| Dry level | `hair-dryer` | `select` | `startProgram.dryLevel` |
| Energy Label | `lightning-bolt-circle` | `sensor` | `startProgram.energyLabel` |
| Extra Rinse 1 | `numeric-1-box-multiple-outline` | `switch` | `startProgram.extraRinse1` |
| Extra Rinse 2 | `numeric-2-box-multiple-outline` | `switch` | `startProgram.extraRinse2` |
| Extra Rinse 3 | `numeric-3-box-multiple-outline` | `switch` | `startProgram.extraRinse3` |
| Good Night | `weather-night` | `switch` | `startProgram.goodNight` |
| Keep Fresh | `refresh-circle` | `switch` | `startProgram.autoSoftenerStatus` |
| Liquid Detergent Dose | `cup-water` | `sensor` | `startProgram.liquidDetergentDose` |
| Main Wash Time | `clock-start` | `number` | `startProgram.mainWashTime` |
| Powder Detergent Dose | `cup` | `sensor` | `startProgram.powderDetergentDose` |
| Program | | `select` | `startProgram.program` |
| Remaining Time | `timer` | `sensor` | `startProgram.remainingTime` |
| Rinse Iterations | `rotate-right` | `number` | `startProgram.rinseIterations` |
| Soak Prewash Selection | `tshirt-crew` | `switch` | `startProgram.haier_SoakPrewashSelection` |
| Spin speed | `numeric` | `select` | `startProgram.spinSpeed` |
| Steam Level | `weather-dust` | `number` | `startProgram.steamLevel` |
| Steam Type | `weather-dust` | `sensor` | `steamType` |
| Steam level | `smoke` | `sensor` | `startProgram.steamLevel` |
| Sterilization | `clock-start` | `switch` | `startProgram.sterilizationStatus` |
| Suggested Load | `weight-kilogram` | `sensor` | `startProgram.suggestedLoadW` |
| Suggested Load | `weight-kilogram` | `sensor` | `startProgram.suggestedLoadD` |
| Suggested weight | `weight-kilogram` | `sensor` | `startProgram.weight` |
| Temperature | `thermometer` | `select` | `startProgram.temp` |
| Temperature level | `thermometer` | `number` | `startProgram.tempLevel` |
| Water hard | `water` | `number` | `startProgram.waterHard` |
| lang | | `number` | `startProgram.lang` |
#### Sensors #### Sensors
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Acqua Plus | | `binary_sensor` | `acquaplus` | ✔ | | Acqua Plus | | `binary_sensor` | `acquaplus` |
| Anti-Crease | | `binary_sensor` | `anticrease` | ✔ | | Anti-Crease | | `binary_sensor` | `anticrease` |
| Current Electricity Used | `lightning-bolt` | `sensor` | `currentElectricityUsed` | ❌ | | Current Electricity Used | `lightning-bolt` | `sensor` | `currentElectricityUsed` |
| Current Program | `tumble-dryer` | `sensor` | `prCode` | ❌ | | Current Temperature | `thermometer` | `sensor` | `temp` |
| Current Temperature | `thermometer` | `sensor` | `temp` | ✔ | | Current Water Used | `water` | `sensor` | `currentWaterUsed` |
| Current Water Used | `water` | `sensor` | `currentWaterUsed` | ❌ | | Dirt level | `liquid-spot` | `sensor` | `dirtyLevel` |
| Dirt level | `liquid-spot` | `sensor` | `dirtyLevel` | ✔ | | Door | | `binary_sensor` | `doorStatus` |
| Dry level | `hair-dryer` | `sensor` | `dryLevel` | ✔ | | Door Lock | | `binary_sensor` | `doorLockStatus` |
| Extra Rinse 1 | | `binary_sensor` | `extraRinse1` | ✔ | | Dry level | `hair-dryer` | `sensor` | `dryLevel` |
| Extra Rinse 2 | | `binary_sensor` | `extraRinse2` | ✔ | | Error | `math-log` | `sensor` | `errors` |
| Extra Rinse 3 | | `binary_sensor` | `extraRinse3` | ✔ | | Extra Rinse 1 | | `binary_sensor` | `extraRinse1` |
| Good Night Mode | | `binary_sensor` | `goodNight` | ✔ | | Extra Rinse 2 | | `binary_sensor` | `extraRinse2` |
| Machine Status | `information` | `sensor` | `machMode` | ✔ | | Extra Rinse 3 | | `binary_sensor` | `extraRinse3` |
| Pre Wash | | `binary_sensor` | `startProgram.prewash` | ❌ | | Good Night Mode | | `binary_sensor` | `goodNight` |
| Program Phase | `washing-machine` | `sensor` | `prPhase` | ✔ | | Machine Status | `information` | `sensor` | `machMode` |
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` | ✔ | | Pre Wash | | `binary_sensor` | `startProgram.prewash` |
| Remote Control | `remote` | `binary_sensor` | `attributes.lastConnEvent.category` | ✔ | | Program | `tumble-dryer` | `sensor` | `programName` |
| Spin Speed | `fast-forward-outline` | `sensor` | `spinSpeed` | ✔ | | Program Phase | `washing-machine` | `sensor` | `prPhase` |
| Steam level | `smoke` | `sensor` | `steamLevel` | ✔ | | Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
| Total Power | | `sensor` | `totalElectricityUsed` | ❌ | | Remote Control | `remote` | `binary_sensor` | `attributes.lastConnEvent.category` |
| Total Wash Cycle | `counter` | `sensor` | `totalWashCycle` | ❌ | | Spin Speed | `speedometer` | `sensor` | `spinSpeed` |
| Total Water | | `sensor` | `totalWaterUsed` | ❌ | | Start Time | `clock-start` | `sensor` | `delayTime` |
| Steam level | `smoke` | `sensor` | `steamLevel` |
| Temperature level | `thermometer` | `sensor` | `tempLevel` |
| Total Power | | `sensor` | `totalElectricityUsed` |
| Total Wash Cycle | `counter` | `sensor` | `totalWashCycle` |
| Total Water | | `sensor` | `totalWaterUsed` |
### Washing machine ### Washing machine
#### Controls #### Controls
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Pause Washing Machine | `pause` | `switch` | `pauseProgram` / `resumeProgram` | ✔ | | Pause Washing Machine | `pause` | `switch` | `pauseProgram` / `resumeProgram` |
| Washing Machine | `washing-machine` | `switch` | `startProgram` / `stopProgram` | ✔ | | Washing Machine | `washing-machine` | `switch` | `startProgram` / `stopProgram` |
#### Configs #### Configs
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Delay Status | `timer-check` | `switch` | `startProgram.delayStatus` | ❌ | | Acqua Plus | `water-plus` | `switch` | `startProgram.acquaplus` |
| Delay Time | `timer-plus` | `number` | `startProgram.delayTime` | ✔ | | Auto Dose | `cup` | `switch` | `startProgram.autoDetergentStatus` |
| Energy Label | `lightning-bolt-circle` | `sensor` | `startProgram.energyLabel` | ✔ | | Delay Status | `timer-check` | `switch` | `startProgram.delayStatus` |
| Keep Fresh | `refresh-circle` | `switch` | `startProgram.autoSoftenerStatus` | ✔ | | Delay Time | `timer-plus` | `number` | `startProgram.delayTime` |
| Liquid Detergent Dose | `cup-water` | `sensor` | `startProgram.liquidDetergentDose` | ✔ | | Energy Label | `lightning-bolt-circle` | `sensor` | `startProgram.energyLabel` |
| Main Wash Time | `clock-start` | `number` | `startProgram.mainWashTime` | ✔ | | Extra Rinse 1 | `numeric-1-box-multiple-outline` | `switch` | `startProgram.extraRinse1` |
| Powder Detergent Dose | `cup` | `sensor` | `startProgram.powderDetergentDose` | ✔ | | Extra Rinse 2 | `numeric-2-box-multiple-outline` | `switch` | `startProgram.extraRinse2` |
| Program | | `select` | `startProgram.program` | ✔ | | Extra Rinse 3 | `numeric-3-box-multiple-outline` | `switch` | `startProgram.extraRinse3` |
| Rinse Iterations | `rotate-right` | `number` | `startProgram.rinseIterations` | ✔ | | Good Night | `weather-night` | `switch` | `startProgram.goodNight` |
| Soak Prewash Selection | `tshirt-crew` | `switch` | `startProgram.haier_SoakPrewashSelection` | ✔ | | Keep Fresh | `refresh-circle` | `switch` | `startProgram.autoSoftenerStatus` |
| Spin speed | `numeric` | `select` | `startProgram.spinSpeed` | ✔ | | Liquid Detergent Dose | `cup-water` | `sensor` | `startProgram.liquidDetergentDose` |
| Suggested weight | `weight-kilogram` | `sensor` | `startProgram.weight` | ✔ | | Main Wash Time | `clock-start` | `number` | `startProgram.mainWashTime` |
| Temperature | `thermometer` | `select` | `startProgram.temp` | ✔ | | Powder Detergent Dose | `cup` | `sensor` | `startProgram.powderDetergentDose` |
| Program | | `select` | `startProgram.program` |
| Remaining Time | `timer` | `sensor` | `startProgram.remainingTime` |
| Rinse Iterations | `rotate-right` | `number` | `startProgram.rinseIterations` |
| Soak Prewash Selection | `tshirt-crew` | `switch` | `startProgram.haier_SoakPrewashSelection` |
| Spin speed | `numeric` | `select` | `startProgram.spinSpeed` |
| Steam Level | `weather-dust` | `number` | `startProgram.steamLevel` |
| Suggested Load | `weight-kilogram` | `sensor` | `startProgram.suggestedLoadW` |
| Suggested weight | `weight-kilogram` | `sensor` | `startProgram.weight` |
| Temperature | `thermometer` | `select` | `startProgram.temp` |
| Water hard | `water` | `number` | `startProgram.waterHard` |
| lang | | `number` | `startProgram.lang` |
#### Sensors #### Sensors
| Name | Icon | Entity | Key | Auto-Translation | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- |
| Current Electricity Used | `lightning-bolt` | `sensor` | `currentElectricityUsed` | ❌ | | Acqua Plus | | `binary_sensor` | `acquaplus` |
| Current Water Used | `water` | `sensor` | `currentWaterUsed` | ❌ | | Current Electricity Used | `lightning-bolt` | `sensor` | `currentElectricityUsed` |
| Door | | `binary_sensor` | `doorStatus` | ✔ | | Current Temperature | `thermometer` | `sensor` | `temp` |
| Door Lock | | `binary_sensor` | `doorLockStatus` | ✔ | | Current Water Used | `water` | `sensor` | `currentWaterUsed` |
| Error | `math-log` | `sensor` | `errors` | ✔ | | Dirt level | `liquid-spot` | `sensor` | `dirtyLevel` |
| Machine Status | `information` | `sensor` | `machMode` | ✔ | | Door | | `binary_sensor` | `doorStatus` |
| Program Phase | `washing-machine` | `sensor` | `prPhase` | ✔ | | Door Lock | | `binary_sensor` | `doorLockStatus` |
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` | ✔ | | Error | `math-log` | `sensor` | `errors` |
| Remote Control | `remote` | `binary_sensor` | `attributes.lastConnEvent.category` | ✔ | | Extra Rinse 1 | | `binary_sensor` | `extraRinse1` |
| Spin Speed | `speedometer` | `sensor` | `spinSpeed` | ✔ | | Extra Rinse 2 | | `binary_sensor` | `extraRinse2` |
| Total Power | | `sensor` | `totalElectricityUsed` | ❌ | | Extra Rinse 3 | | `binary_sensor` | `extraRinse3` |
| Total Wash Cycle | `counter` | `sensor` | `totalWashCycle` | ❌ | | Good Night Mode | | `binary_sensor` | `goodNight` |
| Total Water | | `sensor` | `totalWaterUsed` | ❌ | | Machine Status | `information` | `sensor` | `machMode` |
| Pre Wash | | `binary_sensor` | `startProgram.prewash` |
| Program Phase | `washing-machine` | `sensor` | `prPhase` |
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
| Remote Control | `remote` | `binary_sensor` | `attributes.lastConnEvent.category` |
| Spin Speed | `speedometer` | `sensor` | `spinSpeed` |
| Total Power | | `sensor` | `totalElectricityUsed` |
| Total Wash Cycle | `counter` | `sensor` | `totalWashCycle` |
| Total Water | | `sensor` | `totalWaterUsed` |

View File

@ -11,7 +11,7 @@ from homeassistant.components.binary_sensor import (
from homeassistant.config_entries import ConfigEntry from homeassistant.config_entries import ConfigEntry
from homeassistant.core import callback from homeassistant.core import callback
from .const import DOMAIN from .const import DOMAIN
from .hon import HonCoordinator, HonEntity from .hon import HonCoordinator, HonEntity, unique_entities
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
@ -52,6 +52,24 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
on_value="1", on_value="1",
translation_key="door_open", translation_key="door_open",
), ),
HonBinarySensorEntityDescription(
key="startProgram.prewash", name="Pre Wash", translation_key="prewash"
),
HonBinarySensorEntityDescription(
key="extraRinse1", name="Extra Rinse 1", translation_key="extra_rinse_1"
),
HonBinarySensorEntityDescription(
key="extraRinse2", name="Extra Rinse 2", translation_key="extra_rinse_2"
),
HonBinarySensorEntityDescription(
key="extraRinse3", name="Extra Rinse 3", translation_key="extra_rinse_3"
),
HonBinarySensorEntityDescription(
key="goodNight", name="Good Night Mode", translation_key="good_night"
),
HonBinarySensorEntityDescription(
key="acquaplus", name="Acqua Plus", translation_key="acqua_plus"
),
), ),
"TD": ( "TD": (
HonBinarySensorEntityDescription( HonBinarySensorEntityDescription(
@ -68,35 +86,6 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
on_value="1", on_value="1",
translation_key="door_open", translation_key="door_open",
), ),
),
"WD": (
HonBinarySensorEntityDescription(
key="attributes.lastConnEvent.category",
name="Remote Control",
device_class=BinarySensorDeviceClass.CONNECTIVITY,
on_value="CONNECTED",
icon="mdi:remote",
translation_key="remote_control",
),
HonBinarySensorEntityDescription(
key="startProgram.prewash",
name="Pre Wash",
),
HonBinarySensorEntityDescription(
key="extraRinse1", name="Extra Rinse 1", translation_key="extra_rinse_1"
),
HonBinarySensorEntityDescription(
key="extraRinse2", name="Extra Rinse 2", translation_key="extra_rinse_2"
),
HonBinarySensorEntityDescription(
key="extraRinse3", name="Extra Rinse 3", translation_key="extra_rinse_3"
),
HonBinarySensorEntityDescription(
key="goodNight", name="Good Night Mode", translation_key="good_night"
),
HonBinarySensorEntityDescription(
key="acquaplus", name="Acqua Plus", translation_key="aqua_plus"
),
HonBinarySensorEntityDescription( HonBinarySensorEntityDescription(
key="anticrease", name="Anti-Crease", translation_key="anti_crease" key="anticrease", name="Anti-Crease", translation_key="anti_crease"
), ),
@ -110,20 +99,13 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
icon="mdi:wifi", icon="mdi:wifi",
translation_key="connection", translation_key="connection",
), ),
HonBinarySensorEntityDescription(
key="attributes.parameters.remoteCtrValid",
name="Remote Control",
device_class=BinarySensorDeviceClass.CONNECTIVITY,
on_value="1",
icon="mdi:remote",
translation_key="remote_control",
),
HonBinarySensorEntityDescription( HonBinarySensorEntityDescription(
key="attributes.parameters.onOffStatus", key="attributes.parameters.onOffStatus",
name="On", name="On",
device_class=BinarySensorDeviceClass.RUNNING, device_class=BinarySensorDeviceClass.RUNNING,
on_value="1", on_value="1",
icon="mdi:power-cycle", icon="mdi:power-cycle",
translation_key="on",
), ),
), ),
"IH": ( "IH": (
@ -135,20 +117,13 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
icon="mdi:wifi", icon="mdi:wifi",
translation_key="connection", translation_key="connection",
), ),
HonBinarySensorEntityDescription(
key="attributes.parameters.remoteCtrValid",
name="Remote Control",
device_class=BinarySensorDeviceClass.CONNECTIVITY,
on_value="1",
icon="mdi:remote",
translation_key="remote_control",
),
HonBinarySensorEntityDescription( HonBinarySensorEntityDescription(
key="attributes.parameters.onOffStatus", key="attributes.parameters.onOffStatus",
name="On", name="On",
device_class=BinarySensorDeviceClass.RUNNING, device_class=BinarySensorDeviceClass.RUNNING,
on_value="1", on_value="1",
icon="mdi:power-cycle", icon="mdi:power-cycle",
translation_key="on",
), ),
HonBinarySensorEntityDescription( HonBinarySensorEntityDescription(
key="hotStatus", key="hotStatus",
@ -169,6 +144,7 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
name="Hob Lock", name="Hob Lock",
device_class=BinarySensorDeviceClass.LOCK, device_class=BinarySensorDeviceClass.LOCK,
on_value="0", on_value="0",
translation_key="child_lock",
), ),
), ),
"DW": ( "DW": (
@ -206,6 +182,9 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
} }
BINARY_SENSORS["WD"] = unique_entities(BINARY_SENSORS["WM"], BINARY_SENSORS["TD"])
async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None: async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None:
hon: Hon = hass.data[DOMAIN][entry.unique_id] hon: Hon = hass.data[DOMAIN][entry.unique_id]
coordinators = hass.data[DOMAIN]["coordinators"] coordinators = hass.data[DOMAIN]["coordinators"]
@ -221,16 +200,9 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non
if descriptions := BINARY_SENSORS.get(device.appliance_type): if descriptions := BINARY_SENSORS.get(device.appliance_type):
for description in descriptions: for description in descriptions:
if not device.get(description.key): if not device.get(description.key):
_LOGGER.warning(
"[%s] Can't setup %s", device.appliance_type, description.key
)
continue continue
appliances.extend( appliances.append(
[ HonBinarySensorEntity(hass, coordinator, entry, device, description)
HonBinarySensorEntity(
hass, coordinator, entry, device, description
)
]
) )
async_add_entities(appliances) async_add_entities(appliances)

View File

@ -2,6 +2,7 @@ import logging
import urllib import urllib
from urllib.parse import quote from urllib.parse import quote
import pkg_resources
from homeassistant.components.button import ButtonEntityDescription, ButtonEntity from homeassistant.components.button import ButtonEntityDescription, ButtonEntity
from homeassistant.config_entries import ConfigEntry from homeassistant.config_entries import ConfigEntry
from pyhon import Hon from pyhon import Hon
@ -63,6 +64,11 @@ class HonButtonEntity(HonEntity, ButtonEntity):
async def async_press(self) -> None: async def async_press(self) -> None:
await self._device.commands[self.entity_description.key].send() await self._device.commands[self.entity_description.key].send()
@property
def available(self) -> bool:
"""Return True if entity is available."""
return super().available and self._device.get("remoteCtrValid") == "1"
class HonFeatureRequestButton(HonEntity, ButtonEntity): class HonFeatureRequestButton(HonEntity, ButtonEntity):
def __init__(self, hass, coordinator, entry, device: HonAppliance) -> None: def __init__(self, hass, coordinator, entry, device: HonAppliance) -> None:
@ -76,4 +82,6 @@ class HonFeatureRequestButton(HonEntity, ButtonEntity):
self._attr_entity_registry_enabled_default = False self._attr_entity_registry_enabled_default = False
async def async_press(self) -> None: async def async_press(self) -> None:
_LOGGER.error("Device Info:\n" + self._device.diagnose) pyhon_version = pkg_resources.get_distribution("pyhon").version
info = f"Device Info:\n{self._device.diagnose()}pyhOnVersion: {pyhon_version}"
_LOGGER.error(info)

View File

@ -0,0 +1,154 @@
import logging
from homeassistant.components.climate import (
ClimateEntity,
ClimateEntityDescription,
)
from homeassistant.components.climate.const import (
FAN_OFF,
SWING_OFF,
SWING_BOTH,
SWING_VERTICAL,
SWING_HORIZONTAL,
ClimateEntityFeature,
HVACMode,
)
from homeassistant.config_entries import ConfigEntry
from homeassistant.const import (
ATTR_TEMPERATURE,
PRECISION_WHOLE,
TEMP_CELSIUS,
)
from homeassistant.core import callback
from pyhon import Hon
from pyhon.appliance import HonAppliance
from .const import HON_HVAC_MODE, HON_FAN, HON_HVAC_PROGRAM, DOMAIN
from .hon import HonEntity, HonCoordinator
_LOGGER = logging.getLogger(__name__)
CLIMATES = {
"AC": (ClimateEntityDescription(key="startProgram", icon="mdi:air-conditioner"),),
}
async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None:
hon: Hon = hass.data[DOMAIN][entry.unique_id]
coordinators = hass.data[DOMAIN]["coordinators"]
appliances = []
for device in hon.appliances:
if device.unique_id in coordinators:
coordinator = hass.data[DOMAIN]["coordinators"][device.unique_id]
else:
coordinator = HonCoordinator(hass, device)
hass.data[DOMAIN]["coordinators"][device.unique_id] = coordinator
await coordinator.async_config_entry_first_refresh()
if descriptions := CLIMATES.get(device.appliance_type):
for description in descriptions:
if description.key not in list(device.commands):
continue
appliances.extend(
[HonClimateEntity(hass, coordinator, entry, device, description)]
)
async_add_entities(appliances)
class HonClimateEntity(HonEntity, ClimateEntity):
def __init__(
self, hass, coordinator, entry, device: HonAppliance, description
) -> None:
super().__init__(hass, entry, coordinator, device)
self._coordinator = coordinator
self._device = device
self.entity_description = description
self._hass = hass
self._attr_unique_id = f"{super().unique_id}climate"
self._attr_temperature_unit = TEMP_CELSIUS
self._attr_target_temperature_step = PRECISION_WHOLE
self._attr_max_temp = device.settings["settings.tempSel"].max
self._attr_min_temp = device.settings["settings.tempSel"].min
self._attr_hvac_modes = [HVACMode.OFF] + [
HON_HVAC_MODE[mode] for mode in device.settings["settings.machMode"].values
]
self._attr_fan_modes = [FAN_OFF] + [
HON_FAN[mode] for mode in device.settings["settings.windSpeed"].values
]
self._attr_swing_modes = [
SWING_OFF,
SWING_VERTICAL,
SWING_HORIZONTAL,
SWING_BOTH,
]
self._attr_supported_features = (
ClimateEntityFeature.TARGET_TEMPERATURE
| ClimateEntityFeature.FAN_MODE
| ClimateEntityFeature.SWING_MODE
)
self._handle_coordinator_update()
async def async_set_hvac_mode(self, hvac_mode):
if hvac_mode == HVACMode.OFF:
await self._device.commands["stopProgram"].send()
else:
self._device.settings["startProgram.program"].value = HON_HVAC_PROGRAM[
hvac_mode
]
await self._device.commands["startProgram"].send()
self._attr_hvac_mode = hvac_mode
async def async_set_fan_mode(self, fan_mode):
mode_number = list(HON_FAN.values()).index(fan_mode)
self._device.settings["settings.windSpeed"].value = list(HON_FAN.keys())[
mode_number
]
await self._device.commands["settings"].send()
async def async_set_swing_mode(self, swing_mode):
horizontal = self._device.settings["settings.windDirectionHorizontal"]
vertical = self._device.settings["settings.windDirectionVertical"]
if swing_mode in [SWING_BOTH, SWING_HORIZONTAL]:
horizontal.value = "7"
if swing_mode in [SWING_BOTH, SWING_VERTICAL]:
vertical.value = "8"
if swing_mode in [SWING_OFF, SWING_HORIZONTAL] and vertical.value == "8":
vertical.value = "5"
if swing_mode in [SWING_OFF, SWING_VERTICAL] and horizontal.value == "7":
horizontal.value = "0"
self._attr_swing_mode = swing_mode
await self._device.commands["settings"].send()
async def async_set_temperature(self, **kwargs):
if (temperature := kwargs.get(ATTR_TEMPERATURE)) is None:
return False
self._device.settings["settings.selTemp"].value = temperature
await self._device.commands["settings"].send()
@callback
def _handle_coordinator_update(self, update=True) -> None:
self._attr_target_temperature = int(float(self._device.get("tempSel")))
self._attr_current_temperature = float(self._device.get("tempIndoor"))
self._attr_max_temp = self._device.settings["settings.tempSel"].max
self._attr_min_temp = self._device.settings["settings.tempSel"].min
if self._device.get("onOffStatus") == "0":
self._attr_hvac_mode = HVACMode.OFF
else:
self._attr_hvac_mode = HON_HVAC_MODE[self._device.get("machMode") or "0"]
self._attr_fan_mode = HON_FAN[self._device.settings["settings.windSpeed"].value]
horizontal = self._device.settings["settings.windDirectionHorizontal"]
vertical = self._device.settings["settings.windDirectionVertical"]
if horizontal == "7" and vertical == "8":
self._attr_swing_mode = SWING_BOTH
elif horizontal == "7":
self._attr_swing_mode = SWING_HORIZONTAL
elif vertical == "8":
self._attr_swing_mode = SWING_VERTICAL
else:
self._attr_swing_mode = SWING_OFF

View File

@ -1,3 +1,11 @@
from homeassistant.components.climate import (
HVACMode,
FAN_LOW,
FAN_MEDIUM,
FAN_HIGH,
FAN_AUTO,
)
DOMAIN = "hon" DOMAIN = "hon"
PLATFORMS = [ PLATFORMS = [
@ -7,4 +15,346 @@ PLATFORMS = [
"switch", "switch",
"button", "button",
"binary_sensor", "binary_sensor",
"climate",
]
HON_HVAC_MODE = {
"0": HVACMode.AUTO,
"1": HVACMode.COOL,
"2": HVACMode.COOL,
"3": HVACMode.DRY,
"4": HVACMode.HEAT,
"5": HVACMode.FAN_ONLY,
"6": HVACMode.FAN_ONLY,
}
HON_HVAC_PROGRAM = {
HVACMode.AUTO: "iot_auto",
HVACMode.COOL: "iot_cool",
HVACMode.DRY: "iot_dry",
HVACMode.HEAT: "iot_heat",
HVACMode.FAN_ONLY: "iot_fan",
}
HON_FAN = {
"1": FAN_HIGH,
"2": FAN_MEDIUM,
"3": FAN_LOW,
"4": FAN_AUTO,
"5": FAN_AUTO,
}
# These languages are official supported by hOn
LANGUAGES = [
"cs", # Czech
"de", # German
"el", # Greek
"en", # English
"es", # Spanish
"fr", # French
"he", # Hebrew
"hr", # Croatian
"it", # Italian
"nl", # Dutch
"pl", # Polish
"pt", # Portuguese
"ro", # Romanian
"ru", # Russian
"sk", # Slovak
"sl", # Slovenian
"sr", # Serbian
"tr", # Turkish
"zh", # Chinese
]
WASHING_PR_PHASE = {
"0": "WASHING_CMD&CTRL.PHASE_READY.TITLE",
"1": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
"2": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
"3": "WASHING_CMD&CTRL.PHASE_SPIN.TITLE",
"4": "WASHING_CMD&CTRL.PHASE_RINSE.TITLE",
"5": "WASHING_CMD&CTRL.PHASE_RINSE.TITLE",
"6": "WASHING_CMD&CTRL.PHASE_RINSE.TITLE",
"7": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
"9": "WASHING_CMD&CTRL.PHASE_STEAM.TITLE",
"10": "WASHING_CMD&CTRL.PHASE_READY.TITLE",
"11": "WASHING_CMD&CTRL.PHASE_SPIN.TITLE",
"12": "WASHING_CMD&CTRL.PHASE_WEIGHTING.TITLE",
"13": "WASHING_CMD&CTRL.PHASE_WEIGHTING.TITLE",
"14": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
"15": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
"16": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
"17": "WASHING_CMD&CTRL.PHASE_RINSE.TITLE",
"18": "WASHING_CMD&CTRL.PHASE_RINSE.TITLE",
"19": "WASHING_CMD&CTRL.PHASE_SCHEDULED.TITLE",
"20": "WASHING_CMD&CTRL.PHASE_TUMBLING.TITLE",
"24": "WASHING_CMD&CTRL.PHASE_REFRESH.TITLE",
"25": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
"26": "WASHING_CMD&CTRL.PHASE_HEATING.TITLE",
"27": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
}
MACH_MODE = {
"0": "WASHING_CMD&CTRL.PHASE_READY.TITLE", # NO_STATE
"1": "WASHING_CMD&CTRL.PHASE_READY.TITLE", # SELECTION_MODE
"2": "WASHING_CMD&CTRL.PHASE_RUNNING.TITLE", # EXECUTION_MODE
"3": "WASHING_CMD&CTRL.PHASE_PAUSE.TITLE", # PAUSE_MODE
"4": "WASHING_CMD&CTRL.PHASE_SCHEDULED.TITLE", # DELAY_START_SELECTION_MODE
"5": "WASHING_CMD&CTRL.PHASE_SCHEDULED.TITLE", # DELAY_START_EXECUTION_MODE
"6": "WASHING_CMD&CTRL.PHASE_ERROR.TITLE", # ERROR_MODE
"7": "WASHING_CMD&CTRL.PHASE_READY.TITLE", # END_MODE
"8": "Test", # TEST_MODE
"9": "GLOBALS.APPLIANCE_STATUS.ENDING_PROGRAM", # STOP_MODE
}
TUMBLE_DRYER_PR_PHASE = {
"0": "WASHING_CMD&CTRL.PHASE_READY.TITLE",
"1": "TD_CMD&CTRL.STATUS_PHASE.PHASE_HEAT_STROKE",
"2": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
"3": "TD_CMD&CTRL.STATUS_PHASE.PHASE_COOLDOWN",
"11": "WASHING_CMD&CTRL.PHASE_READY.TITLE",
"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",
"16": "TD_CMD&CTRL.STATUS_PHASE.PHASE_COOLDOWN",
"17": "unknown",
"18": "WASHING_CMD&CTRL.PHASE_TUMBLING.DASHBOARD_TITLE",
"19": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
"20": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
}
DIRTY_LEVEL = {
"1": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.LITTLE",
"2": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.NORMAL",
"3": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.VERY",
}
STEAM_LEVEL = {
"0": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.NO_STEAM",
"1": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_FABRICS.COTTON_TITLE",
"2": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_FABRICS.DELICATE_TITLE",
"3": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_FABRICS.SYNTHETIC_TITLE",
}
DISHWASHER_PR_PHASE = {
"0": "WASHING_CMD&CTRL.PHASE_READY.TITLE",
"1": "WASHING_CMD&CTRL.PHASE_PREWASH.TITLE",
"2": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
"3": "WASHING_CMD&CTRL.PHASE_RINSE.TITLE",
"4": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
"5": "WASHING_CMD&CTRL.PHASE_READY.TITLE",
"6": "WASHING_CMD&CTRL.PHASE_HOT_RINSE.TITLE",
}
TUMBLE_DRYER_DRY_LEVEL = {
"0": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.NO_DRY",
"1": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.IRON_DRY",
"2": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.NO_DRY_IRON_TITLE",
"3": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.CUPBOARD_DRY_TITLE",
"4": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.EXTRA_DRY_TITLE",
"11": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.NO_DRY",
"12": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.IRON_DRY",
"13": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.CUPBOARD_DRY_TITLE",
"14": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.READY_TO_WEAR_TITLE",
"15": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.EXTRA_DRY_TITLE",
}
AC_MACH_MODE = {
"0": "PROGRAMS.AC.IOT_AUTO",
"1": "PROGRAMS.AC.IOT_COOL",
"2": "PROGRAMS.AC.IOT_COOL",
"3": "PROGRAMS.AC.IOT_DRY",
"4": "PROGRAMS.AC.IOT_HEAT",
"5": "PROGRAMS.AC.IOT_FAN",
"6": "PROGRAMS.AC.IOT_FAN",
}
AC_FAN_MODE = {
"1": "AC.PROGRAM_CARD.WIND_SPEED_HIGH",
"2": "AC.PROGRAM_CARD.WIND_SPEED_MID",
"3": "AC.PROGRAM_CARD.WIND_SPEED_LOW",
"4": "AC.PROGRAM_CARD.WIND_SPEED_AUTO",
"5": "AC.PROGRAM_CARD.WIND_SPEED_AUTO",
}
AC_HUMAN_SENSE = {
"0": "AC.PROGRAM_DETAIL.TOUCH_OFF",
"1": "AC.PROGRAM_DETAIL.AVOID_TOUCH",
"2": "AC.PROGRAM_DETAIL.FOLLOW_TOUCH",
}
TUMBLE_DRYER_PROGRAMS = [
"hqd_baby_care"
"hqd_bath_towel"
"hqd_bed_sheets"
"hqd_bulky"
"hqd_casual"
"hqd_cold_wind_30"
"hqd_cold_wind_timing"
"hqd_cotton"
"hqd_curtain"
"hqd_delicate"
"hqd_diaper"
"hqd_duvet"
"hqd_feather"
"hqd_hot_wind_timing"
"hqd_hygienic"
"hqd_i_refresh"
"hqd_i_refresh_pro"
"hqd_jacket"
"hqd_jeans"
"hqd_luxury"
"hqd_mix"
"hqd_night_dry"
"hqd_outdoor"
"hqd_precious_cure"
"hqd_quick_20"
"hqd_quick_30"
"hqd_quick_dry"
"hqd_quilt"
"hqd_refresh"
"hqd_school_uniform"
"hqd_shirt"
"hqd_shoes"
"hqd_silk"
"hqd_sports"
"hqd_synthetics"
"hqd_timer"
"hqd_towel"
"hqd_underwear"
"hqd_warm_up"
"hqd_wool"
"hqd_working_suit"
]
PROGRAMS_TD = [
"active_dry",
"allergy_care",
"all_in_one",
"antiallergy",
"anti_odours",
"auto_care",
"baby",
"bed_quilt",
"care_30",
"care_45",
"care_59",
"coloured",
"daily_45_min",
"daily_perfect_59_min",
"darks_and_coloured",
"delicates",
"duvet",
"eco",
"ecospeed_cottons",
"ecospeed_delicates",
"ecospeed_mixed",
"extra_hygiene",
"fitness",
"fresh_care",
"genius",
"hqd_baby_care",
"hqd_bath_towel",
"hqd_bed_sheets",
"hqd_bulky",
"hqd_casual",
"hqd_cold_wind_30",
"hqd_cold_wind_timing",
"hqd_cotton",
"hqd_curtain",
"hqd_delicate",
"hqd_diaper",
"hqd_duvet",
"hqd_feather",
"hqd_hot_wind_timing",
"hqd_hygienic",
"hqd_i_refresh",
"hqd_i_refresh_pro",
"hqd_jacket",
"hqd_jeans",
"hqd_luxury",
"hqd_mix",
"hqd_night_dry",
"hqd_outdoor",
"hqd_precious_cure",
"hqd_quick_20",
"hqd_quick_30",
"hqd_quick_dry",
"hqd_quilt",
"hqd_refresh",
"hqd_school_uniform",
"hqd_shirt",
"hqd_shoes",
"hqd_silk",
"hqd_sports",
"hqd_synthetics",
"hqd_timer",
"hqd_towel",
"hqd_underwear",
"hqd_warm_up",
"hqd_wool",
"hqd_working_suit",
"hygiene",
"iot_checkup",
"iot_dry_anti_mites",
"iot_dry_baby",
"iot_dry_backpacks",
"iot_dry_bathrobe",
"iot_dry_bed_linen",
"iot_dry_bed_quilt",
"iot_dry_cotton",
"iot_dry_cuddly_toys",
"iot_dry_curtains",
"iot_dry_dehumidifier",
"iot_dry_delicates",
"iot_dry_delicate_tablecloths",
"iot_dry_denim_jeans",
"iot_dry_down_jacket",
"iot_dry_duvet",
"iot_dry_easy_iron_cotton",
"iot_dry_easy_iron_synthetics",
"iot_dry_gym_fit",
"iot_dry_lingerie",
"iot_dry_mixed",
"iot_dry_playsuits",
"iot_dry_rapid_30",
"iot_dry_rapid_59",
"iot_dry_refresh",
"iot_dry_regenerates_waterproof",
"iot_dry_relax_creases",
"iot_dry_shirts",
"iot_dry_small_load",
"iot_dry_swimsuits_and_bikinis",
"iot_dry_synthetics",
"iot_dry_synthetic_dry",
"iot_dry_tablecloths",
"iot_dry_technical_fabrics",
"iot_dry_warm_embrace",
"iot_dry_wool",
"jeans",
"mix_and_dry",
"pets",
"pre_iron",
"rapid_30",
"rapid_45",
"rapid_59",
"refresh",
"relax_creases",
"saving_30_min",
"shirts",
"shoes",
"small_load",
"soft_care",
"sport_plus",
"super_easy_iron_misti",
"super_easy_iron_xxl",
"super_fast_cottons",
"super_fast_delicates",
"synthetics",
"total_care",
"trainers",
"ultra_care",
"waterproof_revitalize",
"whites",
"wool",
"woolmark",
"xxl_load",
"zoom_59",
] ]

View File

@ -50,3 +50,12 @@ class HonCoordinator(DataUpdateCoordinator):
async def _async_update_data(self): async def _async_update_data(self):
await self._device.update() await self._device.update()
def unique_entities(base_entities, new_entities):
result = list(base_entities)
existing_entities = [entity.key for entity in base_entities]
for entity in new_entities:
if entity.key not in existing_entities:
result.append(entity)
return tuple(result)

View File

@ -6,6 +6,6 @@
"documentation": "https://github.com/Andre0512/hon/", "documentation": "https://github.com/Andre0512/hon/",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"issue_tracker": "https://github.com/Andre0512/hon/issues", "issue_tracker": "https://github.com/Andre0512/hon/issues",
"requirements": ["pyhOn==0.8.5"], "requirements": ["pyhOn==0.10.6"],
"version": "0.7.0-beta.4" "version": "0.7.3"
} }

View File

@ -1,6 +1,8 @@
from __future__ import annotations from __future__ import annotations
from pyhon import Hon from pyhon import Hon
from pyhon.parameter.base import HonParameter
from pyhon.parameter.fixed import HonParameterFixed
from pyhon.parameter.range import HonParameterRange from pyhon.parameter.range import HonParameterRange
from homeassistant.components.number import ( from homeassistant.components.number import (
@ -13,7 +15,7 @@ from homeassistant.core import callback
from homeassistant.helpers.entity import EntityCategory from homeassistant.helpers.entity import EntityCategory
from .const import DOMAIN from .const import DOMAIN
from .hon import HonEntity, HonCoordinator from .hon import HonEntity, HonCoordinator, unique_entities
NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = { NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = {
"WM": ( "WM": (
@ -40,6 +42,25 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = {
native_unit_of_measurement=UnitOfTime.MINUTES, native_unit_of_measurement=UnitOfTime.MINUTES,
translation_key="wash_time", translation_key="wash_time",
), ),
NumberEntityDescription(
key="startProgram.steamLevel",
name="Steam Level",
icon="mdi:weather-dust",
entity_category=EntityCategory.CONFIG,
translation_key="steam_level",
),
NumberEntityDescription(
key="startProgram.waterHard",
name="Water hard",
icon="mdi:water",
entity_category=EntityCategory.CONFIG,
translation_key="water_hard",
),
NumberEntityDescription(
key="startProgram.lang",
name="lang",
entity_category=EntityCategory.CONFIG,
),
), ),
"TD": ( "TD": (
NumberEntityDescription( NumberEntityDescription(
@ -64,16 +85,6 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = {
translation_key="dry_time", translation_key="dry_time",
), ),
), ),
"WD": (
NumberEntityDescription(
key="startProgram.delayTime",
name="Delay Time",
icon="mdi:timer-plus",
entity_category=EntityCategory.CONFIG,
native_unit_of_measurement=UnitOfTime.MINUTES,
translation_key="delay_time",
),
),
"OV": ( "OV": (
NumberEntityDescription( NumberEntityDescription(
key="startProgram.delayTime", key="startProgram.delayTime",
@ -133,8 +144,20 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = {
translation_key="water_hard", translation_key="water_hard",
), ),
), ),
"AC": (
NumberEntityDescription(
key="settings.tempSel",
name="Target Temperature",
entity_category=EntityCategory.CONFIG,
icon="mdi:thermometer",
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
translation_key="target_temperature",
),
),
} }
NUMBERS["WD"] = unique_entities(NUMBERS["WM"], NUMBERS["TD"])
async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None: async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None:
hon: Hon = hass.data[DOMAIN][entry.unique_id] hon: Hon = hass.data[DOMAIN][entry.unique_id]
@ -150,7 +173,7 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non
if descriptions := NUMBERS.get(device.appliance_type): if descriptions := NUMBERS.get(device.appliance_type):
for description in descriptions: for description in descriptions:
if not device.settings.get(description.key): if description.key not in device.available_settings:
continue continue
appliances.extend( appliances.extend(
[HonNumberEntity(hass, coordinator, entry, device, description)] [HonNumberEntity(hass, coordinator, entry, device, description)]
@ -179,8 +202,14 @@ class HonNumberEntity(HonEntity, NumberEntity):
return self._device.get(self.entity_description.key) return self._device.get(self.entity_description.key)
async def async_set_native_value(self, value: float) -> None: async def async_set_native_value(self, value: float) -> None:
self._device.settings[self.entity_description.key].value = value setting = self._device.settings[self.entity_description.key]
await self.coordinator.async_request_refresh() if not (
isinstance(setting, HonParameter) or isinstance(setting, HonParameterFixed)
):
setting.value = value
if self._device.appliance_type in ["AC"]:
self._device.commands["startProgram"].send()
await self.coordinator.async_refresh()
@callback @callback
def _handle_coordinator_update(self): def _handle_coordinator_update(self):

View File

@ -1,6 +1,7 @@
from __future__ import annotations from __future__ import annotations
import logging import logging
import time
from pyhon import Hon from pyhon import Hon
from pyhon.appliance import HonAppliance from pyhon.appliance import HonAppliance
@ -13,7 +14,7 @@ from homeassistant.core import callback
from homeassistant.helpers.entity import EntityCategory from homeassistant.helpers.entity import EntityCategory
from .const import DOMAIN from .const import DOMAIN
from .hon import HonEntity, HonCoordinator from .hon import HonEntity, HonCoordinator, unique_entities
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
@ -65,14 +66,6 @@ SELECTS = {
translation_key="dry_levels", translation_key="dry_levels",
), ),
), ),
"WD": (
SelectEntityDescription(
key="startProgram.program",
name="Program",
entity_category=EntityCategory.CONFIG,
translation_key="programs_wm",
),
),
"OV": ( "OV": (
SelectEntityDescription( SelectEntityDescription(
key="startProgram.program", key="startProgram.program",
@ -97,8 +90,25 @@ SELECTS = {
translation_key="programs_dw", translation_key="programs_dw",
), ),
), ),
"AC": (
SelectEntityDescription(
key="startProgram.program",
name="Program",
entity_category=EntityCategory.CONFIG,
translation_key="programs_ac",
),
SelectEntityDescription(
key="settings.humanSensingStatus",
name="Eco Pilot",
icon="mdi:run",
entity_category=EntityCategory.CONFIG,
translation_key="eco_pilot",
),
),
} }
SELECTS["WD"] = unique_entities(SELECTS["WM"], SELECTS["TD"])
async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None: async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None:
hon: Hon = hass.data[DOMAIN][entry.unique_id] hon: Hon = hass.data[DOMAIN][entry.unique_id]
@ -114,7 +124,7 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non
if descriptions := SELECTS.get(device.appliance_type): if descriptions := SELECTS.get(device.appliance_type):
for description in descriptions: for description in descriptions:
if not device.settings.get(description.key): if description.key not in device.available_settings:
continue continue
appliances.extend( appliances.extend(
[HonSelectEntity(hass, coordinator, entry, device, description)] [HonSelectEntity(hass, coordinator, entry, device, description)]
@ -147,7 +157,9 @@ class HonSelectEntity(HonEntity, SelectEntity):
async def async_select_option(self, option: str) -> None: async def async_select_option(self, option: str) -> None:
self._device.settings[self.entity_description.key].value = option self._device.settings[self.entity_description.key].value = option
await self.coordinator.async_request_refresh() if self._device.appliance_type in ["AC"]:
self._device.commands["startProgram"].send()
await self.coordinator.async_refresh()
@callback @callback
def _handle_coordinator_update(self): def _handle_coordinator_update(self):

View File

@ -23,18 +23,22 @@ from homeassistant.helpers.entity import EntityCategory
from homeassistant.helpers.typing import StateType from homeassistant.helpers.typing import StateType
from homeassistant.const import PERCENTAGE from homeassistant.const import PERCENTAGE
from . import const
from .const import DOMAIN from .const import DOMAIN
from .hon import HonCoordinator, HonEntity from .hon import HonCoordinator, HonEntity, unique_entities
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = { SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
"WM": ( "WM": (
SensorEntityDescription( SensorEntityDescription(
key="prPhase", key="prPhase",
name="Program Phase", name="Program Phase",
icon="mdi:washing-machine", icon="mdi:washing-machine",
device_class=SensorDeviceClass.ENUM,
translation_key="program_phases_wm", translation_key="program_phases_wm",
options=list(const.WASHING_PR_PHASE),
), ),
SensorEntityDescription( SensorEntityDescription(
key="totalElectricityUsed", key="totalElectricityUsed",
@ -42,6 +46,7 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
device_class=SensorDeviceClass.ENERGY, device_class=SensorDeviceClass.ENERGY,
state_class=SensorStateClass.TOTAL_INCREASING, state_class=SensorStateClass.TOTAL_INCREASING,
native_unit_of_measurement=UnitOfEnergy.KILO_WATT_HOUR, native_unit_of_measurement=UnitOfEnergy.KILO_WATT_HOUR,
translation_key="energy_total",
), ),
SensorEntityDescription( SensorEntityDescription(
key="totalWaterUsed", key="totalWaterUsed",
@ -49,12 +54,14 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
device_class=SensorDeviceClass.WATER, device_class=SensorDeviceClass.WATER,
state_class=SensorStateClass.TOTAL_INCREASING, state_class=SensorStateClass.TOTAL_INCREASING,
native_unit_of_measurement=UnitOfVolume.LITERS, native_unit_of_measurement=UnitOfVolume.LITERS,
translation_key="water_total",
), ),
SensorEntityDescription( SensorEntityDescription(
key="totalWashCycle", key="totalWashCycle",
name="Total Wash Cycle", name="Total Wash Cycle",
state_class=SensorStateClass.TOTAL_INCREASING, state_class=SensorStateClass.TOTAL_INCREASING,
icon="mdi:counter", icon="mdi:counter",
translation_key="cycles_total",
), ),
SensorEntityDescription( SensorEntityDescription(
key="currentElectricityUsed", key="currentElectricityUsed",
@ -63,12 +70,14 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
device_class=SensorDeviceClass.POWER, device_class=SensorDeviceClass.POWER,
native_unit_of_measurement=UnitOfPower.KILO_WATT, native_unit_of_measurement=UnitOfPower.KILO_WATT,
icon="mdi:lightning-bolt", icon="mdi:lightning-bolt",
translation_key="energy_current",
), ),
SensorEntityDescription( SensorEntityDescription(
key="currentWaterUsed", key="currentWaterUsed",
name="Current Water Used", name="Current Water Used",
state_class=SensorStateClass.MEASUREMENT, state_class=SensorStateClass.MEASUREMENT,
icon="mdi:water", icon="mdi:water",
translation_key="water_current",
), ),
SensorEntityDescription( SensorEntityDescription(
key="startProgram.weight", key="startProgram.weight",
@ -83,7 +92,9 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
key="machMode", key="machMode",
name="Machine Status", name="Machine Status",
icon="mdi:information", icon="mdi:information",
device_class=SensorDeviceClass.ENUM,
translation_key="washing_modes", translation_key="washing_modes",
options=list(const.MACH_MODE),
), ),
SensorEntityDescription( SensorEntityDescription(
key="errors", name="Error", icon="mdi:math-log", translation_key="errors" key="errors", name="Error", icon="mdi:math-log", translation_key="errors"
@ -101,7 +112,7 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
name="Spin Speed", name="Spin Speed",
icon="mdi:speedometer", icon="mdi:speedometer",
state_class=SensorStateClass.MEASUREMENT, state_class=SensorStateClass.MEASUREMENT,
native_unit_of_measurement=UnitOfTime.MINUTES, native_unit_of_measurement=REVOLUTIONS_PER_MINUTE,
translation_key="spin_speed", translation_key="spin_speed",
), ),
SensorEntityDescription( SensorEntityDescription(
@ -126,13 +137,47 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
entity_category=EntityCategory.CONFIG, entity_category=EntityCategory.CONFIG,
translation_key="det_dust", translation_key="det_dust",
), ),
SensorEntityDescription(
key="startProgram.remainingTime",
name="Remaining Time",
icon="mdi:timer",
state_class=SensorStateClass.MEASUREMENT,
native_unit_of_measurement=UnitOfTime.MINUTES,
entity_category=EntityCategory.CONFIG,
translation_key="remaining_time",
),
SensorEntityDescription(
key="dirtyLevel",
name="Dirt level",
icon="mdi:liquid-spot",
translation_key="dirt_level",
),
SensorEntityDescription(
key="startProgram.suggestedLoadW",
name="Suggested Load",
icon="mdi:weight-kilogram",
entity_category=EntityCategory.CONFIG,
state_class=SensorStateClass.MEASUREMENT,
native_unit_of_measurement=UnitOfMass.KILOGRAMS,
translation_key="suggested_load",
),
SensorEntityDescription(
key="temp",
name="Current Temperature",
icon="mdi:thermometer",
state_class=SensorStateClass.MEASUREMENT,
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
translation_key="temperature",
),
), ),
"TD": ( "TD": (
SensorEntityDescription( SensorEntityDescription(
key="machMode", key="machMode",
name="Machine Status", name="Machine Status",
icon="mdi:information", icon="mdi:information",
device_class=SensorDeviceClass.ENUM,
translation_key="washing_modes", translation_key="washing_modes",
options=list(const.MACH_MODE),
), ),
SensorEntityDescription( SensorEntityDescription(
key="errors", name="Error", icon="mdi:math-log", translation_key="errors" key="errors", name="Error", icon="mdi:math-log", translation_key="errors"
@ -154,22 +199,28 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
translation_key="delay_time", translation_key="delay_time",
), ),
SensorEntityDescription( SensorEntityDescription(
key="prCode", key="programName",
name="Program", name="Program",
icon="mdi:tumble-dryer", icon="mdi:tumble-dryer",
translation_key="tumbledryerprogram", device_class=SensorDeviceClass.ENUM,
translation_key="programs_td",
options=const.PROGRAMS_TD,
), ),
SensorEntityDescription( SensorEntityDescription(
key="prPhase", key="prPhase",
name="Program Phase", name="Program Phase",
icon="mdi:washing-machine", icon="mdi:washing-machine",
device_class=SensorDeviceClass.ENUM,
translation_key="program_phases_td", translation_key="program_phases_td",
options=list(const.TUMBLE_DRYER_PR_PHASE),
), ),
SensorEntityDescription( SensorEntityDescription(
key="dryLevel", key="dryLevel",
name="Dry level", name="Dry level",
icon="mdi:hair-dryer", icon="mdi:hair-dryer",
device_class=SensorDeviceClass.ENUM,
translation_key="dry_levels", translation_key="dry_levels",
options=list(const.TUMBLE_DRYER_DRY_LEVEL),
), ),
SensorEntityDescription( SensorEntityDescription(
key="tempLevel", key="tempLevel",
@ -182,6 +233,7 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
name="Suggested Load", name="Suggested Load",
icon="mdi:weight-kilogram", icon="mdi:weight-kilogram",
entity_category=EntityCategory.CONFIG, entity_category=EntityCategory.CONFIG,
state_class=SensorStateClass.MEASUREMENT,
native_unit_of_measurement=UnitOfMass.KILOGRAMS, native_unit_of_measurement=UnitOfMass.KILOGRAMS,
translation_key="suggested_load", translation_key="suggested_load",
), ),
@ -193,95 +245,12 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
entity_category=EntityCategory.CONFIG, entity_category=EntityCategory.CONFIG,
translation_key="energy_label", translation_key="energy_label",
), ),
),
"WD": (
SensorEntityDescription( SensorEntityDescription(
key="totalElectricityUsed", key="startProgram.steamLevel",
name="Total Power", name="Steam level",
device_class=SensorDeviceClass.ENERGY, icon="mdi:smoke",
state_class=SensorStateClass.TOTAL_INCREASING,
native_unit_of_measurement=UnitOfEnergy.KILO_WATT_HOUR,
),
SensorEntityDescription(
key="totalWaterUsed",
name="Total Water",
device_class=SensorDeviceClass.WATER,
state_class=SensorStateClass.TOTAL_INCREASING,
native_unit_of_measurement=UnitOfVolume.LITERS,
),
SensorEntityDescription(
key="totalWashCycle",
name="Total Wash Cycle",
state_class=SensorStateClass.TOTAL_INCREASING,
icon="mdi:counter",
),
SensorEntityDescription(
key="currentElectricityUsed",
name="Current Electricity Used",
state_class=SensorStateClass.MEASUREMENT,
device_class=SensorDeviceClass.POWER,
native_unit_of_measurement=UnitOfPower.KILO_WATT,
icon="mdi:lightning-bolt",
),
SensorEntityDescription(
key="currentWaterUsed",
name="Current Water Used",
state_class=SensorStateClass.MEASUREMENT,
icon="mdi:water",
),
SensorEntityDescription(
key="startProgram.weight",
name="Suggested weight",
state_class=SensorStateClass.MEASUREMENT,
entity_category=EntityCategory.CONFIG, entity_category=EntityCategory.CONFIG,
native_unit_of_measurement=UnitOfMass.KILOGRAMS, translation_key="steam_level",
icon="mdi:weight-kilogram",
translation_key="suggested_load",
),
SensorEntityDescription(
key="machMode",
name="Machine Status",
icon="mdi:information",
translation_key="washing_modes",
),
SensorEntityDescription(
key="spinSpeed",
name="Spin Speed",
icon="mdi:fast-forward-outline",
state_class=SensorStateClass.MEASUREMENT,
native_unit_of_measurement=REVOLUTIONS_PER_MINUTE,
translation_key="spin_speed",
),
SensorEntityDescription(
key="remainingTimeMM",
name="Remaining Time",
icon="mdi:timer",
state_class=SensorStateClass.MEASUREMENT,
native_unit_of_measurement=UnitOfTime.MINUTES,
translation_key="remaining_time",
),
SensorEntityDescription(
key="prCode",
name="Current Program",
icon="mdi:tumble-dryer",
),
SensorEntityDescription(
key="prPhase",
name="Program Phase",
icon="mdi:washing-machine",
translation_key="program_phases_wm",
),
SensorEntityDescription(
key="dryLevel",
name="Dry level",
icon="mdi:hair-dryer",
translation_key="dry_levels",
),
SensorEntityDescription(
key="dirtyLevel",
name="Dirt level",
icon="mdi:liquid-spot",
translation_key="dirt_level",
), ),
SensorEntityDescription( SensorEntityDescription(
key="steamLevel", key="steamLevel",
@ -290,12 +259,10 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
translation_key="steam_level", translation_key="steam_level",
), ),
SensorEntityDescription( SensorEntityDescription(
key="temp", key="steamType",
name="Current Temperature", name="Steam Type",
icon="mdi:thermometer", icon="mdi:weather-dust",
state_class=SensorStateClass.MEASUREMENT, entity_category=EntityCategory.CONFIG,
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
translation_key="temperature",
), ),
), ),
"OV": ( "OV": (
@ -343,7 +310,9 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
native_unit_of_measurement=UnitOfTemperature.CELSIUS, native_unit_of_measurement=UnitOfTemperature.CELSIUS,
translation_key="temperature", translation_key="temperature",
), ),
SensorEntityDescription(key="errors", name="Error", icon="mdi:math-log"), SensorEntityDescription(
key="errors", name="Error", icon="mdi:math-log", translation_key="errors"
),
SensorEntityDescription( SensorEntityDescription(
key="power", key="power",
name="Power", name="Power",
@ -407,7 +376,9 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
key="machMode", key="machMode",
name="Machine Status", name="Machine Status",
icon="mdi:information", icon="mdi:information",
device_class=SensorDeviceClass.ENUM,
translation_key="washing_modes", translation_key="washing_modes",
options=list(const.MACH_MODE),
), ),
SensorEntityDescription( SensorEntityDescription(
key="errors", name="Error", icon="mdi:math-log", translation_key="errors" key="errors", name="Error", icon="mdi:math-log", translation_key="errors"
@ -424,10 +395,13 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
key="prPhase", key="prPhase",
name="Program Phase", name="Program Phase",
icon="mdi:washing-machine", icon="mdi:washing-machine",
device_class=SensorDeviceClass.ENUM,
translation_key="program_phases_dw", translation_key="program_phases_dw",
options=list(const.DISHWASHER_PR_PHASE),
), ),
), ),
} }
SENSORS["WD"] = unique_entities(SENSORS["WM"], SENSORS["TD"])
async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None: async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None:
@ -444,10 +418,9 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non
if descriptions := SENSORS.get(device.appliance_type): if descriptions := SENSORS.get(device.appliance_type):
for description in descriptions: for description in descriptions:
if not device.get(description.key): if not device.get(description.key) and not device.settings.get(
_LOGGER.warning( description.key
"[%s] Can't setup %s", device.appliance_type, description.key ):
)
continue continue
appliances.extend( appliances.extend(
[HonSensorEntity(hass, coordinator, entry, device, description)] [HonSensorEntity(hass, coordinator, entry, device, description)]
@ -467,9 +440,15 @@ class HonSensorEntity(HonEntity, SensorEntity):
@property @property
def native_value(self) -> StateType: def native_value(self) -> StateType:
return self._device.get(self.entity_description.key, "") value = self._device.get(self.entity_description.key, "")
if not value and self.entity_description.state_class is not None:
return 0
return value
@callback @callback
def _handle_coordinator_update(self): def _handle_coordinator_update(self):
self._attr_native_value = self._device.get(self.entity_description.key, "") value = self._device.get(self.entity_description.key, "")
if not value and self.entity_description.state_class is not None:
self._attr_native_value = 0
self._attr_native_value = value
self.async_write_ha_state() self.async_write_ha_state()

View File

@ -10,7 +10,7 @@ from pyhon.appliance import HonAppliance
from pyhon.parameter.range import HonParameterRange from pyhon.parameter.range import HonParameterRange
from .const import DOMAIN from .const import DOMAIN
from .hon import HonCoordinator, HonEntity from .hon import HonCoordinator, HonEntity, unique_entities
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
@ -51,6 +51,7 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
name="Delay Status", name="Delay Status",
icon="mdi:timer-check", icon="mdi:timer-check",
entity_category=EntityCategory.CONFIG, entity_category=EntityCategory.CONFIG,
translation_key="delay_time",
), ),
HonSwitchEntityDescription( HonSwitchEntityDescription(
key="startProgram.haier_SoakPrewashSelection", key="startProgram.haier_SoakPrewashSelection",
@ -66,6 +67,48 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
icon="mdi:refresh-circle", icon="mdi:refresh-circle",
translation_key="keep_fresh", translation_key="keep_fresh",
), ),
HonSwitchEntityDescription(
key="startProgram.autoDetergentStatus",
name="Auto Dose",
entity_category=EntityCategory.CONFIG,
icon="mdi:cup",
translation_key="auto_dose",
),
HonSwitchEntityDescription(
key="startProgram.acquaplus",
name="Acqua Plus",
entity_category=EntityCategory.CONFIG,
icon="mdi:water-plus",
translation_key="acqua_plus",
),
HonSwitchEntityDescription(
key="startProgram.extraRinse1",
name="Extra Rinse 1",
entity_category=EntityCategory.CONFIG,
icon="mdi:numeric-1-box-multiple-outline",
translation_key="extra_rinse_1",
),
HonSwitchEntityDescription(
key="startProgram.extraRinse2",
name="Extra Rinse 2",
entity_category=EntityCategory.CONFIG,
icon="mdi:numeric-2-box-multiple-outline",
translation_key="extra_rinse_2",
),
HonSwitchEntityDescription(
key="startProgram.extraRinse3",
name="Extra Rinse 3",
entity_category=EntityCategory.CONFIG,
icon="mdi:numeric-3-box-multiple-outline",
translation_key="extra_rinse_3",
),
HonSwitchEntityDescription(
key="startProgram.goodNight",
name="Good Night",
icon="mdi:weather-night",
entity_category=EntityCategory.CONFIG,
translation_key="good_night",
),
), ),
"TD": ( "TD": (
HonSwitchEntityDescription( HonSwitchEntityDescription(
@ -97,6 +140,13 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
icon="mdi:timer", icon="mdi:timer",
translation_key="anti_crease", translation_key="anti_crease",
), ),
HonSwitchEntityDescription(
key="startProgram.anticrease",
name="Anti-Crease",
entity_category=EntityCategory.CONFIG,
icon="mdi:timer",
translation_key="anti_crease",
),
), ),
"OV": ( "OV": (
HonSwitchEntityDescription( HonSwitchEntityDescription(
@ -118,7 +168,7 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
"WD": ( "WD": (
HonSwitchEntityDescription( HonSwitchEntityDescription(
key="active", key="active",
name="Washing Machine", name="Washer Dryer",
icon="mdi:washing-machine", icon="mdi:washing-machine",
turn_on_key="startProgram", turn_on_key="startProgram",
turn_off_key="stopProgram", turn_off_key="stopProgram",
@ -126,7 +176,7 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
), ),
HonSwitchEntityDescription( HonSwitchEntityDescription(
key="pause", key="pause",
name="Pause Washing Machine", name="Pause Washer Dryer",
icon="mdi:pause", icon="mdi:pause",
turn_on_key="pauseProgram", turn_on_key="pauseProgram",
turn_off_key="resumeProgram", turn_off_key="resumeProgram",
@ -185,8 +235,79 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
translation_key="add_dish", translation_key="add_dish",
), ),
), ),
"AC": (
HonSwitchEntityDescription(
key="settings.10degreeHeatingStatus",
name="10° Heating",
icon="mdi:heat-wave",
entity_category=EntityCategory.CONFIG,
translation_key="10_degree_heating",
),
HonSwitchEntityDescription(
key="settings.echoStatus",
name="Echo",
icon="mdi:account-voice",
entity_category=EntityCategory.CONFIG,
),
HonSwitchEntityDescription(
key="settings.ecoMode",
name="Eco Mode",
entity_category=EntityCategory.CONFIG,
translation_key="eco_mode",
),
HonSwitchEntityDescription(
key="settings.healthMode",
name="Health Mode",
icon="mdi:medication-outline",
entity_category=EntityCategory.CONFIG,
),
HonSwitchEntityDescription(
key="settings.muteStatus",
name="Mute",
icon="mdi:volume-off",
entity_category=EntityCategory.CONFIG,
translation_key="mute_mode",
),
HonSwitchEntityDescription(
key="settings.rapidMode",
name="Rapid Mode",
icon="mdi:run-fast",
entity_category=EntityCategory.CONFIG,
translation_key="rapid_mode",
),
HonSwitchEntityDescription(
key="settings.screenDisplayStatus",
name="Screen Display",
icon="mdi:monitor-small",
entity_category=EntityCategory.CONFIG,
),
HonSwitchEntityDescription(
key="settings.selfCleaning56Status",
name="Self Cleaning 56",
icon="mdi:air-filter",
entity_category=EntityCategory.CONFIG,
translation_key="self_clean_56",
),
HonSwitchEntityDescription(
key="settings.selfCleaningStatus",
name="Self Cleaning",
icon="mdi:air-filter",
entity_category=EntityCategory.CONFIG,
translation_key="self_clean",
),
HonSwitchEntityDescription(
key="settings.silentSleepStatus",
name="Silent Sleep",
icon="mdi:bed",
entity_category=EntityCategory.CONFIG,
translation_key="silent_mode",
),
),
} }
SWITCHES["WD"] = unique_entities(SWITCHES["WD"], SWITCHES["WM"])
SWITCHES["WD"] = unique_entities(SWITCHES["WD"], SWITCHES["TD"])
async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None: async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None:
hon: Hon = hass.data[DOMAIN][entry.unique_id] hon: Hon = hass.data[DOMAIN][entry.unique_id]
@ -202,17 +323,21 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non
if descriptions := SWITCHES.get(device.appliance_type): if descriptions := SWITCHES.get(device.appliance_type):
for description in descriptions: for description in descriptions:
if ( if description.entity_category == EntityCategory.CONFIG:
device.get(description.key) is not None if description.key not in device.available_settings:
or device.commands.get(description.key) is not None continue
else:
if not any(
[
device.get(description.key) is not None,
description.turn_on_key in list(device.commands),
description.turn_off_key in list(device.commands),
]
): ):
continue
appliances.extend( appliances.extend(
[HonSwitchEntity(hass, coordinator, entry, device, description)] [HonSwitchEntity(hass, coordinator, entry, device, description)]
) )
else:
_LOGGER.warning(
"[%s] Can't setup %s", device.appliance_type, description.key
)
async_add_entities(appliances) async_add_entities(appliances)
@ -253,6 +378,9 @@ class HonSwitchEntity(HonEntity, SwitchEntity):
setting.max if isinstance(setting, HonParameterRange) else "1" setting.max if isinstance(setting, HonParameterRange) else "1"
) )
self.async_write_ha_state() self.async_write_ha_state()
if self._device.appliance_type in ["AC"]:
self._device.commands["startProgram"].send()
await self.coordinator.async_refresh()
else: else:
await self._device.commands[self.entity_description.turn_on_key].send() await self._device.commands[self.entity_description.turn_on_key].send()
@ -263,5 +391,16 @@ class HonSwitchEntity(HonEntity, SwitchEntity):
setting.min if isinstance(setting, HonParameterRange) else "0" setting.min if isinstance(setting, HonParameterRange) else "0"
) )
self.async_write_ha_state() self.async_write_ha_state()
if self._device.appliance_type in ["AC"]:
self._device.commands["startProgram"].send()
await self.coordinator.async_refresh()
else: else:
await self._device.commands[self.entity_description.turn_off_key].send() await self._device.commands[self.entity_description.turn_off_key].send()
@property
def available(self) -> bool:
"""Return True if entity is available."""
if self.entity_category == EntityCategory.CONFIG:
return super().available
else:
return super().available and self._device.get("remoteCtrValid") == "1"

View File

@ -30,7 +30,7 @@
"8000000000000": "E4: Провери подаването на вода" "8000000000000": "E4: Провери подаването на вода"
} }
}, },
"tumbledryerprogram": { "programs": {
"state": { "state": {
"0": "Стандартна", "0": "Стандартна",
"62": "Памук", "62": "Памук",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2,9 +2,9 @@
"config": { "config": {
"step": { "step": {
"user": { "user": {
"description": "Please enters your hOn credentials", "description": "Do the login",
"data": { "data": {
"email": "Email Address", "email": "Email",
"password": "Password" "password": "Password"
} }
} }
@ -28,9 +28,10 @@
"00": "No error", "00": "No error",
"100000000000": "E2: Check if the door is closed", "100000000000": "E2: Check if the door is closed",
"8000000000000": "E4: Check the water supply" "8000000000000": "E4: Check the water supply"
}
}, },
"tumbledryerprogram": { "name": "Error"
},
"programs": {
"state": { "state": {
"0": "Default", "0": "Default",
"62": "Cotton", "62": "Cotton",
@ -47,7 +48,8 @@
"85": "Quick Dry", "85": "Quick Dry",
"92": "Delicate", "92": "Delicate",
"103": "Remote" "103": "Remote"
} },
"name": "Current program"
}, },
"tumbledryertemplevel": { "tumbledryertemplevel": {
"state": { "state": {
@ -75,7 +77,10 @@
"4": "Scheduled", "4": "Scheduled",
"5": "Scheduled", "5": "Scheduled",
"6": "Error", "6": "Error",
"7": "Ready" "7": "Ready",
"2": "Program running",
"8": "Test",
"9": "Stopping cycle…"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
@ -119,7 +124,9 @@
"16": "Cooldown", "16": "Cooldown",
"18": "Keep Fresh", "18": "Keep Fresh",
"19": "Drying", "19": "Drying",
"20": "Drying" "20": "Drying",
"11": "Ready",
"17": "unknown"
}, },
"name": "Phase" "name": "Phase"
}, },
@ -145,7 +152,8 @@
"12": "Iron dry", "12": "Iron dry",
"13": "Cupboard Dry", "13": "Cupboard Dry",
"14": "Ready to wear", "14": "Ready to wear",
"15": "Extra dry" "15": "Extra dry",
"11": "No drying"
}, },
"name": "Drying level" "name": "Drying level"
}, },
@ -196,6 +204,168 @@
}, },
"det_liquid": { "det_liquid": {
"name": "Liquid detergent" "name": "Liquid detergent"
},
"cycles_total": {
"name": "Cycles Total"
},
"energy_total": {
"name": "Energy Consumption Total"
},
"water_total": {
"name": "Water efficiency Total"
},
"energy_current": {
"name": "Energy Consumption Current"
},
"water_current": {
"name": "Water efficiency Current"
},
"mach_modes_ac": {
"state": {
"0": "Auto",
"1": "Cool",
"2": "Cool",
"3": "Dry",
"4": "Heat",
"5": "Fan",
"6": "Fan"
}
},
"programs_td": {
"state": {
"active_dry": "Active Dry",
"allergy_care": "Anti-allergy",
"all_in_one": "All in One",
"antiallergy": "Anti-allergy",
"anti_odours": "Anti-odours",
"auto_care": "Auto Care",
"baby": "Baby",
"bed_quilt": "Bed Quilt",
"care_30": "Care 30",
"care_45": "Care 45",
"care_59": "Care 59",
"coloured": "Colored",
"daily_45_min": "Daily 45'",
"daily_perfect_59_min": "Daily Perfect 59'",
"darks_and_coloured": "Darks & Colored",
"delicates": "Delicates",
"duvet": "Duvet",
"eco": "Eco Cotton",
"ecospeed_cottons": "Ecospeed Cottons",
"ecospeed_delicates": "Ecospeed Delicates",
"ecospeed_mixed": "Ecospeed Mixed",
"extra_hygiene": "Extra Hygiene",
"fitness": "Fitness",
"fresh_care": "Fresh Care",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Towels",
"hqd_bed_sheets": "Bed Sheets",
"hqd_bulky": "Bulky Items",
"hqd_casual": "Casual",
"hqd_cold_wind_30": "Cool Breeze 30 minutes",
"hqd_cold_wind_timing": "Cool Breeze ",
"hqd_cotton": "Cotton",
"hqd_curtain": "Curtains",
"hqd_delicate": "Delicates",
"hqd_diaper": "Diapers",
"hqd_duvet": "Duvet",
"hqd_feather": "Down Jackets",
"hqd_hot_wind_timing": "Hot Air",
"hqd_hygienic": "Hygienising",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Jackets",
"hqd_jeans": "Jeans",
"hqd_luxury": "Luxury",
"hqd_mix": "Mixed",
"hqd_night_dry": "Overnight drying",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious Cure",
"hqd_quick_20": "Quick 20",
"hqd_quick_30": "Quick 30",
"hqd_quick_dry": "Quick dry",
"hqd_quilt": "Quilts",
"hqd_refresh": "Refresh",
"hqd_school_uniform": "School Uniform",
"hqd_shirt": "Shirts",
"hqd_shoes": "Shoes",
"hqd_silk": "Silk",
"hqd_sports": "Sports",
"hqd_synthetics": "Synthetics",
"hqd_timer": "Timed",
"hqd_towel": "Towels",
"hqd_underwear": "Underwear",
"hqd_warm_up": "Warm up",
"hqd_wool": "Wool",
"hqd_working_suit": "Workwear",
"hygiene": "Hygiene",
"iot_checkup": "Check-Up",
"iot_dry_anti_mites": "Anti-mites",
"iot_dry_baby": "Baby",
"iot_dry_backpacks": "Backpacks",
"iot_dry_bathrobe": "Bathrobe",
"iot_dry_bed_linen": "Bed Linen",
"iot_dry_bed_quilt": "Bed Quilt",
"iot_dry_cotton": "Cotton",
"iot_dry_cuddly_toys": "Cuddly Toys",
"iot_dry_curtains": "Curtains",
"iot_dry_dehumidifier": "Humidity Remover",
"iot_dry_delicates": "Delicates",
"iot_dry_delicate_tablecloths": "Delicate Tablecloths",
"iot_dry_denim_jeans": "Denim - Jeans",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Duvet",
"iot_dry_easy_iron_cotton": "Super Easy Iron",
"iot_dry_easy_iron_synthetics": "Super Easy Iron Synthetics",
"iot_dry_gym_fit": "Gym fit - Fitness",
"iot_dry_lingerie": "Lingerie",
"iot_dry_mixed": "Mixed",
"iot_dry_playsuits": "Playsuits",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Rapid 59'",
"iot_dry_refresh": "Refresh",
"iot_dry_regenerates_waterproof": "Regenerates Waterproof",
"iot_dry_relax_creases": "Relax Creases",
"iot_dry_shirts": "Shirts",
"iot_dry_small_load": "Small Load",
"iot_dry_swimsuits_and_bikinis": "Swimsuits and Bikinis",
"iot_dry_synthetics": "Synthetics",
"iot_dry_synthetic_dry": "Synthetic Dry",
"iot_dry_tablecloths": "Tablecloths",
"iot_dry_technical_fabrics": "Technical Fabrics",
"iot_dry_warm_embrace": "Warm Embrace",
"iot_dry_wool": "Wool",
"jeans": "Jeans",
"mix_and_dry": "Mix&Dry",
"pets": "Pets",
"pre_iron": "Pre-Iron",
"rapid_30": "Rapid 30",
"rapid_45": "Rapid 45 min",
"rapid_59": "Perfect Rapid 59 Min",
"refresh": "Refresh",
"relax_creases": "Relax Creases",
"saving_30_min": "Saving 30'",
"shirts": "Shirts",
"shoes": "Shoes",
"small_load": "Small Load",
"soft_care": "Soft Care",
"sport_plus": "Sport Plus",
"super_easy_iron_misti": "Super Easy Iron Mixed",
"super_easy_iron_xxl": "Super Easy Iron XXL",
"super_fast_cottons": "Super Fast Cottons",
"super_fast_delicates": "Super Fast Delicates",
"synthetics": "Syntethics",
"total_care": "Total Care",
"trainers": "Trainers",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Waterproof Revitalize",
"whites": "Whites",
"wool": "Dry Wool",
"woolmark": "Wool",
"xxl_load": "XXL Load",
"zoom_59": "Zoom 59"
}
} }
}, },
"switch": { "switch": {
@ -203,7 +373,7 @@
"name": "Anticrease" "name": "Anticrease"
}, },
"add_dish": { "add_dish": {
"name": "" "name": "Add dishes"
}, },
"eco_express": { "eco_express": {
"name": "Eco" "name": "Eco"
@ -246,6 +416,48 @@
}, },
"keep_fresh": { "keep_fresh": {
"name": "Keep Fresh" "name": "Keep Fresh"
},
"delay_time": {
"name": "Delay Start"
},
"rapid_mode": {
"name": "Rapid mode"
},
"eco_mode": {
"name": "ECO mode"
},
"10_degree_heating": {
"name": "10°C Heating function"
},
"self_clean": {
"name": "Self-clean"
},
"self_clean_56": {
"name": "Steri-Clean 56°C"
},
"silent_mode": {
"name": "Silent mode"
},
"mute_mode": {
"name": "Mute mode"
},
"extra_rinse_1": {
"name": "+1 Rinse"
},
"extra_rinse_2": {
"name": "+2 Rinses"
},
"extra_rinse_3": {
"name": "+3 Rinses"
},
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Autodose"
},
"good_night": {
"name": "Good Night"
} }
}, },
"select": { "select": {
@ -259,7 +471,8 @@
"12": "Iron dry", "12": "Iron dry",
"13": "Cupboard Dry", "13": "Cupboard Dry",
"14": "Ready to wear", "14": "Ready to wear",
"15": "Extra dry" "15": "Extra dry",
"11": "No drying"
}, },
"name": "Drying level" "name": "Drying level"
}, },
@ -273,29 +486,29 @@
"auto_rapid": "Auto Rapid", "auto_rapid": "Auto Rapid",
"auto_sensor": "Auto Sensor", "auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor", "auto_sensor_soil": "Auto Sensor",
"auto_universal": "Auto Universal 50 - 60\u00b0C", "auto_universal": "Auto Universal 50 - 60°C",
"auto_universal_plus": "Auto Universal+ 65 - 75\u00b0C", "auto_universal_plus": "Auto Universal+ 65 - 75°C",
"auto_universal_plus_soil": "Auto Universal+ 65 - 75\u00b0C", "auto_universal_plus_soil": "Auto Universal+ 65 - 75°C",
"auto_universal_soil": "Auto Universal 50 - 60\u00b0C", "auto_universal_soil": "Auto Universal 50 - 60°C",
"auto_wash": "Auto Wash", "auto_wash": "Auto Wash",
"auto_wash_soil": "Auto Wash", "auto_wash_soil": "Auto Wash",
"classe_a_59": "A Wash 59' 65\u00b0C", "classe_a_59": "A Wash 59' 65°C",
"delicate": "Delicate 45\u00b0C", "delicate": "Delicate 45°C",
"dishwasher_care": "Limescale cleaning", "dishwasher_care": "Limescale cleaning",
"eco": "Eco", "eco": "Eco",
"eco_asynch": "Eco 45\u00b0C", "eco_asynch": "Eco 45°C",
"eco_bldc": "Eco 45\u00b0C", "eco_bldc": "Eco 45°C",
"eco_synch": "Eco 45\u00b0C", "eco_synch": "Eco 45°C",
"gentle_wash": "Gentle wash", "gentle_wash": "Gentle wash",
"glass": "Glass", "glass": "Glass",
"glassware": "Glassware 45\u00b0C", "glassware": "Glassware 45°C",
"glass_care": "Glass Care", "glass_care": "Glass Care",
"hygiene": "Hygiene", "hygiene": "Hygiene",
"hygiene_plus": "Hygiene+ 75\u00b0C", "hygiene_plus": "Hygiene+ 75°C",
"intensive": "Intensive ", "intensive": "Intensive ",
"intensive_rapid": "Intensive Rapid", "intensive_rapid": "Intensive Rapid",
"iot_auto_sensor": "Auto Sensor", "iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "Auto Universal 50 - 60\u00b0C", "iot_auto_universal_soil": "Auto Universal 50 - 60°C",
"iot_auto_wash_soil": "Auto Wash", "iot_auto_wash_soil": "Auto Wash",
"iot_baby_care": "Baby Care", "iot_baby_care": "Baby Care",
"iot_breakfast": "Breakfast", "iot_breakfast": "Breakfast",
@ -306,13 +519,13 @@
"iot_cocktail_glasses_soil": "Coktail Glasses", "iot_cocktail_glasses_soil": "Coktail Glasses",
"iot_daily_care": "Daily Care", "iot_daily_care": "Daily Care",
"iot_daily_care_soil": "Daily Care", "iot_daily_care_soil": "Daily Care",
"iot_delicate": "Delicate 45\u00b0C", "iot_delicate": "Delicate 45°C",
"iot_dinner_for_two": "Dinner for 2", "iot_dinner_for_two": "Dinner for 2",
"iot_dinner_for_two_soil": "Dinner for 2", "iot_dinner_for_two_soil": "Dinner for 2",
"iot_dreft_quick_cycle": "Dreft Quick", "iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "Eco 45\u00b0C", "iot_eco_asynch": "Eco 45°C",
"iot_eco_bldc": "Eco 45\u00b0C", "iot_eco_bldc": "Eco 45°C",
"iot_eco_synch": "Eco 45\u00b0C", "iot_eco_synch": "Eco 45°C",
"iot_extra_hygiene": "Extra Hygiene", "iot_extra_hygiene": "Extra Hygiene",
"iot_fairy_quick_cycle": "Fairy Short", "iot_fairy_quick_cycle": "Fairy Short",
"iot_happy_hour": "Happy Hour", "iot_happy_hour": "Happy Hour",
@ -328,23 +541,23 @@
"iot_prewash": "Pre-wash ", "iot_prewash": "Pre-wash ",
"iot_pyrex_and_glassware": "Pyrex & Glassware", "iot_pyrex_and_glassware": "Pyrex & Glassware",
"iot_rapid_29": "Rapid 29'", "iot_rapid_29": "Rapid 29'",
"iot_rapid_39": "Rapid 39' 60\u00b0C", "iot_rapid_39": "Rapid 39' 60°C",
"iot_single": "Single", "iot_single": "Single",
"iot_steam": "Steam 75\u00b0C", "iot_steam": "Steam 75°C",
"iot_super_flash": "Super Flash", "iot_super_flash": "Super Flash",
"iot_super_wash": "Super Wash", "iot_super_wash": "Super Wash",
"iot_turbopower": "TurboPower", "iot_turbopower": "TurboPower",
"iot_universal": "Universal 60\u00b0C", "iot_universal": "Universal 60°C",
"iot_wok_grids_maxi_pans": "Special Pans (Wok, Grids & Maxi Pans)", "iot_wok_grids_maxi_pans": "Special Pans (Wok, Grids & Maxi Pans)",
"iot_wok_grids_maxi_pans_soil": "Special Pans (Wok, Grids & Maxi Pans)", "iot_wok_grids_maxi_pans_soil": "Special Pans (Wok, Grids & Maxi Pans)",
"iot_yes_quick_cycle": "Yes Quick", "iot_yes_quick_cycle": "Yes Quick",
"night": "Night 55\u00b0C", "night": "Night 55°C",
"prewash": "Pre-wash ", "prewash": "Pre-wash ",
"rapid_20": "Rapid 20'", "rapid_20": "Rapid 20'",
"rapid_24": "Rapid 24'", "rapid_24": "Rapid 24'",
"rapid_29": "Rapid 29' 50\u00b0C", "rapid_29": "Rapid 29' 50°C",
"rapid_35": "Wash&Dry 35'", "rapid_35": "Wash&Dry 35'",
"rapid_39": "Rapid 39' 60\u00b0C", "rapid_39": "Rapid 39' 60°C",
"rapid_49": "Rapid 49'", "rapid_49": "Rapid 49'",
"rapid_59": "Rapid 59'", "rapid_59": "Rapid 59'",
"sanitising": "Sanitising", "sanitising": "Sanitising",
@ -356,13 +569,13 @@
"smart_ai_rapid": "Smart AI Rapid", "smart_ai_rapid": "Smart AI Rapid",
"special": "Special", "special": "Special",
"special_pw_prz": "Special", "special_pw_prz": "Special",
"steam": "Steam 75\u00b0C", "steam": "Steam 75°C",
"steam_plus": "Steam Plus 75\u00b0C", "steam_plus": "Steam Plus 75°C",
"total_care": "Total Care 50\u00b0C", "total_care": "Total Care 50°C",
"ultra_silence": "Ultra Silence 55\u00b0C", "ultra_silence": "Ultra Silence 55°C",
"ultra_silent": "Ultra Silent 55\u00b0C", "ultra_silent": "Ultra Silent 55°C",
"universal": "Universal 60\u00b0C", "universal": "Universal 60°C",
"universal_plus": "Universal Plus 70\u00b0C", "universal_plus": "Universal Plus 70°C",
"zone_wash": "Flex Zone Wash", "zone_wash": "Flex Zone Wash",
"zoom_39": "Zoom 39 min" "zoom_39": "Zoom 39 min"
}, },
@ -456,7 +669,6 @@
"super_grill": "Super Grill", "super_grill": "Super Grill",
"tailor_bake": "Tailor bake", "tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake", "tailor_bake_cata": "Tailor Bake",
"tailor_bake_desctiption": "This function is ideal to keep food soft inside and crunchy outside. This function reduces the amount of fat or oil required, for a healthy diet. The combination of heating elements with a pulsating cycle of air ensures even baking results.",
"tailor_bake_pyro": "Tailor Bake", "tailor_bake_pyro": "Tailor Bake",
"vegetables": "Vegetables", "vegetables": "Vegetables",
"vegetables_cata": "Vegetables", "vegetables_cata": "Vegetables",
@ -606,8 +818,8 @@
}, },
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "20\u00b0 Colored and Cottons", "20_degrees_coloured_cottons": "20° Colored and Cottons",
"20_degrees_new_energy_label": "20\u00b0C", "20_degrees_new_energy_label": "20°C",
"active_steam": "Steam", "active_steam": "Steam",
"active_wash": "Active Wash", "active_wash": "Active Wash",
"active_wash_steam": "Active Wash + Steam", "active_wash_steam": "Active Wash + Steam",
@ -618,7 +830,7 @@
"all_in_one_59_steam": "Active Wash + Steam", "all_in_one_59_steam": "Active Wash + Steam",
"autocare": "Autocare", "autocare": "Autocare",
"autoclean": "Drum Cleaning", "autoclean": "Drum Cleaning",
"baby_60": "All Baby 60\u00b0C", "baby_60": "All Baby 60°C",
"care_14": "Rapid Care 14'", "care_14": "Rapid Care 14'",
"care_30": "Rapid Care 30'", "care_30": "Rapid Care 30'",
"care_44": "Rapid Care 44'", "care_44": "Rapid Care 44'",
@ -644,7 +856,7 @@
"fresh_care_steam": "Fresh Care + Steam", "fresh_care_steam": "Fresh Care + Steam",
"handwash_wool": "Hand Wash + Wool", "handwash_wool": "Hand Wash + Wool",
"high_dry": "High Heat Dry", "high_dry": "High Heat Dry",
"hqd_20_degrees": "Cotton 20\u2103", "hqd_20_degrees": "Cotton 20",
"hqd_allergy": "Allergy Care", "hqd_allergy": "Allergy Care",
"hqd_autoclean": "Drum Cleaning", "hqd_autoclean": "Drum Cleaning",
"hqd_babycare": "Baby Care", "hqd_babycare": "Baby Care",
@ -671,13 +883,13 @@
"hqd_super_fast": "Super Fast 39'", "hqd_super_fast": "Super Fast 39'",
"hqd_synthetic_and_coloured": "Synthetics", "hqd_synthetic_and_coloured": "Synthetics",
"hygiene_59": "Hygiene Plus 59'", "hygiene_59": "Hygiene Plus 59'",
"hygiene_60": "Hygiene 60\u00b0C", "hygiene_60": "Hygiene 60°C",
"hygiene_plus_59": "Hygiene Plus 59'", "hygiene_plus_59": "Hygiene Plus 59'",
"hygiene_plus_59_min": "Hygiene Plus 59'", "hygiene_plus_59_min": "Hygiene Plus 59'",
"hygiene_pro_49_min": "Hygiene Pro 49'", "hygiene_pro_49_min": "Hygiene Pro 49'",
"hygiene_pro_steam": "Hygiene Pro + Steam", "hygiene_pro_steam": "Hygiene Pro + Steam",
"intensive_40": "Intensive 40\u00b0C", "intensive_40": "Intensive 40°C",
"intensive_40_steam": "Intensive 40\u00b0C + Steam", "intensive_40_steam": "Intensive 40°C + Steam",
"iot_active_steam": "Steam", "iot_active_steam": "Steam",
"iot_active_wash_steam": "Active Wash + Steam", "iot_active_wash_steam": "Active Wash + Steam",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
@ -717,7 +929,7 @@
"iot_easy_iron": "Easy Iron", "iot_easy_iron": "Easy Iron",
"iot_fresh_care_steam": "Fresh Care + Steam", "iot_fresh_care_steam": "Fresh Care + Steam",
"iot_hygiene_pro_steam": "Hygiene Pro + Steam", "iot_hygiene_pro_steam": "Hygiene Pro + Steam",
"iot_intensive_40_steam": "Intensive 40\u00b0C + Steam", "iot_intensive_40_steam": "Intensive 40°C + Steam",
"iot_mixed_steam": "Mixed + Steam", "iot_mixed_steam": "Mixed + Steam",
"iot_mix_and_colour_59_steam": "Mixed and Coloured 59' + Steam", "iot_mix_and_colour_59_steam": "Mixed and Coloured 59' + Steam",
"iot_perfect_cotton_59_steam": "Perfect Cotton 59' + Steam", "iot_perfect_cotton_59_steam": "Perfect Cotton 59' + Steam",
@ -820,8 +1032,8 @@
"iot_wash_playsuits": "Playsuits", "iot_wash_playsuits": "Playsuits",
"iot_wash_playsuits_steam": "Playsuits + Steam", "iot_wash_playsuits_steam": "Playsuits + Steam",
"iot_wash_quick_drum_cleaner": "Quick drum cleaner", "iot_wash_quick_drum_cleaner": "Quick drum cleaner",
"iot_wash_rapid_14": "Rapid 14\u2019", "iot_wash_rapid_14": "Rapid 14",
"iot_wash_rapid_30": "Rapid 30\u2019", "iot_wash_rapid_30": "Rapid 30",
"iot_wash_rapid_44": "Rapid 44'", "iot_wash_rapid_44": "Rapid 44'",
"iot_wash_rapid_59": "Rapid 59'", "iot_wash_rapid_59": "Rapid 59'",
"iot_wash_rapid_59_steam": "Rapid 59' + Steam", "iot_wash_rapid_59_steam": "Rapid 59' + Steam",
@ -922,6 +1134,44 @@
}, },
"dry_time": { "dry_time": {
"name": "Drying time" "name": "Drying time"
},
"eco_pilot": {
"state": {
"0": "Off",
"1": "Avoid touch",
"2": "Follow"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"1": "High",
"2": "Medium ",
"3": "Low",
"4": "Auto",
"5": "Auto"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "10°C Heating function",
"iot_auto": "Auto",
"iot_cool": "Cool",
"iot_dry": "Dry",
"iot_fan": "Fan",
"iot_heat": "Heat",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Self-purify",
"iot_self_clean": "Self-clean",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Start now",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Cold",
"iot_uv_and_dry": "UV + Dehumidifier",
"iot_uv_and_fan": "UV + Fan",
"iot_uv_and_heat": "UV + Heat"
}
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -984,6 +1234,21 @@
}, },
"connection": { "connection": {
"name": "Appliance connection" "name": "Appliance connection"
},
"child_lock": {
"name": "Child Lock"
},
"on": {
"name": "On"
},
"prewash": {
"name": "Pre-wash "
},
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Autodose"
} }
}, },
"number": { "number": {
@ -1013,6 +1278,9 @@
}, },
"dry_time": { "dry_time": {
"name": "Drying time" "name": "Drying time"
},
"steam_level": {
"name": "Steam Level"
} }
}, },
"button": { "button": {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -3,85 +3,91 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "\u05de\u05d5\u05bc\u05db\u05b8\u05df", "0": "מוּכָן",
"1": "\u05de\u05d5\u05bc\u05db\u05b8\u05df", "1": "מוּכָן",
"3": "\u05d4\u05b7\u05e4\u05e1\u05b8\u05e7\u05b8\u05d4", "3": "הַפסָקָה",
"4": "\u05de\u05ea\u05d5\u05d6\u05de\u05df", "4": "מתוזמן",
"5": "\u05de\u05ea\u05d5\u05d6\u05de\u05df", "5": "מתוזמן",
"6": "\u05e9\u05c1\u05b0\u05d2\u05b4\u05d9\u05d0\u05b8\u05d4", "6": "שְׁגִיאָה",
"7": "\u05de\u05d5\u05bc\u05db\u05b8\u05df" "7": "מוּכָן",
"2": "התוכנית פועלת",
"8": "Test",
"9": "Stopping cycle…"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "\u05de\u05d5\u05bc\u05db\u05b8\u05df", "0": "מוּכָן",
"1": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", "1": "לִשְׁטוֹף",
"2": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", "2": "לִשְׁטוֹף",
"3": "Spin", "3": "Spin",
"4": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", "4": "לִשְׁטוֹף",
"5": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", "5": "לִשְׁטוֹף",
"6": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", "6": "לִשְׁטוֹף",
"7": "\u05d9\u05b4\u05d1\u05bc\u05d5\u05bc\u05e9\u05c1", "7": "יִבּוּשׁ",
"9": "\u05e7\u05b4\u05d9\u05d8\u05d5\u05b9\u05e8", "9": "קִיטוֹר",
"10": "\u05de\u05d5\u05bc\u05db\u05b8\u05df", "10": "מוּכָן",
"11": "Spin", "11": "Spin",
"12": "Weighing ", "12": "Weighing ",
"13": "Weighing ", "13": "Weighing ",
"14": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", "14": "לִשְׁטוֹף",
"15": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", "15": "לִשְׁטוֹף",
"16": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", "16": "לִשְׁטוֹף",
"17": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", "17": "לִשְׁטוֹף",
"18": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", "18": "לִשְׁטוֹף",
"19": "\u05de\u05ea\u05d5\u05d6\u05de\u05df", "19": "מתוזמן",
"20": "\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05d8\u05e8\u05d9\u05d5\u05ea", "20": "שמור על טריות",
"24": "Refresh", "24": "Refresh",
"25": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", "25": "לִשְׁטוֹף",
"26": "Heating", "26": "Heating",
"27": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3" "27": "לִשְׁטוֹף"
}, },
"name": "\u05e9\u05dc\u05d1" "name": "שלב"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "\u05de\u05d5\u05bc\u05db\u05b8\u05df", "0": "מוּכָן",
"1": "Drying", "1": "Drying",
"2": "\u05d9\u05b4\u05d1\u05bc\u05d5\u05bc\u05e9\u05c1", "2": "יִבּוּשׁ",
"3": "Cooldown", "3": "Cooldown",
"13": "Cooldown", "13": "Cooldown",
"14": "Drying", "14": "Drying",
"15": "Drying", "15": "Drying",
"16": "Cooldown", "16": "Cooldown",
"18": "Keep Fresh", "18": "Keep Fresh",
"19": "\u05d9\u05b4\u05d1\u05bc\u05d5\u05bc\u05e9\u05c1", "19": "יִבּוּשׁ",
"20": "\u05d9\u05b4\u05d1\u05bc\u05d5\u05bc\u05e9\u05c1" "20": "יִבּוּשׁ",
"11": "מוּכָן",
"17": "unknown"
}, },
"name": "\u05e9\u05dc\u05d1" "name": "שלב"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "\u05de\u05d5\u05bc\u05db\u05b8\u05df", "0": "מוּכָן",
"1": "Prewash", "1": "Prewash",
"2": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", "2": "לִשְׁטוֹף",
"3": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", "3": "לִשְׁטוֹף",
"4": "\u05d9\u05b4\u05d1\u05bc\u05d5\u05bc\u05e9\u05c1", "4": "יִבּוּשׁ",
"5": "\u05de\u05d5\u05bc\u05db\u05b8\u05df", "5": "מוּכָן",
"6": "Hot rinse" "6": "Hot rinse"
}, },
"name": "\u05e9\u05dc\u05d1" "name": "שלב"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "\u05dc\u05dc\u05d0 \u05d9\u05d9\u05d1\u05d5\u05e9", "0": "ללא ייבוש",
"1": "\u05d1\u05bc\u05b7\u05e8\u05d6\u05b6\u05dc", "1": "בַּרזֶל",
"2": "\u05dc\u05d0 \u05dc\u05d9\u05d9\u05d1\u05e9 \u05d1\u05e8\u05d6\u05dc", "2": "לא לייבש ברזל",
"3": "\u05d0\u05e8\u05d5\u05df \u05d9\u05d1\u05e9", "3": "ארון יבש",
"4": "\u05d9\u05d1\u05e9 \u05d1\u05de\u05d9\u05d5\u05d7\u05d3", "4": "יבש במיוחד",
"12": "\u05d1\u05bc\u05b7\u05e8\u05d6\u05b6\u05dc", "12": "בַּרזֶל",
"13": "\u05d0\u05e8\u05d5\u05df \u05d9\u05d1\u05e9", "13": "ארון יבש",
"14": "Ready to wear", "14": "Ready to wear",
"15": "\u05d9\u05d1\u05e9 \u05d1\u05de\u05d9\u05d5\u05d7\u05d3" "15": "יבש במיוחד",
"11": "ללא ייבוש"
}, },
"name": "\u05e8\u05de\u05ea \u05d9\u05d9\u05d1\u05d5\u05e9" "name": "רמת ייבוש"
}, },
"anti_crease": { "anti_crease": {
"name": "Anticrease" "name": "Anticrease"
@ -90,7 +96,7 @@
"name": "Power level" "name": "Power level"
}, },
"remaining_time": { "remaining_time": {
"name": "\u05d6\u05de\u05df \u05e9\u05e0\u05d5\u05ea\u05e8" "name": "זמן שנותר"
}, },
"temperature": { "temperature": {
"name": "Temperature" "name": "Temperature"
@ -102,44 +108,93 @@
"name": "Water savings" "name": "Water savings"
}, },
"duration": { "duration": {
"name": "\u05de\u05b6\u05e9\u05c1\u05b6\u05da" "name": "מֶשֶׁך"
}, },
"target_temperature": { "target_temperature": {
"name": "Target temperature" "name": "Target temperature"
}, },
"spin_speed": { "spin_speed": {
"name": "\u05e1\u05d9\u05d1\u05d5\u05d1" "name": "סיבוב"
}, },
"steam_leve": { "steam_leve": {
"name": "\u05de\u05e4\u05dc\u05e1 \u05e7\u05d9\u05d8\u05d5\u05e8" "name": "מפלס קיטור"
}, },
"dirt_level": { "dirt_level": {
"name": "\u05e8\u05de\u05ea \u05e2\u05e4\u05e8" "name": "רמת עפר"
}, },
"delay_time": { "delay_time": {
"name": "Delay Start" "name": "Delay Start"
}, },
"dry_time": { "dry_time": {
"name": "\u05d6\u05de\u05df \u05d9\u05d9\u05d1\u05d5\u05e9" "name": "זמן ייבוש"
}, },
"suggested_load": { "suggested_load": {
"name": "\u05d9\u05db\u05d5\u05dc\u05ea \u05e2\u05d5\u05de\u05e1" "name": "יכולת עומס"
}, },
"energy_label": { "energy_label": {
"name": "\u05d7\u05e1\u05db\u05d5\u05df \u05d1\u05d0\u05e0\u05e8\u05d2\u05d9\u05d4" "name": "חסכון באנרגיה"
}, },
"det_dust": { "det_dust": {
"name": "Powder detergent" "name": "Powder detergent"
}, },
"det_liquid": { "det_liquid": {
"name": "Liquid detergent" "name": "Liquid detergent"
},
"errors": {
"name": "Error"
},
"programs": {
"name": "Current program"
},
"cycles_total": {
"name": "מחזורים Total"
},
"energy_total": {
"name": "Energy Consumption Total"
},
"water_total": {
"name": "Water efficiency Total"
},
"energy_current": {
"name": "Energy Consumption Current"
},
"water_current": {
"name": "Water efficiency Current"
},
"mach_modes_ac": {
"state": {
"0": "Auto",
"1": "Cool",
"2": "Cool",
"3": "Dry",
"4": "Heat",
"5": "Fan",
"6": "Fan"
}
},
"programs_td": {
"state": {
"genius": "Genius",
"hqd_bath_towel": "Bath towel",
"hqd_bulky": "Bulky",
"hqd_cold_wind_30": "Cold wind 30 minutes",
"hqd_cold_wind_timing": "Cold wind",
"hqd_hot_wind_timing": "Hot wind",
"hqd_luxury": "Luxury",
"hqd_night_dry": "Night dry",
"hqd_refresh": "Refresh",
"hqd_timer": "תוזמן",
"hqd_warm_up": "Warm up",
"hqd_working_suit": "Working suit",
"iot_dry_synthetic_dry": "סינתטי יבש"
}
} }
}, },
"select": { "select": {
"programs_dw": { "programs_dw": {
"state": { "state": {
"gentle_wash": "Gentle wash", "gentle_wash": "Gentle wash",
"iot_checkup": "\u05d1\u05bc\u05b0\u05d3\u05b4\u05d9\u05e7\u05b8\u05d4", "iot_checkup": "בְּדִיקָה",
"iot_dreft_quick_cycle": "Dreft Quick", "iot_dreft_quick_cycle": "Dreft Quick",
"iot_fairy_quick_cycle": "Fairy Quick", "iot_fairy_quick_cycle": "Fairy Quick",
"iot_jar_quick_cycle": "Jar Quick", "iot_jar_quick_cycle": "Jar Quick",
@ -173,232 +228,255 @@
"hqd_luxury": "Luxury", "hqd_luxury": "Luxury",
"hqd_night_dry": "Night dry", "hqd_night_dry": "Night dry",
"hqd_refresh": "Refresh", "hqd_refresh": "Refresh",
"hqd_timer": "\u05ea\u05d5\u05d6\u05de\u05df", "hqd_timer": "תוזמן",
"hqd_warm_up": "Warm up", "hqd_warm_up": "Warm up",
"hqd_working_suit": "Working suit", "hqd_working_suit": "Working suit",
"iot_dry_synthetic_dry": "\u05e1\u05d9\u05e0\u05ea\u05d8\u05d9 \u05d9\u05d1\u05e9" "iot_dry_synthetic_dry": "סינתטי יבש"
}, },
"name": "Program" "name": "Program"
}, },
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_new_energy_label": "20 \u05de\u05e2\u05dc\u05d5\u05ea \u05e6\u05dc\u05d6\u05d9\u05d5\u05e1", "20_degrees_new_energy_label": "20 מעלות צלזיוס",
"active_steam": "\u05e7\u05b4\u05d9\u05d8\u05d5\u05b9\u05e8", "active_steam": "קִיטוֹר",
"active_wash": "\u05e9\u05d8\u05d9\u05e4\u05d4 \u05e4\u05e2\u05d9\u05dc\u05d4", "active_wash": "שטיפה פעילה",
"active_wash_steam": "\u05e9\u05d8\u05d9\u05e4\u05d4 \u05e4\u05e2\u05d9\u05dc\u05d4", "active_wash_steam": "שטיפה פעילה",
"allergy_care": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05d1\u05d0\u05dc\u05e8\u05d2\u05d9\u05d4", "allergy_care": "טיפול באלרגיה",
"allergy_care_pro": "Allergy Care Pro", "allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "All in One 49 '", "all_in_one_49": "All in One 49 '",
"all_in_one_59": "All in One 59 '", "all_in_one_59": "All in One 59 '",
"all_in_one_59_steam": "\u05e9\u05d8\u05d9\u05e4\u05d4 \u05e4\u05e2\u05d9\u05dc\u05d4", "all_in_one_59_steam": "שטיפה פעילה",
"autocare": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", "autocare": "טיפול אוטומטי",
"autoclean": "\u05e0\u05d9\u05e7\u05d5\u05d9 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", "autoclean": "ניקוי אוטומטי",
"baby_60": "BABY_60", "baby_60": "BABY_60",
"care_14": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05de\u05d4\u05d9\u05e8 14 '", "care_14": "טיפול מהיר 14 '",
"care_30": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05de\u05d4\u05d9\u05e8 30 '", "care_30": "טיפול מהיר 30 '",
"care_44": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05de\u05d4\u05d9\u05e8 44 '", "care_44": "טיפול מהיר 44 '",
"checkup": "\u05d1\u05bc\u05b0\u05d3\u05b4\u05d9\u05e7\u05b8\u05d4", "checkup": "בְּדִיקָה",
"cottons": "\u05db\u05d5\u05ea\u05e0\u05d4", "cottons": "כותנה",
"cottons_prewash": "\u05db\u05d5\u05ea\u05e0\u05d4 + \u05db\u05d1\u05d9\u05e1\u05d4 \u05de\u05d5\u05e7\u05d3\u05de\u05ea", "cottons_prewash": "כותנה + כביסה מוקדמת",
"cotton_care_59": "Cotton Care 59 Min", "cotton_care_59": "Cotton Care 59 Min",
"delicate_59": "\u05e2\u05d3\u05d9\u05df 59 '", "delicate_59": "עדין 59 '",
"delicati_59": "DELICATI_59", "delicati_59": "DELICATI_59",
"delicati_59_steam": "DELICATI_59", "delicati_59_steam": "DELICATI_59",
"drain_spin": "\u05e0\u05d9\u05e7\u05d5\u05d6 + \u05e1\u05d9\u05d1\u05d5\u05d1", "drain_spin": "ניקוז + סיבוב",
"easy_iron": "\u05d2\u05d9\u05d4\u05d5\u05e5 \u05e7\u05dc", "easy_iron": "גיהוץ קל",
"eco_40_60_new_energy_label": "\u05d0\u05e7\u05d5 40-60", "eco_40_60_new_energy_label": "אקו 40-60",
"extra_care": "\u05d0\u05db\u05e4\u05ea\u05d9\u05d5\u05ea \u05de\u05d5\u05d2\u05d1\u05e8\u05ea", "extra_care": "אכפתיות מוגברת",
"fitness": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05d1\u05db\u05d5\u05e9\u05e8", "fitness": "טיפול בכושר",
"fitness_care": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05d1\u05db\u05d5\u05e9\u05e8", "fitness_care": "טיפול בכושר",
"fresh_care": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05d8\u05e8\u05d9", "fresh_care": "טיפול טרי",
"fresh_care_steam": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05d8\u05e8\u05d9", "fresh_care_steam": "טיפול טרי",
"handwash_wool": "\u05e9\u05d8\u05d9\u05e4\u05ea \u05d9\u05d3\u05d9\u05d9\u05dd + \u05e6\u05de\u05e8", "handwash_wool": "שטיפת ידיים + צמר",
"high_dry": "\u05d9\u05d1\u05e9 \u05d1\u05d7\u05d5\u05dd \u05d2\u05d1\u05d5\u05d4", "high_dry": "יבש בחום גבוה",
"hqd_dry_synthetics": "\u05d9\u05d1\u05e9 \u05d1\u05d7\u05d5\u05dd \u05e0\u05de\u05d5\u05da", "hqd_dry_synthetics": "יבש בחום נמוך",
"hygiene_60": "\u05d4\u05d9\u05d2\u05d9\u05d9\u05e0\u05d4 60 \u05de\u05e2\u05dc\u05d5\u05ea \u05e6\u05dc\u05d6\u05d9\u05d5\u05e1", "hygiene_60": "היגיינה 60 מעלות צלזיוס",
"intensive_40": "40\u00b0C \u05d0\u05d9\u05e0\u05d8\u05e0\u05e1\u05d9\u05d1\u05d9\u05d9\u05dd", "intensive_40": "40°C אינטנסיביים",
"iot_active_steam": "\u05e7\u05b4\u05d9\u05d8\u05d5\u05b9\u05e8", "iot_active_steam": "קִיטוֹר",
"iot_active_wash_steam": "\u05e9\u05d8\u05d9\u05e4\u05d4 \u05e4\u05e2\u05d9\u05dc\u05d4", "iot_active_wash_steam": "שטיפה פעילה",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "\u05e9\u05d8\u05d9\u05e4\u05d4 \u05e4\u05e2\u05d9\u05dc\u05d4", "iot_all_in_one_59_steam": "שטיפה פעילה",
"iot_checkup": "\u05d1\u05bc\u05b0\u05d3\u05b4\u05d9\u05e7\u05b8\u05d4", "iot_checkup": "בְּדִיקָה",
"iot_delicati_59_steam": "DELICATI_59", "iot_delicati_59_steam": "DELICATI_59",
"iot_dry_air_refresh": "\u05e8\u05e2\u05e0\u05d5\u05df \u05d0\u05d5\u05d5\u05d9\u05e8", "iot_dry_air_refresh": "רענון אוויר",
"iot_dry_anti_mites": "\u05e0\u05d2\u05d3 \u05e7\u05e8\u05d3\u05d9\u05ea", "iot_dry_anti_mites": "נגד קרדית",
"iot_dry_baby": "\u05ea\u05b4\u05d9\u05e0\u05d5\u05b9\u05e7", "iot_dry_baby": "תִינוֹק",
"iot_dry_backpacks": "\u05ea\u05d9\u05e7\u05d9 \u05d2\u05d1", "iot_dry_backpacks": "תיקי גב",
"iot_dry_bathrobe": "\u05d7\u05dc\u05d5\u05e7\u05d9 \u05e8\u05d7\u05e6\u05d4", "iot_dry_bathrobe": "חלוקי רחצה",
"iot_dry_bed_linen": "\u05de\u05e6\u05e2\u05d9\u05dd", "iot_dry_bed_linen": "מצעים",
"iot_dry_cotton_dry": "\u05db\u05d5\u05ea\u05e0\u05d4 \u05d9\u05d1\u05e9\u05d4", "iot_dry_cotton_dry": "כותנה יבשה",
"iot_dry_cuddly_toys": "\u05e6\u05e2\u05e6\u05d5\u05e2\u05d9 \u05d7\u05d9\u05d1\u05d5\u05e7", "iot_dry_cuddly_toys": "צעצועי חיבוק",
"iot_dry_curtains": "\u05d5\u05d9\u05dc\u05d5\u05e0\u05d5\u05ea", "iot_dry_curtains": "וילונות",
"iot_dry_dehumidifier": "\u05de\u05e1\u05d9\u05e8 \u05dc\u05d7\u05d5\u05ea", "iot_dry_dehumidifier": "מסיר לחות",
"iot_dry_delicates_antiallergy": "\u05e2\u05d3\u05d9\u05df \u05e0\u05d2\u05d3 \u05d0\u05dc\u05e8\u05d2\u05d9\u05d4", "iot_dry_delicates_antiallergy": "עדין נגד אלרגיה",
"iot_dry_delicate_tablecloths": "\u05de\u05e4\u05d5\u05ea \u05e2\u05d3\u05d9\u05e0\u05d5\u05ea", "iot_dry_delicate_tablecloths": "מפות עדינות",
"iot_dry_denim_jeans": "\u05d2'\u05d9\u05e0\u05e1", "iot_dry_denim_jeans": "ג'ינס",
"iot_dry_easy_iron_cotton": "\u05d1\u05e8\u05d6\u05dc \u05e7\u05dc - \u05db\u05d5\u05ea\u05e0\u05d4", "iot_dry_easy_iron_cotton": "ברזל קל - כותנה",
"iot_dry_easy_iron_synthetics": "\u05e7\u05dc \u05d1\u05e8\u05d6\u05dc - \u05e1\u05d9\u05e0\u05ea\u05d8\u05d9\u05d9\u05dd", "iot_dry_easy_iron_synthetics": "קל ברזל - סינתטיים",
"iot_dry_gym_fit": "\u05db\u05d5\u05e9\u05e8 \u05db\u05d5\u05e9\u05e8 - \u05db\u05d5\u05e9\u05e8", "iot_dry_gym_fit": "כושר כושר - כושר",
"iot_dry_lingerie": "\u05dc\u05b4\u05d1\u05e0\u05b5\u05d9 \u05e0\u05b8\u05e9\u05c1\u05b4\u05d9\u05dd", "iot_dry_lingerie": "לִבנֵי נָשִׁים",
"iot_dry_mixed_dry": "\u05de\u05e2\u05d5\u05e8\u05d1\u05d1 \u05d9\u05d1\u05e9", "iot_dry_mixed_dry": "מעורבב יבש",
"iot_dry_rapid_60_min_delicates": "\u05de\u05d4\u05d9\u05e8 60 '- \u05e2\u05d3\u05d9\u05e0\u05d9\u05dd", "iot_dry_rapid_60_min_delicates": "מהיר 60 '- עדינים",
"iot_dry_shirts": "\u05d7\u05d5\u05dc\u05e6\u05d5\u05ea", "iot_dry_shirts": "חולצות",
"iot_dry_swimsuits_and_bikinis": "\u05d1\u05d2\u05d3\u05d9 \u05d9\u05dd \u05d5\u05d1\u05d9\u05e7\u05d9\u05e0\u05d9", "iot_dry_swimsuits_and_bikinis": "בגדי ים וביקיני",
"iot_dry_synthetics": "\u05e1\u05d9\u05e0\u05ea\u05d8\u05d9 \u05d9\u05d1\u05e9", "iot_dry_synthetics": "סינתטי יבש",
"iot_dry_synthetic_dry": "\u05e1\u05d9\u05e0\u05ea\u05d8\u05d9 \u05d9\u05d1\u05e9", "iot_dry_synthetic_dry": "סינתטי יבש",
"iot_dry_tablecloths": "\u05de\u05e4\u05d5\u05ea \u05e9\u05d5\u05dc\u05d7\u05df", "iot_dry_tablecloths": "מפות שולחן",
"iot_dry_technical_fabrics": "\u05d1\u05d3\u05d9\u05dd \u05d8\u05db\u05e0\u05d9\u05d9\u05dd", "iot_dry_technical_fabrics": "בדים טכניים",
"iot_dry_warm_embrace": "\u05d7\u05d9\u05d1\u05d5\u05e7 \u05d7\u05dd", "iot_dry_warm_embrace": "חיבוק חם",
"iot_dry_wool_dry": "\u05e6\u05de\u05e8 \u05d9\u05d1\u05e9", "iot_dry_wool_dry": "צמר יבש",
"iot_easy_iron": "\u05d2\u05d9\u05d4\u05d5\u05e5 \u05e7\u05dc", "iot_easy_iron": "גיהוץ קל",
"iot_fresh_care_steam": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05d8\u05e8\u05d9", "iot_fresh_care_steam": "טיפול טרי",
"iot_synthetic_and_coloured_steam": "\u05e1\u05d9\u05e0\u05d8\u05d8\u05d9 \u05d5\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9", "iot_synthetic_and_coloured_steam": "סינטטי וצבעוני",
"iot_wash_anti_mites": "\u05e0\u05d2\u05d3 \u05e7\u05e8\u05d3\u05d9\u05ea", "iot_wash_anti_mites": "נגד קרדית",
"iot_wash_anti_odor": "\u05e0\u05d2\u05d3 \u05e8\u05d9\u05d7", "iot_wash_anti_odor": "נגד ריח",
"iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean",
"iot_wash_ariel_cold_cycle": "Ariel Cold Clean", "iot_wash_ariel_cold_cycle": "Ariel Cold Clean",
"iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean",
"iot_wash_baby_sanitizer": "\u05d7\u05d9\u05d8\u05d5\u05d9 \u05dc\u05ea\u05d9\u05e0\u05d5\u05e7\u05d5\u05ea", "iot_wash_baby_sanitizer": "חיטוי לתינוקות",
"iot_wash_backpacks": "\u05ea\u05d9\u05e7\u05d9 \u05d2\u05d1", "iot_wash_backpacks": "תיקי גב",
"iot_wash_bathrobe": "\u05d7\u05dc\u05d5\u05e7\u05d9 \u05e8\u05d7\u05e6\u05d4 \u05d5\u05d1\u05d3\u05d9\u05dd \u05e0\u05e7\u05d1\u05d5\u05d1\u05d9\u05d9\u05dd", "iot_wash_bathrobe": "חלוקי רחצה ובדים נקבוביים",
"iot_wash_bed_linen": "\u05de\u05e6\u05e2\u05d9\u05dd", "iot_wash_bed_linen": "מצעים",
"iot_wash_bed_linen_zelig": "\u05de\u05e6\u05e2\u05d9\u05dd", "iot_wash_bed_linen_zelig": "מצעים",
"iot_wash_bleaching": "\u05d4\u05b7\u05dc\u05d1\u05bc\u05b8\u05e0\u05b8\u05d4", "iot_wash_bleaching": "הַלבָּנָה",
"iot_wash_blood_stains": "\u05db\u05ea\u05de\u05d9 \u05d3\u05dd", "iot_wash_blood_stains": "כתמי דם",
"iot_wash_cashmere": "\u05e7\u05e9\u05de\u05d9\u05e8", "iot_wash_cashmere": "קשמיר",
"iot_wash_chocolate_stains": "\u05db\u05ea\u05de\u05d9 \u05e9\u05d5\u05e7\u05d5\u05dc\u05d3", "iot_wash_chocolate_stains": "כתמי שוקולד",
"iot_wash_cold_wash": "\u05e9\u05d8\u05d9\u05e4\u05d4 \u05e7\u05e8\u05d4", "iot_wash_cold_wash": "שטיפה קרה",
"iot_wash_colored": "\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9", "iot_wash_colored": "צבעוני",
"iot_wash_colored_anti_stain": "\u05e0\u05d2\u05d3 \u05db\u05ea\u05dd \u05e6\u05d1\u05e2\u05d5\u05e0\u05d9", "iot_wash_colored_anti_stain": "נגד כתם צבעוני",
"iot_wash_colored_delicate": "\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9 \u05e2\u05d3\u05d9\u05df", "iot_wash_colored_delicate": "צבעוני עדין",
"iot_wash_coloured": "\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9", "iot_wash_coloured": "צבעוני",
"iot_wash_cotton": "\u05db\u05d5\u05ea\u05e0\u05d4", "iot_wash_cotton": "כותנה",
"iot_wash_cuddly_toys": "\u05e6\u05e2\u05e6\u05d5\u05e2\u05d9 \u05d7\u05d9\u05d1\u05d5\u05e7", "iot_wash_cuddly_toys": "צעצועי חיבוק",
"iot_wash_curtains": "\u05d5\u05d9\u05dc\u05d5\u05e0\u05d5\u05ea", "iot_wash_curtains": "וילונות",
"iot_wash_curtains_zelig": "\u05d5\u05d9\u05dc\u05d5\u05e0\u05d5\u05ea", "iot_wash_curtains_zelig": "וילונות",
"iot_wash_dark": "\u05d0\u05e4\u05dc", "iot_wash_dark": "אפל",
"iot_wash_darks_and_coloured_44": "\u05d7\u05d1\u05d9\u05d1\u05d9\u05dd \u05d5\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9\u05d9\u05dd 44 '", "iot_wash_darks_and_coloured_44": "חביבים וצבעוניים 44 '",
"iot_wash_darks_and_coloured_59": "\u05d7\u05d1\u05d9\u05d1\u05d9\u05dd \u05d5\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9 59 '", "iot_wash_darks_and_coloured_59": "חביבים וצבעוני 59 '",
"iot_wash_darks_and_coloured_xl": "\u05d7\u05e4\u05e6\u05d9\u05dd \u05d5\u05e6\u05d1\u05e2 XL", "iot_wash_darks_and_coloured_xl": "חפצים וצבע XL",
"iot_wash_dash_clean_cycle": "Dash Ultimate Clean", "iot_wash_dash_clean_cycle": "Dash Ultimate Clean",
"iot_wash_dash_cold_cycle": "Dash Cold Clean", "iot_wash_dash_cold_cycle": "Dash Cold Clean",
"iot_wash_dash_fresh_cycle": "Dash Fresh Clean", "iot_wash_dash_fresh_cycle": "Dash Fresh Clean",
"iot_wash_delicate": "\u05e2\u05d3\u05d9\u05e0\u05d9\u05dd", "iot_wash_delicate": "עדינים",
"iot_wash_delicate_antiallergy": "\u05d0\u05e0\u05d8\u05d9 \u05d0\u05dc\u05e8\u05d2\u05d9\u05d4 \u05e2\u05d3\u05d9\u05df", "iot_wash_delicate_antiallergy": "אנטי אלרגיה עדין",
"iot_wash_delicate_antiallergy_zelig": "\u05d0\u05e0\u05d8\u05d9 \u05d0\u05dc\u05e8\u05d2\u05d9\u05d4 \u05e2\u05d3\u05d9\u05df", "iot_wash_delicate_antiallergy_zelig": "אנטי אלרגיה עדין",
"iot_wash_delicate_colors": "\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9 \u05e2\u05d3\u05d9\u05df", "iot_wash_delicate_colors": "צבעוני עדין",
"iot_wash_delicate_dark": "\u05db\u05d4\u05d4 \u05e2\u05d3\u05d9\u05df", "iot_wash_delicate_dark": "כהה עדין",
"iot_wash_delicate_tablecloths": "\u05de\u05e4\u05d5\u05ea \u05e2\u05d3\u05d9\u05e0\u05d5\u05ea", "iot_wash_delicate_tablecloths": "מפות עדינות",
"iot_wash_delicate_whites": "\u05dc\u05d1\u05e0\u05d9\u05dd \u05e2\u05d3\u05d9\u05e0\u05d9\u05dd", "iot_wash_delicate_whites": "לבנים עדינים",
"iot_wash_denim_jeans": "\u05d2'\u05d9\u05e0\u05e1", "iot_wash_denim_jeans": "ג'ינס",
"iot_wash_diving_suits": "\u05d7\u05dc\u05d9\u05e4\u05d5\u05ea \u05e6\u05dc\u05d9\u05dc\u05d4", "iot_wash_diving_suits": "חליפות צלילה",
"iot_wash_diving_suits_zelig": "\u05d7\u05dc\u05d9\u05e4\u05d5\u05ea \u05e6\u05dc\u05d9\u05dc\u05d4", "iot_wash_diving_suits_zelig": "חליפות צלילה",
"iot_wash_down_jackets": "\u05de\u05e2\u05d9\u05dc\u05d9 \u05e4\u05d5\u05da", "iot_wash_down_jackets": "מעילי פוך",
"iot_wash_down_jackets_zelig": "\u05de\u05e2\u05d9\u05dc\u05d9 \u05e4\u05d5\u05da", "iot_wash_down_jackets_zelig": "מעילי פוך",
"iot_wash_fruit_stains": "\u05db\u05ea\u05de\u05d9 \u05e4\u05e8\u05d9", "iot_wash_fruit_stains": "כתמי פרי",
"iot_wash_gym_fit": "\u05db\u05d5\u05e9\u05e8 \u05db\u05d5\u05e9\u05e8 - \u05db\u05d5\u05e9\u05e8", "iot_wash_gym_fit": "כושר כושר - כושר",
"iot_wash_handwash": "\u05e9\u05d8\u05d9\u05e4\u05ea \u05d9\u05d3\u05d9\u05d9\u05dd", "iot_wash_handwash": "שטיפת ידיים",
"iot_wash_handwash_colored": "\u05e9\u05d8\u05d9\u05e4\u05ea \u05d9\u05d3\u05d9\u05d9\u05dd \u05d1\u05e6\u05d1\u05e2", "iot_wash_handwash_colored": "שטיפת ידיים בצבע",
"iot_wash_handwash_dark": "\u05e9\u05d8\u05d9\u05e4\u05ea \u05d9\u05d3\u05d9\u05d9\u05dd \u05db\u05d4\u05d4", "iot_wash_handwash_dark": "שטיפת ידיים כהה",
"iot_wash_lingerie": "\u05dc\u05b4\u05d1\u05e0\u05b5\u05d9 \u05e0\u05b8\u05e9\u05c1\u05b4\u05d9\u05dd", "iot_wash_lingerie": "לִבנֵי נָשִׁים",
"iot_wash_masks_refresh": "\u05de\u05e1\u05db\u05d5\u05ea \u05e8\u05e2\u05e0\u05df", "iot_wash_masks_refresh": "מסכות רענן",
"iot_wash_masks_sanification": "\u05d7\u05d9\u05d8\u05d5\u05d9 \u05de\u05e1\u05db\u05d5\u05ea", "iot_wash_masks_sanification": "חיטוי מסכות",
"iot_wash_mats": "\u05de\u05d7\u05e6\u05dc\u05d5\u05ea", "iot_wash_mats": "מחצלות",
"iot_wash_men_s_trousers": "\u05de\u05db\u05e0\u05e1\u05d9 \u05d2\u05d1\u05e8\u05d9\u05dd", "iot_wash_men_s_trousers": "מכנסי גברים",
"iot_wash_mixed": "\u05de\u05e2\u05d5\u05e8\u05d1", "iot_wash_mixed": "מעורב",
"iot_wash_mix_and_coloured_44": "\u05dc\u05e2\u05e8\u05d1\u05d1 \u05d5\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9 44 '", "iot_wash_mix_and_coloured_44": "לערבב וצבעוני 44 '",
"iot_wash_mix_and_coloured_59": "\u05de\u05d9\u05e7\u05e1 \u05d5\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9 59 '", "iot_wash_mix_and_coloured_59": "מיקס וצבעוני 59 '",
"iot_wash_mix_and_coloured_xl": "\u05de\u05e2\u05e8\u05d1\u05d1\u05d9\u05dd \u05d5\u05e6\u05d1\u05e2\u05d9\u05dd XL", "iot_wash_mix_and_coloured_xl": "מערבבים וצבעים XL",
"iot_wash_new_clothes": "\u05d1\u05d2\u05d3\u05d9\u05dd \u05d7\u05d3\u05e9\u05d9\u05dd", "iot_wash_new_clothes": "בגדים חדשים",
"iot_wash_perfect_white": "\u05dc\u05d1\u05df \u05de\u05d5\u05e9\u05dc\u05dd", "iot_wash_perfect_white": "לבן מושלם",
"iot_wash_pets": "\u05d7\u05d9\u05d5\u05ea \u05de\u05d7\u05de\u05d3", "iot_wash_pets": "חיות מחמד",
"iot_wash_pets_steam": "\u05d7\u05d9\u05d5\u05ea \u05de\u05d7\u05de\u05d3", "iot_wash_pets_steam": "חיות מחמד",
"iot_wash_playsuits": "\u05d7\u05dc\u05d9\u05e4\u05d5\u05ea \u05de\u05e9\u05d7\u05e7", "iot_wash_playsuits": "חליפות משחק",
"iot_wash_rapid_14": "\u05de\u05d4\u05d9\u05e8 14 '", "iot_wash_rapid_14": "מהיר 14 '",
"iot_wash_rapid_30": "\u05de\u05d4\u05d9\u05e8 30 '", "iot_wash_rapid_30": "מהיר 30 '",
"iot_wash_rapid_44": "\u05de\u05d4\u05d9\u05e8 44 '", "iot_wash_rapid_44": "מהיר 44 '",
"iot_wash_rapid_59": "\u05de\u05d4\u05d9\u05e8 59 '", "iot_wash_rapid_59": "מהיר 59 '",
"iot_wash_refresh_14_min": "\u05e8\u05e2\u05e0\u05df 14 \u05d3\u05e7\u05d5\u05ea", "iot_wash_refresh_14_min": "רענן 14 דקות",
"iot_wash_resistant_colored": "\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9 \u05e2\u05de\u05d9\u05d3", "iot_wash_resistant_colored": "צבעוני עמיד",
"iot_wash_resistant_dark": "\u05db\u05d4\u05d4 \u05e2\u05de\u05d9\u05d3", "iot_wash_resistant_dark": "כהה עמיד",
"iot_wash_resistant_whites": "\u05dc\u05d1\u05e0\u05d9\u05dd \u05e2\u05de\u05d9\u05d3\u05d9\u05dd", "iot_wash_resistant_whites": "לבנים עמידים",
"iot_wash_rinse": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", "iot_wash_rinse": "לִשְׁטוֹף",
"iot_wash_shirts": "\u05d7\u05d5\u05dc\u05e6\u05d5\u05ea", "iot_wash_shirts": "חולצות",
"iot_wash_silk": "\u05de\u05e9\u05d9", "iot_wash_silk": "משי",
"iot_wash_ski_suit": "\u05d7\u05dc\u05d9\u05e4\u05ea \u05e1\u05e7\u05d9", "iot_wash_ski_suit": "חליפת סקי",
"iot_wash_ski_suit_zelig": "\u05d7\u05dc\u05d9\u05e4\u05ea \u05e1\u05e7\u05d9", "iot_wash_ski_suit_zelig": "חליפת סקי",
"iot_wash_spin": "\u05e1\u05d9\u05d1\u05d5\u05d1", "iot_wash_spin": "סיבוב",
"iot_wash_sport": "\u05e1\u05e4\u05bc\u05d5\u05b9\u05e8\u05d8", "iot_wash_sport": "ספּוֹרט",
"iot_wash_stains_remover": "\u05de\u05e1\u05d9\u05e8 \u05db\u05ea\u05de\u05d9\u05dd", "iot_wash_stains_remover": "מסיר כתמים",
"iot_wash_swimsuits_and_bikinis": "\u05d1\u05d2\u05d3\u05d9 \u05d9\u05dd \u05d5\u05d1\u05d9\u05e7\u05d9\u05e0\u05d9", "iot_wash_swimsuits_and_bikinis": "בגדי ים וביקיני",
"iot_wash_synthetic": "\u05e1\u05d9\u05e0\u05ea\u05d8\u05d9\u05d9\u05dd", "iot_wash_synthetic": "סינתטיים",
"iot_wash_tablecloths": "\u05de\u05e4\u05d5\u05ea \u05e9\u05d5\u05dc\u05d7\u05df", "iot_wash_tablecloths": "מפות שולחן",
"iot_wash_technical_fabrics": "\u05d1\u05d3\u05d9\u05dd \u05d8\u05db\u05e0\u05d9\u05d9\u05dd", "iot_wash_technical_fabrics": "בדים טכניים",
"iot_wash_technical_fabrics_zelig": "\u05d1\u05d3\u05d9\u05dd \u05d8\u05db\u05e0\u05d9\u05d9\u05dd", "iot_wash_technical_fabrics_zelig": "בדים טכניים",
"iot_wash_technical_jackets": "\u05d6'\u05e7\u05d8\u05d9\u05dd \u05d8\u05db\u05e0\u05d9\u05d9\u05dd", "iot_wash_technical_jackets": "ז'קטים טכניים",
"iot_wash_technical_jackets_zelig": "\u05d6'\u05e7\u05d8\u05d9\u05dd \u05d8\u05db\u05e0\u05d9\u05d9\u05dd", "iot_wash_technical_jackets_zelig": "ז'קטים טכניים",
"iot_wash_trainers": "\u05de\u05d0\u05de\u05e0\u05d9\u05dd", "iot_wash_trainers": "מאמנים",
"iot_wash_whites": "\u05dc\u05b0\u05d1\u05b8\u05e0\u05b4\u05d9\u05dd", "iot_wash_whites": "לְבָנִים",
"iot_wash_whites_44": "\u05dc\u05d1\u05e0\u05d9\u05dd 44 '", "iot_wash_whites_44": "לבנים 44 '",
"iot_wash_whites_59": "\u05dc\u05d1\u05e0\u05d9\u05dd 59 '", "iot_wash_whites_59": "לבנים 59 '",
"iot_wash_whites_xl": "\u05dc\u05d1\u05e0\u05d9\u05dd XL", "iot_wash_whites_xl": "לבנים XL",
"iot_wash_wine_stains": "\u05db\u05ea\u05de\u05d9 \u05d9\u05d9\u05df", "iot_wash_wine_stains": "כתמי יין",
"iot_wash_wool": "\u05e6\u05b6\u05de\u05b6\u05e8", "iot_wash_wool": "צֶמֶר",
"jeans": "\u05d2\u05b4'\u05d9\u05e0\u05e1", "jeans": "גִ'ינס",
"low_dry": "\u05d9\u05d1\u05e9 \u05d1\u05d7\u05d5\u05dd \u05e0\u05de\u05d5\u05da", "low_dry": "יבש בחום נמוך",
"mixed_and_colored_59": "\u05de\u05e2\u05d5\u05e8\u05d1 \u05d5\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9 59 '", "mixed_and_colored_59": "מעורב וצבעוני 59 '",
"night_and_day": "\u05dc\u05d9\u05dc\u05d4 \u05d5\u05d9\u05d5\u05dd", "night_and_day": "לילה ויום",
"night_wash": "Night Wash", "night_wash": "Night Wash",
"perfect_59": "\u05de\u05d5\u05e9\u05dc\u05dd 59 '", "perfect_59": "מושלם 59 '",
"perfect_whites_59": "\u05dc\u05d1\u05df \u05de\u05d5\u05e9\u05dc\u05dd", "perfect_whites_59": "לבן מושלם",
"rapid_wash_and_dry_59_min": "\u05dc\u05e9\u05d8\u05d5\u05e3 \u05d5\u05dc\u05d9\u05d9\u05d1\u05e9 59 '", "rapid_wash_and_dry_59_min": "לשטוף ולייבש 59 '",
"resistant_cotton": "\u05db\u05d5\u05ea\u05e0\u05d4", "resistant_cotton": "כותנה",
"rinse": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", "rinse": "לִשְׁטוֹף",
"silent_night": "Night Wash", "silent_night": "Night Wash",
"soft_care": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05e8\u05da", "soft_care": "טיפול רך",
"special_49": "\u05de\u05d9\u05d5\u05d7\u05d3 49 '", "special_49": "מיוחד 49 '",
"sport_39": "\u05e1\u05e4\u05d5\u05e8\u05d8 39 '", "sport_39": "ספורט 39 '",
"sport_plus_29": "\u05e1\u05e4\u05d5\u05e8\u05d8 \u05e4\u05dc\u05d5\u05e1 29 \"", "sport_plus_29": "ספורט פלוס 29 \"",
"steam_39": "\u05e7\u05d9\u05d8\u05d5\u05e8 39 '", "steam_39": "קיטור 39 '",
"steam_care_pro": "Steam Care Pro", "steam_care_pro": "Steam Care Pro",
"steam_care_pro_cotton": "Steam Care Pro", "steam_care_pro_cotton": "Steam Care Pro",
"steam_care_pro_delicates": "Steam Care Pro", "steam_care_pro_delicates": "Steam Care Pro",
"steam_care_pro_synthetic": "Steam Care Pro", "steam_care_pro_synthetic": "Steam Care Pro",
"synthetics": "\u05e1\u05d9\u05e0\u05ea\u05d8\u05d9\u05d9\u05dd", "synthetics": "סינתטיים",
"synthetic_and_coloured": "\u05e1\u05d9\u05e0\u05d8\u05d8\u05d9 \u05d5\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9", "synthetic_and_coloured": "סינטטי וצבעוני",
"synthetic_and_coloured_steam": "\u05e1\u05d9\u05e0\u05d8\u05d8\u05d9 \u05d5\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9", "synthetic_and_coloured_steam": "סינטטי וצבעוני",
"tailored_resistant_cotton": "Tailored Resistant Cotton", "tailored_resistant_cotton": "Tailored Resistant Cotton",
"tailored_synthetic_and_coloured": "Tailored Synthetic Colored", "tailored_synthetic_and_coloured": "Tailored Synthetic Colored",
"total_care": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05d8\u05d5\u05d8\u05d0\u05dc\u05d9", "total_care": "טיפול טוטאלי",
"tumbling": "\u05e0\u05d5\u05e4\u05dc\u05d9\u05dd", "tumbling": "נופלים",
"wool_and_delicates_49": "Wool/Delicates 49'", "wool_and_delicates_49": "Wool/Delicates 49'",
"wool_dry": "\u05e6\u05de\u05e8 \u05d9\u05d1\u05e9", "wool_dry": "צמר יבש",
"wool_soft_care": "Wool & Soft Care" "wool_soft_care": "Wool & Soft Care"
}, },
"name": "Program" "name": "Program"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "\u05dc\u05dc\u05d0 \u05d9\u05d9\u05d1\u05d5\u05e9", "0": "ללא ייבוש",
"1": "\u05d1\u05bc\u05b7\u05e8\u05d6\u05b6\u05dc", "1": "בַּרזֶל",
"2": "\u05dc\u05d0 \u05dc\u05d9\u05d9\u05d1\u05e9 \u05d1\u05e8\u05d6\u05dc", "2": "לא לייבש ברזל",
"3": "\u05d0\u05e8\u05d5\u05df \u05d9\u05d1\u05e9", "3": "ארון יבש",
"4": "\u05d9\u05d1\u05e9 \u05d1\u05de\u05d9\u05d5\u05d7\u05d3", "4": "יבש במיוחד",
"12": "\u05d1\u05bc\u05b7\u05e8\u05d6\u05b6\u05dc", "12": "בַּרזֶל",
"13": "\u05d0\u05e8\u05d5\u05df \u05d9\u05d1\u05e9", "13": "ארון יבש",
"14": "Ready to wear", "14": "Ready to wear",
"15": "\u05d9\u05d1\u05e9 \u05d1\u05de\u05d9\u05d5\u05d7\u05d3" "15": "יבש במיוחד",
"11": "ללא ייבוש"
}, },
"name": "\u05e8\u05de\u05ea \u05d9\u05d9\u05d1\u05d5\u05e9" "name": "רמת ייבוש"
}, },
"spin_speed": { "spin_speed": {
"name": "\u05e1\u05d9\u05d1\u05d5\u05d1" "name": "סיבוב"
}, },
"temperature": { "temperature": {
"name": "Temperature" "name": "Temperature"
}, },
"dry_time": { "dry_time": {
"name": "\u05d6\u05de\u05df \u05d9\u05d9\u05d1\u05d5\u05e9" "name": "זמן ייבוש"
},
"eco_pilot": {
"state": {
"0": "Off",
"1": "Avoid touch",
"2": "Follow"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"1": "High",
"2": "Medium ",
"3": "Low",
"4": "Auto",
"5": "Auto"
}
},
"programs_ac": {
"state": {
"iot_simple_start": "התחל עכשיו"
}
} }
}, },
"switch": { "switch": {
@ -406,7 +484,7 @@
"name": "Anticrease" "name": "Anticrease"
}, },
"add_dish": { "add_dish": {
"name": "" "name": "Add dishes"
}, },
"eco_express": { "eco_express": {
"name": "Eco" "name": "Eco"
@ -442,30 +520,72 @@
"name": "Oven" "name": "Oven"
}, },
"prewash": { "prewash": {
"name": "\u05e9\u05d8\u05d9\u05e4\u05d4 \u05de\u05e8\u05d0\u05e9" "name": "שטיפה מראש"
}, },
"pause": { "pause": {
"name": "Pause" "name": "Pause"
}, },
"keep_fresh": { "keep_fresh": {
"name": "Keep Fresh" "name": "Keep Fresh"
},
"delay_time": {
"name": "Delay Start"
},
"rapid_mode": {
"name": "Rapid mode"
},
"eco_mode": {
"name": "ECO mode"
},
"10_degree_heating": {
"name": "10°C Heating function"
},
"self_clean": {
"name": "Self-clean"
},
"self_clean_56": {
"name": "Steri-Clean 56°C"
},
"silent_mode": {
"name": "Silent mode"
},
"mute_mode": {
"name": "Mute mode"
},
"extra_rinse_1": {
"name": "+1 שטיפה"
},
"extra_rinse_2": {
"name": "+2 שטיפות"
},
"extra_rinse_3": {
"name": "+3 שטיפות"
},
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "מינון אוטומטי"
},
"good_night": {
"name": "לילה טוב"
} }
}, },
"binary_sensor": { "binary_sensor": {
"door_lock": { "door_lock": {
"name": "\u05de\u05e0\u05e2\u05d5\u05dc \u05d3\u05dc\u05ea" "name": "מנעול דלת"
}, },
"extra_rinse_1": { "extra_rinse_1": {
"name": "+1 \u05e9\u05d8\u05d9\u05e4\u05d4" "name": "+1 שטיפה"
}, },
"extra_rinse_2": { "extra_rinse_2": {
"name": "+2 \u05e9\u05d8\u05d9\u05e4\u05d5\u05ea" "name": "+2 שטיפות"
}, },
"extra_rinse_3": { "extra_rinse_3": {
"name": "+3 \u05e9\u05d8\u05d9\u05e4\u05d5\u05ea" "name": "+3 שטיפות"
}, },
"good_night": { "good_night": {
"name": "\u05dc\u05d9\u05dc\u05d4 \u05d8\u05d5\u05d1" "name": "לילה טוב"
}, },
"anti_crease": { "anti_crease": {
"name": "Anticrease" "name": "Anticrease"
@ -474,7 +594,7 @@
"name": "Acquaplus" "name": "Acquaplus"
}, },
"spin_speed": { "spin_speed": {
"name": "\u05e1\u05d9\u05d1\u05d5\u05d1" "name": "סיבוב"
}, },
"programs_dw": { "programs_dw": {
"name": "Program" "name": "Program"
@ -511,6 +631,21 @@
}, },
"connection": { "connection": {
"name": "Appliance connection" "name": "Appliance connection"
},
"child_lock": {
"name": "Child Lock"
},
"on": {
"name": "עַל"
},
"prewash": {
"name": "שטיפה מראש"
},
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "מינון אוטומטי"
} }
}, },
"number": { "number": {
@ -524,7 +659,7 @@
"name": "Delay Start" "name": "Delay Start"
}, },
"water_hard": { "water_hard": {
"name": "\u05e7\u05e9\u05d9\u05d5\u05ea \u05de\u05d9\u05dd" "name": "קשיות מים"
}, },
"program_duration": { "program_duration": {
"name": "Program duration" "name": "Program duration"
@ -539,7 +674,10 @@
"name": "Washing intensity" "name": "Washing intensity"
}, },
"dry_time": { "dry_time": {
"name": "\u05d6\u05de\u05df \u05d9\u05d9\u05d1\u05d5\u05e9" "name": "זמן ייבוש"
},
"steam_level": {
"name": "מפלס קיטור"
} }
}, },
"button": { "button": {
@ -547,5 +685,16 @@
"name": "Induction Hob" "name": "Induction Hob"
} }
} }
},
"config": {
"step": {
"user": {
"description": "Do the login",
"data": {
"email": "Email",
"password": "Password"
}
}
}
} }
} }

File diff suppressed because it is too large Load Diff

View File

@ -2,9 +2,9 @@
"config": { "config": {
"step": { "step": {
"user": { "user": {
"description": "Inserisci le credenziali dell'app hOn", "description": "Fai il login",
"data": { "data": {
"email": "Indirizzo Email", "email": "Email",
"password": "Password" "password": "Password"
} }
} }
@ -26,11 +26,12 @@
"errors": { "errors": {
"state": { "state": {
"00": "Nessun Errore", "00": "Nessun Errore",
"100000000000": "E2: Controllare se la porta \u00e8 chiusa correttamente", "100000000000": "E2: Controllare se la porta è chiusa correttamente",
"8000000000000": "E4: Controllare l'approvvigionamento idrico" "8000000000000": "E4: Controllare l'approvvigionamento idrico"
}
}, },
"tumbledryerprogram": { "name": "Errore"
},
"programs": {
"state": { "state": {
"0": "Default", "0": "Default",
"62": "Cotone", "62": "Cotone",
@ -47,7 +48,8 @@
"85": "Asciugatura Rapida", "85": "Asciugatura Rapida",
"92": "Delicati", "92": "Delicati",
"103": "Controllo Remoto" "103": "Controllo Remoto"
} },
"name": "Programma attuale"
}, },
"tumbledryertemplevel": { "tumbledryertemplevel": {
"state": { "state": {
@ -65,7 +67,10 @@
"4": "Pianificato", "4": "Pianificato",
"5": "Pianificato", "5": "Pianificato",
"6": "Errore", "6": "Errore",
"7": "Pronta" "7": "Pronta",
"2": "Programma in esecuzione",
"8": "Test",
"9": "Arresto il ciclo..."
} }
}, },
"program_phases_wm": { "program_phases_wm": {
@ -109,7 +114,9 @@
"16": "Raffreddamento", "16": "Raffreddamento",
"18": "Keep Fresh", "18": "Keep Fresh",
"19": "Asciugatura", "19": "Asciugatura",
"20": "Asciugatura" "20": "Asciugatura",
"11": "Pronta",
"17": "unknown"
}, },
"name": "Fase" "name": "Fase"
}, },
@ -135,7 +142,8 @@
"12": "Stiro facile", "12": "Stiro facile",
"13": "Armadio", "13": "Armadio",
"14": "Pronto da indossare", "14": "Pronto da indossare",
"15": "Extra asciutto" "15": "Extra asciutto",
"11": "Nessuna asciugatura"
}, },
"name": "Livello Asciugatura" "name": "Livello Asciugatura"
}, },
@ -179,7 +187,7 @@
"name": "Tempo asciugatura" "name": "Tempo asciugatura"
}, },
"suggested_load": { "suggested_load": {
"name": "Capacit\u00e0 di carico" "name": "Capacità di carico"
}, },
"energy_label": { "energy_label": {
"name": "Efficienza energetica" "name": "Efficienza energetica"
@ -189,6 +197,168 @@
}, },
"det_liquid": { "det_liquid": {
"name": "Detersivo liquido" "name": "Detersivo liquido"
},
"cycles_total": {
"name": "Cicli Totale"
},
"energy_total": {
"name": "Consumo energetico Totale"
},
"water_total": {
"name": "Efficienza idrica Totale"
},
"energy_current": {
"name": "Consumo energetico Odierna"
},
"water_current": {
"name": "Efficienza idrica Odierna"
},
"mach_modes_ac": {
"state": {
"0": "Auto",
"1": "Freddo",
"2": "Freddo",
"3": "Deumidificazione",
"4": "Caldo",
"5": "Ventilatore",
"6": "Ventilatore"
}
},
"programs_td": {
"state": {
"active_dry": "Active Dry",
"allergy_care": "Anti-allergie",
"all_in_one": "Tutto in Uno",
"antiallergy": "Anti-allergie",
"anti_odours": "Anti-odori",
"auto_care": "Auto Care",
"baby": "Baby",
"bed_quilt": "Trapunte-Piumoni",
"care_30": "Care 30",
"care_45": "Care 45",
"care_59": "Care 59",
"coloured": "Colorati",
"daily_45_min": "Quotidiano 45'",
"daily_perfect_59_min": "Daily Perfect 59'",
"darks_and_coloured": "Scuri e Colorati",
"delicates": "Delicati",
"duvet": "Piumone",
"eco": "Eco Cotton",
"ecospeed_cottons": "Ecospeed Cotone",
"ecospeed_delicates": "Ecospeed Delicati",
"ecospeed_mixed": "Ecospeed Misti",
"extra_hygiene": "Igiene Extra",
"fitness": "Fitness",
"fresh_care": "Fresh Care",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Asciugamani",
"hqd_bed_sheets": "Lenzuola",
"hqd_bulky": "Vestiti voluminosi",
"hqd_casual": "Casual",
"hqd_cold_wind_30": "Brezza rinfrescante 30 minuti",
"hqd_cold_wind_timing": "Brezza rinfrescante",
"hqd_cotton": "Cotone",
"hqd_curtain": "Tende",
"hqd_delicate": "Delicati",
"hqd_diaper": "Pannolini",
"hqd_duvet": "Piumone",
"hqd_feather": "Piumini",
"hqd_hot_wind_timing": "Aria calda",
"hqd_hygienic": "Igienizzante",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Giacche",
"hqd_jeans": "Jeans",
"hqd_luxury": "Vestiti preziosi",
"hqd_mix": "Misti",
"hqd_night_dry": "Asciugatura notturna",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Rapido 20",
"hqd_quick_30": "Rapido 30",
"hqd_quick_dry": "Asciugatura veloce",
"hqd_quilt": "Trapunte",
"hqd_refresh": "Refresh",
"hqd_school_uniform": "Uniforme scolastica",
"hqd_shirt": "Camicie",
"hqd_shoes": "Scarpe",
"hqd_silk": "Seta",
"hqd_sports": "Sport",
"hqd_synthetics": "Sintetici",
"hqd_timer": "A tempo",
"hqd_towel": "Asciugamani",
"hqd_underwear": "Intimo",
"hqd_warm_up": "Riscaldamento",
"hqd_wool": "Lana",
"hqd_working_suit": "Completo da lavoro",
"hygiene": "Igiene",
"iot_checkup": "Check-Up",
"iot_dry_anti_mites": "Anti-Acari",
"iot_dry_baby": "Baby",
"iot_dry_backpacks": "Zaini",
"iot_dry_bathrobe": "Accappatoi e Spugne",
"iot_dry_bed_linen": "Lenzuola",
"iot_dry_bed_quilt": "Trapunte-Piumoni",
"iot_dry_cotton": "Cotone",
"iot_dry_cuddly_toys": "Peluches",
"iot_dry_curtains": "Tende",
"iot_dry_dehumidifier": "Rimuovi umidità",
"iot_dry_delicates": "Delicati",
"iot_dry_delicate_tablecloths": "Tovaglie delicate",
"iot_dry_denim_jeans": "Denim - jeans",
"iot_dry_down_jacket": "Giacche",
"iot_dry_duvet": "Piumone",
"iot_dry_easy_iron_cotton": "Stira facile",
"iot_dry_easy_iron_synthetics": "Stira facile Sintetici",
"iot_dry_gym_fit": "Gym fit - Fitness",
"iot_dry_lingerie": "Lingerie",
"iot_dry_mixed": "Misti",
"iot_dry_playsuits": "Tutine",
"iot_dry_rapid_30": "Rapido 30",
"iot_dry_rapid_59": "Rapido 59'.",
"iot_dry_refresh": "Rinfresca",
"iot_dry_regenerates_waterproof": "Rigenera Tessuti Impermeabili",
"iot_dry_relax_creases": "Meno Pieghe",
"iot_dry_shirts": "Camicie",
"iot_dry_small_load": "Carico Small",
"iot_dry_swimsuits_and_bikinis": "Costumi e Bikini",
"iot_dry_synthetics": "Sintetici",
"iot_dry_synthetic_dry": "Asciugatura Sintetici",
"iot_dry_tablecloths": "Tovaglie",
"iot_dry_technical_fabrics": "Tessuti Tecnici",
"iot_dry_warm_embrace": "Caldo abbraccio",
"iot_dry_wool": "Lana",
"jeans": "Jeans",
"mix_and_dry": "Mix&Dry",
"pets": "Pets",
"pre_iron": "Pre-Stiro",
"rapid_30": "Rapido 30",
"rapid_45": "Rapido 45 min",
"rapid_59": "Perfect Rapid 59 Min",
"refresh": "Rinfresca",
"relax_creases": "Meno Pieghe",
"saving_30_min": "Risparmio 30'",
"shirts": "Camicie",
"shoes": "Scarpe",
"small_load": "Carico Small",
"soft_care": "Soft Care",
"sport_plus": "Sport Plus",
"super_easy_iron_misti": "Super Easy Iron misti",
"super_easy_iron_xxl": "Super Easy Iron XXL",
"super_fast_cottons": "Super Fast Cotone",
"super_fast_delicates": "Super Fast Delicati",
"synthetics": "Sintetici",
"total_care": "Total Care",
"trainers": "Scarpe da ginnastica",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Impermeabilizzazione",
"whites": "Bianchi",
"wool": "Asciugatura Lana",
"woolmark": "Lana",
"xxl_load": "Carico XXL",
"zoom_59": "Zoom 59"
}
} }
}, },
"select": { "select": {
@ -200,29 +370,29 @@
"auto_plus": "AutoPlus", "auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor", "auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor", "auto_sensor_soil": "Auto Sensor",
"auto_universal": "Auto Universale 50 - 60\u00b0C", "auto_universal": "Auto Universale 50 - 60°C",
"auto_universal_plus": "Auto Universale Plus 65 - 75\u00b0C", "auto_universal_plus": "Auto Universale Plus 65 - 75°C",
"auto_universal_plus_soil": "Auto Universale Plus 65 - 75\u00b0C", "auto_universal_plus_soil": "Auto Universale Plus 65 - 75°C",
"auto_universal_soil": "Auto Universale 50 - 60\u00b0C", "auto_universal_soil": "Auto Universale 50 - 60°C",
"auto_wash": "Auto Wash", "auto_wash": "Auto Wash",
"auto_wash_soil": "Auto Wash", "auto_wash_soil": "Auto Wash",
"classe_a_59": "Classe A 59' 65\u00b0C", "classe_a_59": "Classe A 59' 65°C",
"delicate": "Delicato 45\u00b0C", "delicate": "Delicato 45°C",
"dishwasher_care": "Ciclo anticalcare", "dishwasher_care": "Ciclo anticalcare",
"eco": "Eco", "eco": "Eco",
"eco_asynch": "Eco 45\u00b0C", "eco_asynch": "Eco 45°C",
"eco_bldc": "Eco 45\u00b0C", "eco_bldc": "Eco 45°C",
"eco_synch": "Eco 45\u00b0C", "eco_synch": "Eco 45°C",
"gentle_wash": "Gentle wash", "gentle_wash": "Gentle wash",
"glass": "Calici", "glass": "Calici",
"glassware": "Cristalli 45\u00b0C", "glassware": "Cristalli 45°C",
"glass_care": "Glass Care", "glass_care": "Glass Care",
"hygiene": "Igiene", "hygiene": "Igiene",
"hygiene_plus": "Igiene 75\u00b0C", "hygiene_plus": "Igiene 75°C",
"intensive": "Intensivo ", "intensive": "Intensivo ",
"intensive_rapid": "Forte Veloce", "intensive_rapid": "Forte Veloce",
"iot_auto_sensor": "Auto Sensor", "iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "Auto Universale 50 - 60\u00b0C", "iot_auto_universal_soil": "Auto Universale 50 - 60°C",
"iot_auto_wash_soil": "Auto Wash", "iot_auto_wash_soil": "Auto Wash",
"iot_baby_care": "Baby Care", "iot_baby_care": "Baby Care",
"iot_breakfast": "Colazione", "iot_breakfast": "Colazione",
@ -233,13 +403,13 @@
"iot_cocktail_glasses_soil": "Cocktail Glasses", "iot_cocktail_glasses_soil": "Cocktail Glasses",
"iot_daily_care": "Quotidiano", "iot_daily_care": "Quotidiano",
"iot_daily_care_soil": "Quotidiano", "iot_daily_care_soil": "Quotidiano",
"iot_delicate": "Delicato 45\u00b0C", "iot_delicate": "Delicato 45°C",
"iot_dinner_for_two": "Cena di coppia", "iot_dinner_for_two": "Cena di coppia",
"iot_dinner_for_two_soil": "Cena di coppia", "iot_dinner_for_two_soil": "Cena di coppia",
"iot_dreft_quick_cycle": "Dreft Rapido", "iot_dreft_quick_cycle": "Dreft Rapido",
"iot_eco_asynch": "Eco 45\u00b0C", "iot_eco_asynch": "Eco 45°C",
"iot_eco_bldc": "Eco 45\u00b0C", "iot_eco_bldc": "Eco 45°C",
"iot_eco_synch": "Eco 45\u00b0C", "iot_eco_synch": "Eco 45°C",
"iot_extra_hygiene": "Ciclo Vapore", "iot_extra_hygiene": "Ciclo Vapore",
"iot_fairy_quick_cycle": "Fairy Rapido", "iot_fairy_quick_cycle": "Fairy Rapido",
"iot_happy_hour": "Happy Hour", "iot_happy_hour": "Happy Hour",
@ -255,23 +425,23 @@
"iot_prewash": "Prelavaggio", "iot_prewash": "Prelavaggio",
"iot_pyrex_and_glassware": "Pyrex & Glassware", "iot_pyrex_and_glassware": "Pyrex & Glassware",
"iot_rapid_29": "Rapido 29'", "iot_rapid_29": "Rapido 29'",
"iot_rapid_39": "Rapido 39' 60\u00b0C", "iot_rapid_39": "Rapido 39' 60°C",
"iot_single": "Single", "iot_single": "Single",
"iot_steam": "Vapore 75\u00b0C", "iot_steam": "Vapore 75°C",
"iot_super_flash": "Super Flash", "iot_super_flash": "Super Flash",
"iot_super_wash": "Super Wash", "iot_super_wash": "Super Wash",
"iot_turbopower": "Turbo Power", "iot_turbopower": "Turbo Power",
"iot_universal": "Universale 60\u00b0C", "iot_universal": "Universale 60°C",
"iot_wok_grids_maxi_pans": "Maxi Stoviglie e Griglie", "iot_wok_grids_maxi_pans": "Maxi Stoviglie e Griglie",
"iot_wok_grids_maxi_pans_soil": "Maxi Stoviglie e Griglie", "iot_wok_grids_maxi_pans_soil": "Maxi Stoviglie e Griglie",
"iot_yes_quick_cycle": "Yes Rapido", "iot_yes_quick_cycle": "Yes Rapido",
"night": "Notte 55\u00b0C", "night": "Notte 55°C",
"prewash": "Prelavaggio", "prewash": "Prelavaggio",
"rapid_20": "Rapido 20'", "rapid_20": "Rapido 20'",
"rapid_24": "Rapido 24'", "rapid_24": "Rapido 24'",
"rapid_29": "Rapido 29' 50\u00b0C", "rapid_29": "Rapido 29' 50°C",
"rapid_35": "Wash&Dry 35'", "rapid_35": "Wash&Dry 35'",
"rapid_39": "Rapido 39' 60\u00b0C", "rapid_39": "Rapido 39' 60°C",
"rapid_49": "Rapido 49'", "rapid_49": "Rapido 49'",
"rapid_59": "Rapido 59'", "rapid_59": "Rapido 59'",
"sanitising": "Igienizzazione", "sanitising": "Igienizzazione",
@ -281,13 +451,13 @@
"smart_ai": "Smart AI", "smart_ai": "Smart AI",
"special": "Speciale", "special": "Speciale",
"special_pw_prz": "Speciale", "special_pw_prz": "Speciale",
"steam": "Vapore 75\u00b0C", "steam": "Vapore 75°C",
"steam_plus": "Vapore Plus 75\u00b0C", "steam_plus": "Vapore Plus 75°C",
"total_care": "Total Care 50\u00b0C", "total_care": "Total Care 50°C",
"ultra_silence": "Ultra Silenzioso 55\u00b0C", "ultra_silence": "Ultra Silenzioso 55°C",
"ultra_silent": "Ultra Silenzioso 55\u00b0C", "ultra_silent": "Ultra Silenzioso 55°C",
"universal": "Universale 60\u00b0C", "universal": "Universale 60°C",
"universal_plus": "Universale Plus 70\u00b0C", "universal_plus": "Universale Plus 70°C",
"zoom_39": "Zoom 39 min" "zoom_39": "Zoom 39 min"
}, },
"name": "Programma" "name": "Programma"
@ -377,7 +547,6 @@
"super_grill": "Supergriglia", "super_grill": "Supergriglia",
"tailor_bake": "Tailor bake", "tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake", "tailor_bake_cata": "Tailor Bake",
"tailor_bake_desctiption": "Questa funzione \u00e8 ideale per mantenere il cibo morbido all'interno e croccante all'esterno. Per una cucina sana, questa funzione riduce la quantit\u00e0 di grasso o olio necessaria.\r\r\nLa combinazione di elementi riscaldanti con un ciclo pulsante di aria garantisce risultati di cottura uniformi.",
"tailor_bake_pyro": "Tailor Bake", "tailor_bake_pyro": "Tailor Bake",
"vegetables": "Verdure", "vegetables": "Verdure",
"vegetables_cata": "Verdure", "vegetables_cata": "Verdure",
@ -467,7 +636,7 @@
"iot_dry_cotton": "Cotone", "iot_dry_cotton": "Cotone",
"iot_dry_cuddly_toys": "Peluches", "iot_dry_cuddly_toys": "Peluches",
"iot_dry_curtains": "Tende", "iot_dry_curtains": "Tende",
"iot_dry_dehumidifier": "Rimuovi umidit\u00e0", "iot_dry_dehumidifier": "Rimuovi umidità",
"iot_dry_delicates": "Delicati", "iot_dry_delicates": "Delicati",
"iot_dry_delicate_tablecloths": "Tovaglie delicate", "iot_dry_delicate_tablecloths": "Tovaglie delicate",
"iot_dry_denim_jeans": "Denim - jeans", "iot_dry_denim_jeans": "Denim - jeans",
@ -527,8 +696,8 @@
}, },
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "Cotone e Colorati 20\u00b0", "20_degrees_coloured_cottons": "Cotone e Colorati 20°",
"20_degrees_new_energy_label": "20\u00b0C", "20_degrees_new_energy_label": "20°C",
"active_steam": "Vapore", "active_steam": "Vapore",
"active_wash": "Active Wash", "active_wash": "Active Wash",
"active_wash_steam": "Active Wash + Vapore", "active_wash_steam": "Active Wash + Vapore",
@ -539,7 +708,7 @@
"all_in_one_59_steam": "Active Wash + Vapore", "all_in_one_59_steam": "Active Wash + Vapore",
"autocare": "Autocare", "autocare": "Autocare",
"autoclean": "Pulizia cesto e decalcifiazione", "autoclean": "Pulizia cesto e decalcifiazione",
"baby_60": "Tutto Beb\u00e8 60\u00b0C", "baby_60": "Tutto Bebè 60°C",
"care_14": "Rapid Care 14'", "care_14": "Rapid Care 14'",
"care_30": "Rapid Care 30'", "care_30": "Rapid Care 30'",
"care_44": "Rapid Care 44'", "care_44": "Rapid Care 44'",
@ -565,7 +734,7 @@
"fresh_care_steam": "Fresh Care + Vapore", "fresh_care_steam": "Fresh Care + Vapore",
"handwash_wool": "Mano e Lana", "handwash_wool": "Mano e Lana",
"high_dry": "Asciugatura Cotone", "high_dry": "Asciugatura Cotone",
"hqd_20_degrees": "Cotone 20\u00b0C", "hqd_20_degrees": "Cotone 20°C",
"hqd_allergy": "Allergy Care", "hqd_allergy": "Allergy Care",
"hqd_autoclean": "Pulizia del cesto", "hqd_autoclean": "Pulizia del cesto",
"hqd_babycare": "Baby Care", "hqd_babycare": "Baby Care",
@ -592,13 +761,13 @@
"hqd_super_fast": "Rapido 39'", "hqd_super_fast": "Rapido 39'",
"hqd_synthetic_and_coloured": "Sintetici", "hqd_synthetic_and_coloured": "Sintetici",
"hygiene_59": "Igiene Plus 59'", "hygiene_59": "Igiene Plus 59'",
"hygiene_60": "Igiene 60\u00b0C", "hygiene_60": "Igiene 60°C",
"hygiene_plus_59": "Igiene Plus 59'", "hygiene_plus_59": "Igiene Plus 59'",
"hygiene_plus_59_min": "Igiene Plus 59'", "hygiene_plus_59_min": "Igiene Plus 59'",
"hygiene_pro_49_min": "Igiene Pro 49'", "hygiene_pro_49_min": "Igiene Pro 49'",
"hygiene_pro_steam": "Hygiene Pro + Vapore", "hygiene_pro_steam": "Hygiene Pro + Vapore",
"intensive_40": "Intensivo 40\u00b0C", "intensive_40": "Intensivo 40°C",
"intensive_40_steam": "Intensivo 40\u00b0C + Vapore", "intensive_40_steam": "Intensivo 40°C + Vapore",
"iot_active_steam": "Vapore", "iot_active_steam": "Vapore",
"iot_active_wash_steam": "Active Wash + Vapore", "iot_active_wash_steam": "Active Wash + Vapore",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
@ -617,7 +786,7 @@
"iot_dry_cotton_dry": "Asciugatura cotone", "iot_dry_cotton_dry": "Asciugatura cotone",
"iot_dry_cuddly_toys": "Peluches", "iot_dry_cuddly_toys": "Peluches",
"iot_dry_curtains": "Tende", "iot_dry_curtains": "Tende",
"iot_dry_dehumidifier": "Rimuovi umidit\u00e0", "iot_dry_dehumidifier": "Rimuovi umidità",
"iot_dry_delicates_antiallergy": "Antiallergia Delicati", "iot_dry_delicates_antiallergy": "Antiallergia Delicati",
"iot_dry_delicate_tablecloths": "Tovaglie delicate", "iot_dry_delicate_tablecloths": "Tovaglie delicate",
"iot_dry_denim_jeans": "Denim - Jeans", "iot_dry_denim_jeans": "Denim - Jeans",
@ -638,7 +807,7 @@
"iot_easy_iron": "Stiro Facile", "iot_easy_iron": "Stiro Facile",
"iot_fresh_care_steam": "Fresh Care + Vapore", "iot_fresh_care_steam": "Fresh Care + Vapore",
"iot_hygiene_pro_steam": "Hygiene Pro + Vapore", "iot_hygiene_pro_steam": "Hygiene Pro + Vapore",
"iot_intensive_40_steam": "Intensivo 40\u00b0C + Vapore", "iot_intensive_40_steam": "Intensivo 40°C + Vapore",
"iot_mixed_steam": "Misti + Vapore", "iot_mixed_steam": "Misti + Vapore",
"iot_mix_and_colour_59_steam": "Misti e Colorati 59' + Vapore ", "iot_mix_and_colour_59_steam": "Misti e Colorati 59' + Vapore ",
"iot_perfect_cotton_59_steam": "Cotone Perfetto 59' + Vapore", "iot_perfect_cotton_59_steam": "Cotone Perfetto 59' + Vapore",
@ -845,7 +1014,8 @@
"12": "Stiro facile", "12": "Stiro facile",
"13": "Armadio", "13": "Armadio",
"14": "Pronto da indossare", "14": "Pronto da indossare",
"15": "Extra asciutto" "15": "Extra asciutto",
"11": "Nessuna asciugatura"
}, },
"name": "Livello Asciugatura" "name": "Livello Asciugatura"
}, },
@ -857,6 +1027,44 @@
}, },
"dry_time": { "dry_time": {
"name": "Tempo asciugatura" "name": "Tempo asciugatura"
},
"eco_pilot": {
"state": {
"0": "Spento",
"1": "Avoid touch",
"2": "Segui"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"1": "Alto",
"2": "Medio",
"3": "Basso",
"4": "Auto",
"5": "Auto"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "Funzione 10°C Heating ",
"iot_auto": "Auto",
"iot_cool": "Freddo",
"iot_dry": "Deumidificazione",
"iot_fan": "Ventilatore",
"iot_heat": "Caldo",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Self purify",
"iot_self_clean": "Self clean",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Avvia ora",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Freddo",
"iot_uv_and_dry": "UV + Deumidificatore",
"iot_uv_and_fan": "UV + Ventola",
"iot_uv_and_heat": "UV + Caldo"
}
} }
}, },
"switch": { "switch": {
@ -864,7 +1072,7 @@
"name": "Antipieghe " "name": "Antipieghe "
}, },
"add_dish": { "add_dish": {
"name": "" "name": "Aggiungi stoviglie"
}, },
"eco_express": { "eco_express": {
"name": "Eco" "name": "Eco"
@ -907,6 +1115,48 @@
}, },
"keep_fresh": { "keep_fresh": {
"name": "Keep Fresh" "name": "Keep Fresh"
},
"delay_time": {
"name": "Utilizzo nelle ore notturne"
},
"rapid_mode": {
"name": "Modalità rapida"
},
"eco_mode": {
"name": "Modalità ECO"
},
"10_degree_heating": {
"name": "Funzione 10°C Heating "
},
"self_clean": {
"name": "Self clean"
},
"self_clean_56": {
"name": "Steri-Clean 56°C"
},
"silent_mode": {
"name": "Modalità silenziosa"
},
"mute_mode": {
"name": "Modalità tacita"
},
"extra_rinse_1": {
"name": "+1 Risciacquo"
},
"extra_rinse_2": {
"name": "+2 Risciacqui"
},
"extra_rinse_3": {
"name": "+3 Risciacqui"
},
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Autodose"
},
"good_night": {
"name": "Buona notte"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -969,6 +1219,21 @@
}, },
"connection": { "connection": {
"name": "Connessione dell'elettrodomestico" "name": "Connessione dell'elettrodomestico"
},
"child_lock": {
"name": "Child Lock"
},
"on": {
"name": "On"
},
"prewash": {
"name": "Prelavaggio"
},
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Autodose"
} }
}, },
"number": { "number": {
@ -994,10 +1259,13 @@
"name": "Numero risciacqui" "name": "Numero risciacqui"
}, },
"wash_time": { "wash_time": {
"name": "Intensit\u00e0 di lavaggio" "name": "Intensità di lavaggio"
}, },
"dry_time": { "dry_time": {
"name": "Tempo asciugatura" "name": "Tempo asciugatura"
},
"steam_level": {
"name": "Livello vapore"
} }
}, },
"button": { "button": {

View File

@ -9,7 +9,10 @@
"4": "Gepland", "4": "Gepland",
"5": "Gepland", "5": "Gepland",
"6": "Fout", "6": "Fout",
"7": "Klaar" "7": "Klaar",
"2": "Programma draait",
"8": "Test",
"9": "Programma stoppen…"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
@ -53,7 +56,9 @@
"16": "Afkoelen", "16": "Afkoelen",
"18": "Fris houden", "18": "Fris houden",
"19": "Drogen", "19": "Drogen",
"20": "Drogen" "20": "Drogen",
"11": "Klaar",
"17": "unknown"
}, },
"name": "Fase" "name": "Fase"
}, },
@ -79,7 +84,8 @@
"12": "Strijken", "12": "Strijken",
"13": "Kastdroog", "13": "Kastdroog",
"14": "Klaar om te dragen", "14": "Klaar om te dragen",
"15": "Extra droog" "15": "Extra droog",
"11": "Niet drogen"
}, },
"name": "Droogniveau" "name": "Droogniveau"
}, },
@ -96,7 +102,7 @@
"name": "Temperatuur" "name": "Temperatuur"
}, },
"water_efficiency": { "water_efficiency": {
"name": "Effici\u00ebnt waterverbruik" "name": "Efficiënt waterverbruik"
}, },
"water_saving": { "water_saving": {
"name": "Waterbesparing" "name": "Waterbesparing"
@ -126,13 +132,181 @@
"name": "Laadvermogen" "name": "Laadvermogen"
}, },
"energy_label": { "energy_label": {
"name": "Energie-effici\u00ebntie" "name": "Energie-efficiëntie"
}, },
"det_dust": { "det_dust": {
"name": "Poeder" "name": "Poeder"
}, },
"det_liquid": { "det_liquid": {
"name": "Vloeibaar" "name": "Vloeibaar"
},
"errors": {
"name": "Fout"
},
"programs": {
"name": "Huidig programma"
},
"cycles_total": {
"name": "Programma's Totaal"
},
"energy_total": {
"name": "Energieverbruik Totaal"
},
"water_total": {
"name": "Efficiënt waterverbruik Totaal"
},
"energy_current": {
"name": "Energieverbruik Huidige"
},
"water_current": {
"name": "Efficiënt waterverbruik Huidige"
},
"mach_modes_ac": {
"state": {
"0": "Automatisch",
"1": "Koelen",
"2": "Koelen",
"3": "Drogen",
"4": "Verwarming",
"5": "Ventilator",
"6": "Ventilator"
}
},
"programs_td": {
"state": {
"active_dry": "Actief drogen",
"allergy_care": "Anti-allergie",
"all_in_one": "All in One",
"antiallergy": "Anti-allergie",
"anti_odours": "Anti geuren",
"auto_care": "Automatische verzorging",
"baby": "Baby",
"bed_quilt": "Dekbed",
"care_30": "Verzorging 30'",
"care_45": "Verzorging 45'",
"care_59": "Verzorging 59'",
"coloured": "Gekleurd",
"daily_45_min": "DAILY 45'",
"daily_perfect_59_min": "DAILY PERFECT 59'",
"darks_and_coloured": "Donker & Gekleurd",
"delicates": "Fijne was",
"duvet": "Dekbed",
"eco": "Eco katoen",
"ecospeed_cottons": "Ecospeed Katoen",
"ecospeed_delicates": "Ecospeed fijne was",
"ecospeed_mixed": "Ecospeed Gemengd",
"extra_hygiene": "Extra Hygiene",
"fitness": "Fitness",
"fresh_care": "Opfrisverzorging",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Handdoeken",
"hqd_bed_sheets": "Beddengoed",
"hqd_bulky": "Grote artikelen",
"hqd_casual": "Casual",
"hqd_cold_wind_30": "30 minuten koel briesje",
"hqd_cold_wind_timing": "Koel briesje ",
"hqd_cotton": "Katoen",
"hqd_curtain": "Gordijnen",
"hqd_delicate": "Fijne was",
"hqd_diaper": "Luiers",
"hqd_duvet": "Dekbed",
"hqd_feather": "Donsjassen",
"hqd_hot_wind_timing": "Hete lucht",
"hqd_hygienic": "Ontsmetten",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Jassen",
"hqd_jeans": "Jeans",
"hqd_luxury": "Luxury",
"hqd_mix": "Gemengde vezels",
"hqd_night_dry": "Nachtelijk droogprogramma",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Quick 20",
"hqd_quick_30": "Quick 30",
"hqd_quick_dry": "Quick dry",
"hqd_quilt": "Quilts",
"hqd_refresh": "Opfrissen",
"hqd_school_uniform": "Schooluniform",
"hqd_shirt": "Overhemden",
"hqd_shoes": "Schoenen",
"hqd_silk": "Zijde",
"hqd_sports": "Sport",
"hqd_synthetics": "Synthetische stoffen",
"hqd_timer": "Getimed",
"hqd_towel": "Handdoeken",
"hqd_underwear": "Ondergoed",
"hqd_warm_up": "Opwarmen",
"hqd_wool": "Wol",
"hqd_working_suit": "Werkkleding",
"hygiene": "Hygiëne",
"iot_checkup": "Controle",
"iot_dry_anti_mites": "Anti-mijten",
"iot_dry_baby": "Baby",
"iot_dry_backpacks": "Rugzakken",
"iot_dry_bathrobe": "Badjas",
"iot_dry_bed_linen": "Bed Linnen",
"iot_dry_bed_quilt": "Dekbed",
"iot_dry_cotton": "Katoen",
"iot_dry_cuddly_toys": "Knufflels",
"iot_dry_curtains": "Gordijnen",
"iot_dry_dehumidifier": "Vochtigheidsverwijderaar",
"iot_dry_delicates": "Delicate was",
"iot_dry_delicate_tablecloths": "Delicate tafelkleden",
"iot_dry_denim_jeans": "Denim Jeans",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Dekbed",
"iot_dry_easy_iron_cotton": "Super Gemakkelijk strijken",
"iot_dry_easy_iron_synthetics": "Synthetische stoffen gemakkelijk strijken",
"iot_dry_gym_fit": "Gym fit - Fitness",
"iot_dry_lingerie": "Lingerie",
"iot_dry_mixed": "Gemengde vezels",
"iot_dry_playsuits": "Jumpsuits",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Snel 59'",
"iot_dry_refresh": "Opfrissen",
"iot_dry_regenerates_waterproof": "Regenereert Waterproof",
"iot_dry_relax_creases": "Ontkreuken",
"iot_dry_shirts": "Overhemden",
"iot_dry_small_load": "Kleine lading",
"iot_dry_swimsuits_and_bikinis": "Badkleding",
"iot_dry_synthetics": "Synthetisch",
"iot_dry_synthetic_dry": "Synthetische stoffen drogen",
"iot_dry_tablecloths": "Tafelkleden",
"iot_dry_technical_fabrics": "Technische Vezels",
"iot_dry_warm_embrace": "Warme Knuffel",
"iot_dry_wool": "Wol",
"jeans": "Jeans",
"mix_and_dry": "Gemengd&Droog",
"pets": "Huisdieren",
"pre_iron": "Gemakkelijk strijken",
"rapid_30": "Rapid 30",
"rapid_45": "Snel 45 min",
"rapid_59": "Perfect Rapid 59 Min",
"refresh": "Opfrissen",
"relax_creases": "Ontkreuken",
"saving_30_min": "ECO 30'",
"shirts": "Overhemden",
"shoes": "Schoenen",
"small_load": "Kleine lading",
"soft_care": "Zachte verzorging",
"sport_plus": "Sports",
"super_easy_iron_misti": "Super eenvoudig strijken gemengd",
"super_easy_iron_xxl": "Super eenvoudig strijken XXL",
"super_fast_cottons": "Super Snel Katoen",
"super_fast_delicates": "Super Snel Delicaat",
"synthetics": "Synthetisch",
"total_care": "Total Care",
"trainers": "Trainers",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Waterproof Revitaliseren",
"whites": "Witte was",
"wool": "Droge Wol",
"woolmark": "Wol",
"xxl_load": "XXL Lading",
"zoom_59": "Zoom 59"
}
} }
}, },
"select": { "select": {
@ -144,29 +318,29 @@
"auto_plus": "AutoPlus", "auto_plus": "AutoPlus",
"auto_sensor": "Auto Sensor", "auto_sensor": "Auto Sensor",
"auto_sensor_soil": "Auto Sensor", "auto_sensor_soil": "Auto Sensor",
"auto_universal": "Auto universeel 50 - 60\u00b0C", "auto_universal": "Auto universeel 50 - 60°C",
"auto_universal_plus": "Auto universeel plus 65 - 75\u00b0C", "auto_universal_plus": "Auto universeel plus 65 - 75°C",
"auto_universal_plus_soil": "Auto universeel plus 65 - 75\u00b0C", "auto_universal_plus_soil": "Auto universeel plus 65 - 75°C",
"auto_universal_soil": "Auto universeel 50 - 60\u00b0C", "auto_universal_soil": "Auto universeel 50 - 60°C",
"auto_wash": "Automatisch wassen", "auto_wash": "Automatisch wassen",
"auto_wash_soil": "Automatisch wassen", "auto_wash_soil": "Automatisch wassen",
"classe_a_59": "A klasse 59' 65\u00b0C", "classe_a_59": "A klasse 59' 65°C",
"delicate": "Delicaat 45\u00b0C", "delicate": "Delicaat 45°C",
"dishwasher_care": "Ontkalkingsprogramma", "dishwasher_care": "Ontkalkingsprogramma",
"eco": "Eco", "eco": "Eco",
"eco_asynch": "Eco 45\u00b0C", "eco_asynch": "Eco 45°C",
"eco_bldc": "Eco 45\u00b0C", "eco_bldc": "Eco 45°C",
"eco_synch": "Eco 45\u00b0C", "eco_synch": "Eco 45°C",
"gentle_wash": "Gentle wash", "gentle_wash": "Gentle wash",
"glass": "Glas", "glass": "Glas",
"glassware": "Glaswerk 45\u00b0C", "glassware": "Glaswerk 45°C",
"glass_care": "Glass Care", "glass_care": "Glass Care",
"hygiene": "Hygi\u00ebne", "hygiene": "Hygiëne",
"hygiene_plus": "Hygi\u00ebne+ 75\u00b0C", "hygiene_plus": "Hygiëne+ 75°C",
"intensive": "Intensief", "intensive": "Intensief",
"intensive_rapid": "Intensief snel", "intensive_rapid": "Intensief snel",
"iot_auto_sensor": "Auto Sensor", "iot_auto_sensor": "Auto Sensor",
"iot_auto_universal_soil": "Auto universeel 50 - 60\u00b0C", "iot_auto_universal_soil": "Auto universeel 50 - 60°C",
"iot_auto_wash_soil": "Automatisch wassen", "iot_auto_wash_soil": "Automatisch wassen",
"iot_baby_care": "Baby Care", "iot_baby_care": "Baby Care",
"iot_breakfast": "Onbtijt", "iot_breakfast": "Onbtijt",
@ -177,13 +351,13 @@
"iot_cocktail_glasses_soil": "CocktailGlazen", "iot_cocktail_glasses_soil": "CocktailGlazen",
"iot_daily_care": "Dagelijkse Zorg", "iot_daily_care": "Dagelijkse Zorg",
"iot_daily_care_soil": "Dagelijkse Zorg", "iot_daily_care_soil": "Dagelijkse Zorg",
"iot_delicate": "Delicaat 45\u00b0C", "iot_delicate": "Delicaat 45°C",
"iot_dinner_for_two": "Dinner for 2", "iot_dinner_for_two": "Dinner for 2",
"iot_dinner_for_two_soil": "Dinner for 2", "iot_dinner_for_two_soil": "Dinner for 2",
"iot_dreft_quick_cycle": "Dreft Quick", "iot_dreft_quick_cycle": "Dreft Quick",
"iot_eco_asynch": "Eco 45\u00b0C", "iot_eco_asynch": "Eco 45°C",
"iot_eco_bldc": "Eco 45\u00b0C", "iot_eco_bldc": "Eco 45°C",
"iot_eco_synch": "Eco 45\u00b0C", "iot_eco_synch": "Eco 45°C",
"iot_extra_hygiene": "Extra Hygiene", "iot_extra_hygiene": "Extra Hygiene",
"iot_fairy_quick_cycle": "Fairy Quick", "iot_fairy_quick_cycle": "Fairy Quick",
"iot_happy_hour": "Happy Hour", "iot_happy_hour": "Happy Hour",
@ -199,23 +373,23 @@
"iot_prewash": "Voorwas", "iot_prewash": "Voorwas",
"iot_pyrex_and_glassware": "Pyrex & Glazen", "iot_pyrex_and_glassware": "Pyrex & Glazen",
"iot_rapid_29": "Snel 29'", "iot_rapid_29": "Snel 29'",
"iot_rapid_39": "Snel 39' 60\u00b0C", "iot_rapid_39": "Snel 39' 60°C",
"iot_single": "Single", "iot_single": "Single",
"iot_steam": "Stoom 75\u00b0C", "iot_steam": "Stoom 75°C",
"iot_super_flash": "Super Flash", "iot_super_flash": "Super Flash",
"iot_super_wash": "Super Was", "iot_super_wash": "Super Was",
"iot_turbopower": "TurboPower", "iot_turbopower": "TurboPower",
"iot_universal": "Universeel 60\u00b0C", "iot_universal": "Universeel 60°C",
"iot_wok_grids_maxi_pans": "Speciale Pannen (Wokpannen - Roosters & Maxi Pannen)", "iot_wok_grids_maxi_pans": "Speciale Pannen (Wokpannen - Roosters & Maxi Pannen)",
"iot_wok_grids_maxi_pans_soil": "Speciale Pannen (Wokpannen - Roosters & Maxi Pannen)", "iot_wok_grids_maxi_pans_soil": "Speciale Pannen (Wokpannen - Roosters & Maxi Pannen)",
"iot_yes_quick_cycle": "Yes Quick", "iot_yes_quick_cycle": "Yes Quick",
"night": "Zeer stil 55\u00b0C", "night": "Zeer stil 55°C",
"prewash": "Voorwas", "prewash": "Voorwas",
"rapid_20": "Snel 20'", "rapid_20": "Snel 20'",
"rapid_24": "Snel 24'", "rapid_24": "Snel 24'",
"rapid_29": "Snel 29' 50\u00b0C", "rapid_29": "Snel 29' 50°C",
"rapid_35": "Wash&Dry 35'", "rapid_35": "Wash&Dry 35'",
"rapid_39": "Snel 39' 60\u00b0C", "rapid_39": "Snel 39' 60°C",
"rapid_49": "Snel 49'", "rapid_49": "Snel 49'",
"rapid_59": "Snel 59'", "rapid_59": "Snel 59'",
"sanitising": "Ontsmetten", "sanitising": "Ontsmetten",
@ -225,13 +399,13 @@
"smart_ai": "Smart AI", "smart_ai": "Smart AI",
"special": "speciaal", "special": "speciaal",
"special_pw_prz": "speciaal", "special_pw_prz": "speciaal",
"steam": "Stoom 75\u00b0C", "steam": "Stoom 75°C",
"steam_plus": "Stoom Plus 75\u00b0C", "steam_plus": "Stoom Plus 75°C",
"total_care": "Total Care 50\u00b0C", "total_care": "Total Care 50°C",
"ultra_silence": "Zeer stil 55\u00b0C", "ultra_silence": "Zeer stil 55°C",
"ultra_silent": "Zeer stil 55\u00b0C", "ultra_silent": "Zeer stil 55°C",
"universal": "Universeel 60\u00b0C", "universal": "Universeel 60°C",
"universal_plus": "Universeel Plus 70\u00b0C", "universal_plus": "Universeel Plus 70°C",
"zoom_39": "Zoom 39 min" "zoom_39": "Zoom 39 min"
}, },
"name": "Programma" "name": "Programma"
@ -301,10 +475,10 @@
"iot_h20_clean": "h2O clean", "iot_h20_clean": "h2O clean",
"leavening": "Gisting", "leavening": "Gisting",
"low_temp_cooking": "Bereiding op lage temperatuur", "low_temp_cooking": "Bereiding op lage temperatuur",
"low_temp_cooking_fish": "Bereiding op lage temperatuur \u2013 Vis", "low_temp_cooking_fish": "Bereiding op lage temperatuur Vis",
"low_temp_cooking_fish_steam": "Stomen bij lage temperatuur \u2013 Vis", "low_temp_cooking_fish_steam": "Stomen bij lage temperatuur Vis",
"low_temp_cooking_meat": "Bereiding op lage temperatuur \u2013 Vlees", "low_temp_cooking_meat": "Bereiding op lage temperatuur Vlees",
"low_temp_cooking_meat_steam": "Stomen bij lage temperatuur \u2013 Vlees", "low_temp_cooking_meat_steam": "Stomen bij lage temperatuur Vlees",
"low_temp_cooking_steam": "Stomen bij lage temperatuur", "low_temp_cooking_steam": "Stomen bij lage temperatuur",
"meat": "Vlees", "meat": "Vlees",
"meat_steam": "Gestoomd vlees", "meat_steam": "Gestoomd vlees",
@ -321,7 +495,6 @@
"super_grill": "Super grill", "super_grill": "Super grill",
"tailor_bake": "Tailor bake", "tailor_bake": "Tailor bake",
"tailor_bake_cata": "Tailor Bake", "tailor_bake_cata": "Tailor Bake",
"tailor_bake_desctiption": "Deze functie is ideaal om voedsel zacht van binnen te houden en knapperig van buiten.\r\r\r\r\r\r\r\r\r\r\r\r\nDeze functie vermindert de benodigde hoeveelheid vet of olie, voor een gezonde bereiding.\r\r\r\r\r\r\r\r\r\r\r\r\nDe combinatie van verwarmingselementen met een pulserende luchtcyclus\r\r\r\r\r\r\r\r\r\r\r\r\nzorgt voor gelijkmatige bereidingsresultaten.",
"tailor_bake_pyro": "Tailor Bake", "tailor_bake_pyro": "Tailor Bake",
"vegetables": "Groenten", "vegetables": "Groenten",
"vegetables_cata": "Groenten", "vegetables_cata": "Groenten",
@ -364,7 +537,7 @@
"hqd_bed_sheets": "Beddengoed", "hqd_bed_sheets": "Beddengoed",
"hqd_bulky": "Grote artikelen", "hqd_bulky": "Grote artikelen",
"hqd_casual": "Casual", "hqd_casual": "Casual",
"hqd_cold_wind_30": "30\u00a0minuten koel briesje", "hqd_cold_wind_30": "30 minuten koel briesje",
"hqd_cold_wind_timing": "Koel briesje ", "hqd_cold_wind_timing": "Koel briesje ",
"hqd_cotton": "Katoen", "hqd_cotton": "Katoen",
"hqd_curtain": "Gordijnen", "hqd_curtain": "Gordijnen",
@ -400,7 +573,7 @@
"hqd_warm_up": "Opwarmen", "hqd_warm_up": "Opwarmen",
"hqd_wool": "Wol", "hqd_wool": "Wol",
"hqd_working_suit": "Werkkleding", "hqd_working_suit": "Werkkleding",
"hygiene": "Hygi\u00ebne", "hygiene": "Hygiëne",
"iot_checkup": "Controle", "iot_checkup": "Controle",
"iot_dry_anti_mites": "Anti-mijten", "iot_dry_anti_mites": "Anti-mijten",
"iot_dry_baby": "Baby", "iot_dry_baby": "Baby",
@ -414,7 +587,7 @@
"iot_dry_dehumidifier": "Vochtigheidsverwijderaar", "iot_dry_dehumidifier": "Vochtigheidsverwijderaar",
"iot_dry_delicates": "Delicate was", "iot_dry_delicates": "Delicate was",
"iot_dry_delicate_tablecloths": "Delicate tafelkleden", "iot_dry_delicate_tablecloths": "Delicate tafelkleden",
"iot_dry_denim_jeans": "Denim \u2013 Jeans", "iot_dry_denim_jeans": "Denim Jeans",
"iot_dry_down_jacket": "Jacket", "iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Dekbed", "iot_dry_duvet": "Dekbed",
"iot_dry_easy_iron_cotton": "Super Gemakkelijk strijken", "iot_dry_easy_iron_cotton": "Super Gemakkelijk strijken",
@ -459,31 +632,31 @@
"synthetics": "Synthetisch", "synthetics": "Synthetisch",
"total_care": "Total Care", "total_care": "Total Care",
"trainers": "Trainers", "trainers": "Trainers",
"ultra_care": "Ultra\u00a0Care", "ultra_care": "Ultra Care",
"waterproof_revitalize": "Waterproof Revitaliseren", "waterproof_revitalize": "Waterproof Revitaliseren",
"whites": "Witte was", "whites": "Witte was",
"wool": "Droge Wol", "wool": "Droge Wol",
"woolmark": "Wol", "woolmark": "Wol",
"xxl_load": "XXL Lading", "xxl_load": "XXL Lading",
"zoom_59": "Zoom\u00a059" "zoom_59": "Zoom 59"
}, },
"name": "Programma" "name": "Programma"
}, },
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "20\u00b0 gekleurd en katoen", "20_degrees_coloured_cottons": "20° gekleurd en katoen",
"20_degrees_new_energy_label": "20 \u00b0C", "20_degrees_new_energy_label": "20 °C",
"active_steam": "Stoom", "active_steam": "Stoom",
"active_wash": "Actieve was", "active_wash": "Actieve was",
"active_wash_steam": "Actieve was", "active_wash_steam": "Actieve was",
"allergy_care": "Allergiezorg", "allergy_care": "Allergiezorg",
"allergy_care_pro": "Allergy Care Pro", "allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "Alles-in-\u00e9\u00e9n 49'.", "all_in_one_49": "Alles-in-één 49'.",
"all_in_one_59": "Alles-in-\u00e9\u00e9n 59'.", "all_in_one_59": "Alles-in-één 59'.",
"all_in_one_59_steam": "Actieve was + Stoom", "all_in_one_59_steam": "Actieve was + Stoom",
"autocare": "Automatische verzorging", "autocare": "Automatische verzorging",
"autoclean": "Trommelreiniging", "autoclean": "Trommelreiniging",
"baby_60": "All baby 60 \u00b0 C", "baby_60": "All baby 60 ° C",
"care_14": "Rapid care 14'", "care_14": "Rapid care 14'",
"care_30": "Rapid care 30'", "care_30": "Rapid care 30'",
"care_44": "Rapid Care 44'", "care_44": "Rapid Care 44'",
@ -509,7 +682,7 @@
"fresh_care_steam": "Fresh Care + Stoom", "fresh_care_steam": "Fresh Care + Stoom",
"handwash_wool": "Handwas en wol", "handwash_wool": "Handwas en wol",
"high_dry": "Katoen drogen", "high_dry": "Katoen drogen",
"hqd_20_degrees": "Katoen 20\u2103", "hqd_20_degrees": "Katoen 20",
"hqd_allergy": "Allergiezorg", "hqd_allergy": "Allergiezorg",
"hqd_autoclean": "Het reinigen van de trommel", "hqd_autoclean": "Het reinigen van de trommel",
"hqd_babycare": "Baby Care", "hqd_babycare": "Baby Care",
@ -525,7 +698,7 @@
"hqd_i_refresh": "i-Refresh", "hqd_i_refresh": "i-Refresh",
"hqd_mix": "Gemengde was", "hqd_mix": "Gemengde was",
"hqd_quick_15": "Snel 15'", "hqd_quick_15": "Snel 15'",
"hqd_quick_wash_57": "Snel wassen 57\u00a0min", "hqd_quick_wash_57": "Snel wassen 57 min",
"hqd_rapid_wash_and_dry": "Wassen en drogen", "hqd_rapid_wash_and_dry": "Wassen en drogen",
"hqd_refresh": "Opfrissen", "hqd_refresh": "Opfrissen",
"hqd_rinse": "Spoelen", "hqd_rinse": "Spoelen",
@ -536,13 +709,13 @@
"hqd_super_fast": "Snel 39'", "hqd_super_fast": "Snel 39'",
"hqd_synthetic_and_coloured": "Synthetische stoffen", "hqd_synthetic_and_coloured": "Synthetische stoffen",
"hygiene_59": "Hygiene Plus 59'", "hygiene_59": "Hygiene Plus 59'",
"hygiene_60": "Hygi\u00ebne 60 \u00b0C", "hygiene_60": "Hygiëne 60 °C",
"hygiene_plus_59": "Hygiene Plus 59'", "hygiene_plus_59": "Hygiene Plus 59'",
"hygiene_plus_59_min": "Hygiene Plus 59'", "hygiene_plus_59_min": "Hygiene Plus 59'",
"hygiene_pro_49_min": "Hygiene Pro 49 min", "hygiene_pro_49_min": "Hygiene Pro 49 min",
"hygiene_pro_steam": "Hygiene Pro + stoom", "hygiene_pro_steam": "Hygiene Pro + stoom",
"intensive_40": "Intensief 40\u00b0C", "intensive_40": "Intensief 40°C",
"intensive_40_steam": "Intensief 40\u00b0C + Stoom", "intensive_40_steam": "Intensief 40°C + Stoom",
"iot_active_steam": "Stoom", "iot_active_steam": "Stoom",
"iot_active_wash_steam": "Actieve was", "iot_active_wash_steam": "Actieve was",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
@ -562,15 +735,15 @@
"iot_dry_cuddly_toys": "Knuffeldieren", "iot_dry_cuddly_toys": "Knuffeldieren",
"iot_dry_curtains": "Gordijnen", "iot_dry_curtains": "Gordijnen",
"iot_dry_dehumidifier": "Vochtigheidsverwijderaar", "iot_dry_dehumidifier": "Vochtigheidsverwijderaar",
"iot_dry_delicates_antiallergy": "Fijne was \u2013 anti-allergie", "iot_dry_delicates_antiallergy": "Fijne was anti-allergie",
"iot_dry_delicate_tablecloths": "Delicate tafellakens", "iot_dry_delicate_tablecloths": "Delicate tafellakens",
"iot_dry_denim_jeans": "Denim \u2013 Jeans", "iot_dry_denim_jeans": "Denim Jeans",
"iot_dry_easy_iron_cotton": "Gemakkelijk strijken \u2013 Katoen", "iot_dry_easy_iron_cotton": "Gemakkelijk strijken Katoen",
"iot_dry_easy_iron_synthetics": "Gemakkelijk strijken \u2013 Synthetische stoffen", "iot_dry_easy_iron_synthetics": "Gemakkelijk strijken Synthetische stoffen",
"iot_dry_gym_fit": "Sportkleding", "iot_dry_gym_fit": "Sportkleding",
"iot_dry_lingerie": "Lingerie", "iot_dry_lingerie": "Lingerie",
"iot_dry_mixed_dry": "Gemengde vezels drogen", "iot_dry_mixed_dry": "Gemengde vezels drogen",
"iot_dry_rapid_60_min_delicates": "Snel 60' \u2013 Fijne was", "iot_dry_rapid_60_min_delicates": "Snel 60' Fijne was",
"iot_dry_shirts": "Overhemden", "iot_dry_shirts": "Overhemden",
"iot_dry_swimsuits_and_bikinis": "Badkleding", "iot_dry_swimsuits_and_bikinis": "Badkleding",
"iot_dry_synthetics": "Synthetische stoffen drogen", "iot_dry_synthetics": "Synthetische stoffen drogen",
@ -582,18 +755,18 @@
"iot_easy_iron": "Makkelijk Strijkbaar", "iot_easy_iron": "Makkelijk Strijkbaar",
"iot_fresh_care_steam": "Fresh Care + Stoom", "iot_fresh_care_steam": "Fresh Care + Stoom",
"iot_hygiene_pro_steam": "Hygiene Pro + stoom", "iot_hygiene_pro_steam": "Hygiene Pro + stoom",
"iot_intensive_40_steam": "Intensief 40\u00b0C + Stoom", "iot_intensive_40_steam": "Intensief 40°C + Stoom",
"iot_mixed_steam": "Gemengde vezels + Stoom", "iot_mixed_steam": "Gemengde vezels + Stoom",
"iot_mix_and_colour_59_steam": "Gemengd en Gekleurd 59' + Stoom", "iot_mix_and_colour_59_steam": "Gemengd en Gekleurd 59' + Stoom",
"iot_perfect_cotton_59_steam": "Perfecte Katoen 59'", "iot_perfect_cotton_59_steam": "Perfecte Katoen 59'",
"iot_rapid_a_class_60_steam": "Snel klasse A 60 + Stoom", "iot_rapid_a_class_60_steam": "Snel klasse A 60 + Stoom",
"iot_resistant_cotton_steam": "Katoen + Stoom", "iot_resistant_cotton_steam": "Katoen + Stoom",
"iot_shirts_steam": "Shirts + stoom", "iot_shirts_steam": "Shirts + stoom",
"iot_single_item_steam": "E\u00e9n artikel + Stoom", "iot_single_item_steam": "Eén artikel + Stoom",
"iot_smart_wash": "Smart Wash", "iot_smart_wash": "Smart Wash",
"iot_soft_care_steam": "Soft Care + Steam", "iot_soft_care_steam": "Soft Care + Steam",
"iot_special_39_full_load_steam": "Speciaal 39' + Stoom", "iot_special_39_full_load_steam": "Speciaal 39' + Stoom",
"iot_steam_hygiene_plus": "Hygi\u00ebne Plus Stoom ", "iot_steam_hygiene_plus": "Hygiëne Plus Stoom ",
"iot_synthetic_and_coloured_steam": "Synthetisch en gekleurd + Stoom", "iot_synthetic_and_coloured_steam": "Synthetisch en gekleurd + Stoom",
"iot_wash_and_dry": "Wassen en drogen", "iot_wash_and_dry": "Wassen en drogen",
"iot_wash_anti_mites": "Antimijt", "iot_wash_anti_mites": "Antimijt",
@ -653,7 +826,7 @@
"iot_wash_delicate_tablecloths": "Delicate tafellakens", "iot_wash_delicate_tablecloths": "Delicate tafellakens",
"iot_wash_delicate_tablecloths_steam": "Delicate tafellakens + Stoom", "iot_wash_delicate_tablecloths_steam": "Delicate tafellakens + Stoom",
"iot_wash_delicate_whites": "Witte fijne was", "iot_wash_delicate_whites": "Witte fijne was",
"iot_wash_denim_jeans": "Denim \u2013 Jeans", "iot_wash_denim_jeans": "Denim Jeans",
"iot_wash_diving_suits": "Duikpakken", "iot_wash_diving_suits": "Duikpakken",
"iot_wash_diving_suits_zelig": "Duikpakken", "iot_wash_diving_suits_zelig": "Duikpakken",
"iot_wash_down_jackets": "Donsjassen", "iot_wash_down_jackets": "Donsjassen",
@ -746,8 +919,8 @@
"rinse": "Spoelen", "rinse": "Spoelen",
"shirts_steam": "Shirts + stoom", "shirts_steam": "Shirts + stoom",
"silent_night": "Nachtprogramma", "silent_night": "Nachtprogramma",
"single_item": "E\u00e9n artikel", "single_item": "Eén artikel",
"single_item_steam": "E\u00e9n artikel + Stoom", "single_item_steam": "Eén artikel + Stoom",
"smart_wash": "Smart Wash", "smart_wash": "Smart Wash",
"soft_care": "Zachte verzorging", "soft_care": "Zachte verzorging",
"soft_care_steam": "Soft Care + Steam", "soft_care_steam": "Soft Care + Steam",
@ -764,7 +937,7 @@
"steam_care_pro_cotton": "Steam Care Pro - Katoen", "steam_care_pro_cotton": "Steam Care Pro - Katoen",
"steam_care_pro_delicates": "Steam Care Pro - Fijne was", "steam_care_pro_delicates": "Steam Care Pro - Fijne was",
"steam_care_pro_synthetic": "Steam Care Pro - Synthetisch", "steam_care_pro_synthetic": "Steam Care Pro - Synthetisch",
"steam_hygiene_plus": "Hygi\u00ebne Plus Stoom ", "steam_hygiene_plus": "Hygiëne Plus Stoom ",
"synthetics": "Synthetische stoffen", "synthetics": "Synthetische stoffen",
"synthetic_and_coloured": "Synthetische vezels en kleuren", "synthetic_and_coloured": "Synthetische vezels en kleuren",
"synthetic_and_coloured_steam": "Synthetisch en gekleurd + Stoom", "synthetic_and_coloured_steam": "Synthetisch en gekleurd + Stoom",
@ -789,7 +962,8 @@
"12": "Strijken", "12": "Strijken",
"13": "Kastdroog", "13": "Kastdroog",
"14": "Klaar om te dragen", "14": "Klaar om te dragen",
"15": "Extra droog" "15": "Extra droog",
"11": "Niet drogen"
}, },
"name": "Droogniveau" "name": "Droogniveau"
}, },
@ -801,6 +975,44 @@
}, },
"dry_time": { "dry_time": {
"name": "Droogtijd" "name": "Droogtijd"
},
"eco_pilot": {
"state": {
"0": "Uit",
"1": "Voorkom aanraking",
"2": "Volgen"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"1": "Hoog",
"2": "Gemiddeld ",
"3": "Laag",
"4": "Automatisch",
"5": "Automatisch"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "10°C-verwarmingsfunctie",
"iot_auto": "Automatisch",
"iot_cool": "Koelen",
"iot_dry": "Drogen",
"iot_fan": "Ventilator",
"iot_heat": "Verwarming",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Zelfzuivering",
"iot_self_clean": "Zelfreiniging",
"iot_self_clean_56": "Sterilisatie reiniging 56°C",
"iot_simple_start": "Start nu",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Koud",
"iot_uv_and_dry": "UV + Ontvochtiger",
"iot_uv_and_fan": "UV + Hetelucht",
"iot_uv_and_heat": "UV + Warmte"
}
} }
}, },
"switch": { "switch": {
@ -808,7 +1020,7 @@
"name": "Kreukherstellend" "name": "Kreukherstellend"
}, },
"add_dish": { "add_dish": {
"name": "" "name": "Vaatwerk toevoegen"
}, },
"eco_express": { "eco_express": {
"name": "Eco" "name": "Eco"
@ -851,6 +1063,48 @@
}, },
"keep_fresh": { "keep_fresh": {
"name": "Keep Fresh" "name": "Keep Fresh"
},
"delay_time": {
"name": "Vertraag Start"
},
"rapid_mode": {
"name": "Snelle modus"
},
"eco_mode": {
"name": "ECO-modus"
},
"10_degree_heating": {
"name": "10°C-verwarmingsfunctie"
},
"self_clean": {
"name": "Zelfreiniging"
},
"self_clean_56": {
"name": "Sterilisatie reiniging 56°C"
},
"silent_mode": {
"name": "Stille modus"
},
"mute_mode": {
"name": "Dempmodus"
},
"extra_rinse_1": {
"name": "+1 keer spoelen"
},
"extra_rinse_2": {
"name": "+2 keer spoelen"
},
"extra_rinse_3": {
"name": "+3 keer spoelen"
},
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Automatisch doseren"
},
"good_night": {
"name": "Goede nacht"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -913,6 +1167,21 @@
}, },
"connection": { "connection": {
"name": "Het apparaat verbinden" "name": "Het apparaat verbinden"
},
"child_lock": {
"name": "Kinderslot"
},
"on": {
"name": "Aan"
},
"prewash": {
"name": "Voorwas"
},
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Automatisch doseren"
} }
}, },
"number": { "number": {
@ -942,6 +1211,9 @@
}, },
"dry_time": { "dry_time": {
"name": "Droogtijd" "name": "Droogtijd"
},
"steam_level": {
"name": "Stoomniveau"
} }
}, },
"button": { "button": {
@ -949,5 +1221,16 @@
"name": "Inductiekookplaat" "name": "Inductiekookplaat"
} }
} }
},
"config": {
"step": {
"user": {
"description": "Log in",
"data": {
"email": "E-mail",
"password": "Wachtwoord"
}
}
}
} }
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

25
info.md
View File

@ -11,12 +11,7 @@ Support for home appliances of Haier's mobile app hOn.
- [Oven](https://github.com/Andre0512/hon#oven) - [Oven](https://github.com/Andre0512/hon#oven)
- [Hob](https://github.com/Andre0512/hon#hob) - [Hob](https://github.com/Andre0512/hon#hob)
- [Dish Washer](https://github.com/Andre0512/hon#dish-washer) - [Dish Washer](https://github.com/Andre0512/hon#dish-washer)
- [Air conditioner](https://github.com/Andre0512/hon#air-conditioner) [BETA]
## Tested Appliances
- Haier WD90-B14TEAM5
- Haier HD80-A3959
- Haier HWO60SM2F3XH
- Hoover H-WASH 500
## Configuration ## Configuration
@ -25,9 +20,16 @@ Support for home appliances of Haier's mobile app hOn.
**Method 2**: Settings > Devices & Services > Add Integration > **Haier hOn** **Method 2**: Settings > Devices & Services > Add Integration > **Haier hOn**
_If the integration is not in the list, you need to clear the browser cache._ _If the integration is not in the list, you need to clear the browser cache._
## Contribute ## Supported Models
Want to help us to support more appliances? Or add more sensors? Or help with translating? Or beautify some icons or captions? Support was confirmed for these models. If a supported model is missing, please [add it with this form](https://forms.gle/bTSD8qFotdZFytbf8).
Check out the [project on GitHub](https://github.com/Andre0512/hon), every contribution is welcome! - Haier WD90-B14TEAM5
- Haier HD80-A3959
- Haier HWO60SM2F3XH
- Hoover H-WASH 500
- Candy CIS633SCTTWIFI
- Haier XIB 3B2SFS-80
- Haier XIB 6B2D3FB
- Hoover HSOT3161WG
## Supported Languages ## Supported Languages
Translation of internal names like programs are available for all languages which are official supported by the hOn app: Translation of internal names like programs are available for all languages which are official supported by the hOn app:
@ -51,10 +53,13 @@ Translation of internal names like programs are available for all languages whic
* 🇪🇸 Spanish * 🇪🇸 Spanish
* 🇹🇷 Turkish * 🇹🇷 Turkish
## Contribute
Want to help us to support more appliances? Or add more sensors? Or help with translating? Or beautify some icons or captions?
Check out the [project on GitHub](https://github.com/Andre0512/hon), every contribution is welcome!
## Useful Links ## Useful Links
* [GitHub repository](https://github.com/Andre0512/hon) (please add a star if you like this integration!) * [GitHub repository](https://github.com/Andre0512/hon) (please add a star if you like this integration!)
* [pyhOn library](https://github.com/Andre0512/pyhOn) * [pyhOn library](https://github.com/Andre0512/pyhOn)
* [Release notes](https://github.com/Andre0512/hon/releases) * [Release notes](https://github.com/Andre0512/hon/releases)
* [Discussion and help](https://github.com/Andre0512/hon/discussions) * [Discussion and help](https://github.com/Andre0512/hon/discussions)
* [Issues](https://github.com/Andre0512/hon/issues) * [Issues](https://github.com/Andre0512/hon/issues)

3
requirements_dev.txt Normal file
View File

@ -0,0 +1,3 @@
pyhOn
black
homeassistant

View File

@ -3,125 +3,49 @@
import asyncio import asyncio
import json import json
import re import re
import sys
from pathlib import Path from pathlib import Path
from pyhon import HonAPI from pyhon import HonAPI
# These languages are official supported by hOn if __name__ == "__main__":
LANGUAGES = [ sys.path.insert(0, str(Path(__file__).parent.parent))
"cs", # Czech
"de", # German
"el", # Greek
"en", # English
"es", # Spanish
"fr", # French
"he", # Hebrew
"hr", # Croatian
"it", # Italian
"nl", # Dutch
"pl", # Polish
"pt", # Portuguese
"ro", # Romanian
"ru", # Russian
"sk", # Slovak
"sl", # Slovenian
"sr", # Serbian
"tr", # Turkish
"zh", # Chinese
]
WASHING_PR_PHASE = { from custom_components.hon import const
0: "WASHING_CMD&CTRL.PHASE_READY.TITLE",
1: "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
2: "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
3: "WASHING_CMD&CTRL.PHASE_SPIN.TITLE",
4: "WASHING_CMD&CTRL.PHASE_RINSE.TITLE",
5: "WASHING_CMD&CTRL.PHASE_RINSE.TITLE",
6: "WASHING_CMD&CTRL.PHASE_RINSE.TITLE",
7: "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
9: "WASHING_CMD&CTRL.PHASE_STEAM.TITLE",
10: "WASHING_CMD&CTRL.PHASE_READY.TITLE",
11: "WASHING_CMD&CTRL.PHASE_SPIN.TITLE",
12: "WASHING_CMD&CTRL.PHASE_WEIGHTING.TITLE",
13: "WASHING_CMD&CTRL.PHASE_WEIGHTING.TITLE",
14: "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
15: "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
16: "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
17: "WASHING_CMD&CTRL.PHASE_RINSE.TITLE",
18: "WASHING_CMD&CTRL.PHASE_RINSE.TITLE",
19: "WASHING_CMD&CTRL.PHASE_SCHEDULED.TITLE",
20: "WASHING_CMD&CTRL.PHASE_TUMBLING.TITLE",
24: "WASHING_CMD&CTRL.PHASE_REFRESH.TITLE",
25: "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
26: "WASHING_CMD&CTRL.PHASE_HEATING.TITLE",
27: "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
}
MACH_MODE = {
0: "WASHING_CMD&CTRL.PHASE_READY.TITLE",
1: "WASHING_CMD&CTRL.PHASE_READY.TITLE",
3: "WASHING_CMD&CTRL.PHASE_PAUSE.TITLE",
4: "WASHING_CMD&CTRL.PHASE_SCHEDULED.TITLE",
5: "WASHING_CMD&CTRL.PHASE_SCHEDULED.TITLE",
6: "WASHING_CMD&CTRL.PHASE_ERROR.TITLE",
7: "WASHING_CMD&CTRL.PHASE_READY.TITLE",
}
TUMBLE_DRYER_PR_PHASE = {
0: "WASHING_CMD&CTRL.PHASE_READY.TITLE",
1: "TD_CMD&CTRL.STATUS_PHASE.PHASE_HEAT_STROKE",
2: "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
3: "TD_CMD&CTRL.STATUS_PHASE.PHASE_COOLDOWN",
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",
16: "TD_CMD&CTRL.STATUS_PHASE.PHASE_COOLDOWN",
18: "WASHING_CMD&CTRL.PHASE_TUMBLING.DASHBOARD_TITLE",
19: "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
20: "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
}
DISHWASHER_PR_PHASE = {
0: "WASHING_CMD&CTRL.PHASE_READY.TITLE",
1: "WASHING_CMD&CTRL.PHASE_PREWASH.TITLE",
2: "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
3: "WASHING_CMD&CTRL.PHASE_RINSE.TITLE",
4: "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
5: "WASHING_CMD&CTRL.PHASE_READY.TITLE",
6: "WASHING_CMD&CTRL.PHASE_HOT_RINSE.TITLE",
}
TUMBLE_DRYER_DRY_LEVEL = {
0: "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.NO_DRY",
1: "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.IRON_DRY",
2: "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.NO_DRY_IRON_TITLE",
3: "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.CUPBOARD_DRY_TITLE",
4: "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.EXTRA_DRY_TITLE",
12: "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.IRON_DRY",
13: "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.CUPBOARD_DRY_TITLE",
14: "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.READY_TO_WEAR_TITLE",
15: "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.EXTRA_DRY_TITLE",
}
SENSOR = { SENSOR = {
"washing_modes": MACH_MODE, "washing_modes": const.MACH_MODE,
"program_phases_wm": WASHING_PR_PHASE, "mach_modes_ac": const.AC_MACH_MODE,
"program_phases_td": TUMBLE_DRYER_PR_PHASE, "program_phases_wm": const.WASHING_PR_PHASE,
"program_phases_dw": DISHWASHER_PR_PHASE, "program_phases_td": const.TUMBLE_DRYER_PR_PHASE,
"dry_levels": TUMBLE_DRYER_DRY_LEVEL, "program_phases_dw": const.DISHWASHER_PR_PHASE,
"dry_levels": const.TUMBLE_DRYER_DRY_LEVEL,
} }
SELECT = {"dry_levels": TUMBLE_DRYER_DRY_LEVEL} SELECT = {
"dry_levels": const.TUMBLE_DRYER_DRY_LEVEL,
"eco_pilot": const.AC_HUMAN_SENSE,
"fan_mode": const.AC_FAN_MODE,
}
PROGRAMS = { PROGRAMS = {
"select": {
"programs_ac": "PROGRAMS.AC",
"programs_dw": "PROGRAMS.DW", "programs_dw": "PROGRAMS.DW",
"programs_ih": "PROGRAMS.IH", "programs_ih": "PROGRAMS.IH",
"programs_ov": "PROGRAMS.OV", "programs_ov": "PROGRAMS.OV",
"programs_td": "PROGRAMS.TD", "programs_td": "PROGRAMS.TD",
"programs_wm": "PROGRAMS.WM_WD", "programs_wm": "PROGRAMS.WM_WD",
},
"sensor": {
"programs_td": "PROGRAMS.TD",
},
} }
NAMES = { NAMES = {
"switch": { "switch": {
"anti_crease": "HDRY_CMD&CTRL.PROGRAM_CYCLE_DETAIL.ANTICREASE_TITLE", "anti_crease": "HDRY_CMD&CTRL.PROGRAM_CYCLE_DETAIL.ANTICREASE_TITLE",
"add_dish": "DW_CMD&CTRL.c.ADD_DISH", "add_dish": "DW.ADD_DISH",
"eco_express": "DW_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.ECO", "eco_express": "DW_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.ECO",
"extra_dry": "DW_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.EXTRA_DRY", "extra_dry": "DW_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.EXTRA_DRY",
"half_load": "DW_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.HALF_LOAD", "half_load": "DW_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.HALF_LOAD",
@ -136,6 +60,20 @@ NAMES = {
"prewash": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.PREWASH", "prewash": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.PREWASH",
"pause": "GENERAL.PAUSE_PROGRAM", "pause": "GENERAL.PAUSE_PROGRAM",
"keep_fresh": "GLOBALS.APPLIANCE_STATUS.TUMBLING", "keep_fresh": "GLOBALS.APPLIANCE_STATUS.TUMBLING",
"delay_time": "HINTS.TIPS_TIME_ENERGY_SAVING.TIPS_USE_AT_NIGHT_TITLE",
"rapid_mode": "AC.PROGRAM_CARD.RAPID",
"eco_mode": "AC.PROGRAM_CARD.ECO_MODE",
"10_degree_heating": "PROGRAMS.AC.IOT_10_HEATING",
"self_clean": "PROGRAMS.AC.IOT_SELF_CLEAN",
"self_clean_56": "PROGRAMS.AC.IOT_SELF_CLEAN_56",
"silent_mode": "AC.PROGRAM_DETAIL.SILENT_MODE",
"mute_mode": "AC.PROGRAM_DETAIL.MUTE_MODE",
"extra_rinse_1": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.EXTRARINSE1",
"extra_rinse_2": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.EXTRARINSE2",
"extra_rinse_3": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.EXTRARINSE3",
"acqua_plus": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.ACQUAPLUS",
"auto_dose": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.AUTODOSE",
"good_night": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.GOODNIGHT",
}, },
"binary_sensor": { "binary_sensor": {
"door_lock": "WASHING_CMD&CTRL.CHECK_UP_RESULTS.DOOR_LOCK", "door_lock": "WASHING_CMD&CTRL.CHECK_UP_RESULTS.DOOR_LOCK",
@ -144,7 +82,8 @@ NAMES = {
"extra_rinse_3": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.EXTRARINSE3", "extra_rinse_3": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.EXTRARINSE3",
"good_night": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.GOODNIGHT", "good_night": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.GOODNIGHT",
"anti_crease": "HDRY_CMD&CTRL.PROGRAM_CYCLE_DETAIL.ANTICREASE_TITLE", "anti_crease": "HDRY_CMD&CTRL.PROGRAM_CYCLE_DETAIL.ANTICREASE_TITLE",
"aqua_plus": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.ACQUAPLUS", "acqua_plus": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.ACQUAPLUS",
"auto_dose": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.AUTODOSE",
"spin_speed": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.SPINSPEED", "spin_speed": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.SPINSPEED",
"still_hot": "IH.COILS_STATUS.STILL_HOT", "still_hot": "IH.COILS_STATUS.STILL_HOT",
"pan_status": "IH.COILS_STATUS.PAN", "pan_status": "IH.COILS_STATUS.PAN",
@ -153,6 +92,9 @@ NAMES = {
"salt_level": "DW_CMD&CTRL.MAINTENANCE.CONSUMABLE_LEVELS_ICON_SALT", "salt_level": "DW_CMD&CTRL.MAINTENANCE.CONSUMABLE_LEVELS_ICON_SALT",
"door_open": "GLOBALS.APPLIANCE_STATUS.DOOR_OPEN", "door_open": "GLOBALS.APPLIANCE_STATUS.DOOR_OPEN",
"connection": "ENROLLMENT_COMMON.HEADER_NAME.STEP_APPLIANCE_CONNECTION", "connection": "ENROLLMENT_COMMON.HEADER_NAME.STEP_APPLIANCE_CONNECTION",
"child_lock": "AP.FOOTER_MENU_MORE.SECURITY_LOCK_TITLE",
"on": "GLOBALS.GENERAL.ON",
"prewash": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.PREWASH",
}, },
"button": { "button": {
"induction_hob": "GLOBALS.APPLIANCES_NAME.IH", "induction_hob": "GLOBALS.APPLIANCES_NAME.IH",
@ -167,6 +109,7 @@ NAMES = {
"programs_ov": "WC.SET_PROGRAM.PROGRAM", "programs_ov": "WC.SET_PROGRAM.PROGRAM",
"programs_td": "WC.SET_PROGRAM.PROGRAM", "programs_td": "WC.SET_PROGRAM.PROGRAM",
"programs_wm": "WC.SET_PROGRAM.PROGRAM", "programs_wm": "WC.SET_PROGRAM.PROGRAM",
"eco_pilot": "AC.PROGRAM_DETAIL.ECO_PILOT",
}, },
"sensor": { "sensor": {
"dry_levels": "WASHING_CMD&CTRL.DRAWER_CYCLE_DRYING.TAB_LEVEL", "dry_levels": "WASHING_CMD&CTRL.DRAWER_CYCLE_DRYING.TAB_LEVEL",
@ -189,6 +132,28 @@ NAMES = {
"energy_label": "WASHING_CMD&CTRL.DRAWER_PROGRAM_FILTERS.ENERGY_EFFICIENCY", "energy_label": "WASHING_CMD&CTRL.DRAWER_PROGRAM_FILTERS.ENERGY_EFFICIENCY",
"det_dust": "HUBS.WIDGET.STAINS_WIDGET.STAINS.SUGGESTED_DET_DUST", "det_dust": "HUBS.WIDGET.STAINS_WIDGET.STAINS.SUGGESTED_DET_DUST",
"det_liquid": "HUBS.WIDGET.STAINS_WIDGET.STAINS.SUGGESTED_DET_LIQUID", "det_liquid": "HUBS.WIDGET.STAINS_WIDGET.STAINS.SUGGESTED_DET_LIQUID",
"errors": "ROBOT_CMD&CTRL.PHASE_ERROR.TITLE",
"programs": "OV.TABS.CURRENT_PROGRAM",
"cycles_total": [
"WASHING_CMD&CTRL.GENERAL.CYCLES",
"WC.VIRTUAL_WINE_STATS_COUNTRY.TOTAL",
],
"energy_total": [
"MISE.ENERGY_CONSUMPTION.TITLE",
"WC.VIRTUAL_WINE_STATS_COUNTRY.TOTAL",
],
"water_total": [
"WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_RESULT.WATER_EFFICIENCY",
"WC.VIRTUAL_WINE_STATS_COUNTRY.TOTAL",
],
"energy_current": [
"MISE.ENERGY_CONSUMPTION.TITLE",
"CUBE90_GLOBAL.GENERAL.CURRENT",
],
"water_current": [
"WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_RESULT.WATER_EFFICIENCY",
"CUBE90_GLOBAL.GENERAL.CURRENT",
],
}, },
"number": { "number": {
"power_management": "HINTS.COOKING_WITH_INDUCTION.POWER_MANAGEMENT", "power_management": "HINTS.COOKING_WITH_INDUCTION.POWER_MANAGEMENT",
@ -200,12 +165,13 @@ NAMES = {
"rinse_iterations": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL.DRAWER_HEADER_RINSE", "rinse_iterations": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL.DRAWER_HEADER_RINSE",
"wash_time": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL.WASHING_TIME", "wash_time": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL.WASHING_TIME",
"dry_time": "WASHING_CMD&CTRL.DRAWER_CYCLE_DRYING.TAB_TIME", "dry_time": "WASHING_CMD&CTRL.DRAWER_CYCLE_DRYING.TAB_TIME",
"steam_level": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.STEAM_LEVEL",
}, },
} }
async def check_translation_files(translations): async def check_translation_files(translations):
for language in LANGUAGES: for language in const.LANGUAGES:
path = translations / f"{language}.json" path = translations / f"{language}.json"
if not path.is_file(): if not path.is_file():
async with HonAPI(anonymous=True) as hon: async with HonAPI(anonymous=True) as hon:
@ -236,20 +202,24 @@ def load_json(path):
def save_json(path, keys): def save_json(path, keys):
with open(path, "w") as json_file: with open(path, "w") as json_file:
json_file.write(json.dumps(keys, indent=4)) json_file.write(json.dumps(keys, indent=4, ensure_ascii=False))
def load_key(full_key, json_data, fallback=None): def load_key(full_key, json_data, fallback=None):
if isinstance(full_key, list):
return " ".join(
[load_key(item, json_data, fallback).strip() for item in full_key]
)
result = json_data.copy() result = json_data.copy()
for key in full_key.split("."): for key in full_key.split("."):
result = result.get(key, {}) result = result.get(key, {})
if not result and fallback: if not result and fallback:
return load_key(full_key, fallback) return load_key(full_key, fallback)
return result or "" return result or full_key
def load_keys(full_key, json_data): def load_keys(full_key, json_data):
blacklist = ["description", "_recipe_", "_guided_"] blacklist = ["description", "desctiption", "_recipe_", "_guided_"]
first, last = full_key.split(".") first, last = full_key.split(".")
data = json_data.get(first, {}).get(last, {}) data = json_data.get(first, {}).get(last, {})
return { return {
@ -268,25 +238,36 @@ def add_data(old, original, fallback, data, name, entity="sensor"):
state[str(number)] = key state[str(number)] = key
def translate_login(old, *args):
login = old.setdefault("config", {}).setdefault("step", {}).setdefault("user", {})
login["description"] = load_key("CUBE90_ALEXA.HAIER_SMART_SKILLS.STEP_2", *args)
login.setdefault("data", {})["email"] = load_key(
"PET.EDIT_PET_PROFESSIONALS.EMAIL", *args
)
login["data"]["password"] = load_key("CUBE90_GLOBAL.GENERAL.PASSWORD", *args)
def main(): def main():
hass = load_hass_translations() hass = load_hass_translations()
hon = load_hon_translations() hon = load_hon_translations()
base_path = Path(__file__).parent.parent / "custom_components/hon/translations" base_path = Path(__file__).parent.parent / "custom_components/hon/translations"
fallback = load_json(hon.get("en", "")) fallback = load_json(hon.get("en", ""))
for language in LANGUAGES: for language in const.LANGUAGES:
original = load_json(hon.get(language, "")) original = load_json(hon.get(language, ""))
old = load_json(hass.get(language, "")) old = load_json(hass.get(language, ""))
for name, data in SENSOR.items(): for name, data in SENSOR.items():
add_data(old, original, fallback, data, name) add_data(old, original, fallback, data, name)
for name, data in SELECT.items(): for name, data in SELECT.items():
add_data(old, original, fallback, data, name, "select") add_data(old, original, fallback, data, name, "select")
for name, program in PROGRAMS.items(): for entity, data in PROGRAMS.items():
select = old.setdefault("entity", {}).setdefault("select", {}) for name, program in data.items():
select = old.setdefault("entity", {}).setdefault(entity, {})
select.setdefault(name, {})["state"] = load_keys(program, original) select.setdefault(name, {})["state"] = load_keys(program, original)
for entity, data in NAMES.items(): for entity, data in NAMES.items():
for name, key in data.items(): for name, key in data.items():
select = old.setdefault("entity", {}).setdefault(entity, {}) select = old.setdefault("entity", {}).setdefault(entity, {})
select.setdefault(name, {})["name"] = load_key(key, original, fallback) select.setdefault(name, {})["name"] = load_key(key, original, fallback)
translate_login(old, original, fallback)
save_json(base_path / f"{language}.json", old) save_json(base_path / f"{language}.json", old)

View File

@ -54,8 +54,7 @@ for entity_type, appliances in entities.items():
key = f"{entity.turn_on_key}` / `{entity.turn_off_key}" key = f"{entity.turn_on_key}` / `{entity.turn_off_key}"
else: else:
key = entity.key key = entity.key
translation = bool(entity.translation_key) attributes = (key, entity.name, entity.icon, entity_type)
attributes = (key, entity.name, entity.icon, entity_type, translation)
category = "control" if entity_type in ["switch", "button"] else "sensor" category = "control" if entity_type in ["switch", "button"] else "sensor"
result.setdefault(appliance, {}).setdefault( result.setdefault(appliance, {}).setdefault(
entity.entity_category or category, [] entity.entity_category or category, []
@ -66,14 +65,11 @@ for appliance, categories in sorted(result.items()):
categories = {k: categories[k] for k in ENTITY_CATEGORY_SORT if k in categories} categories = {k: categories[k] for k in ENTITY_CATEGORY_SORT if k in categories}
for category, data in categories.items(): for category, data in categories.items():
text += f"#### {str(category).capitalize()}s\n" text += f"#### {str(category).capitalize()}s\n"
text += "| Name | Icon | Entity | Key | Auto-Translation |\n" text += "| Name | Icon | Entity | Key |\n"
text += "| --- | --- | --- | --- | --- |\n" text += "| --- | --- | --- | --- |\n"
for key, name, icon, entity_type, translation in sorted( for key, name, icon, entity_type in sorted(data, key=lambda d: d[1]):
data, key=lambda d: d[1]
):
icon = f"`{icon.replace('mdi:', '')}`" if icon else "" icon = f"`{icon.replace('mdi:', '')}`" if icon else ""
translation = "" if translation else "" text += f"| {name} | {icon} | `{entity_type}` | `{key}` |\n"
text += f"| {name} | {icon} | `{entity_type}` | `{key}` | {translation} |\n"
with open(Path(__file__).parent.parent / "README.md", "r") as file: with open(Path(__file__).parent.parent / "README.md", "r") as file:
readme = file.read() readme = file.read()