Compare commits
	
		
			1 Commits
		
	
	
		
			v0.7.0-bet
			...
			v0.6.0-bet
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 28e23c7f3c | 
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1,4 +1,3 @@ | ||||
| __pycache__/ | ||||
| test.py | ||||
| .idea/ | ||||
| scripts/translations/ | ||||
| scripts/test* | ||||
|  | ||||
							
								
								
									
										240
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										240
									
								
								README.md
									
									
									
									
									
								
							| @ -1,17 +1,15 @@ | ||||
| # Haier hOn | ||||
| [](https://hacs.xyz) | ||||
| [](https://github.com/Andre0512/hon/releases/latest) | ||||
| [](https://github.com/Andre0512/hon/blob/main/LICENSE) | ||||
| [](https://tooomm.github.io/github-release-stats/?username=Andre0512&repository=hon)   | ||||
|  | ||||
| [](https://analytics.home-assistant.io/)   | ||||
| Home Assistant integration for Haier hOn: support for Haier/Candy/Hoover home appliances like washing machines. | ||||
|  | ||||
| ## Supported Appliances | ||||
| - [Washing Machine](https://github.com/Andre0512/hon#washing-machine) | ||||
| - [Tumble Dryer](https://github.com/Andre0512/hon#tumble-dryer) | ||||
| - [Washer Dryer](https://github.com/Andre0512/hon#washer-dryer) | ||||
| - [Oven](https://github.com/Andre0512/hon#oven) | ||||
| - [Hob](https://github.com/Andre0512/hon#hob) | ||||
| - [Dish Washer](https://github.com/Andre0512/hon#dish-washer) | ||||
| - Tumble Dryer | ||||
| - Washer Dryer | ||||
| - Washing Machine | ||||
| - Oven | ||||
| - Hob | ||||
|  | ||||
| ## Installation | ||||
| **Method 1:** [](https://my.home-assistant.io/redirect/hacs_repository/?owner=Andre0512&repository=hon&category=integration) | ||||
| @ -29,6 +27,8 @@ _Restart Home Assistant_ | ||||
| **Method 2**: Settings > Devices & Services > Add Integration > **Haier hOn**   | ||||
| _If the integration is not in the list, you need to clear the browser cache._ | ||||
|  | ||||
|  | ||||
|  | ||||
| ## Contribute | ||||
| Any kind of contribution is welcome! | ||||
| ### Read out device data | ||||
| @ -98,230 +98,8 @@ For every device exists a hidden button which can be used to log all info of you | ||||
| - 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 | ||||
| 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 moved the api related stuff into the package [pyhOn](https://github.com/Andre0512/pyhOn). | ||||
|  | ||||
| ## Appliance Features | ||||
|  | ||||
| ### Dish washer | ||||
| #### Controls | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Dish Washer | `dishwasher` | `switch` | `startProgram` / `stopProgram` | ✔ | | ||||
| #### Configs | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Add Dish | `silverware-fork-knife` | `switch` | `startProgram.addDish` | ✔ | | ||||
| | Delay time | `timer-plus` | `number` | `startProgram.delayTime` | ✔ | | ||||
| | Eco Express | `sprout` | `switch` | `startProgram.ecoExpress` | ✔ | | ||||
| | Eco Index | `sprout` | `sensor` | `startProgram.ecoIndex` | ❌ | | ||||
| | Energy Label | `lightning-bolt-circle` | `sensor` | `startProgram.energyLabel` | ✔ | | ||||
| | Extra Dry | `hair-dryer` | `switch` | `startProgram.extraDry` | ✔ | | ||||
| | Half Load | `fraction-one-half` | `switch` | `startProgram.halfLoad` | ✔ | | ||||
| | Open Door | `door-open` | `switch` | `startProgram.openDoor` | ✔ | | ||||
| | Program |  | `select` | `startProgram.program` | ✔ | | ||||
| | Temperature | `thermometer` | `sensor` | `startProgram.temp` | ✔ | | ||||
| | Three in One | `numeric-3-box-outline` | `switch` | `startProgram.threeInOne` | ✔ | | ||||
| | Time | `timer` | `sensor` | `startProgram.remainingTime` | ✔ | | ||||
| | Water Efficiency | `water` | `sensor` | `startProgram.waterEfficiency` | ✔ | | ||||
| | Water Saving | `water-percent` | `sensor` | `startProgram.waterSaving` | ✔ | | ||||
| | Water hard | `water` | `number` | `startProgram.waterHard` | ✔ | | ||||
| #### Sensors | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Connection |  | `binary_sensor` | `attributes.lastConnEvent.category` | ✔ | | ||||
| | Door |  | `binary_sensor` | `doorStatus` | ✔ | | ||||
| | Error | `math-log` | `sensor` | `errors` | ✔ | | ||||
| | Machine Status | `information` | `sensor` | `machMode` | ✔ | | ||||
| | Program Phase | `washing-machine` | `sensor` | `prPhase` | ✔ | | ||||
| | Remaining Time | `timer` | `sensor` | `remainingTimeMM` | ✔ | | ||||
| | Rinse Aid | `spray-bottle` | `binary_sensor` | `rinseAidStatus` | ✔ | | ||||
| | Salt | `shaker-outline` | `binary_sensor` | `saltStatus` | ✔ | | ||||
|  | ||||
| ### Hob | ||||
| #### Controls | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Start Program | `pot-steam` | `button` | `startProgram` | ✔ | | ||||
| #### Configs | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Power Management | `timelapse` | `number` | `startProgram.powerManagement` | ✔ | | ||||
| | Program |  | `select` | `startProgram.program` | ✔ | | ||||
| | Temperature | `thermometer` | `number` | `startProgram.temp` | ✔ | | ||||
| #### Sensors | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Connection | `wifi` | `binary_sensor` | `attributes.lastConnEvent.category` | ✔ | | ||||
| | Error | `math-log` | `sensor` | `errors` | ❌ | | ||||
| | Hob Lock |  | `binary_sensor` | `hobLockStatus` | ❌ | | ||||
| | Hot Status |  | `binary_sensor` | `hotStatus` | ✔ | | ||||
| | On | `power-cycle` | `binary_sensor` | `attributes.parameters.onOffStatus` | ❌ | | ||||
| | Pan Status | `pot-mix` | `binary_sensor` | `panStatus` | ✔ | | ||||
| | Power | `lightning-bolt` | `sensor` | `power` | ✔ | | ||||
| | Remaining Time | `timer` | `sensor` | `remainingTimeMM` | ✔ | | ||||
| | Remote Control | `remote` | `binary_sensor` | `attributes.parameters.remoteCtrValid` | ✔ | | ||||
| | Temperature | `thermometer` | `sensor` | `temp` | ✔ | | ||||
|  | ||||
| ### Oven | ||||
| #### Controls | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Oven | `toaster-oven` | `switch` | `startProgram` / `stopProgram` | ✔ | | ||||
| #### Configs | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Delay time | `timer-plus` | `number` | `startProgram.delayTime` | ✔ | | ||||
| | Preheat | `thermometer-chevron-up` | `switch` | `startProgram.preheatStatus` | ✔ | | ||||
| | Program |  | `select` | `startProgram.program` | ✔ | | ||||
| | Program Duration | `timelapse` | `number` | `startProgram.prTime` | ✔ | | ||||
| | Target Temperature | `thermometer` | `number` | `startProgram.tempSel` | ✔ | | ||||
| #### Sensors | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Connection | `wifi` | `binary_sensor` | `attributes.lastConnEvent.category` | ✔ | | ||||
| | On | `power-cycle` | `binary_sensor` | `attributes.parameters.onOffStatus` | ❌ | | ||||
| | Remaining Time | `timer` | `sensor` | `remainingTimeMM` | ✔ | | ||||
| | Remote Control | `remote` | `binary_sensor` | `attributes.parameters.remoteCtrValid` | ✔ | | ||||
| | Start Time | `clock-start` | `sensor` | `delayTime` | ✔ | | ||||
| | Temperature | `thermometer` | `sensor` | `temp` | ✔ | | ||||
| | Temperature Selected | `thermometer` | `sensor` | `tempSel` | ✔ | | ||||
|  | ||||
| ### Tumble dryer | ||||
| #### Controls | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Pause Tumble Dryer | `pause` | `switch` | `pauseProgram` / `resumeProgram` | ✔ | | ||||
| | Tumble Dryer | `tumble-dryer` | `switch` | `startProgram` / `stopProgram` | ✔ | | ||||
| #### Configs | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Anti-Crease | `timer` | `switch` | `startProgram.antiCreaseTime` | ✔ | | ||||
| | 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` | ✔ | | ||||
| | Program |  | `select` | `startProgram.program` | ✔ | | ||||
| | Sterilization | `clock-start` | `switch` | `startProgram.sterilizationStatus` | ❌ | | ||||
| | Suggested Load | `weight-kilogram` | `sensor` | `startProgram.suggestedLoadD` | ✔ | | ||||
| | Temperature level | `thermometer` | `number` | `startProgram.tempLevel` | ✔ | | ||||
| #### Sensors | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Connection |  | `binary_sensor` | `attributes.lastConnEvent.category` | ✔ | | ||||
| | Door |  | `binary_sensor` | `doorStatus` | ✔ | | ||||
| | Dry level | `hair-dryer` | `sensor` | `dryLevel` | ✔ | | ||||
| | Error | `math-log` | `sensor` | `errors` | ✔ | | ||||
| | Machine Status | `information` | `sensor` | `machMode` | ✔ | | ||||
| | Program | `tumble-dryer` | `sensor` | `prCode` | ✔ | | ||||
| | Program Phase | `washing-machine` | `sensor` | `prPhase` | ✔ | | ||||
| | Remaining Time | `timer` | `sensor` | `remainingTimeMM` | ✔ | | ||||
| | Start Time | `clock-start` | `sensor` | `delayTime` | ✔ | | ||||
| | Temperature level | `thermometer` | `sensor` | `tempLevel` | ✔ | | ||||
|  | ||||
| ### Washer dryer | ||||
| #### Controls | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Pause Washing Machine | `pause` | `switch` | `pauseProgram` / `resumeProgram` | ✔ | | ||||
| | Washing Machine | `washing-machine` | `switch` | `startProgram` / `stopProgram` | ✔ | | ||||
| #### Configs | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Delay Time | `timer-plus` | `number` | `startProgram.delayTime` | ✔ | | ||||
| | Program |  | `select` | `startProgram.program` | ✔ | | ||||
| | Suggested weight | `weight-kilogram` | `sensor` | `startProgram.weight` | ✔ | | ||||
| #### Sensors | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Acqua Plus |  | `binary_sensor` | `acquaplus` | ✔ | | ||||
| | Anti-Crease |  | `binary_sensor` | `anticrease` | ✔ | | ||||
| | Current Electricity Used | `lightning-bolt` | `sensor` | `currentElectricityUsed` | ❌ | | ||||
| | Current Program | `tumble-dryer` | `sensor` | `prCode` | ❌ | | ||||
| | Current Temperature | `thermometer` | `sensor` | `temp` | ✔ | | ||||
| | Current Water Used | `water` | `sensor` | `currentWaterUsed` | ❌ | | ||||
| | Dirt level | `liquid-spot` | `sensor` | `dirtyLevel` | ✔ | | ||||
| | Dry level | `hair-dryer` | `sensor` | `dryLevel` | ✔ | | ||||
| | Extra Rinse 1 |  | `binary_sensor` | `extraRinse1` | ✔ | | ||||
| | Extra Rinse 2 |  | `binary_sensor` | `extraRinse2` | ✔ | | ||||
| | Extra Rinse 3 |  | `binary_sensor` | `extraRinse3` | ✔ | | ||||
| | Good Night Mode |  | `binary_sensor` | `goodNight` | ✔ | | ||||
| | 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 | `fast-forward-outline` | `sensor` | `spinSpeed` | ✔ | | ||||
| | Steam level | `smoke` | `sensor` | `steamLevel` | ✔ | | ||||
| | Total Power |  | `sensor` | `totalElectricityUsed` | ❌ | | ||||
| | Total Wash Cycle | `counter` | `sensor` | `totalWashCycle` | ❌ | | ||||
| | Total Water |  | `sensor` | `totalWaterUsed` | ❌ | | ||||
|  | ||||
| ### Washing machine | ||||
| #### Controls | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Pause Washing Machine | `pause` | `switch` | `pauseProgram` / `resumeProgram` | ✔ | | ||||
| | Washing Machine | `washing-machine` | `switch` | `startProgram` / `stopProgram` | ✔ | | ||||
| #### Configs | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Delay Status | `timer-check` | `switch` | `startProgram.delayStatus` | ❌ | | ||||
| | Delay Time | `timer-plus` | `number` | `startProgram.delayTime` | ✔ | | ||||
| | Energy Label | `lightning-bolt-circle` | `sensor` | `startProgram.energyLabel` | ✔ | | ||||
| | 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` | ✔ | | ||||
| | Rinse Iterations | `rotate-right` | `number` | `startProgram.rinseIterations` | ✔ | | ||||
| | Soak Prewash Selection | `tshirt-crew` | `switch` | `startProgram.haier_SoakPrewashSelection` | ✔ | | ||||
| | Spin speed | `numeric` | `select` | `startProgram.spinSpeed` | ✔ | | ||||
| | Suggested weight | `weight-kilogram` | `sensor` | `startProgram.weight` | ✔ | | ||||
| | Temperature | `thermometer` | `select` | `startProgram.temp` | ✔ | | ||||
| #### Sensors | ||||
| | Name | Icon | Entity | Key | Auto-Translation | | ||||
| | --- | --- | --- | --- | --- | | ||||
| | Current Electricity Used | `lightning-bolt` | `sensor` | `currentElectricityUsed` | ❌ | | ||||
| | Current Water Used | `water` | `sensor` | `currentWaterUsed` | ❌ | | ||||
| | Door |  | `binary_sensor` | `doorStatus` | ✔ | | ||||
| | Door Lock |  | `binary_sensor` | `doorLockStatus` | ✔ | | ||||
| | Error | `math-log` | `sensor` | `errors` | ✔ | | ||||
| | Machine Status | `information` | `sensor` | `machMode` | ✔ | | ||||
| | 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` | ❌ | | ||||
|  | ||||
| @ -36,21 +36,18 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = { | ||||
|             device_class=BinarySensorDeviceClass.CONNECTIVITY, | ||||
|             on_value="CONNECTED", | ||||
|             icon="mdi:remote", | ||||
|             translation_key="remote_control", | ||||
|         ), | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="doorLockStatus", | ||||
|             name="Door Lock", | ||||
|             device_class=BinarySensorDeviceClass.LOCK, | ||||
|             on_value="0", | ||||
|             translation_key="door_lock", | ||||
|         ), | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="doorStatus", | ||||
|             name="Door", | ||||
|             device_class=BinarySensorDeviceClass.DOOR, | ||||
|             on_value="1", | ||||
|             translation_key="door_open", | ||||
|         ), | ||||
|     ), | ||||
|     "TD": ( | ||||
| @ -59,14 +56,12 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = { | ||||
|             name="Connection", | ||||
|             device_class=BinarySensorDeviceClass.CONNECTIVITY, | ||||
|             on_value="CONNECTED", | ||||
|             translation_key="connection", | ||||
|         ), | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="doorStatus", | ||||
|             name="Door", | ||||
|             device_class=BinarySensorDeviceClass.DOOR, | ||||
|             on_value="1", | ||||
|             translation_key="door_open", | ||||
|         ), | ||||
|     ), | ||||
|     "WD": ( | ||||
| @ -76,29 +71,34 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = { | ||||
|             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" | ||||
|             key="extraRinse1", | ||||
|             name="Extra Rinse 1", | ||||
|         ), | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="extraRinse2", name="Extra Rinse 2", translation_key="extra_rinse_2" | ||||
|             key="extraRinse2", | ||||
|             name="Extra Rinse 2", | ||||
|         ), | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="extraRinse3", name="Extra Rinse 3", translation_key="extra_rinse_3" | ||||
|             key="extraRinse3", | ||||
|             name="Extra Rinse 3", | ||||
|         ), | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="goodNight", name="Good Night Mode", translation_key="good_night" | ||||
|             key="goodNight", | ||||
|             name="Good Night Mode", | ||||
|         ), | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="acquaplus", name="Acqua Plus", translation_key="aqua_plus" | ||||
|             key="acquaplus", | ||||
|             name="Acqua Plus", | ||||
|         ), | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="anticrease", name="Anti-Crease", translation_key="anti_crease" | ||||
|             key="anticrease", | ||||
|             name="Anti-Crease", | ||||
|         ), | ||||
|     ), | ||||
|     "OV": ( | ||||
| @ -108,7 +108,6 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = { | ||||
|             device_class=BinarySensorDeviceClass.CONNECTIVITY, | ||||
|             on_value="CONNECTED", | ||||
|             icon="mdi:wifi", | ||||
|             translation_key="connection", | ||||
|         ), | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="attributes.parameters.remoteCtrValid", | ||||
| @ -116,7 +115,6 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = { | ||||
|             device_class=BinarySensorDeviceClass.CONNECTIVITY, | ||||
|             on_value="1", | ||||
|             icon="mdi:remote", | ||||
|             translation_key="remote_control", | ||||
|         ), | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="attributes.parameters.onOffStatus", | ||||
| @ -126,14 +124,13 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = { | ||||
|             icon="mdi:power-cycle", | ||||
|         ), | ||||
|     ), | ||||
|     "IH": ( | ||||
|     "IV": ( | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="attributes.lastConnEvent.category", | ||||
|             name="Connection", | ||||
|             device_class=BinarySensorDeviceClass.CONNECTIVITY, | ||||
|             on_value="CONNECTED", | ||||
|             icon="mdi:wifi", | ||||
|             translation_key="connection", | ||||
|         ), | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="attributes.parameters.remoteCtrValid", | ||||
| @ -141,7 +138,6 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = { | ||||
|             device_class=BinarySensorDeviceClass.CONNECTIVITY, | ||||
|             on_value="1", | ||||
|             icon="mdi:remote", | ||||
|             translation_key="remote_control", | ||||
|         ), | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="attributes.parameters.onOffStatus", | ||||
| @ -155,14 +151,6 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = { | ||||
|             name="Hot Status", | ||||
|             device_class=BinarySensorDeviceClass.HEAT, | ||||
|             on_value="1", | ||||
|             translation_key="still_hot", | ||||
|         ), | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="panStatus", | ||||
|             name="Pan Status", | ||||
|             on_value="1", | ||||
|             icon="mdi:pot-mix", | ||||
|             translation_key="pan_status", | ||||
|         ), | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="hobLockStatus", | ||||
| @ -171,38 +159,6 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = { | ||||
|             on_value="0", | ||||
|         ), | ||||
|     ), | ||||
|     "DW": ( | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="saltStatus", | ||||
|             name="Salt", | ||||
|             device_class=BinarySensorDeviceClass.PROBLEM, | ||||
|             on_value="1", | ||||
|             icon="mdi:shaker-outline", | ||||
|             translation_key="salt_level", | ||||
|         ), | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="rinseAidStatus", | ||||
|             name="Rinse Aid", | ||||
|             device_class=BinarySensorDeviceClass.PROBLEM, | ||||
|             on_value="1", | ||||
|             icon="mdi:spray-bottle", | ||||
|             translation_key="rinse_aid", | ||||
|         ), | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="attributes.lastConnEvent.category", | ||||
|             name="Connection", | ||||
|             device_class=BinarySensorDeviceClass.CONNECTIVITY, | ||||
|             on_value="CONNECTED", | ||||
|             translation_key="connection", | ||||
|         ), | ||||
|         HonBinarySensorEntityDescription( | ||||
|             key="doorStatus", | ||||
|             name="Door", | ||||
|             device_class=BinarySensorDeviceClass.DOOR, | ||||
|             on_value="1", | ||||
|             translation_key="door_open", | ||||
|         ), | ||||
|     ), | ||||
| } | ||||
|  | ||||
|  | ||||
| @ -211,11 +167,11 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non | ||||
|     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] | ||||
|         if device.mac_address in coordinators: | ||||
|             coordinator = hass.data[DOMAIN]["coordinators"][device.mac_address] | ||||
|         else: | ||||
|             coordinator = HonCoordinator(hass, device) | ||||
|             hass.data[DOMAIN]["coordinators"][device.unique_id] = coordinator | ||||
|             hass.data[DOMAIN]["coordinators"][device.mac_address] = coordinator | ||||
|         await coordinator.async_config_entry_first_refresh() | ||||
|  | ||||
|         if descriptions := BINARY_SENSORS.get(device.appliance_type): | ||||
|  | ||||
| @ -14,12 +14,23 @@ from .hon import HonCoordinator, HonEntity | ||||
| _LOGGER = logging.getLogger(__name__) | ||||
|  | ||||
| BUTTONS: dict[str, tuple[ButtonEntityDescription, ...]] = { | ||||
|     "IH": ( | ||||
|     "OV": ( | ||||
|         ButtonEntityDescription( | ||||
|             key="startProgram", | ||||
|             name="Start Program", | ||||
|             icon="mdi:power-cycle", | ||||
|         ), | ||||
|         ButtonEntityDescription( | ||||
|             key="stopProgram", | ||||
|             name="Stop Program", | ||||
|             icon="mdi:power-off", | ||||
|         ), | ||||
|     ), | ||||
|     "IV": ( | ||||
|         ButtonEntityDescription( | ||||
|             key="startProgram", | ||||
|             name="Start Program", | ||||
|             icon="mdi:pot-steam", | ||||
|             translation_key="induction_hob", | ||||
|         ), | ||||
|     ), | ||||
| } | ||||
| @ -30,11 +41,11 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non | ||||
|     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] | ||||
|         if device.mac_address in coordinators: | ||||
|             coordinator = hass.data[DOMAIN]["coordinators"][device.mac_address] | ||||
|         else: | ||||
|             coordinator = HonCoordinator(hass, device) | ||||
|             hass.data[DOMAIN]["coordinators"][device.unique_id] = coordinator | ||||
|             hass.data[DOMAIN]["coordinators"][device.mac_address] = coordinator | ||||
|         await coordinator.async_config_entry_first_refresh() | ||||
|  | ||||
|         if descriptions := BUTTONS.get(device.appliance_type): | ||||
|  | ||||
| @ -22,12 +22,12 @@ class HonEntity(CoordinatorEntity): | ||||
|         self._hass = hass | ||||
|         self._device = device | ||||
|  | ||||
|         self._attr_unique_id = self._device.unique_id | ||||
|         self._attr_unique_id = self._device.mac_address | ||||
|  | ||||
|     @property | ||||
|     def device_info(self): | ||||
|         return DeviceInfo( | ||||
|             identifiers={(DOMAIN, self._device.unique_id)}, | ||||
|             identifiers={(DOMAIN, self._device.mac_address)}, | ||||
|             manufacturer=self._device.get("brand", ""), | ||||
|             name=self._device.nick_name | ||||
|             if self._device.nick_name | ||||
| @ -43,7 +43,7 @@ class HonCoordinator(DataUpdateCoordinator): | ||||
|         super().__init__( | ||||
|             hass, | ||||
|             _LOGGER, | ||||
|             name=device.unique_id, | ||||
|             name=device.mac_address, | ||||
|             update_interval=timedelta(seconds=30), | ||||
|         ) | ||||
|         self._device = device | ||||
|  | ||||
| @ -6,6 +6,6 @@ | ||||
|   "documentation": "https://github.com/Andre0512/hon/", | ||||
|   "iot_class": "cloud_polling", | ||||
|   "issue_tracker": "https://github.com/Andre0512/hon/issues", | ||||
|  "requirements": ["pyhOn==0.8.5"], | ||||
|   "version": "0.7.0-beta.4" | ||||
|   "requirements": ["pyhOn==0.8.0b2"], | ||||
|   "version": "0.6.0-beta.1" | ||||
| } | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| from __future__ import annotations | ||||
|  | ||||
| from pyhon import Hon | ||||
| from pyhon.parameter.range import HonParameterRange | ||||
| from pyhon.parameter import HonParameterRange | ||||
|  | ||||
| from homeassistant.components.number import ( | ||||
|     NumberEntity, | ||||
| @ -23,14 +23,12 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = { | ||||
|             icon="mdi:timer-plus", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             native_unit_of_measurement=UnitOfTime.MINUTES, | ||||
|             translation_key="delay_time", | ||||
|         ), | ||||
|         NumberEntityDescription( | ||||
|             key="startProgram.rinseIterations", | ||||
|             name="Rinse Iterations", | ||||
|             icon="mdi:rotate-right", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="rinse_iterations", | ||||
|         ), | ||||
|         NumberEntityDescription( | ||||
|             key="startProgram.mainWashTime", | ||||
| @ -38,7 +36,6 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = { | ||||
|             icon="mdi:clock-start", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             native_unit_of_measurement=UnitOfTime.MINUTES, | ||||
|             translation_key="wash_time", | ||||
|         ), | ||||
|     ), | ||||
|     "TD": ( | ||||
| @ -48,7 +45,13 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = { | ||||
|             icon="mdi:timer-plus", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             native_unit_of_measurement=UnitOfTime.MINUTES, | ||||
|             translation_key="delay_time", | ||||
|         ), | ||||
|         NumberEntityDescription( | ||||
|             key="startProgram.dryLevel", | ||||
|             name="Dry level", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             icon="mdi:hair-dryer", | ||||
|             translation_key="tumbledryerdrylevel", | ||||
|         ), | ||||
|         NumberEntityDescription( | ||||
|             key="startProgram.tempLevel", | ||||
| @ -58,10 +61,17 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = { | ||||
|             translation_key="tumbledryertemplevel", | ||||
|         ), | ||||
|         NumberEntityDescription( | ||||
|             key="startProgram.dryTime", | ||||
|             name="Dry Time", | ||||
|             key="startProgram.antiCreaseTime", | ||||
|             name="Anti-Crease time", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             icon="mdi:timer", | ||||
|             native_unit_of_measurement=UnitOfTime.MINUTES, | ||||
|         ), | ||||
|         NumberEntityDescription( | ||||
|             key="startProgram.sterilizationStatus", | ||||
|             name="Sterilization status", | ||||
|             icon="mdi:clock-start", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="dry_time", | ||||
|         ), | ||||
|     ), | ||||
|     "WD": ( | ||||
| @ -71,7 +81,6 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = { | ||||
|             icon="mdi:timer-plus", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             native_unit_of_measurement=UnitOfTime.MINUTES, | ||||
|             translation_key="delay_time", | ||||
|         ), | ||||
|     ), | ||||
|     "OV": ( | ||||
| @ -81,7 +90,6 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = { | ||||
|             icon="mdi:timer-plus", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             native_unit_of_measurement=UnitOfTime.MINUTES, | ||||
|             translation_key="delay_time", | ||||
|         ), | ||||
|         NumberEntityDescription( | ||||
|             key="startProgram.tempSel", | ||||
| @ -89,7 +97,6 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = { | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             icon="mdi:thermometer", | ||||
|             native_unit_of_measurement=UnitOfTemperature.CELSIUS, | ||||
|             translation_key="target_temperature", | ||||
|         ), | ||||
|         NumberEntityDescription( | ||||
|             key="startProgram.prTime", | ||||
| @ -97,40 +104,20 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = { | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             icon="mdi:timelapse", | ||||
|             native_unit_of_measurement=UnitOfTime.MINUTES, | ||||
|             translation_key="program_duration", | ||||
|         ), | ||||
|     ), | ||||
|     "IH": ( | ||||
|     "IV": ( | ||||
|         NumberEntityDescription( | ||||
|             key="startProgram.temp", | ||||
|             name="Temperature", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             icon="mdi:thermometer", | ||||
|             translation_key="temperature", | ||||
|         ), | ||||
|         NumberEntityDescription( | ||||
|             key="startProgram.powerManagement", | ||||
|             name="Power Management", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             icon="mdi:timelapse", | ||||
|             translation_key="power_management", | ||||
|         ), | ||||
|     ), | ||||
|     "DW": ( | ||||
|         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", | ||||
|         ), | ||||
|         NumberEntityDescription( | ||||
|             key="startProgram.waterHard", | ||||
|             name="Water hard", | ||||
|             icon="mdi:water", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="water_hard", | ||||
|         ), | ||||
|     ), | ||||
| } | ||||
| @ -141,11 +128,11 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non | ||||
|     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] | ||||
|         if device.mac_address in coordinators: | ||||
|             coordinator = hass.data[DOMAIN]["coordinators"][device.mac_address] | ||||
|         else: | ||||
|             coordinator = HonCoordinator(hass, device) | ||||
|             hass.data[DOMAIN]["coordinators"][device.unique_id] = coordinator | ||||
|             hass.data[DOMAIN]["coordinators"][device.mac_address] = coordinator | ||||
|         await coordinator.async_config_entry_first_refresh() | ||||
|  | ||||
|         if descriptions := NUMBERS.get(device.appliance_type): | ||||
|  | ||||
| @ -4,7 +4,7 @@ import logging | ||||
|  | ||||
| from pyhon import Hon | ||||
| from pyhon.appliance import HonAppliance | ||||
| from pyhon.parameter.fixed import HonParameterFixed | ||||
| from pyhon.parameter import HonParameterFixed | ||||
|  | ||||
| from homeassistant.components.select import SelectEntity, SelectEntityDescription | ||||
| from homeassistant.config_entries import ConfigEntry | ||||
| @ -25,7 +25,6 @@ SELECTS = { | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             icon="mdi:numeric", | ||||
|             unit_of_measurement=REVOLUTIONS_PER_MINUTE, | ||||
|             translation_key="spin_speed", | ||||
|         ), | ||||
|         SelectEntityDescription( | ||||
|             key="startProgram.temp", | ||||
| @ -33,13 +32,12 @@ SELECTS = { | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             icon="mdi:thermometer", | ||||
|             unit_of_measurement=UnitOfTemperature.CELSIUS, | ||||
|             translation_key="temperature", | ||||
|         ), | ||||
|         SelectEntityDescription( | ||||
|             key="startProgram.program", | ||||
|             name="Program", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="programs_wm", | ||||
|             translation_key="programs", | ||||
|         ), | ||||
|     ), | ||||
|     "TD": ( | ||||
| @ -47,22 +45,14 @@ SELECTS = { | ||||
|             key="startProgram.program", | ||||
|             name="Program", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="programs_td", | ||||
|             translation_key="programs", | ||||
|         ), | ||||
|         SelectEntityDescription( | ||||
|             key="startProgram.dryTimeMM", | ||||
|             name="Dry Time", | ||||
|             name="Time", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             icon="mdi:timer", | ||||
|             unit_of_measurement=UnitOfTime.MINUTES, | ||||
|             translation_key="dry_time", | ||||
|         ), | ||||
|         SelectEntityDescription( | ||||
|             key="startProgram.dryLevel", | ||||
|             name="Dry level", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             icon="mdi:hair-dryer", | ||||
|             translation_key="dry_levels", | ||||
|         ), | ||||
|     ), | ||||
|     "WD": ( | ||||
| @ -70,7 +60,7 @@ SELECTS = { | ||||
|             key="startProgram.program", | ||||
|             name="Program", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="programs_wm", | ||||
|             translation_key="programs", | ||||
|         ), | ||||
|     ), | ||||
|     "OV": ( | ||||
| @ -78,23 +68,20 @@ SELECTS = { | ||||
|             key="startProgram.program", | ||||
|             name="Program", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="programs_ov", | ||||
|             translation_key="programs", | ||||
|         ), | ||||
|         SelectEntityDescription( | ||||
|             key="startProgram.preheatStatus", | ||||
|             name="Preheat", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|         ), | ||||
|     ), | ||||
|     "IH": ( | ||||
|     "IV": ( | ||||
|         SelectEntityDescription( | ||||
|             key="startProgram.program", | ||||
|             name="Program", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="programs_ih", | ||||
|         ), | ||||
|     ), | ||||
|     "DW": ( | ||||
|         SelectEntityDescription( | ||||
|             key="startProgram.program", | ||||
|             name="Program", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="programs_dw", | ||||
|             translation_key="programs", | ||||
|         ), | ||||
|     ), | ||||
| } | ||||
| @ -105,11 +92,11 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non | ||||
|     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] | ||||
|         if device.mac_address in coordinators: | ||||
|             coordinator = hass.data[DOMAIN]["coordinators"][device.mac_address] | ||||
|         else: | ||||
|             coordinator = HonCoordinator(hass, device) | ||||
|             hass.data[DOMAIN]["coordinators"][device.unique_id] = coordinator | ||||
|             hass.data[DOMAIN]["coordinators"][device.mac_address] = coordinator | ||||
|         await coordinator.async_config_entry_first_refresh() | ||||
|  | ||||
|         if descriptions := SELECTS.get(device.appliance_type): | ||||
| @ -140,10 +127,10 @@ class HonSelectEntity(HonEntity, SelectEntity): | ||||
|  | ||||
|     @property | ||||
|     def current_option(self) -> str | None: | ||||
|         value = self._device.settings.get(self.entity_description.key) | ||||
|         if value is None or value.value not in self._attr_options: | ||||
|         value = self._device.settings[self.entity_description.key].value | ||||
|         if value is None or value not in self._attr_options: | ||||
|             return None | ||||
|         return value.value | ||||
|         return value | ||||
|  | ||||
|     async def async_select_option(self, option: str) -> None: | ||||
|         self._device.settings[self.entity_description.key].value = option | ||||
| @ -151,13 +138,12 @@ class HonSelectEntity(HonEntity, SelectEntity): | ||||
|  | ||||
|     @callback | ||||
|     def _handle_coordinator_update(self): | ||||
|         setting = self._device.settings.get(self.entity_description.key) | ||||
|         if setting is None: | ||||
|             self._attr_available = False | ||||
|             self._attr_options: list[str] = [] | ||||
|             self._attr_native_value = None | ||||
|         else: | ||||
|             self._attr_available = True | ||||
|         setting = self._device.settings[self.entity_description.key] | ||||
|         if not isinstance( | ||||
|             self._device.settings[self.entity_description.key], HonParameterFixed | ||||
|         ): | ||||
|             self._attr_options: list[str] = setting.values | ||||
|             self._attr_native_value = setting.value | ||||
|         else: | ||||
|             self._attr_options = [setting.value] | ||||
|         self._attr_native_value = setting.value | ||||
|         self.async_write_ha_state() | ||||
|  | ||||
| @ -21,7 +21,6 @@ from homeassistant.const import ( | ||||
| from homeassistant.core import callback | ||||
| from homeassistant.helpers.entity import EntityCategory | ||||
| from homeassistant.helpers.typing import StateType | ||||
| from homeassistant.const import PERCENTAGE | ||||
|  | ||||
| from .const import DOMAIN | ||||
| from .hon import HonCoordinator, HonEntity | ||||
| @ -30,12 +29,6 @@ _LOGGER = logging.getLogger(__name__) | ||||
|  | ||||
| SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = { | ||||
|     "WM": ( | ||||
|         SensorEntityDescription( | ||||
|             key="prPhase", | ||||
|             name="Program Phase", | ||||
|             icon="mdi:washing-machine", | ||||
|             translation_key="program_phases_wm", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="totalElectricityUsed", | ||||
|             name="Total Power", | ||||
| @ -77,13 +70,12 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = { | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             native_unit_of_measurement=UnitOfMass.KILOGRAMS, | ||||
|             icon="mdi:weight-kilogram", | ||||
|             translation_key="suggested_load", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="machMode", | ||||
|             name="Machine Status", | ||||
|             icon="mdi:information", | ||||
|             translation_key="washing_modes", | ||||
|             translation_key="mode", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="errors", name="Error", icon="mdi:math-log", translation_key="errors" | ||||
| @ -94,7 +86,6 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = { | ||||
|             icon="mdi:timer", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             native_unit_of_measurement=UnitOfTime.MINUTES, | ||||
|             translation_key="remaining_time", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="spinSpeed", | ||||
| @ -102,29 +93,6 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = { | ||||
|             icon="mdi:speedometer", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             native_unit_of_measurement=UnitOfTime.MINUTES, | ||||
|             translation_key="spin_speed", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="startProgram.energyLabel", | ||||
|             name="Energy Label", | ||||
|             icon="mdi:lightning-bolt-circle", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="energy_label", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="startProgram.liquidDetergentDose", | ||||
|             name="Liquid Detergent Dose", | ||||
|             icon="mdi:cup-water", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="det_liquid", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="startProgram.powderDetergentDose", | ||||
|             name="Powder Detergent Dose", | ||||
|             icon="mdi:cup", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="det_dust", | ||||
|         ), | ||||
|     ), | ||||
|     "TD": ( | ||||
| @ -132,7 +100,7 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = { | ||||
|             key="machMode", | ||||
|             name="Machine Status", | ||||
|             icon="mdi:information", | ||||
|             translation_key="washing_modes", | ||||
|             translation_key="mode", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="errors", name="Error", icon="mdi:math-log", translation_key="errors" | ||||
| @ -143,7 +111,6 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = { | ||||
|             icon="mdi:timer", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             native_unit_of_measurement=UnitOfTime.MINUTES, | ||||
|             translation_key="remaining_time", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="delayTime", | ||||
| @ -151,7 +118,6 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = { | ||||
|             icon="mdi:clock-start", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             native_unit_of_measurement=UnitOfTime.MINUTES, | ||||
|             translation_key="delay_time", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="prCode", | ||||
| @ -162,14 +128,14 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = { | ||||
|         SensorEntityDescription( | ||||
|             key="prPhase", | ||||
|             name="Program Phase", | ||||
|             icon="mdi:washing-machine", | ||||
|             translation_key="program_phases_td", | ||||
|             icon="mdi:tumble-dryer", | ||||
|             translation_key="tumbledryerprogramphase", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="dryLevel", | ||||
|             name="Dry level", | ||||
|             icon="mdi:hair-dryer", | ||||
|             translation_key="dry_levels", | ||||
|             translation_key="tumbledryerdrylevel", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="tempLevel", | ||||
| @ -177,72 +143,13 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = { | ||||
|             icon="mdi:thermometer", | ||||
|             translation_key="tumbledryertemplevel", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="startProgram.suggestedLoadD", | ||||
|             name="Suggested Load", | ||||
|             icon="mdi:weight-kilogram", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             native_unit_of_measurement=UnitOfMass.KILOGRAMS, | ||||
|             translation_key="suggested_load", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="startProgram.energyLabel", | ||||
|             name="Energy Label", | ||||
|             icon="mdi:lightning-bolt-circle", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="energy_label", | ||||
|         ), | ||||
|     ), | ||||
|     "WD": ( | ||||
|         SensorEntityDescription( | ||||
|             key="totalElectricityUsed", | ||||
|             name="Total Power", | ||||
|             device_class=SensorDeviceClass.ENERGY, | ||||
|             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, | ||||
|             native_unit_of_measurement=UnitOfMass.KILOGRAMS, | ||||
|             icon="mdi:weight-kilogram", | ||||
|             translation_key="suggested_load", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="machMode", | ||||
|             name="Machine Status", | ||||
|             icon="mdi:information", | ||||
|             translation_key="washing_modes", | ||||
|             translation_key="mode", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="spinSpeed", | ||||
| @ -250,7 +157,6 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = { | ||||
|             icon="mdi:fast-forward-outline", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             native_unit_of_measurement=REVOLUTIONS_PER_MINUTE, | ||||
|             translation_key="spin_speed", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="remainingTimeMM", | ||||
| @ -258,7 +164,6 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = { | ||||
|             icon="mdi:timer", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             native_unit_of_measurement=UnitOfTime.MINUTES, | ||||
|             translation_key="remaining_time", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="prCode", | ||||
| @ -268,26 +173,22 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = { | ||||
|         SensorEntityDescription( | ||||
|             key="prPhase", | ||||
|             name="Program Phase", | ||||
|             icon="mdi:washing-machine", | ||||
|             translation_key="program_phases_wm", | ||||
|             icon="mdi:tumble-dryer", | ||||
|         ), | ||||
|         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( | ||||
|             key="steamLevel", | ||||
|             name="Steam level", | ||||
|             icon="mdi:smoke", | ||||
|             translation_key="steam_level", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="temp", | ||||
| @ -295,7 +196,6 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = { | ||||
|             icon="mdi:thermometer", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             native_unit_of_measurement=UnitOfTemperature.CELSIUS, | ||||
|             translation_key="temperature", | ||||
|         ), | ||||
|     ), | ||||
|     "OV": ( | ||||
| @ -304,36 +204,29 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = { | ||||
|             name="Remaining Time", | ||||
|             icon="mdi:timer", | ||||
|             native_unit_of_measurement=UnitOfTime.MINUTES, | ||||
|             translation_key="remaining_time", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="delayTime", | ||||
|             name="Start Time", | ||||
|             icon="mdi:clock-start", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             native_unit_of_measurement=UnitOfTime.MINUTES, | ||||
|             translation_key="delay_time", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="temp", | ||||
|             name="Temperature", | ||||
|             icon="mdi:thermometer", | ||||
|             translation_key="temperature", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="tempSel", | ||||
|             name="Temperature Selected", | ||||
|             icon="mdi:thermometer", | ||||
|             translation_key="target_temperature", | ||||
|         ), | ||||
|     ), | ||||
|     "IH": ( | ||||
|     "IV": ( | ||||
|         SensorEntityDescription( | ||||
|             key="remainingTimeMM", | ||||
|             name="Remaining Time", | ||||
|             icon="mdi:timer", | ||||
|             native_unit_of_measurement=UnitOfTime.MINUTES, | ||||
|             translation_key="remaining_time", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="temp", | ||||
| @ -341,91 +234,8 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = { | ||||
|             icon="mdi:thermometer", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             native_unit_of_measurement=UnitOfTemperature.CELSIUS, | ||||
|             translation_key="temperature", | ||||
|         ), | ||||
|         SensorEntityDescription(key="errors", name="Error", icon="mdi:math-log"), | ||||
|         SensorEntityDescription( | ||||
|             key="power", | ||||
|             name="Power", | ||||
|             icon="mdi:lightning-bolt", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             translation_key="power", | ||||
|         ), | ||||
|     ), | ||||
|     "DW": ( | ||||
|         SensorEntityDescription( | ||||
|             key="startProgram.ecoIndex", | ||||
|             name="Eco Index", | ||||
|             icon="mdi:sprout", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="startProgram.waterEfficiency", | ||||
|             name="Water Efficiency", | ||||
|             icon="mdi:water", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="water_efficiency", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="startProgram.waterSaving", | ||||
|             name="Water Saving", | ||||
|             icon="mdi:water-percent", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             native_unit_of_measurement=PERCENTAGE, | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="water_saving", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="startProgram.temp", | ||||
|             name="Temperature", | ||||
|             icon="mdi:thermometer", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             native_unit_of_measurement=UnitOfTemperature.CELSIUS, | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="temperature", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="startProgram.energyLabel", | ||||
|             name="Energy Label", | ||||
|             icon="mdi:lightning-bolt-circle", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="energy_label", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="startProgram.remainingTime", | ||||
|             name="Time", | ||||
|             icon="mdi:timer", | ||||
|             state_class=SensorStateClass.MEASUREMENT, | ||||
|             native_unit_of_measurement=UnitOfTime.MINUTES, | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="duration", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="machMode", | ||||
|             name="Machine Status", | ||||
|             icon="mdi:information", | ||||
|             translation_key="washing_modes", | ||||
|         ), | ||||
|         SensorEntityDescription( | ||||
|             key="errors", name="Error", icon="mdi:math-log", translation_key="errors" | ||||
|         ), | ||||
|         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="prPhase", | ||||
|             name="Program Phase", | ||||
|             icon="mdi:washing-machine", | ||||
|             translation_key="program_phases_dw", | ||||
|         ), | ||||
|     ), | ||||
| } | ||||
|  | ||||
| @ -435,11 +245,11 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non | ||||
|     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] | ||||
|         if device.mac_address in coordinators: | ||||
|             coordinator = hass.data[DOMAIN]["coordinators"][device.mac_address] | ||||
|         else: | ||||
|             coordinator = HonCoordinator(hass, device) | ||||
|             hass.data[DOMAIN]["coordinators"][device.unique_id] = coordinator | ||||
|             hass.data[DOMAIN]["coordinators"][device.mac_address] = coordinator | ||||
|         await coordinator.async_config_entry_first_refresh() | ||||
|  | ||||
|         if descriptions := SENSORS.get(device.appliance_type): | ||||
|  | ||||
| @ -1,4 +1,5 @@ | ||||
| import logging | ||||
|  | ||||
| from dataclasses import dataclass | ||||
| from typing import Any | ||||
|  | ||||
| @ -7,7 +8,6 @@ from homeassistant.config_entries import ConfigEntry | ||||
| from homeassistant.const import EntityCategory | ||||
| from pyhon import Hon | ||||
| from pyhon.appliance import HonAppliance | ||||
| from pyhon.parameter.range import HonParameterRange | ||||
|  | ||||
| from .const import DOMAIN | ||||
| from .hon import HonCoordinator, HonEntity | ||||
| @ -36,7 +36,6 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = { | ||||
|             icon="mdi:washing-machine", | ||||
|             turn_on_key="startProgram", | ||||
|             turn_off_key="stopProgram", | ||||
|             translation_key="washing_machine", | ||||
|         ), | ||||
|         HonSwitchEntityDescription( | ||||
|             key="pause", | ||||
| @ -44,7 +43,6 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = { | ||||
|             icon="mdi:pause", | ||||
|             turn_on_key="pauseProgram", | ||||
|             turn_off_key="resumeProgram", | ||||
|             translation_key="pause", | ||||
|         ), | ||||
|         HonSwitchEntityDescription( | ||||
|             key="startProgram.delayStatus", | ||||
| @ -57,14 +55,6 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = { | ||||
|             name="Soak Prewash Selection", | ||||
|             icon="mdi:tshirt-crew", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="prewash", | ||||
|         ), | ||||
|         HonSwitchEntityDescription( | ||||
|             key="startProgram.autoSoftenerStatus", | ||||
|             name="Keep Fresh", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             icon="mdi:refresh-circle", | ||||
|             translation_key="keep_fresh", | ||||
|         ), | ||||
|     ), | ||||
|     "TD": ( | ||||
| @ -74,7 +64,6 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = { | ||||
|             icon="mdi:tumble-dryer", | ||||
|             turn_on_key="startProgram", | ||||
|             turn_off_key="stopProgram", | ||||
|             translation_key="tumble_dryer", | ||||
|         ), | ||||
|         HonSwitchEntityDescription( | ||||
|             key="pause", | ||||
| @ -82,37 +71,6 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = { | ||||
|             icon="mdi:pause", | ||||
|             turn_on_key="pauseProgram", | ||||
|             turn_off_key="resumeProgram", | ||||
|             translation_key="pause", | ||||
|         ), | ||||
|         HonSwitchEntityDescription( | ||||
|             key="startProgram.sterilizationStatus", | ||||
|             name="Sterilization", | ||||
|             icon="mdi:clock-start", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|         ), | ||||
|         HonSwitchEntityDescription( | ||||
|             key="startProgram.antiCreaseTime", | ||||
|             name="Anti-Crease", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             icon="mdi:timer", | ||||
|             translation_key="anti_crease", | ||||
|         ), | ||||
|     ), | ||||
|     "OV": ( | ||||
|         HonSwitchEntityDescription( | ||||
|             key="active", | ||||
|             name="Oven", | ||||
|             icon="mdi:toaster-oven", | ||||
|             turn_on_key="startProgram", | ||||
|             turn_off_key="stopProgram", | ||||
|             translation_key="oven", | ||||
|         ), | ||||
|         HonSwitchEntityDescription( | ||||
|             key="startProgram.preheatStatus", | ||||
|             name="Preheat", | ||||
|             icon="mdi:thermometer-chevron-up", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="preheat", | ||||
|         ), | ||||
|     ), | ||||
|     "WD": ( | ||||
| @ -122,7 +80,6 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = { | ||||
|             icon="mdi:washing-machine", | ||||
|             turn_on_key="startProgram", | ||||
|             turn_off_key="stopProgram", | ||||
|             translation_key="washer_dryer", | ||||
|         ), | ||||
|         HonSwitchEntityDescription( | ||||
|             key="pause", | ||||
| @ -130,59 +87,6 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = { | ||||
|             icon="mdi:pause", | ||||
|             turn_on_key="pauseProgram", | ||||
|             turn_off_key="resumeProgram", | ||||
|             translation_key="pause", | ||||
|         ), | ||||
|     ), | ||||
|     "DW": ( | ||||
|         HonSwitchEntityDescription( | ||||
|             key="active", | ||||
|             name="Dish Washer", | ||||
|             icon="mdi:dishwasher", | ||||
|             turn_on_key="startProgram", | ||||
|             turn_off_key="stopProgram", | ||||
|             translation_key="dish_washer", | ||||
|         ), | ||||
|         HonSwitchEntityDescription( | ||||
|             key="startProgram.extraDry", | ||||
|             name="Extra Dry", | ||||
|             icon="mdi:hair-dryer", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="extra_dry", | ||||
|         ), | ||||
|         HonSwitchEntityDescription( | ||||
|             key="startProgram.halfLoad", | ||||
|             name="Half Load", | ||||
|             icon="mdi:fraction-one-half", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="half_load", | ||||
|         ), | ||||
|         HonSwitchEntityDescription( | ||||
|             key="startProgram.openDoor", | ||||
|             name="Open Door", | ||||
|             icon="mdi:door-open", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="open_door", | ||||
|         ), | ||||
|         HonSwitchEntityDescription( | ||||
|             key="startProgram.threeInOne", | ||||
|             name="Three in One", | ||||
|             icon="mdi:numeric-3-box-outline", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="three_in_one", | ||||
|         ), | ||||
|         HonSwitchEntityDescription( | ||||
|             key="startProgram.ecoExpress", | ||||
|             name="Eco Express", | ||||
|             icon="mdi:sprout", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="eco", | ||||
|         ), | ||||
|         HonSwitchEntityDescription( | ||||
|             key="startProgram.addDish", | ||||
|             name="Add Dish", | ||||
|             icon="mdi:silverware-fork-knife", | ||||
|             entity_category=EntityCategory.CONFIG, | ||||
|             translation_key="add_dish", | ||||
|         ), | ||||
|     ), | ||||
| } | ||||
| @ -193,11 +97,11 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non | ||||
|     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] | ||||
|         if device.mac_address in coordinators: | ||||
|             coordinator = hass.data[DOMAIN]["coordinators"][device.mac_address] | ||||
|         else: | ||||
|             coordinator = HonCoordinator(hass, device) | ||||
|             hass.data[DOMAIN]["coordinators"][device.unique_id] = coordinator | ||||
|             hass.data[DOMAIN]["coordinators"][device.mac_address] = coordinator | ||||
|         await coordinator.async_config_entry_first_refresh() | ||||
|  | ||||
|         if descriptions := SWITCHES.get(device.appliance_type): | ||||
| @ -234,6 +138,13 @@ class HonSwitchEntity(HonEntity, SwitchEntity): | ||||
|         self.entity_description = description | ||||
|         self._attr_unique_id = f"{super().unique_id}{description.key}" | ||||
|  | ||||
|     def available(self) -> bool: | ||||
|         if self.entity_category == EntityCategory.CONFIG: | ||||
|             return ( | ||||
|                 self._device.settings[self.entity_description.key].typology != "fixed" | ||||
|             ) | ||||
|         return True | ||||
|  | ||||
|     @property | ||||
|     def is_on(self) -> bool | None: | ||||
|         """Return True if entity is on.""" | ||||
| @ -249,9 +160,7 @@ class HonSwitchEntity(HonEntity, SwitchEntity): | ||||
|     async def async_turn_on(self, **kwargs: Any) -> None: | ||||
|         if self.entity_category == EntityCategory.CONFIG: | ||||
|             setting = self._device.settings[self.entity_description.key] | ||||
|             setting.value = ( | ||||
|                 setting.max if isinstance(setting, HonParameterRange) else "1" | ||||
|             ) | ||||
|             setting.value = setting.max | ||||
|             self.async_write_ha_state() | ||||
|         else: | ||||
|             await self._device.commands[self.entity_description.turn_on_key].send() | ||||
| @ -259,9 +168,7 @@ class HonSwitchEntity(HonEntity, SwitchEntity): | ||||
|     async def async_turn_off(self, **kwargs: Any) -> None: | ||||
|         if self.entity_category == EntityCategory.CONFIG: | ||||
|             setting = self._device.settings[self.entity_description.key] | ||||
|             setting.value = ( | ||||
|                 setting.min if isinstance(setting, HonParameterRange) else "0" | ||||
|             ) | ||||
|             setting.value = setting.min | ||||
|             self.async_write_ha_state() | ||||
|         else: | ||||
|             await self._device.commands[self.entity_description.turn_off_key].send() | ||||
|  | ||||
| @ -49,7 +49,7 @@ | ||||
|           "103": "Отдалечен" | ||||
|         } | ||||
|       }, | ||||
|       "program_phases_td": { | ||||
|       "tumbledryerprogramphase": { | ||||
|         "state": { | ||||
|           "0": "Изчаване", | ||||
|           "2": "Сушене", | ||||
| @ -65,7 +65,7 @@ | ||||
|           "4": "Висока температура L-3" | ||||
|         } | ||||
|       }, | ||||
|       "dry_levels": { | ||||
|       "tumbledryerdrylevel": { | ||||
|         "state": { | ||||
|           "3": "Готови за съхранение", | ||||
|           "12": "Готови за гладене H-1", | ||||
| @ -75,12 +75,334 @@ | ||||
|       } | ||||
|     }, | ||||
|     "select": { | ||||
|       "dry_levels": { | ||||
|       "programs": { | ||||
|         "state": { | ||||
|           "3": "Готови за съхранение", | ||||
|           "12": "Готови за гладене H-1", | ||||
|           "13": "Готови за съхранение H-2", | ||||
|           "14": "Екстра сухо H-3" | ||||
|           "20_degrees_coloured_cottons": "20° Colored and Cottons", | ||||
|           "20_degrees_new_energy_label": "20°C", | ||||
|           "active_steam": "Steam", | ||||
|           "active_wash": "Active Wash", | ||||
|           "active_wash_steam": "Active Wash + Steam", | ||||
|           "allergy_care": "Allergy Care", | ||||
|           "allergy_care_pro": "Allergy Care Pro", | ||||
|           "all_in_one_49": "All in One 49'", | ||||
|           "all_in_one_59": "All in One 59'", | ||||
|           "all_in_one_59_steam": "Active Wash + Steam", | ||||
|           "autocare": "Autocare", | ||||
|           "autoclean": "Drum Cleaning", | ||||
|           "baby_60": "All Baby 60°C", | ||||
|           "care_14": "Rapid Care 14'", | ||||
|           "care_30": "Rapid Care 30'", | ||||
|           "care_44": "Rapid Care 44'", | ||||
|           "checkup": "Check-Up", | ||||
|           "colour_59": "Colored 59'", | ||||
|           "colour_59_steam": "Colored 59' + Steam", | ||||
|           "cottons": "Cotton", | ||||
|           "cottons_prewash": "Cottons + Prewash", | ||||
|           "cottons_steam": "Cotton + Steam", | ||||
|           "cotton_care_59": "Cotton Care 59'", | ||||
|           "delicate_59": "Delicate 59'", | ||||
|           "delicate_silk": "Delicate and Silk", | ||||
|           "delicate_silk_steam": "Delicate and Silk + Steam", | ||||
|           "delicati_59": "Delicate 59'", | ||||
|           "delicati_59_steam": "Delicate 59' + Steam", | ||||
|           "drain_spin": "Drain + Spin", | ||||
|           "easy_iron": "Easy Iron", | ||||
|           "eco_40_60_new_energy_label": "Eco 40-60", | ||||
|           "extra_care": "Extra Care", | ||||
|           "fitness": "Fitness Care", | ||||
|           "fitness_care": "Fitness Care", | ||||
|           "fresh_care": "Fresh Care", | ||||
|           "fresh_care_steam": "Fresh Care + Steam", | ||||
|           "handwash_wool": "Hand Wash + Wool", | ||||
|           "high_dry": "High Heat Dry", | ||||
|           "hqd_20_degrees": "Cotton 20℃", | ||||
|           "hqd_allergy": "Allergy Care", | ||||
|           "hqd_autoclean": "Автоматично почистване", | ||||
|           "hqd_babycare": "Бебе", | ||||
|           "hqd_baby_care": "Бебе", | ||||
|           "hqd_bath_towel": "Хавлиени кърпи", | ||||
|           "hqd_bed_sheets": "Чаршафи", | ||||
|           "hqd_checkup": "Check-Up", | ||||
|           "hqd_bulky": "Обемисти", | ||||
|           "hqd_casual": "Ежедневни", | ||||
|           "hqd_cold_wind_30": "Студен бриз 30 мин", | ||||
|           "hqd_cold_wind_timing": "Студен бриз за време", | ||||
|           "hqd_cotton": "Памук", | ||||
|           "hqd_cottons": "Памук", | ||||
|           "hqd_curtain": "Пердета", | ||||
|           "hqd_delicate": "Деликатни", | ||||
|           "hqd_delicate_cradle": "Деликатни", | ||||
|           "hqd_diaper": "Бебешки пелени", | ||||
|           "hqd_dry": "Cotton Dry", | ||||
|           "hqd_dry_synthetics": "Low Heat Dry", | ||||
|           "hqd_duvet": "Олекотени завивки", | ||||
|           "hqd_eco_40_60_degrees": "Eco 40-60", | ||||
|           "hqd_feather": "Пълнеж от пера(пух)", | ||||
|           "hqd_handwash_wool": "Wool", | ||||
|           "hqd_hot_wind_timing": "Горещ въздух за време", | ||||
|           "hqd_hygienic": "Здравословна", | ||||
|           "hqd_i_refresh": "i-Refresh", | ||||
|           "hqd_i_refresh_pro": "i-Refresh Pro", | ||||
|           "hqd_jacket": "Якета", | ||||
|           "hqd_jeans": "Дънки", | ||||
|           "hqd_luxury": "Луксозно", | ||||
|           "hqd_mix": "Смесен тип", | ||||
|           "hqd_night_dry": "Сушене през ноща", | ||||
|           "hqd_outdoor": "Дрехи за открито", | ||||
|           "hqd_precious_cure": "Precious cure", | ||||
|           "hqd_quick_15": "Бързо 15 мин", | ||||
|           "hqd_quick_20": "Бързо 20 мин", | ||||
|           "hqd_quick_30": "Бързо 30 мин", | ||||
|           "hqd_quick_dry": "Бързо", | ||||
|           "hqd_quick_wash_57": "Quick Wash 57'", | ||||
|           "hqd_quilt": "Юргани", | ||||
|           "hqd_rapid_wash_and_dry": "Wash and dry", | ||||
|           "hqd_refresh": "Освежаване", | ||||
|           "hqd_rinse": "Rinses", | ||||
|           "hqd_school_uniform": "Ученически униформи", | ||||
|           "hqd_shirt": "Ризи", | ||||
|           "hqd_shirts": "Ризи", | ||||
|           "hqd_shoes": "Обувки", | ||||
|           "hqd_silk": "Коприна", | ||||
|           "hqd_smart": "Smart A.I.", | ||||
|           "hqd_spin": "Spin", | ||||
|           "hqd_sport": "Спорт", | ||||
|           "hqd_sports": "Спорт", | ||||
|           "hqd_synthetics": "Синтетика", | ||||
|           "hqd_super_fast": "Супер бързо 39 мин", | ||||
|           "hqd_synthetic_and_coloured": "Synthetics", | ||||
|           "hqd_timer": "Таймер", | ||||
|           "hqd_towel": "Хавлиени кърпи", | ||||
|           "hqd_underwear": "Бельо", | ||||
|           "hqd_warm_up": "Затопляне", | ||||
|           "hqd_wool": "Вълна", | ||||
|           "hqd_working_suit": "Работно облекло", | ||||
|           "hygiene_59": "Hygiene Plus 59'", | ||||
|           "hygiene_60": "Hygiene 60°C", | ||||
|           "hygiene_plus_59": "Hygiene Plus 59'", | ||||
|           "hygiene_plus_59_min": "Hygiene Plus 59'", | ||||
|           "hygiene_pro_4_min": "Hygiene Pro 49'", | ||||
|           "hygiene_pro_49_min": "Hygiene Pro 49'", | ||||
|           "hygiene_pro_steam": "Hygiene Pro + Steam", | ||||
|           "intensive_40": "Intensive 40°C", | ||||
|           "intensive_40_steam": "Intensive 40°C + Steam", | ||||
|           "iot_checkup": "Check-Up", | ||||
|           "iot_dry_air_refresh": "Air Refresh", | ||||
|           "iot_dry_anti_mites": "Anti-mite", | ||||
|           "iot_dry_baby": "Бебе", | ||||
|           "iot_dry_backpacks": "Раници", | ||||
|           "iot_dry_bathrobe": "Халати за баня", | ||||
|           "iot_dry_bed_linen": "Спално бельо", | ||||
|           "iot_dry_cotton": "Памук", | ||||
|           "iot_dry_cotton_dry": "Памук", | ||||
|           "iot_dry_cuddly_toys": "Плюшени играчки", | ||||
|           "iot_dry_curtains": "Пердета", | ||||
|           "iot_dry_dehumidifier": "Humidity Remover", | ||||
|           "iot_dry_delicates": "Деликатни", | ||||
|           "iot_dry_delicates_antiallergy": "Delicates  Anti-allergy", | ||||
|           "iot_dry_delicate_tablecloths": "Delicate Tablecloths", | ||||
|           "iot_dry_denim_jeans": "Дънки", | ||||
|           "iot_dry_down_jacket": "Пухени якета", | ||||
|           "iot_dry_duvet": "Олекотени завивки", | ||||
|           "iot_dry_easy_iron_cotton": "Easy Iron - Cotton", | ||||
|           "iot_dry_easy_iron_synthetics": "Easy Iron - Synthetics", | ||||
|           "iot_dry_gym_fit": "Фитнес", | ||||
|           "iot_dry_lingerie": "Деликано бельо", | ||||
|           "iot_dry_mixed": "Смесен тип", | ||||
|           "iot_dry_mixed_dry": "Смесен тип", | ||||
|           "iot_dry_rapid_30": "Бързо 30 мин", | ||||
|           "iot_dry_rapid_59": "Бързо 59 мин", | ||||
|           "iot_dry_rapid_60_min_delicates": "Rapid 60' - Delicates", | ||||
|           "iot_dry_shirts": "Ризи", | ||||
|           "iot_dry_swimsuits_and_bikinis": "Бански", | ||||
|           "iot_dry_synthetics": "Синтетика", | ||||
|           "iot_dry_synthetic_dry": "Synthetic Dry", | ||||
|           "iot_dry_tablecloths": "Покривки", | ||||
|           "iot_dry_technical_fabrics": "Технически тъкани", | ||||
|           "iot_dry_warm_embrace": "Warm Embrace", | ||||
|           "iot_dry_wool": "Вълна", | ||||
|           "iot_dry_wool_dry": "Вълна", | ||||
|           "iot_wash_and_dry": "Wash and dry", | ||||
|           "iot_wash_anti_mites": "Anti-mites", | ||||
|           "iot_wash_anti_odor": "Anti-odour", | ||||
|           "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|           "iot_wash_ariel_cold_cycle": "Ariel Cold Clean", | ||||
|           "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", | ||||
|           "iot_wash_baby_sanitizer": "Sanitizer", | ||||
|           "iot_wash_baby_sanitizer_steam": "Sanitiser + Steam", | ||||
|           "iot_wash_backpacks": "Backpacks", | ||||
|           "iot_wash_backpacks_zelig": "Backpacks", | ||||
|           "iot_wash_bathrobe": "Bathrobes and Towels", | ||||
|           "iot_wash_bathrobe_steam": "Bathrobe and Towels + Steam", | ||||
|           "iot_wash_bed_linen": "Bed Linen", | ||||
|           "iot_wash_bed_linen_steam": "Bed Linen + Steam", | ||||
|           "iot_wash_bed_linen_zelig": "Bed Linens", | ||||
|           "iot_wash_big_single_load": "Big single load", | ||||
|           "iot_wash_bleaching": "Bleaching", | ||||
|           "iot_wash_blood_stains": "Bloodstains", | ||||
|           "iot_wash_cashmere": "Cashmere", | ||||
|           "iot_wash_chocolate_stains": "Chocolate stains", | ||||
|           "iot_wash_cold_wash": "Cold Wash", | ||||
|           "iot_wash_colored": "Colored", | ||||
|           "iot_wash_colored_anti_stain": "Colored Anti-stain", | ||||
|           "iot_wash_colored_delicate": "Colored Delicate", | ||||
|           "iot_wash_coloured": "Colored", | ||||
|           "iot_wash_coloured_bed_linen": "Colored Bed Linen", | ||||
|           "iot_wash_coloured_bed_linen_steam": "Coloured Bed Linen + Steam", | ||||
|           "iot_wash_coloured_curtains": "Colored Curtains", | ||||
|           "iot_wash_coloured_shirts": "Colored Shirts", | ||||
|           "iot_wash_coloured_shirts_steam": "Colored Shirts + Steam", | ||||
|           "iot_wash_coloured_steam": "Colored + Steam", | ||||
|           "iot_wash_coloured_tableclothes": "Colored Tableclothes", | ||||
|           "iot_wash_coloured_tableclothes_steam": "Coloured Tablecloths + Steam", | ||||
|           "iot_wash_cotton": "Cotton", | ||||
|           "iot_wash_cotton_steam": "Cotton + Steam", | ||||
|           "iot_wash_cuddly_toys": "Cuddly Toys", | ||||
|           "iot_wash_curtains": "Curtains", | ||||
|           "iot_wash_curtains_steam": "Curtains + Steam", | ||||
|           "iot_wash_curtains_zelig": "Curtains", | ||||
|           "iot_wash_dark": "Darks", | ||||
|           "iot_wash_darks_and_coloured_44": "Darks and Colored 44'", | ||||
|           "iot_wash_darks_and_coloured_59": "Darks and Colored 59'", | ||||
|           "iot_wash_darks_and_coloured_xl": "Darks and Colored XL", | ||||
|           "iot_wash_dark_steam": "Darks + Steam", | ||||
|           "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|           "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|           "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|           "iot_wash_delicate": "Delicates", | ||||
|           "iot_wash_delicate_antiallergy": "Delicate Anti-Allergy", | ||||
|           "iot_wash_delicate_antiallergy_steam": "Delicate Anti-Allergy + Steam", | ||||
|           "iot_wash_delicate_antiallergy_zelig": "Delicate Anti-Allergy", | ||||
|           "iot_wash_delicate_colors": "Delicate Colors", | ||||
|           "iot_wash_delicate_colors_steam": "Delicate Colors + Steam", | ||||
|           "iot_wash_delicate_dark": "Delicate Darks", | ||||
|           "iot_wash_delicate_steam": "Delicates + Steam", | ||||
|           "iot_wash_delicate_tablecloths": "Delicate Tablecloths", | ||||
|           "iot_wash_delicate_tablecloths_steam": "Delicate Tablecloths + Steam", | ||||
|           "iot_wash_delicate_whites": "Delicate Whites", | ||||
|           "iot_wash_denim_jeans": "Denim - Jeans", | ||||
|           "iot_wash_diving_suits": "Diving Suits", | ||||
|           "iot_wash_diving_suits_zelig": "Diving Suits", | ||||
|           "iot_wash_down_jackets": "Down Jackets", | ||||
|           "iot_wash_down_jackets_zelig": "Down Jackets", | ||||
|           "iot_wash_duvet": "Duvet", | ||||
|           "iot_wash_fruit_stains": "Fruit stains", | ||||
|           "iot_wash_gym_fit": "Gym Fit - Fitness", | ||||
|           "iot_wash_handwash": "Handwash", | ||||
|           "iot_wash_handwash_colored": "Handwash Colored", | ||||
|           "iot_wash_handwash_dark": "Handwash Darks", | ||||
|           "iot_wash_lingerie": "Lingerie", | ||||
|           "iot_wash_masks_refresh": "Masks Refresh", | ||||
|           "iot_wash_masks_sanification": "Masks Sanitization", | ||||
|           "iot_wash_masks_sanification_steam": "Mask Sanitisation + Steam", | ||||
|           "iot_wash_mats": "Mats", | ||||
|           "iot_wash_men_s_trousers": "Trousers", | ||||
|           "iot_wash_mixed": "Mixed", | ||||
|           "iot_wash_mixed_steam": "Mixed + Steam", | ||||
|           "iot_wash_mix_and_coloured_44": "Mix and Colored 44'", | ||||
|           "iot_wash_mix_and_coloured_59": "Mix and Colored 59'", | ||||
|           "iot_wash_mix_and_coloured_xl": "Mix and colored XL", | ||||
|           "iot_wash_new_clothes": "New Clothes", | ||||
|           "iot_wash_perfect_white": "Perfect White", | ||||
|           "iot_wash_perfect_white_steam": "Perfect White + Steam", | ||||
|           "iot_wash_pets": "Pet Accessories", | ||||
|           "iot_wash_pets_hair_removal": "Pets Hair Removal", | ||||
|           "iot_wash_pets_odours_stains_removal": "Pets Odours and Stains Removal", | ||||
|           "iot_wash_pets_steam": "Pet Accessories + Steam", | ||||
|           "iot_wash_playsuits": "Playsuits", | ||||
|           "iot_wash_playsuits_steam": "Playsuits + Steam", | ||||
|           "iot_wash_quick_drum_cleaner": "Quick drum cleaner", | ||||
|           "iot_wash_rapid_14": "Rapid 14’", | ||||
|           "iot_wash_rapid_30": "Rapid 30’", | ||||
|           "iot_wash_rapid_44": "Rapid 44'", | ||||
|           "iot_wash_rapid_59": "Rapid 59'", | ||||
|           "iot_wash_rapid_59_steam": "Rapid 59' + Steam", | ||||
|           "iot_wash_refresh_14_min": "Refresh 14'", | ||||
|           "iot_wash_resistant_colored": "Resistant Colored", | ||||
|           "iot_wash_resistant_dark": "Resistant Darks", | ||||
|           "iot_wash_resistant_whites": "Resistant Whites", | ||||
|           "iot_wash_rinse": "Rinses", | ||||
|           "iot_wash_shirts": "Shirts", | ||||
|           "iot_wash_shirts_steam": "Shirts + Steam", | ||||
|           "iot_wash_silk": "Silk", | ||||
|           "iot_wash_ski_suit": "Ski Suit", | ||||
|           "iot_wash_ski_suit_zelig": "Ski Suit", | ||||
|           "iot_wash_spin": "Spin", | ||||
|           "iot_wash_sport": "Sport", | ||||
|           "iot_wash_sport_anti_odor": "Anti-odour Sportswear", | ||||
|           "iot_wash_sport_anti_odor_zelig": "Anti-odour Sportswear", | ||||
|           "iot_wash_stains_remover": "Stain Remover", | ||||
|           "iot_wash_swimsuits_and_bikinis": "Swimsuits and Bikinis", | ||||
|           "iot_wash_synthetic": "Synthetics", | ||||
|           "iot_wash_synthetic_steam": "Synthetics + Steam", | ||||
|           "iot_wash_tablecloths": "Tablecloths", | ||||
|           "iot_wash_tablecloths_steam": "Tablecloths + Steam", | ||||
|           "iot_wash_technical_fabrics": "Technical Fabrics", | ||||
|           "iot_wash_technical_fabrics_zelig": "Technical Fabrics", | ||||
|           "iot_wash_technical_jackets": "Technical Jackets", | ||||
|           "iot_wash_technical_jackets_zelig": "Technical Jackets", | ||||
|           "iot_wash_trainers": "Trainers", | ||||
|           "iot_wash_whites": "Whites", | ||||
|           "iot_wash_whites_44": "Whites 44'", | ||||
|           "iot_wash_whites_59": "Whites 59'", | ||||
|           "iot_wash_whites_xl": "Whites XL", | ||||
|           "iot_wash_wine_stains": "Wine Stains", | ||||
|           "iot_wash_wool": "Wool", | ||||
|           "jeans": "Jeans", | ||||
|           "jeans_60": "Jeans", | ||||
|           "low_dry": "Low Heat Dry", | ||||
|           "mixed": "Mixed", | ||||
|           "mixed_and_colored_59": "Mixed and Colored 59'", | ||||
|           "mixed_steam": "Mixed + Steam", | ||||
|           "mix_and_colour_59": "Mixed and Colored 59'", | ||||
|           "mix_and_colour_59_steam": "Mixed and Coloured 59' + Steam", | ||||
|           "night_and_day": "Night and Day", | ||||
|           "night_wash": "Night Wash", | ||||
|           "perfect_59": "Perfect 59'", | ||||
|           "perfect_cotton_59": "Perfect Cotton 59'", | ||||
|           "perfect_cotton_59_steam": "Perfect Cotton 59' + Steam", | ||||
|           "perfect_whites_59": "Perfect White 59'", | ||||
|           "rapid_14_min": "Rapid 14'", | ||||
|           "rapid_30_min": "Rapid 30'", | ||||
|           "rapid_44_min": "Rapid 44'", | ||||
|           "rapid_a_class_60": "Rapid 59' A Class", | ||||
|           "rapid_a_class_60_steam": "Rapid 59' A Class + Steam", | ||||
|           "rapid_wash_and_dry_59_min": "Wash and Dry 59'", | ||||
|           "resistant_cotton": "Resistant Cotton", | ||||
|           "resistant_cotton_steam": "Resistant Cotton + Steam", | ||||
|           "rinse": "Rinse", | ||||
|           "shirts_steam": "Shirts + Steam", | ||||
|           "silent_night": "Silent Night", | ||||
|           "single_item": "Single Item", | ||||
|           "single_item_steam": "Single Item + Steam", | ||||
|           "smart_wash": "Smart Wash", | ||||
|           "soft_care": "Soft Care", | ||||
|           "soft_care_steam": "Soft Care + Steam", | ||||
|           "soft_care_steam_title": "Soft Care + Steam", | ||||
|           "special_39": "Special 39'", | ||||
|           "special_39_full_load": "Special 39'", | ||||
|           "special_39_full_load_steam": "Special 39' + Steam", | ||||
|           "special_49": "Special 49'", | ||||
|           "sport_39": "Sport 39'", | ||||
|           "sport_plus_29": "Sport Plus 29'", | ||||
|           "sport_plus_39": "Sport Plus 39'", | ||||
|           "steam_39": "Steam 39'", | ||||
|           "steam_care_pro": "Steam Care Pro", | ||||
|           "steam_care_pro_cotton": "Steam Care Pro - Cottons", | ||||
|           "steam_care_pro_delicates": "Steam Care Pro - Delicates", | ||||
|           "steam_care_pro_synthetic": "Steam Care Pro - Synthetics", | ||||
|           "steam_hygiene_plus": "Hygiene Plus + Steam", | ||||
|           "synthetics": "Synthetics", | ||||
|           "synthetic_and_coloured": "Synthetic and Colored", | ||||
|           "synthetic_and_coloured_steam": "Synthetic and Coloured + Steam", | ||||
|           "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|           "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|           "total_care": "Total Care", | ||||
|           "tumbling": "Tumbling", | ||||
|           "wool": "Wool", | ||||
|           "wool_and_delicates_49": "Wool and Delicates 49'", | ||||
|           "wool_dry": "Wool Dry", | ||||
|           "wool_soft_care": "Wool and Soft Car" | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|  | ||||
| @ -1,953 +0,0 @@ | ||||
| { | ||||
|     "entity": { | ||||
|         "sensor": { | ||||
|             "washing_modes": { | ||||
|                 "state": { | ||||
|                     "0": "P\u0159ipraveno", | ||||
|                     "1": "P\u0159ipraveno", | ||||
|                     "3": "Pozastavit", | ||||
|                     "4": "Napl\u00e1nov\u00e1no", | ||||
|                     "5": "Napl\u00e1nov\u00e1no", | ||||
|                     "6": "Chyba", | ||||
|                     "7": "P\u0159ipraveno" | ||||
|                 } | ||||
|             }, | ||||
|             "program_phases_wm": { | ||||
|                 "state": { | ||||
|                     "0": "P\u0159ipraveno", | ||||
|                     "1": "Pran\u00ed", | ||||
|                     "2": "Pran\u00ed", | ||||
|                     "3": "Odst\u0159e\u010fov\u00e1n\u00ed", | ||||
|                     "4": "M\u00e1ch\u00e1n\u00ed", | ||||
|                     "5": "M\u00e1ch\u00e1n\u00ed", | ||||
|                     "6": "M\u00e1ch\u00e1n\u00ed", | ||||
|                     "7": "Su\u0161en\u00ed", | ||||
|                     "9": "P\u00e1ra", | ||||
|                     "10": "P\u0159ipraveno", | ||||
|                     "11": "Odst\u0159e\u010fov\u00e1n\u00ed", | ||||
|                     "12": "V\u00e1\u017een\u00ed ", | ||||
|                     "13": "V\u00e1\u017een\u00ed ", | ||||
|                     "14": "Pran\u00ed", | ||||
|                     "15": "Pran\u00ed", | ||||
|                     "16": "Pran\u00ed", | ||||
|                     "17": "M\u00e1ch\u00e1n\u00ed", | ||||
|                     "18": "M\u00e1ch\u00e1n\u00ed", | ||||
|                     "19": "Napl\u00e1nov\u00e1no", | ||||
|                     "20": "Keep Fresh", | ||||
|                     "24": "Osv\u011b\u017een\u00ed", | ||||
|                     "25": "Pran\u00ed", | ||||
|                     "26": "Oh\u0159ev", | ||||
|                     "27": "Pran\u00ed" | ||||
|                 }, | ||||
|                 "name": "F\u00e1ze" | ||||
|             }, | ||||
|             "program_phases_td": { | ||||
|                 "state": { | ||||
|                     "0": "P\u0159ipraveno", | ||||
|                     "1": "Su\u0161en\u00ed", | ||||
|                     "2": "Su\u0161en\u00ed", | ||||
|                     "3": "Vychladnut\u00ed", | ||||
|                     "13": "Vychladnut\u00ed", | ||||
|                     "14": "Su\u0161en\u00ed", | ||||
|                     "15": "Su\u0161en\u00ed", | ||||
|                     "16": "Vychladnut\u00ed", | ||||
|                     "18": "Keep Fresh", | ||||
|                     "19": "Su\u0161en\u00ed", | ||||
|                     "20": "Su\u0161en\u00ed" | ||||
|                 }, | ||||
|                 "name": "F\u00e1ze" | ||||
|             }, | ||||
|             "program_phases_dw": { | ||||
|                 "state": { | ||||
|                     "0": "P\u0159ipraveno", | ||||
|                     "1": "P\u0159edp\u00edrka", | ||||
|                     "2": "Pran\u00ed", | ||||
|                     "3": "M\u00e1ch\u00e1n\u00ed", | ||||
|                     "4": "Su\u0161en\u00ed", | ||||
|                     "5": "P\u0159ipraveno", | ||||
|                     "6": "Hot rinse" | ||||
|                 }, | ||||
|                 "name": "F\u00e1ze" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Bez su\u0161en\u00ed", | ||||
|                     "1": "\u017dehlen\u00ed", | ||||
|                     "2": "Do sk\u0159\u00edn\u011b", | ||||
|                     "3": "Do sk\u0159\u00edn\u011b", | ||||
|                     "4": "Extra such\u00e9", | ||||
|                     "12": "\u017dehlen\u00ed", | ||||
|                     "13": "Do sk\u0159\u00edn\u011b", | ||||
|                     "14": "P\u0159ipraveno k oble\u010den\u00ed", | ||||
|                     "15": "Extra such\u00e9" | ||||
|                 }, | ||||
|                 "name": "\u00darove\u0148 su\u0161en\u00ed" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Proti poma\u010dk\u00e1n\u00ed" | ||||
|             }, | ||||
|             "power": { | ||||
|                 "name": "Stupe\u0148 v\u00fdkonu" | ||||
|             }, | ||||
|             "remaining_time": { | ||||
|                 "name": "Zb\u00fdvaj\u00edc\u00ed \u010das" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Teplota" | ||||
|             }, | ||||
|             "water_efficiency": { | ||||
|                 "name": "Efektivn\u00ed vyu\u017e\u00edv\u00e1n\u00ed vody" | ||||
|             }, | ||||
|             "water_saving": { | ||||
|                 "name": "\u00daspora vody" | ||||
|             }, | ||||
|             "duration": { | ||||
|                 "name": "D\u00e9lka" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "C\u00edlov\u00e1 teplota" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Odst\u0159e\u010fov\u00e1n\u00ed" | ||||
|             }, | ||||
|             "steam_leve": { | ||||
|                 "name": "\u00darove\u0148 p\u00e1ry" | ||||
|             }, | ||||
|             "dirt_level": { | ||||
|                 "name": "M\u00edra zne\u010di\u0161t\u011bn\u00ed" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Odlo\u017een\u00e9 spu\u0161t\u011bn\u00ed" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Doba su\u0161en\u00ed" | ||||
|             }, | ||||
|             "suggested_load": { | ||||
|                 "name": "Kapacita n\u00e1pln\u011b" | ||||
|             }, | ||||
|             "energy_label": { | ||||
|                 "name": "Energetick\u00e1 \u00fa\u010dinnost" | ||||
|             }, | ||||
|             "det_dust": { | ||||
|                 "name": "Pr\u00e1\u0161ky" | ||||
|             }, | ||||
|             "det_liquid": { | ||||
|                 "name": "Tekut\u00e9 prost\u0159edky" | ||||
|             } | ||||
|         }, | ||||
|         "select": { | ||||
|             "programs_dw": { | ||||
|                 "state": { | ||||
|                     "59_min": "Rychl\u00fd 59'", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "auto_care_soil": "Auto Care", | ||||
|                     "auto_plus": "AutoPlus", | ||||
|                     "auto_sensor": "Auto Sensor", | ||||
|                     "auto_sensor_soil": "Auto Sensor", | ||||
|                     "auto_universal": "Auto univerz\u00e1ln\u00ed 50 -60\u00b0C", | ||||
|                     "auto_universal_plus": "Auto univerz\u00e1ln\u00ed plus 65 - 75\u00b0C", | ||||
|                     "auto_universal_plus_soil": "Auto univerz\u00e1ln\u00ed plus 65 - 75\u00b0C", | ||||
|                     "auto_universal_soil": "Auto univerz\u00e1ln\u00ed 50 -60\u00b0C", | ||||
|                     "auto_wash": "Automatick\u00e9 pran\u00ed", | ||||
|                     "auto_wash_soil": "Automatick\u00e9 pran\u00ed", | ||||
|                     "classe_a_59": "A t\u0159\u00edda 1 h 65\u00b0C", | ||||
|                     "delicate": "Jemn\u00fd 45\u00b0C", | ||||
|                     "dishwasher_care": "Cyklus odstra\u0148ov\u00e1n\u00ed vodn\u00edho kamene", | ||||
|                     "eco": "Eco", | ||||
|                     "eco_asynch": "Eko 45 \u00b0C", | ||||
|                     "eco_bldc": "Eko 45 \u00b0C", | ||||
|                     "eco_synch": "Eko 45 \u00b0C", | ||||
|                     "gentle_wash": "Gentle wash", | ||||
|                     "glass": "Sklo", | ||||
|                     "glassware": "Sklo 45 \u00b0C", | ||||
|                     "glass_care": "Glass Care", | ||||
|                     "hygiene": "Hygiena", | ||||
|                     "hygiene_plus": "Hygienick\u00fd+ 75 \u00b0C", | ||||
|                     "intensive": "Intenzivn\u00ed", | ||||
|                     "intensive_rapid": "intenzivn\u00ed rychl\u00fd", | ||||
|                     "iot_auto_sensor": "Auto Sensor", | ||||
|                     "iot_auto_universal_soil": "Auto univerz\u00e1ln\u00ed 50 -60\u00b0C", | ||||
|                     "iot_auto_wash_soil": "Automatick\u00e9 pran\u00ed", | ||||
|                     "iot_baby_care": "P\u00e9\u010de o d\u011bti", | ||||
|                     "iot_breakfast": "Sn\u00eddan\u011b", | ||||
|                     "iot_checkup": "Kontrola", | ||||
|                     "iot_china_crystals": "\u010c\u00ednsk\u00fd k\u0159i\u0161\u0165\u00e1l", | ||||
|                     "iot_classe_a_59": "Rychl\u00fd 59'", | ||||
|                     "iot_cocktail_glasses": "Koktejlov\u00e9 sklenice", | ||||
|                     "iot_cocktail_glasses_soil": "Koktejlov\u00e9 sklenice", | ||||
|                     "iot_daily_care": "Ka\u017edodenn\u00ed p\u00e9\u010de", | ||||
|                     "iot_daily_care_soil": "Ka\u017edodenn\u00ed p\u00e9\u010de", | ||||
|                     "iot_delicate": "Jemn\u00fd 45\u00b0C", | ||||
|                     "iot_dinner_for_two": "Ve\u010de\u0159e pro 2", | ||||
|                     "iot_dinner_for_two_soil": "Ve\u010de\u0159e pro 2", | ||||
|                     "iot_dreft_quick_cycle": "Dreft Quick", | ||||
|                     "iot_eco_asynch": "Eko 45 \u00b0C", | ||||
|                     "iot_eco_bldc": "Eko 45 \u00b0C", | ||||
|                     "iot_eco_synch": "Eko 45 \u00b0C", | ||||
|                     "iot_extra_hygiene": "Hygiena extra", | ||||
|                     "iot_fairy_quick_cycle": "Fairy Quick", | ||||
|                     "iot_happy_hour": "Happy Hour", | ||||
|                     "iot_jar_quick_cycle": "Jar Quick", | ||||
|                     "iot_party": "Party", | ||||
|                     "iot_party_soil": "Party", | ||||
|                     "iot_pizza_menu": "N\u00e1dob\u00ed na pizzu", | ||||
|                     "iot_pizza_menu_soil": "N\u00e1dob\u00ed na pizzu", | ||||
|                     "iot_plastic_tupperware": "Plastov\u00e9 n\u00e1dob\u00ed a Tupperware", | ||||
|                     "iot_porcelain": "Porcel\u00e1n", | ||||
|                     "iot_power_mix_wash": "Power Mix Wash", | ||||
|                     "iot_power_mix_wash_soil": "Power Mix Wash", | ||||
|                     "iot_prewash": "P\u0159edp\u00edrka", | ||||
|                     "iot_pyrex_and_glassware": "Pyrex a sklen\u011bn\u00e9 n\u00e1dob\u00ed", | ||||
|                     "iot_rapid_29": "Rychly 29'", | ||||
|                     "iot_rapid_39": "Rychl\u00fd 39' 60 \u00b0C", | ||||
|                     "iot_single": "Jedna osoba", | ||||
|                     "iot_steam": "Parn\u00ed 75 \u00b0C", | ||||
|                     "iot_super_flash": "Super rychl\u00fd", | ||||
|                     "iot_super_wash": "Super myt\u00ed", | ||||
|                     "iot_turbopower": "TurboPower", | ||||
|                     "iot_universal": "Univerz\u00e1ln\u00ed 60 \u00b0C", | ||||
|                     "iot_wok_grids_maxi_pans": "Speci\u00e1ln\u00ed p\u00e1nve (Woky \u2013 m\u0159\u00ed\u017eky a velik\u00e9 p\u00e1nve)", | ||||
|                     "iot_wok_grids_maxi_pans_soil": "Speci\u00e1ln\u00ed p\u00e1nve (Woky \u2013 m\u0159\u00ed\u017eky a velik\u00e9 p\u00e1nve)", | ||||
|                     "iot_yes_quick_cycle": "Yes Quick", | ||||
|                     "night": "Ultra tich\u00fd 55\u00b0C", | ||||
|                     "prewash": "P\u0159edp\u00edrka", | ||||
|                     "rapid_20": "Rychl\u00fd 20'", | ||||
|                     "rapid_24": "Rychly 24'", | ||||
|                     "rapid_29": "Rychly 29' 50\u00b0C", | ||||
|                     "rapid_35": "Wash&Dry 35'", | ||||
|                     "rapid_39": "Rychl\u00fd 39' 60 \u00b0C", | ||||
|                     "rapid_49": "Rychl\u00fd 49'", | ||||
|                     "rapid_59": "Rychl\u00fd 59'", | ||||
|                     "sanitising": "Dezinfekce", | ||||
|                     "silence": "Silence", | ||||
|                     "silent": "Noc", | ||||
|                     "silent_care": "Silent Care", | ||||
|                     "smart_ai": "Smart AI", | ||||
|                     "special": "speci\u00e1ln\u00ed", | ||||
|                     "special_pw_prz": "speci\u00e1ln\u00ed", | ||||
|                     "steam": "Parn\u00ed 75 \u00b0C", | ||||
|                     "steam_plus": "P\u00e1ra plus 75\u00a0\u00b0C", | ||||
|                     "total_care": "Total Care 50\u00b0C", | ||||
|                     "ultra_silence": "Ultra tich\u00fd 55\u00b0C", | ||||
|                     "ultra_silent": "Ultra tich\u00fd 55\u00b0C", | ||||
|                     "universal": "Univerz\u00e1ln\u00ed 60 \u00b0C", | ||||
|                     "universal_plus": "Univerz\u00e1ln\u00ed Plus 70 \u00b0C", | ||||
|                     "zoom_39": "Zoom 39 min" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "state": { | ||||
|                     "iot_special_ash_brown": "Bramborov\u00e1 placka", | ||||
|                     "iot_special_beef_fillet": "Sv\u00ed\u010dkov\u00e1", | ||||
|                     "iot_special_beef_veal_stew": "Du\u0161en\u00e9 hov\u011bz\u00ed a telec\u00ed maso", | ||||
|                     "iot_special_boiled_rice": "Va\u0159en\u00e1 r\u00fd\u017ee", | ||||
|                     "iot_special_chicken_breast": "Ku\u0159ec\u00ed prsa", | ||||
|                     "iot_special_chicken_legs": "Ku\u0159ec\u00ed stehna", | ||||
|                     "iot_special_chocolate_pudding": "\u010cokol\u00e1dov\u00fd pudink", | ||||
|                     "iot_special_entrecote": "Ro\u0161t\u011bn\u00e1", | ||||
|                     "iot_special_fresh_tuna": "\u010cerstv\u00fd tu\u0148\u00e1k", | ||||
|                     "iot_special_grilled_vegetables": "Grilovan\u00e1 zelenina", | ||||
|                     "iot_special_lamb_cutlet": "Jehn\u011b\u010d\u00ed kotletka", | ||||
|                     "iot_special_meatballs": "Masov\u00e9 kuli\u010dky", | ||||
|                     "iot_special_minestrone": "Minestrone", | ||||
|                     "iot_special_mussels": "Sl\u00e1vky", | ||||
|                     "iot_special_omelette": "Omeleta", | ||||
|                     "iot_special_pancakes": "Pala\u010dinka", | ||||
|                     "iot_special_paris_style_peas": "Hr\u00e1\u0161ek po pa\u0159\u00ed\u017esku", | ||||
|                     "iot_special_poached_eggs": "S\u00e1zen\u00e1 vejce", | ||||
|                     "iot_special_pork_fillet": "Vep\u0159ov\u00fd pl\u00e1tek", | ||||
|                     "iot_special_pork_ribs": "Vep\u0159ov\u00e1 \u017eebra", | ||||
|                     "iot_special_prawns": "Krevety", | ||||
|                     "iot_special_quinoa": "Quinoa", | ||||
|                     "iot_special_ratatouille": "Ratatouille", | ||||
|                     "iot_special_salmon_fillet": "Filet z lososa", | ||||
|                     "iot_special_saute_potatoes": "Restovan\u00e9 brambory", | ||||
|                     "iot_special_scallops": "Lastury", | ||||
|                     "iot_special_scrambled_eggs": "Sma\u017een\u00e1 vaj\u00ed\u010dka", | ||||
|                     "iot_special_spelt": "\u0160palda", | ||||
|                     "iot_special_veggy_noodles": "Vegetari\u00e1nsk\u00e9 nudle", | ||||
|                     "iot_special_white_fish_fillet": "Filety z b\u00edl\u00fdch ryb", | ||||
|                     "iot_standard_boiling": "Va\u0159en\u00ed", | ||||
|                     "iot_standard_frying": "Sma\u017eit", | ||||
|                     "iot_standard_keep_warm": "Udr\u017eov\u00e1n\u00ed tepla", | ||||
|                     "iot_standard_melting": "Rozpustit", | ||||
|                     "iot_standard_simmering": "Slab\u00e9 va\u0159en\u00ed" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "state": { | ||||
|                     "bakery": "T\u011bstoviny a pe\u010divo", | ||||
|                     "bakery_steam": "Chl\u00e9b pe\u010den\u00fd v p\u00e1\u0159e", | ||||
|                     "bottom_heating": "Spodn\u00ed oh\u0159ev", | ||||
|                     "bottom_heating_fan": "Spodn\u00ed oh\u0159ev + ventil\u00e1tor", | ||||
|                     "bread": "Chl\u00e9b", | ||||
|                     "bread_steam": "Pe\u010divo pe\u010den\u00e9 v p\u00e1\u0159e", | ||||
|                     "convection_fan": "Statick\u00fd + ventil\u00e1tor", | ||||
|                     "convection_fan_turnspit": "Konvekce + ventil\u00e1tor + ro\u017ee\u0148", | ||||
|                     "conventional": "Statick\u00fd", | ||||
|                     "conventional_turnspit": "Konvek\u010dn\u00ed + ro\u017ee\u0148", | ||||
|                     "defrost": "Rozmrazov\u00e1n\u00ed", | ||||
|                     "descaling": "Odstra\u0148ov\u00e1n\u00ed vodn\u00edho kamene", | ||||
|                     "fish": "Ryby", | ||||
|                     "fish_steam": "Ryby p\u0159ipravovan\u00e9 v p\u00e1\u0159e", | ||||
|                     "grill_cata": "Gril", | ||||
|                     "grill_fan_cata": "Ventil\u00e1tor grilu", | ||||
|                     "grill_fan_pyro": "Gril + ventil\u00e1tor", | ||||
|                     "grill_pyro": "Gril", | ||||
|                     "h20_clean": "H2O-Clean", | ||||
|                     "iot_bread": "Chl\u00e9b", | ||||
|                     "iot_h20_clean": "h2O clean", | ||||
|                     "leavening": "Kynut\u00ed", | ||||
|                     "low_temp_cooking": "P\u0159\u00edprava p\u0159i n\u00edzk\u00fdch teplot\u00e1ch", | ||||
|                     "low_temp_cooking_fish": "P\u0159\u00edprava ryb p\u0159i n\u00edzk\u00fdch teplot\u00e1ch", | ||||
|                     "low_temp_cooking_fish_steam": "P\u0159\u00edprava ryb v p\u00e1\u0159e p\u0159i n\u00edzk\u00fdch teplot\u00e1ch", | ||||
|                     "low_temp_cooking_meat": "P\u0159\u00edprava masa p\u0159i n\u00edzk\u00fdch teplot\u00e1ch", | ||||
|                     "low_temp_cooking_meat_steam": "P\u0159\u00edprava masa v p\u00e1\u0159e p\u0159i n\u00edzk\u00fdch teplot\u00e1ch", | ||||
|                     "low_temp_cooking_steam": "P\u0159\u00edprava v p\u00e1\u0159e p\u0159i n\u00edzk\u00fdch teplot\u00e1ch", | ||||
|                     "meat": "Maso", | ||||
|                     "meat_steam": "Maso p\u0159ipravovan\u00e9 v p\u00e1\u0159e", | ||||
|                     "multi_level": "V\u00edce\u00farov\u0148ov\u00e9", | ||||
|                     "paella": "Paella", | ||||
|                     "pasta_and_bakery": "T\u011bstoviny a pe\u010divo", | ||||
|                     "pizza": "Pizza", | ||||
|                     "pyrolysis": "Pyrol\u00fdza", | ||||
|                     "pyrolysis_plus": "Pyrol\u00fdza +", | ||||
|                     "red_meat": "Tmav\u00e9 maso", | ||||
|                     "red_meat_steam": "\u010cerven\u00e9 maso p\u0159ipravovan\u00e9 v p\u00e1\u0159e", | ||||
|                     "regenerate": "Regenerace", | ||||
|                     "soft_plus": "Soft +", | ||||
|                     "super_grill": "Super gril", | ||||
|                     "tailor_bake": "Tailor bake", | ||||
|                     "tailor_bake_cata": "Tailor Bake", | ||||
|                     "tailor_bake_desctiption": "Tato funkce je ide\u00e1ln\u00ed pro p\u0159\u00edpravu pokrm\u016f, kter\u00e9 jsou uvnit\u0159 m\u011bkk\u00e9 a na povrchu k\u0159upav\u00e9.\r\r\r\r\r\r\r\r\r\nTato funkce sni\u017euje pot\u0159ebn\u00e9 mno\u017estv\u00ed tuku nebo oleje pro zdravou dietu.\r\r\r\r\r\r\r\r\r\nKombinace topn\u00fdch t\u011bles s cyklem pulzuj\u00edc\u00edho vzduchu zaru\u010duje dokonal\u00e9 v\u00fdsledky pe\u010den\u00ed.", | ||||
|                     "tailor_bake_pyro": "Tailor Bake", | ||||
|                     "vegetables": "Zelenina", | ||||
|                     "vegetables_cata": "Zelenina", | ||||
|                     "vegetables_pyro": "Zelenina", | ||||
|                     "water_discharge": "Odtok vody", | ||||
|                     "white_meat": "B\u00edl\u00e9 maso", | ||||
|                     "white_meat_steam": "B\u00edl\u00e9 maso p\u0159ipravovan\u00e9 v p\u00e1\u0159e" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "state": { | ||||
|                     "active_dry": "Aktivn\u00ed su\u0161en\u00ed", | ||||
|                     "allergy_care": "Antialergick\u00fd", | ||||
|                     "all_in_one": "All in One", | ||||
|                     "antiallergy": "Antialergick\u00fd", | ||||
|                     "anti_odours": "Proti z\u00e1pachu", | ||||
|                     "auto_care": "Automatick\u00e1 p\u00e9\u010de", | ||||
|                     "baby": "D\u011btsk\u00e9", | ||||
|                     "bed_quilt": "Lo\u017en\u00ed p\u0159ikr\u00fdvka", | ||||
|                     "care_30": "P\u00e9\u010de 30", | ||||
|                     "care_45": "P\u00e9\u010de 45", | ||||
|                     "care_59": "P\u00e9\u010de 59", | ||||
|                     "coloured": "Barevn\u00e9", | ||||
|                     "daily_45_min": "DENNI 45'", | ||||
|                     "daily_perfect_59_min": "DENNI PERFEKTNI 59'", | ||||
|                     "darks_and_coloured": "Tmav\u00e9 a barevn\u00e9", | ||||
|                     "delicates": "Jemn\u00e9", | ||||
|                     "duvet": "P\u0159ikr\u00fdvky", | ||||
|                     "eco": "Eco bavlna", | ||||
|                     "ecospeed_cottons": "Ecospeed bavlna", | ||||
|                     "ecospeed_delicates": "Eco rychly - jemne", | ||||
|                     "ecospeed_mixed": "Ecospeed sm\u011bsn\u00e9", | ||||
|                     "extra_hygiene": "HYGIENA EXTRA", | ||||
|                     "fitness": "Cvi\u010den\u00ed", | ||||
|                     "fresh_care": "Sv\u011b\u017e\u00ed p\u00e9\u010de", | ||||
|                     "genius": "Genius", | ||||
|                     "hqd_baby_care": "Baby Care", | ||||
|                     "hqd_bath_towel": "Ru\u010dn\u00edky", | ||||
|                     "hqd_bed_sheets": "Povle\u010den\u00ed", | ||||
|                     "hqd_bulky": "Objemn\u00e9 kusy", | ||||
|                     "hqd_casual": "Casual", | ||||
|                     "hqd_cold_wind_30": "Chladn\u00fd v\u00e1nek 30\u00a0minut", | ||||
|                     "hqd_cold_wind_timing": "Chladn\u00fd v\u00e1nek ", | ||||
|                     "hqd_cotton": "Bavlna", | ||||
|                     "hqd_curtain": "Z\u00e1clony", | ||||
|                     "hqd_delicate": "Jemn\u00e9", | ||||
|                     "hqd_diaper": "Pleny", | ||||
|                     "hqd_duvet": "P\u0159ikr\u00fdvky", | ||||
|                     "hqd_feather": "Pro\u0161\u00edvan\u00e9 bundy", | ||||
|                     "hqd_hot_wind_timing": "Hork\u00fd vzduch", | ||||
|                     "hqd_hygienic": "Dezinfekce", | ||||
|                     "hqd_i_refresh": "I-Refresh", | ||||
|                     "hqd_i_refresh_pro": "I-Refresh Pro", | ||||
|                     "hqd_jacket": "Bundy", | ||||
|                     "hqd_jeans": "D\u017e\u00edny", | ||||
|                     "hqd_luxury": "Luxusn\u00ed", | ||||
|                     "hqd_mix": "Sm\u011bsn\u00e9", | ||||
|                     "hqd_night_dry": "Su\u0161en\u00ed p\u0159es noc", | ||||
|                     "hqd_outdoor": "Outdoor", | ||||
|                     "hqd_precious_cure": "Precious cure", | ||||
|                     "hqd_quick_20": "Rychl\u00fd 20", | ||||
|                     "hqd_quick_30": "Rychl\u00fd 30", | ||||
|                     "hqd_quick_dry": "Rychl\u00e9 su\u0161en\u00ed", | ||||
|                     "hqd_quilt": "Deky", | ||||
|                     "hqd_refresh": "Osv\u011b\u017een\u00ed", | ||||
|                     "hqd_school_uniform": "\u0160koln\u00ed uniformy", | ||||
|                     "hqd_shirt": "Ko\u0161ile", | ||||
|                     "hqd_shoes": "Obuv", | ||||
|                     "hqd_silk": "Hedv\u00e1b\u00ed", | ||||
|                     "hqd_sports": "Sportovn\u00ed", | ||||
|                     "hqd_synthetics": "Syntetika", | ||||
|                     "hqd_timer": "Na\u010dasov\u00e1no", | ||||
|                     "hqd_towel": "Ru\u010dn\u00edky", | ||||
|                     "hqd_underwear": "Spodn\u00ed pr\u00e1dlo", | ||||
|                     "hqd_warm_up": "Oh\u0159\u00e1t\u00ed", | ||||
|                     "hqd_wool": "Vlna", | ||||
|                     "hqd_working_suit": "Pracovn\u00ed od\u011bvy", | ||||
|                     "hygiene": "Hygiena", | ||||
|                     "iot_checkup": "Kontrola", | ||||
|                     "iot_dry_anti_mites": "Proti rozto\u010d\u016fm", | ||||
|                     "iot_dry_baby": "D\u011btsk\u00e9", | ||||
|                     "iot_dry_backpacks": "Batohy", | ||||
|                     "iot_dry_bathrobe": "\u017dupany", | ||||
|                     "iot_dry_bed_linen": "Lo\u017en\u00ed pr\u00e1dlo", | ||||
|                     "iot_dry_bed_quilt": "Lo\u017en\u00ed p\u0159ikr\u00fdvka", | ||||
|                     "iot_dry_cotton": "Bavlna", | ||||
|                     "iot_dry_cuddly_toys": "Ply\u0161ov\u00e9 hra\u010dky", | ||||
|                     "iot_dry_curtains": "Z\u00e1v\u011bsy", | ||||
|                     "iot_dry_dehumidifier": "Odstra\u0148ova\u010d vlhkosti", | ||||
|                     "iot_dry_delicates": "Jemn\u00e9 pr\u00e1dlo", | ||||
|                     "iot_dry_delicate_tablecloths": "Jemn\u00e9 ubrusy", | ||||
|                     "iot_dry_denim_jeans": "D\u017e\u00ednovina - d\u017e\u00edny", | ||||
|                     "iot_dry_down_jacket": "Jacket", | ||||
|                     "iot_dry_duvet": "P\u0159ikr\u00fdvky", | ||||
|                     "iot_dry_easy_iron_cotton": "Super snadn\u00e9 \u017eehlen\u00ed", | ||||
|                     "iot_dry_easy_iron_synthetics": "Velmi snadn\u00e9 \u017eehlen\u00ed - syntetika", | ||||
|                     "iot_dry_gym_fit": "Sportovn\u00ed oble\u010den\u00ed", | ||||
|                     "iot_dry_lingerie": "Spodn\u00ed pr\u00e1dlo", | ||||
|                     "iot_dry_mixed": "Sm\u00ed\u0161en\u00e9", | ||||
|                     "iot_dry_playsuits": "Tepl\u00e1ky", | ||||
|                     "iot_dry_rapid_30": "Rapid 30", | ||||
|                     "iot_dry_rapid_59": "Rychl\u00fd 59'.", | ||||
|                     "iot_dry_refresh": "Osv\u011b\u017een\u00ed", | ||||
|                     "iot_dry_regenerates_waterproof": "O\u017eiven\u00ed nepromokav\u00fdch tkanin", | ||||
|                     "iot_dry_relax_creases": "Uvoln\u011bn\u00ed z\u00e1hyb\u016f", | ||||
|                     "iot_dry_shirts": "Ko\u0161ile", | ||||
|                     "iot_dry_small_load": "Mal\u00e1 n\u00e1pl\u0148", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Plavky", | ||||
|                     "iot_dry_synthetics": "Syntetika", | ||||
|                     "iot_dry_synthetic_dry": "Syntetika - such\u00e9", | ||||
|                     "iot_dry_tablecloths": "Ubrusy", | ||||
|                     "iot_dry_technical_fabrics": "Technick\u00e9 tkaniny", | ||||
|                     "iot_dry_warm_embrace": "D\u011btsk\u00e1 zavinova\u010dka", | ||||
|                     "iot_dry_wool": "Woolmark", | ||||
|                     "jeans": "D\u017e\u00edny", | ||||
|                     "mix_and_dry": "Mix a such\u00e9", | ||||
|                     "pets": "Zv\u00ed\u0159ata", | ||||
|                     "pre_iron": "P\u0159ed \u017eehlen\u00edm", | ||||
|                     "rapid_30": "Rapid 30", | ||||
|                     "rapid_45": "Rychl\u00fd 45 min", | ||||
|                     "rapid_59": "Perfektn\u011b rychl\u00fd 59 min", | ||||
|                     "refresh": "Osv\u011b\u017een\u00ed", | ||||
|                     "relax_creases": "Uvoln\u011bn\u00ed z\u00e1hyb\u016f", | ||||
|                     "saving_30_min": "USPORNY 30'", | ||||
|                     "shirts": "Ko\u0161ile", | ||||
|                     "shoes": "Obuv", | ||||
|                     "small_load": "Mal\u00e1 n\u00e1pl\u0148", | ||||
|                     "soft_care": "M\u011bkk\u00e1 p\u00e9\u010de", | ||||
|                     "sport_plus": "Sport", | ||||
|                     "super_easy_iron_misti": "Velmi snadn\u00e9 \u017eehlen\u00ed \u2013 sm\u00ed\u0161en\u00e9", | ||||
|                     "super_easy_iron_xxl": "Velmi snadn\u00e9 \u017eehlen\u00ed \u2013 XXL", | ||||
|                     "super_fast_cottons": "Super rychl\u00fd bavlna", | ||||
|                     "super_fast_delicates": "Super rychl\u00fd jemn\u00e9", | ||||
|                     "synthetics": "Syntetika", | ||||
|                     "total_care": "Total Care", | ||||
|                     "trainers": "Sportovn\u00ed obuv", | ||||
|                     "ultra_care": "Ultra Care", | ||||
|                     "waterproof_revitalize": "Obnoven\u00ed vod\u011bodolnosti", | ||||
|                     "whites": "B\u00edl\u00e9 pr\u00e1dlo", | ||||
|                     "wool": "Su\u0161en\u00ed vlny", | ||||
|                     "woolmark": "Woolmark", | ||||
|                     "xxl_load": "XXL n\u00e1pl\u0148", | ||||
|                     "zoom_59": "Zoom 59" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "state": { | ||||
|                     "20_degrees_coloured_cottons": "20\u00b0 barevn\u00e9 a bavln\u011bn\u00e9 l\u00e1tky", | ||||
|                     "20_degrees_new_energy_label": "20 \u00b0C", | ||||
|                     "active_steam": "P\u00e1ra", | ||||
|                     "active_wash": "Aktivn\u00ed pran\u00ed", | ||||
|                     "active_wash_steam": "Aktivn\u00ed pran\u00ed", | ||||
|                     "allergy_care": "Antialergick\u00e1 p\u00e9\u010de", | ||||
|                     "allergy_care_pro": "Antialergick\u00e1 p\u00e9\u010de Pro", | ||||
|                     "all_in_one_49": "V\u0161e v jednom 49'.", | ||||
|                     "all_in_one_59": "V\u0161e v jednom 59'.", | ||||
|                     "all_in_one_59_steam": "Aktivn\u00ed pran\u00ed + p\u00e1ra", | ||||
|                     "autocare": "Autocare", | ||||
|                     "autoclean": "\u010ci\u0161t\u011bn\u00ed bubnu", | ||||
|                     "baby_60": "V\u0161echno d\u011btsk\u00e9 60\u00b0C", | ||||
|                     "care_14": "Rapid care 14'", | ||||
|                     "care_30": "Rapid care 30'", | ||||
|                     "care_44": "Rapid Care 44'", | ||||
|                     "checkup": "Kontrola", | ||||
|                     "colour_59": "Barevn\u00e9 59'", | ||||
|                     "colour_59_steam": "Barevn\u00e9 59'' + p\u00e1ra", | ||||
|                     "cottons": "Bavlna", | ||||
|                     "cottons_prewash": "Bavlna + p\u0159edp\u00edrka", | ||||
|                     "cottons_steam": "Bavlna + P\u00e1ra", | ||||
|                     "cotton_care_59": "Cotton Care 59'", | ||||
|                     "delicate_59": "Jemn\u00e9 59'", | ||||
|                     "delicate_silk": "Jemn\u00e9 hedv\u00e1b\u00ed", | ||||
|                     "delicate_silk_steam": "Jemn\u00e9 hedv\u00e1b\u00ed + p\u00e1ra", | ||||
|                     "delicati_59": "Jemn\u00e9 59'", | ||||
|                     "delicati_59_steam": "Jemn\u00e9 59'", | ||||
|                     "drain_spin": "Od\u010derp\u00e1n\u00ed + odst\u0159ed\u011bn\u00ed", | ||||
|                     "easy_iron": "Snadn\u00e9 \u017eehlen\u00ed", | ||||
|                     "eco_40_60_new_energy_label": "Eco 40-60", | ||||
|                     "extra_care": "Extra P\u00e9\u010de", | ||||
|                     "fitness": "Cvi\u010den\u00ed P\u00e9\u010de", | ||||
|                     "fitness_care": "Cvi\u010den\u00ed P\u00e9\u010de", | ||||
|                     "fresh_care": "Sv\u011b\u017e\u00ed p\u00e9\u010de", | ||||
|                     "fresh_care_steam": "Sv\u011b\u017e\u00ed p\u00e9\u010de + p\u00e1ra", | ||||
|                     "handwash_wool": "Ru\u010dn\u00ed pran\u00ed a vlna", | ||||
|                     "high_dry": "Bavlna - such\u00e9", | ||||
|                     "hqd_20_degrees": "Bavlna 20\u00a0\u2103", | ||||
|                     "hqd_allergy": "Antialergick\u00e1 p\u00e9\u010de", | ||||
|                     "hqd_autoclean": "\u010ci\u0161t\u011bn\u00ed bubnu", | ||||
|                     "hqd_babycare": "P\u00e9\u010de o d\u011bti", | ||||
|                     "hqd_checkup": "Kontrola", | ||||
|                     "hqd_cottons": "Bavlna", | ||||
|                     "hqd_delicate": "Jemn\u00e9", | ||||
|                     "hqd_delicate_cradle": "Jemn\u00e9", | ||||
|                     "hqd_dry": "Bavlna - such\u00e9", | ||||
|                     "hqd_dry_synthetics": "Sm\u011bsn\u00e9 - such\u00e9", | ||||
|                     "hqd_duvet": "P\u0159ikr\u00fdvky", | ||||
|                     "hqd_eco_40_60_degrees": "Eco 40-60", | ||||
|                     "hqd_handwash_wool": "Vlna", | ||||
|                     "hqd_i_refresh": "i-Refresh", | ||||
|                     "hqd_mix": "Sm\u00ed\u0161en\u00e9", | ||||
|                     "hqd_quick_15": "Rychl\u00fd 15'", | ||||
|                     "hqd_quick_wash_57": "Rychl\u00e9 pran\u00ed 57 min", | ||||
|                     "hqd_rapid_wash_and_dry": "Pran\u00ed a su\u0161en\u00ed", | ||||
|                     "hqd_refresh": "Osv\u011b\u017een\u00ed", | ||||
|                     "hqd_rinse": "M\u00e1ch\u00e1n\u00ed", | ||||
|                     "hqd_shirts": "Ko\u0161ile", | ||||
|                     "hqd_smart": "Smart A.I.", | ||||
|                     "hqd_spin": "Odst\u0159e\u010fov\u00e1n\u00ed", | ||||
|                     "hqd_sport": "Sportovn\u00ed", | ||||
|                     "hqd_super_fast": "Rychl\u00fd 39\u2019", | ||||
|                     "hqd_synthetic_and_coloured": "Syntetika", | ||||
|                     "hygiene_59": "Hygienicky Plus 59'", | ||||
|                     "hygiene_60": "Hygienick\u00fd 60\u00b0", | ||||
|                     "hygiene_plus_59": "Hygienicky Plus 59'", | ||||
|                     "hygiene_plus_59_min": "Hygienicky Plus 59'", | ||||
|                     "hygiene_pro_49_min": "Hygienick\u00fd Pro 49 min", | ||||
|                     "hygiene_pro_steam": "Hygiene Pro + p\u00e1ra", | ||||
|                     "intensive_40": "Intenzivn\u00ed 40\u00b0C", | ||||
|                     "intensive_40_steam": "Intenzivn\u00ed 40\u00b0C + p\u00e1ra", | ||||
|                     "iot_active_steam": "P\u00e1ra", | ||||
|                     "iot_active_wash_steam": "Aktivn\u00ed pran\u00ed", | ||||
|                     "iot_allergy_care_pro": "Antialergick\u00e1 p\u00e9\u010de Pro", | ||||
|                     "iot_all_in_one_59_steam": "Aktivn\u00ed pran\u00ed + p\u00e1ra", | ||||
|                     "iot_checkup": "Kontrola", | ||||
|                     "iot_colour_59_steam": "Barevn\u00e9 59'' + p\u00e1ra", | ||||
|                     "iot_cottons_steam": "Bavlna + P\u00e1ra", | ||||
|                     "iot_delicate_silk_steam": "Jemn\u00e9 hedv\u00e1b\u00ed + p\u00e1ra", | ||||
|                     "iot_delicati_59_steam": "Jemn\u00e9 59'", | ||||
|                     "iot_dry_air_refresh": "Osv\u011b\u017een\u00ed", | ||||
|                     "iot_dry_anti_mites": "Proti rozto\u010d\u016fm", | ||||
|                     "iot_dry_baby": "D\u011btsk\u00e9", | ||||
|                     "iot_dry_backpacks": "Batohy", | ||||
|                     "iot_dry_bathrobe": "\u017dupany a por\u00e9zn\u00ed tkaniny", | ||||
|                     "iot_dry_bed_linen": "Lo\u017en\u00ed pr\u00e1dlo", | ||||
|                     "iot_dry_cotton_dry": "Bavlna - such\u00e9", | ||||
|                     "iot_dry_cuddly_toys": "Ply\u0161ov\u00e9 hra\u010dky", | ||||
|                     "iot_dry_curtains": "Z\u00e1clony", | ||||
|                     "iot_dry_dehumidifier": "Odstra\u0148ova\u010d vlhkosti", | ||||
|                     "iot_dry_delicates_antiallergy": "Jemn\u00e9 - antialergenn\u00ed", | ||||
|                     "iot_dry_delicate_tablecloths": "Jemn\u00e9 ubrusy", | ||||
|                     "iot_dry_denim_jeans": "D\u017e\u00ednovina - d\u017e\u00edny", | ||||
|                     "iot_dry_easy_iron_cotton": "Snadn\u00e9 \u017eehlen\u00ed - bavlna", | ||||
|                     "iot_dry_easy_iron_synthetics": "Snadn\u00e9 \u017eehlen\u00ed - syntetika", | ||||
|                     "iot_dry_gym_fit": "Od\u011bvy na cvi\u010den\u00ed", | ||||
|                     "iot_dry_lingerie": "Spodn\u00ed pr\u00e1dlo", | ||||
|                     "iot_dry_mixed_dry": "Sm\u011bsn\u00e9 - such\u00e9", | ||||
|                     "iot_dry_rapid_60_min_delicates": "Rychl\u00fd 60' - jemn\u00e9", | ||||
|                     "iot_dry_shirts": "Ko\u0161ile", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Plavky", | ||||
|                     "iot_dry_synthetics": "Syntetika - such\u00e9", | ||||
|                     "iot_dry_synthetic_dry": "Syntetika - such\u00e9", | ||||
|                     "iot_dry_tablecloths": "Ubrusy", | ||||
|                     "iot_dry_technical_fabrics": "Technick\u00e9 tkaniny", | ||||
|                     "iot_dry_warm_embrace": "H\u0159ejiv\u00e9 pr\u00e1dlo", | ||||
|                     "iot_dry_wool_dry": "Vlna - such\u00e9", | ||||
|                     "iot_easy_iron": "Snadn\u00e9 \u017eehlen\u00ed", | ||||
|                     "iot_fresh_care_steam": "Sv\u011b\u017e\u00ed p\u00e9\u010de + p\u00e1ra", | ||||
|                     "iot_hygiene_pro_steam": "Hygiene Pro + p\u00e1ra", | ||||
|                     "iot_intensive_40_steam": "Intenzivn\u00ed 40\u00b0C + p\u00e1ra", | ||||
|                     "iot_mixed_steam": "Sm\u00ed\u0161en\u00e9 + P\u00e1ra", | ||||
|                     "iot_mix_and_colour_59_steam": "Sm\u00ed\u0161en\u00e9 a barevn\u00e9 59' + p\u00e1ra", | ||||
|                     "iot_perfect_cotton_59_steam": "Perfektni Bavlna 59'", | ||||
|                     "iot_rapid_a_class_60_steam": "Rychl\u00e1 t\u0159\u00edda A 60 + p\u00e1ra", | ||||
|                     "iot_resistant_cotton_steam": "Bavlna + P\u00e1ra", | ||||
|                     "iot_shirts_steam": "Ko\u0161ile + p\u00e1ra", | ||||
|                     "iot_single_item_steam": "Jedna polo\u017eka + p\u00e1ra", | ||||
|                     "iot_smart_wash": "Chytr\u00e9 pran\u00ed", | ||||
|                     "iot_soft_care_steam": "Soft Care + Steam", | ||||
|                     "iot_special_39_full_load_steam": "Speci\u00e1ln\u00ed 39' + p\u00e1ra", | ||||
|                     "iot_steam_hygiene_plus": "Hygiena plus p\u00e1ra ", | ||||
|                     "iot_synthetic_and_coloured_steam": "Syntetika a barevn\u00e9 + p\u00e1ra", | ||||
|                     "iot_wash_and_dry": "Pran\u00ed a su\u0161en\u00ed", | ||||
|                     "iot_wash_anti_mites": "Proti rozto\u010d\u016fm", | ||||
|                     "iot_wash_anti_odor": "Protiz\u00e1pachov\u00fd", | ||||
|                     "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|                     "iot_wash_ariel_cold_cycle": "Ariel Cold Clean", | ||||
|                     "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", | ||||
|                     "iot_wash_baby_sanitizer": "Dezinfekce", | ||||
|                     "iot_wash_baby_sanitizer_steam": "D\u011btsk\u00e1 dezinfekce + p\u00e1ra", | ||||
|                     "iot_wash_backpacks": "Batohy", | ||||
|                     "iot_wash_backpacks_zelig": "Batohy", | ||||
|                     "iot_wash_bathrobe": "\u017dupany a ru\u010dn\u00edky", | ||||
|                     "iot_wash_bathrobe_steam": "\u017dupany + P\u00e1ra", | ||||
|                     "iot_wash_bed_linen": "Lo\u017en\u00ed pr\u00e1dlo", | ||||
|                     "iot_wash_bed_linen_steam": "Lo\u017en\u00ed pr\u00e1dlo + P\u00e1ra", | ||||
|                     "iot_wash_bed_linen_zelig": "Lo\u017en\u00ed pr\u00e1dlo", | ||||
|                     "iot_wash_big_single_load": "Jeden velk\u00fd kus", | ||||
|                     "iot_wash_bleaching": "B\u011blen\u00ed", | ||||
|                     "iot_wash_blood_stains": "Skvrny od krve", | ||||
|                     "iot_wash_cashmere": "Ka\u0161m\u00edr", | ||||
|                     "iot_wash_chocolate_stains": "\u010cokol\u00e1dov\u00e9 skvrny", | ||||
|                     "iot_wash_cold_wash": "Pran\u00ed za studena", | ||||
|                     "iot_wash_colored": "Barevn\u00e9", | ||||
|                     "iot_wash_colored_anti_stain": "Odstra\u0148ov\u00e1n\u00ed skvrn pro barevn\u00e9 pr\u00e1dlo", | ||||
|                     "iot_wash_colored_delicate": "Barevn\u00e9 jemn\u00e9", | ||||
|                     "iot_wash_coloured": "Barevn\u00e9", | ||||
|                     "iot_wash_coloured_bed_linen": "Barevn\u00e9 lo\u017en\u00ed pr\u00e1dlo", | ||||
|                     "iot_wash_coloured_bed_linen_steam": "Barevn\u00e9 lo\u017en\u00ed pr\u00e1dlo + p\u00e1ra", | ||||
|                     "iot_wash_coloured_curtains": "Barevn\u00e9 z\u00e1clony", | ||||
|                     "iot_wash_coloured_shirts": "Barevn\u00e9 ko\u0161ile", | ||||
|                     "iot_wash_coloured_shirts_steam": "Barevn\u00e9 ko\u0161ile + p\u00e1ra", | ||||
|                     "iot_wash_coloured_steam": "Barevn\u00e9 + P\u00e1ra", | ||||
|                     "iot_wash_coloured_tableclothes": "Barevn\u00e9 ubrusy", | ||||
|                     "iot_wash_coloured_tableclothes_steam": "Barevn\u00e9 ubrusy + p\u00e1ra", | ||||
|                     "iot_wash_cotton": "Bavlna", | ||||
|                     "iot_wash_cotton_steam": "Bavlna + P\u00e1ra", | ||||
|                     "iot_wash_cuddly_toys": "Ply\u0161ov\u00e9 hra\u010dky", | ||||
|                     "iot_wash_curtains": "Z\u00e1clony", | ||||
|                     "iot_wash_curtains_steam": "Z\u00e1clony + P\u00e1ra", | ||||
|                     "iot_wash_curtains_zelig": "Z\u00e1clony", | ||||
|                     "iot_wash_dark": "Tmav\u00e9 pr\u00e1dlo", | ||||
|                     "iot_wash_darks_and_coloured_44": "Tmav\u00e9 a barevn\u00e9 44'", | ||||
|                     "iot_wash_darks_and_coloured_59": "Tmav\u00e9 a barevn\u00e9 59'", | ||||
|                     "iot_wash_darks_and_coloured_xl": "Tmav\u00e9 a barevn\u00e9 XL", | ||||
|                     "iot_wash_dark_steam": "Tmav\u00e9 pr\u00e1dlo + P\u00e1ra", | ||||
|                     "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|                     "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|                     "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|                     "iot_wash_delicate": "Jemn\u00e9", | ||||
|                     "iot_wash_delicate_antiallergy": "Antialergenn\u00ed pro jemn\u00e9 pr\u00e1dlo", | ||||
|                     "iot_wash_delicate_antiallergy_steam": "Antialergenn\u00ed pro jemn\u00e9 pr\u00e1dlo + P\u00e1ra", | ||||
|                     "iot_wash_delicate_antiallergy_zelig": "Antialergenn\u00ed pro jemn\u00e9 pr\u00e1dlo", | ||||
|                     "iot_wash_delicate_colors": "Barevn\u00e9 jemn\u00e9", | ||||
|                     "iot_wash_delicate_colors_steam": "Barevn\u00e9 + p\u00e1ra", | ||||
|                     "iot_wash_delicate_dark": "Jemn\u00e9 tmav\u00e9", | ||||
|                     "iot_wash_delicate_steam": "Jemn\u00e9 + P\u00e1ra", | ||||
|                     "iot_wash_delicate_tablecloths": "Jemn\u00e9 ubrusy", | ||||
|                     "iot_wash_delicate_tablecloths_steam": "Jemn\u00e9 ubrusy + P\u00e1ra", | ||||
|                     "iot_wash_delicate_whites": "Jemn\u00e9 b\u00edl\u00e9", | ||||
|                     "iot_wash_denim_jeans": "D\u017e\u00ednovina - d\u017e\u00edny", | ||||
|                     "iot_wash_diving_suits": "Pot\u00e1p\u011b\u010dsk\u00e9 obleky", | ||||
|                     "iot_wash_diving_suits_zelig": "Pot\u00e1p\u011b\u010dsk\u00e9 obleky", | ||||
|                     "iot_wash_down_jackets": "Pro\u0161\u00edvan\u00e9 bundy", | ||||
|                     "iot_wash_down_jackets_zelig": "Pro\u0161\u00edvan\u00e9 bundy", | ||||
|                     "iot_wash_duvet": "P\u0159ikr\u00fdvky", | ||||
|                     "iot_wash_fruit_stains": "Skvrny od ovoce", | ||||
|                     "iot_wash_gym_fit": "Od\u011bvy na cvi\u010den\u00ed", | ||||
|                     "iot_wash_handwash": "Ru\u010dn\u00ed pran\u00ed", | ||||
|                     "iot_wash_handwash_colored": "Ru\u010dn\u00ed pran\u00ed - barevn\u00e9", | ||||
|                     "iot_wash_handwash_dark": "Ru\u010dn\u00ed pran\u00ed - tmav\u00e9", | ||||
|                     "iot_wash_lingerie": "Spodn\u00ed pr\u00e1dlo", | ||||
|                     "iot_wash_masks_refresh": "Osv\u011b\u017een\u00ed masek", | ||||
|                     "iot_wash_masks_sanification": "Dezinfikov\u00e1n\u00ed masek", | ||||
|                     "iot_wash_masks_sanification_steam": "Dezinfikov\u00e1n\u00ed masek + P\u00e1ra", | ||||
|                     "iot_wash_mats": "P\u0159edlo\u017eky", | ||||
|                     "iot_wash_men_s_trousers": "Kalhoty", | ||||
|                     "iot_wash_mixed": "Sm\u011bsn\u00e9", | ||||
|                     "iot_wash_mixed_steam": "Sm\u00ed\u0161en\u00e9 + P\u00e1ra", | ||||
|                     "iot_wash_mix_and_coloured_44": "Sm\u011bsn\u00e9 a barevn\u00e9 44'", | ||||
|                     "iot_wash_mix_and_coloured_59": "Sm\u011bsn\u00e9 a barevn\u00e9 59'", | ||||
|                     "iot_wash_mix_and_coloured_xl": "Sm\u011bsn\u00e9 a barevn\u00e9 XL", | ||||
|                     "iot_wash_new_clothes": "Nov\u00e9 oble\u010den\u00ed", | ||||
|                     "iot_wash_perfect_white": "Dokonale b\u00edl\u00e9", | ||||
|                     "iot_wash_perfect_white_steam": "Dokonale b\u00edl\u00e9 + P\u00e1ra", | ||||
|                     "iot_wash_pets": "P\u0159\u00edslu\u0161enstv\u00ed pro dom\u00e1c\u00ed zv\u00ed\u0159ata", | ||||
|                     "iot_wash_pets_hair_removal": "Odstra\u0148ov\u00e1n\u00ed chlup\u016f dom\u00e1c\u00edch mazl\u00ed\u010dk\u016f", | ||||
|                     "iot_wash_pets_odours_stains_removal": "Odstra\u0148ov\u00e1n\u00ed z\u00e1pachu a skvrn po dom\u00e1c\u00edch mazl\u00ed\u010dc\u00edch", | ||||
|                     "iot_wash_pets_steam": "P\u0159\u00edslu\u0161enstv\u00ed pro dom\u00e1c\u00ed zv\u00ed\u0159ata", | ||||
|                     "iot_wash_playsuits": "Dupa\u010dky", | ||||
|                     "iot_wash_playsuits_steam": "Dupa\u010dky + P\u00e1ra", | ||||
|                     "iot_wash_quick_drum_cleaner": "Rychl\u00fd \u010disti\u010d bubnu", | ||||
|                     "iot_wash_rapid_14": "Rychl\u00fd 14\u2019", | ||||
|                     "iot_wash_rapid_30": "Rychl\u00fd 30\u2019", | ||||
|                     "iot_wash_rapid_44": "Rychl\u00fd 44'", | ||||
|                     "iot_wash_rapid_59": "Rychl\u00fd 59'", | ||||
|                     "iot_wash_rapid_59_steam": "Rychl\u00fd 59' + p\u00e1ra", | ||||
|                     "iot_wash_refresh_14_min": "Osv\u011b\u017een\u00ed 14'", | ||||
|                     "iot_wash_resistant_colored": "Odoln\u00e9 barevn\u00e9", | ||||
|                     "iot_wash_resistant_dark": "Odoln\u00e9 tmav\u00e9", | ||||
|                     "iot_wash_resistant_whites": "Odoln\u00e9 b\u00edl\u00e9", | ||||
|                     "iot_wash_rinse": "M\u00e1ch\u00e1n\u00ed", | ||||
|                     "iot_wash_shirts": "Ko\u0161ile", | ||||
|                     "iot_wash_shirts_steam": "Ko\u0161ile + P\u00e1ra", | ||||
|                     "iot_wash_silk": "Hedv\u00e1b\u00ed", | ||||
|                     "iot_wash_ski_suit": "Ly\u017ea\u0159sk\u00e9 oble\u010den\u00ed", | ||||
|                     "iot_wash_ski_suit_zelig": "Ly\u017ea\u0159sk\u00e9 oble\u010den\u00ed", | ||||
|                     "iot_wash_spin": "Odst\u0159e\u010fov\u00e1n\u00ed", | ||||
|                     "iot_wash_sport": "Sportovn\u00ed", | ||||
|                     "iot_wash_sport_anti_odor": "Sportovn\u00ed oble\u010den\u00ed s efektem proti z\u00e1pachu", | ||||
|                     "iot_wash_sport_anti_odor_zelig": "Sportovn\u00ed oble\u010den\u00ed s efektem proti z\u00e1pachu", | ||||
|                     "iot_wash_stains_remover": "Odstra\u0148ov\u00e1n\u00ed skvrn", | ||||
|                     "iot_wash_swimsuits_and_bikinis": "Plavky", | ||||
|                     "iot_wash_synthetic": "Syntetika", | ||||
|                     "iot_wash_synthetic_steam": "Syntetika + P\u00e1ra", | ||||
|                     "iot_wash_tablecloths": "Ubrusy", | ||||
|                     "iot_wash_tablecloths_steam": "Ubrusy + P\u00e1ra", | ||||
|                     "iot_wash_technical_fabrics": "Technick\u00e9 tkaniny", | ||||
|                     "iot_wash_technical_fabrics_zelig": "Technick\u00e9 tkaniny", | ||||
|                     "iot_wash_technical_jackets": "Technick\u00e9 bundy", | ||||
|                     "iot_wash_technical_jackets_zelig": "Technick\u00e9 bundy", | ||||
|                     "iot_wash_trainers": "Sportovn\u00ed obuv", | ||||
|                     "iot_wash_whites": "B\u00edl\u00e9", | ||||
|                     "iot_wash_whites_44": "B\u00edl\u00e9 44'", | ||||
|                     "iot_wash_whites_59": "B\u00edl\u00e9 59'", | ||||
|                     "iot_wash_whites_xl": "B\u00edl\u00e9 XL", | ||||
|                     "iot_wash_wine_stains": "Skvrny od v\u00edna", | ||||
|                     "iot_wash_wool": "Vlna", | ||||
|                     "jeans": "D\u017e\u00edny", | ||||
|                     "jeans_60": "D\u017e\u00edny", | ||||
|                     "low_dry": "Sm\u011bsn\u00e9 - such\u00e9", | ||||
|                     "mixed": "Sm\u00ed\u0161en\u00e9", | ||||
|                     "mixed_and_colored_59": "Sm\u011bsn\u00e9 a barevn\u00e9 59'", | ||||
|                     "mixed_steam": "Sm\u00ed\u0161en\u00e9 + P\u00e1ra", | ||||
|                     "mix_and_colour_59": "Smisene a Barevne 59'", | ||||
|                     "mix_and_colour_59_steam": "Sm\u00ed\u0161en\u00e9 a barevn\u00e9 59' + p\u00e1ra", | ||||
|                     "night_and_day": "Noc a den", | ||||
|                     "night_wash": "No\u010dn\u00ed cyklus", | ||||
|                     "perfect_59": "Perfektn\u00ed 59'", | ||||
|                     "perfect_cotton_59": "Perfektni Bavlna 59'", | ||||
|                     "perfect_cotton_59_steam": "Perfektni Bavlna 59'", | ||||
|                     "perfect_whites_59": "Dokonale b\u00edl\u00e9 59'", | ||||
|                     "rapid_14_min": "Rychl\u00fd 14'", | ||||
|                     "rapid_30_min": "Rychl\u00fd 30'", | ||||
|                     "rapid_44_min": "Rychl\u00fd 44'", | ||||
|                     "rapid_a_class_60": "Rychl\u00e1 t\u0159\u00edda A 60", | ||||
|                     "rapid_a_class_60_steam": "Rychl\u00e1 t\u0159\u00edda A 60 + p\u00e1ra", | ||||
|                     "rapid_wash_and_dry_59_min": "Pran\u00ed a su\u0161en\u00ed 59'.", | ||||
|                     "resistant_cotton": "Bavlna", | ||||
|                     "resistant_cotton_steam": "Bavlna + P\u00e1ra", | ||||
|                     "rinse": "M\u00e1ch\u00e1n\u00ed", | ||||
|                     "shirts_steam": "Ko\u0161ile + p\u00e1ra", | ||||
|                     "silent_night": "No\u010dn\u00ed cyklus", | ||||
|                     "single_item": "Jedna polo\u017eka", | ||||
|                     "single_item_steam": "Jedna polo\u017eka + p\u00e1ra", | ||||
|                     "smart_wash": "Chytr\u00e9 pran\u00ed", | ||||
|                     "soft_care": "M\u011bkk\u00e1 p\u00e9\u010de", | ||||
|                     "soft_care_steam": "Soft Care + Steam", | ||||
|                     "soft_care_steam_title": "Soft Care + Steam", | ||||
|                     "special_39": "Specialni 39'", | ||||
|                     "special_39_full_load": "Specialni 39'", | ||||
|                     "special_39_full_load_steam": "Speci\u00e1ln\u00ed 39' + p\u00e1ra", | ||||
|                     "special_49": "Speci\u00e1ln\u00ed 49'", | ||||
|                     "sport_39": "Sportovn\u00ed 39'", | ||||
|                     "sport_plus_29": "Sportovni Plus 29\"", | ||||
|                     "sport_plus_39": "Sportovni Plus 39'", | ||||
|                     "steam_39": "P\u00e1ra 39'", | ||||
|                     "steam_care_pro": "Steam Care Pro", | ||||
|                     "steam_care_pro_cotton": "Steam Care Pro \u2013 bavlna", | ||||
|                     "steam_care_pro_delicates": "Steam Care Pro \u2013 jemn\u00e9", | ||||
|                     "steam_care_pro_synthetic": "Steam Care Pro \u2013 syntetika", | ||||
|                     "steam_hygiene_plus": "Hygiena plus p\u00e1ra ", | ||||
|                     "synthetics": "Syntetika", | ||||
|                     "synthetic_and_coloured": "Syntetika a barevn\u00e9", | ||||
|                     "synthetic_and_coloured_steam": "Syntetika a barevn\u00e9 + p\u00e1ra", | ||||
|                     "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|                     "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|                     "total_care": "Total Care", | ||||
|                     "tumbling": "Pomal\u00e9 ot\u00e1\u010den\u00ed", | ||||
|                     "wool": "Vlna", | ||||
|                     "wool_and_delicates_49": "Vlna/Jemn\u00e9 49'", | ||||
|                     "wool_dry": "Vlna - such\u00e9", | ||||
|                     "wool_soft_care": "Vlna & M\u0115kk\u00e1 P\u00e9\u010de" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Bez su\u0161en\u00ed", | ||||
|                     "1": "\u017dehlen\u00ed", | ||||
|                     "2": "Do sk\u0159\u00edn\u011b", | ||||
|                     "3": "Do sk\u0159\u00edn\u011b", | ||||
|                     "4": "Extra such\u00e9", | ||||
|                     "12": "\u017dehlen\u00ed", | ||||
|                     "13": "Do sk\u0159\u00edn\u011b", | ||||
|                     "14": "P\u0159ipraveno k oble\u010den\u00ed", | ||||
|                     "15": "Extra such\u00e9" | ||||
|                 }, | ||||
|                 "name": "\u00darove\u0148 su\u0161en\u00ed" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Odst\u0159e\u010fov\u00e1n\u00ed" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Teplota" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Doba su\u0161en\u00ed" | ||||
|             } | ||||
|         }, | ||||
|         "switch": { | ||||
|             "anti_crease": { | ||||
|                 "name": "Proti poma\u010dk\u00e1n\u00ed" | ||||
|             }, | ||||
|             "add_dish": { | ||||
|                 "name": "" | ||||
|             }, | ||||
|             "eco_express": { | ||||
|                 "name": "Eco" | ||||
|             }, | ||||
|             "extra_dry": { | ||||
|                 "name": "Extra such\u00e9" | ||||
|             }, | ||||
|             "half_load": { | ||||
|                 "name": "Polovi\u010dn\u00ed n\u00e1pl\u0148" | ||||
|             }, | ||||
|             "open_door": { | ||||
|                 "name": "Otev\u0159\u00edt dv\u00ed\u0159ka" | ||||
|             }, | ||||
|             "three_in_one": { | ||||
|                 "name": "3 v 1" | ||||
|             }, | ||||
|             "preheat": { | ||||
|                 "name": "P\u0159edeh\u0159ev" | ||||
|             }, | ||||
|             "dish_washer": { | ||||
|                 "name": "My\u010dka" | ||||
|             }, | ||||
|             "tumble_dryer": { | ||||
|                 "name": "Su\u0161i\u010dka" | ||||
|             }, | ||||
|             "washing_machine": { | ||||
|                 "name": "Pra\u010dka" | ||||
|             }, | ||||
|             "washer_dryer": { | ||||
|                 "name": "Pra\u010dka se su\u0161i\u010dkou" | ||||
|             }, | ||||
|             "oven": { | ||||
|                 "name": "Trouba" | ||||
|             }, | ||||
|             "prewash": { | ||||
|                 "name": "P\u0159edp\u00edrka\r\r\r\r\r\r\n" | ||||
|             }, | ||||
|             "pause": { | ||||
|                 "name": "Pozastavit" | ||||
|             }, | ||||
|             "keep_fresh": { | ||||
|                 "name": "Keep Fresh" | ||||
|             } | ||||
|         }, | ||||
|         "binary_sensor": { | ||||
|             "door_lock": { | ||||
|                 "name": "Z\u00e1mek dv\u00ed\u0159ek" | ||||
|             }, | ||||
|             "extra_rinse_1": { | ||||
|                 "name": "+1 m\u00e1ch\u00e1n\u00ed" | ||||
|             }, | ||||
|             "extra_rinse_2": { | ||||
|                 "name": "+2 m\u00e1ch\u00e1n\u00ed" | ||||
|             }, | ||||
|             "extra_rinse_3": { | ||||
|                 "name": "+3 m\u00e1ch\u00e1n\u00ed" | ||||
|             }, | ||||
|             "good_night": { | ||||
|                 "name": "Dobrou noc" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Proti poma\u010dk\u00e1n\u00ed" | ||||
|             }, | ||||
|             "aqua_plus": { | ||||
|                 "name": "Aquaplus" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Odst\u0159e\u010fov\u00e1n\u00ed" | ||||
|             }, | ||||
|             "programs_dw": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "still_hot": { | ||||
|                 "name": "St\u00e1le hork\u00e1" | ||||
|             }, | ||||
|             "pan_status": { | ||||
|                 "name": "P\u00e1nev" | ||||
|             }, | ||||
|             "remote_control": { | ||||
|                 "name": "D\u00e1lkov\u00e9 ovl\u00e1d\u00e1n\u00ed" | ||||
|             }, | ||||
|             "rinse_aid": { | ||||
|                 "name": "Mno\u017estv\u00ed oplachovac\u00edho prost\u0159edku" | ||||
|             }, | ||||
|             "salt_level": { | ||||
|                 "name": "Mno\u017estv\u00ed soli" | ||||
|             }, | ||||
|             "door_open": { | ||||
|                 "name": "Otev\u0159en\u00e1 dv\u00ed\u0159ka" | ||||
|             }, | ||||
|             "connection": { | ||||
|                 "name": "P\u0159ipojen\u00ed spot\u0159ebi\u010de" | ||||
|             } | ||||
|         }, | ||||
|         "number": { | ||||
|             "power_management": { | ||||
|                 "name": "\u0158\u00edzen\u00ed v\u00fdkonu" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Teplota" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Odlo\u017een\u00e9 spu\u0161t\u011bn\u00ed" | ||||
|             }, | ||||
|             "water_hard": { | ||||
|                 "name": "Tvrdost vody" | ||||
|             }, | ||||
|             "program_duration": { | ||||
|                 "name": "D\u00e9lka programu" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "C\u00edlov\u00e1 teplota" | ||||
|             }, | ||||
|             "rinse_iterations": { | ||||
|                 "name": "Po\u010det m\u00e1ch\u00e1n\u00ed" | ||||
|             }, | ||||
|             "wash_time": { | ||||
|                 "name": "D\u00e9lka pran\u00ed" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Doba su\u0161en\u00ed" | ||||
|             } | ||||
|         }, | ||||
|         "button": { | ||||
|             "induction_hob": { | ||||
|                 "name": "Induk\u010dn\u00ed varn\u00e1 deska" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @ -1,953 +0,0 @@ | ||||
| { | ||||
|     "entity": { | ||||
|         "sensor": { | ||||
|             "washing_modes": { | ||||
|                 "state": { | ||||
|                     "0": "Bereit", | ||||
|                     "1": "Bereit", | ||||
|                     "3": "Anhalten", | ||||
|                     "4": "Geplant", | ||||
|                     "5": "Geplant", | ||||
|                     "6": "Fehler", | ||||
|                     "7": "Bereit" | ||||
|                 } | ||||
|             }, | ||||
|             "program_phases_wm": { | ||||
|                 "state": { | ||||
|                     "0": "Bereit", | ||||
|                     "1": "Waschen", | ||||
|                     "2": "Waschen", | ||||
|                     "3": "Schleudern", | ||||
|                     "4": "Sp\u00fclen", | ||||
|                     "5": "Sp\u00fclen", | ||||
|                     "6": "Sp\u00fclen", | ||||
|                     "7": "Trocknen", | ||||
|                     "9": "Dampf", | ||||
|                     "10": "Bereit", | ||||
|                     "11": "Schleudern", | ||||
|                     "12": "Wiegen ", | ||||
|                     "13": "Wiegen ", | ||||
|                     "14": "Waschen", | ||||
|                     "15": "Waschen", | ||||
|                     "16": "Waschen", | ||||
|                     "17": "Sp\u00fclen", | ||||
|                     "18": "Sp\u00fclen", | ||||
|                     "19": "Geplant", | ||||
|                     "20": "Auffrischen", | ||||
|                     "24": "Auffrischen", | ||||
|                     "25": "Waschen", | ||||
|                     "26": "Heizung", | ||||
|                     "27": "Waschen" | ||||
|                 }, | ||||
|                 "name": "Phase" | ||||
|             }, | ||||
|             "program_phases_td": { | ||||
|                 "state": { | ||||
|                     "0": "Bereit", | ||||
|                     "1": "Trocknen", | ||||
|                     "2": "Trocknen", | ||||
|                     "3": "Abk\u00fchlen", | ||||
|                     "13": "Abk\u00fchlen", | ||||
|                     "14": "Trocknen", | ||||
|                     "15": "Trocknen", | ||||
|                     "16": "Abk\u00fchlen", | ||||
|                     "18": "Auffrischen", | ||||
|                     "19": "Trocknen", | ||||
|                     "20": "Trocknen" | ||||
|                 }, | ||||
|                 "name": "Phase" | ||||
|             }, | ||||
|             "program_phases_dw": { | ||||
|                 "state": { | ||||
|                     "0": "Bereit", | ||||
|                     "1": "Vorwaschen", | ||||
|                     "2": "Waschen", | ||||
|                     "3": "Sp\u00fclen", | ||||
|                     "4": "Trocknen", | ||||
|                     "5": "Bereit", | ||||
|                     "6": "Hot rinse" | ||||
|                 }, | ||||
|                 "name": "Phase" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Keine Trocknung", | ||||
|                     "1": "B\u00fcgeln", | ||||
|                     "2": "W\u00e4sche fertig", | ||||
|                     "3": "W\u00e4sche fertig", | ||||
|                     "4": "Extra trocken", | ||||
|                     "12": "B\u00fcgeln", | ||||
|                     "13": "W\u00e4sche fertig", | ||||
|                     "14": "Bereit zum Anziehen", | ||||
|                     "15": "Extra trocken" | ||||
|                 }, | ||||
|                 "name": "Trocknungsstufe" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Knitterschutz" | ||||
|             }, | ||||
|             "power": { | ||||
|                 "name": "Leistungsstufe" | ||||
|             }, | ||||
|             "remaining_time": { | ||||
|                 "name": "Verbleibende Zeit" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatur" | ||||
|             }, | ||||
|             "water_efficiency": { | ||||
|                 "name": "Wasserverbrauch" | ||||
|             }, | ||||
|             "water_saving": { | ||||
|                 "name": "Wasserersparnis" | ||||
|             }, | ||||
|             "duration": { | ||||
|                 "name": "Dauer" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Zieltemperatur" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Schleudern" | ||||
|             }, | ||||
|             "steam_leve": { | ||||
|                 "name": "Dampfstufe" | ||||
|             }, | ||||
|             "dirt_level": { | ||||
|                 "name": "Verschmutzungsgrad" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Einschaltverz\u00f6gerung" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Trocknungsdauer" | ||||
|             }, | ||||
|             "suggested_load": { | ||||
|                 "name": "Ladekapazit\u00e4t" | ||||
|             }, | ||||
|             "energy_label": { | ||||
|                 "name": "Energieeffizienz" | ||||
|             }, | ||||
|             "det_dust": { | ||||
|                 "name": "Pulver" | ||||
|             }, | ||||
|             "det_liquid": { | ||||
|                 "name": "Fl\u00fcssigwaschmittel" | ||||
|             } | ||||
|         }, | ||||
|         "select": { | ||||
|             "programs_dw": { | ||||
|                 "state": { | ||||
|                     "59_min": "Rapid 59'", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "auto_care_soil": "Auto Care", | ||||
|                     "auto_plus": "AutoPlus", | ||||
|                     "auto_sensor": "Auto Sensor", | ||||
|                     "auto_sensor_soil": "Auto Sensor", | ||||
|                     "auto_universal": "AutoUniversal 50-60\u00b0C", | ||||
|                     "auto_universal_plus": "AutoUniversalPlus 65-75\u00b0C", | ||||
|                     "auto_universal_plus_soil": "AutoUniversalPlus 65-75\u00b0C", | ||||
|                     "auto_universal_soil": "AutoUniversal 50-60\u00b0C", | ||||
|                     "auto_wash": "Auto Wash", | ||||
|                     "auto_wash_soil": "Auto Wash", | ||||
|                     "classe_a_59": "A Class 59' 65\u00b0C", | ||||
|                     "delicate": "Delicate 45\u00b0C", | ||||
|                     "dishwasher_care": "Entkalkungsprogramm", | ||||
|                     "eco": "Eco", | ||||
|                     "eco_asynch": "Eco 45\u00b0C", | ||||
|                     "eco_bldc": "Eco 45\u00b0C", | ||||
|                     "eco_synch": "Eco 45\u00b0C", | ||||
|                     "gentle_wash": "Gentle wash", | ||||
|                     "glass": "Glas", | ||||
|                     "glassware": "Gl\u00e4ser 45 \u00b0C", | ||||
|                     "glass_care": "Glass Care", | ||||
|                     "hygiene": "Hygiene", | ||||
|                     "hygiene_plus": "Hygiene 75 \u00b0C", | ||||
|                     "intensive": "Intensiv ", | ||||
|                     "intensive_rapid": "Intensiv-Schnellsp\u00fclgang", | ||||
|                     "iot_auto_sensor": "Auto Sensor", | ||||
|                     "iot_auto_universal_soil": "AutoUniversal 50-60\u00b0C", | ||||
|                     "iot_auto_wash_soil": "Auto Wash", | ||||
|                     "iot_baby_care": "Baby Care", | ||||
|                     "iot_breakfast": "Fr\u00fchst\u00fcck", | ||||
|                     "iot_checkup": "Check-Up", | ||||
|                     "iot_china_crystals": "Kristall", | ||||
|                     "iot_classe_a_59": "Rapid 59'", | ||||
|                     "iot_cocktail_glasses": "Cocktail-Gl\u00e4ser", | ||||
|                     "iot_cocktail_glasses_soil": "Cocktail-Gl\u00e4ser", | ||||
|                     "iot_daily_care": "T\u00e4glicher Einsatz", | ||||
|                     "iot_daily_care_soil": "T\u00e4glicher Einsatz", | ||||
|                     "iot_delicate": "Delicate 45\u00b0C", | ||||
|                     "iot_dinner_for_two": "Dinner for 2", | ||||
|                     "iot_dinner_for_two_soil": "Dinner for 2", | ||||
|                     "iot_dreft_quick_cycle": "Dreft Quick", | ||||
|                     "iot_eco_asynch": "Eco 45\u00b0C", | ||||
|                     "iot_eco_bldc": "Eco 45\u00b0C", | ||||
|                     "iot_eco_synch": "Eco 45\u00b0C", | ||||
|                     "iot_extra_hygiene": "Extra Hygiene", | ||||
|                     "iot_fairy_quick_cycle": "Fairy Quick", | ||||
|                     "iot_happy_hour": "Happy Hour", | ||||
|                     "iot_jar_quick_cycle": "Jar Quick", | ||||
|                     "iot_party": "Party", | ||||
|                     "iot_party_soil": "Party", | ||||
|                     "iot_pizza_menu": "Pizzageschirr", | ||||
|                     "iot_pizza_menu_soil": "Pizzageschirr", | ||||
|                     "iot_plastic_tupperware": "Kunststoff & Tupperware", | ||||
|                     "iot_porcelain": "Porzellan", | ||||
|                     "iot_power_mix_wash": "Power Mix Wash", | ||||
|                     "iot_power_mix_wash_soil": "Power Mix Wash", | ||||
|                     "iot_prewash": "Vorsp\u00fclen", | ||||
|                     "iot_pyrex_and_glassware": "Pyrex & Glas", | ||||
|                     "iot_rapid_29": "Rapid 29'", | ||||
|                     "iot_rapid_39": "Schnellw\u00e4sche 39' 60 \u00b0C", | ||||
|                     "iot_single": "Single", | ||||
|                     "iot_steam": "Dampf 75 \u00b0C", | ||||
|                     "iot_super_flash": "Super Flash", | ||||
|                     "iot_super_wash": "Super Wash", | ||||
|                     "iot_turbopower": "TurboPower", | ||||
|                     "iot_universal": "Universal 60\u00b0C", | ||||
|                     "iot_wok_grids_maxi_pans": "Pfannen Spezial (Wok - Grillpfannen & Maxi-Pfannen)", | ||||
|                     "iot_wok_grids_maxi_pans_soil": "Pfannen Spezial (Wok - Grillpfannen & Maxi-Pfannen)", | ||||
|                     "iot_yes_quick_cycle": "Yes Quick", | ||||
|                     "night": "Nacht 55\u00b0C", | ||||
|                     "prewash": "Vorsp\u00fclen", | ||||
|                     "rapid_20": "Rapid 20'", | ||||
|                     "rapid_24": "Rapid 24'", | ||||
|                     "rapid_29": "Rapid 29' 50\u00b0C", | ||||
|                     "rapid_35": "Wash&Dry 35'", | ||||
|                     "rapid_39": "Schnellw\u00e4sche 39' 60 \u00b0C", | ||||
|                     "rapid_49": "Rapid 49'", | ||||
|                     "rapid_59": "Rapid 59'", | ||||
|                     "sanitising": "Desinfektion", | ||||
|                     "silence": "Silence", | ||||
|                     "silent": "Nacht", | ||||
|                     "silent_care": "Silent Care", | ||||
|                     "smart_ai": "Smart AI", | ||||
|                     "special": "spezial", | ||||
|                     "special_pw_prz": "spezial", | ||||
|                     "steam": "Dampf 75 \u00b0C", | ||||
|                     "steam_plus": "Dampf Plus 75\u00b0C", | ||||
|                     "total_care": "Total Care 50\u00b0C", | ||||
|                     "ultra_silence": "Nacht 55\u00b0C", | ||||
|                     "ultra_silent": "Nacht 55\u00b0C", | ||||
|                     "universal": "Universal 60\u00b0C", | ||||
|                     "universal_plus": "Universal Plus 70 \u00b0C", | ||||
|                     "zoom_39": "Zoom 39 min" | ||||
|                 }, | ||||
|                 "name": "Programm" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "state": { | ||||
|                     "iot_special_ash_brown": "Aschbraun", | ||||
|                     "iot_special_beef_fillet": "Rinderfilet", | ||||
|                     "iot_special_beef_veal_stew": "Rindfleischeintopf", | ||||
|                     "iot_special_boiled_rice": "Gekochter Reis", | ||||
|                     "iot_special_chicken_breast": "H\u00e4hnchenbrust", | ||||
|                     "iot_special_chicken_legs": "H\u00e4hnchenschenkel", | ||||
|                     "iot_special_chocolate_pudding": "Schokoladenpudding", | ||||
|                     "iot_special_entrecote": "Entrec\u00f4te", | ||||
|                     "iot_special_fresh_tuna": "Frischer Thunfisch", | ||||
|                     "iot_special_grilled_vegetables": "Gegrilltes Gem\u00fcse", | ||||
|                     "iot_special_lamb_cutlet": "Lammkotelett", | ||||
|                     "iot_special_meatballs": "Fleischb\u00e4llchen", | ||||
|                     "iot_special_minestrone": "Eintopf", | ||||
|                     "iot_special_mussels": "Muscheln", | ||||
|                     "iot_special_omelette": "Omelett", | ||||
|                     "iot_special_pancakes": "Pfannkuchen", | ||||
|                     "iot_special_paris_style_peas": "Erbsen Pariser Art", | ||||
|                     "iot_special_poached_eggs": "Pochierte Eier", | ||||
|                     "iot_special_pork_fillet": "Schweinefilet", | ||||
|                     "iot_special_pork_ribs": "Schweinerippchen", | ||||
|                     "iot_special_prawns": "Garnelen", | ||||
|                     "iot_special_quinoa": "Quinoa", | ||||
|                     "iot_special_ratatouille": "Ratatouille", | ||||
|                     "iot_special_salmon_fillet": "Seelachsfilet", | ||||
|                     "iot_special_saute_potatoes": "Bratkartoffeln", | ||||
|                     "iot_special_scallops": "Jakobsmuscheln", | ||||
|                     "iot_special_scrambled_eggs": "R\u00fchrei", | ||||
|                     "iot_special_spelt": "Dinkel", | ||||
|                     "iot_special_veggy_noodles": "Vegetarische Nudeln", | ||||
|                     "iot_special_white_fish_fillet": "Wei\u00dffischfilet", | ||||
|                     "iot_standard_boiling": "Boiling", | ||||
|                     "iot_standard_frying": "Braten", | ||||
|                     "iot_standard_keep_warm": "Warmhalten", | ||||
|                     "iot_standard_melting": "Schmelzen", | ||||
|                     "iot_standard_simmering": "Simmering" | ||||
|                 }, | ||||
|                 "name": "Programm" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "state": { | ||||
|                     "bakery": "Teigwaren und Brot", | ||||
|                     "bakery_steam": "Mit Dampf gebackenes Brot", | ||||
|                     "bottom_heating": "Unterhitze", | ||||
|                     "bottom_heating_fan": "Unterhitze + Umluft", | ||||
|                     "bread": "Brot", | ||||
|                     "bread_steam": "Mit Dampf gebackenes Geb\u00e4ck", | ||||
|                     "convection_fan": "Umluft", | ||||
|                     "convection_fan_turnspit": "Hei\u00dfluft + Drehspie\u00df", | ||||
|                     "conventional": "Ober-Unterhitze", | ||||
|                     "conventional_turnspit": "Ober-&Unterhitze + Bratspie\u00df", | ||||
|                     "defrost": "Auftauen", | ||||
|                     "descaling": "Entkalkung", | ||||
|                     "fish": "Fisch", | ||||
|                     "fish_steam": "Dampfgegarter Fisch", | ||||
|                     "grill_cata": "Grill", | ||||
|                     "grill_fan_cata": "Grill Umluft", | ||||
|                     "grill_fan_pyro": "Grill + Umluft", | ||||
|                     "grill_pyro": "Grill", | ||||
|                     "h20_clean": "H2O-Clean", | ||||
|                     "iot_bread": "Brot", | ||||
|                     "iot_h20_clean": "h2O clean", | ||||
|                     "leavening": "Aufgehen", | ||||
|                     "low_temp_cooking": "Garen bei niedriger Temperatur", | ||||
|                     "low_temp_cooking_fish": "Garen bei niedriger Temperatur - Fisch", | ||||
|                     "low_temp_cooking_fish_steam": "Dampfgaren bei niedriger Temperatur - Fisch", | ||||
|                     "low_temp_cooking_meat": "Garen bei niedriger Temperatur - Fleisch", | ||||
|                     "low_temp_cooking_meat_steam": "Niedertemperatur-Dampfgaren - Fleisch", | ||||
|                     "low_temp_cooking_steam": "Niedertemperatur-Dampfgaren", | ||||
|                     "meat": "Fleisch", | ||||
|                     "meat_steam": "Dampfgegartes Fleisch", | ||||
|                     "multi_level": "Multi-Level", | ||||
|                     "paella": "Paella", | ||||
|                     "pasta_and_bakery": "Teigwaren und Brot", | ||||
|                     "pizza": "Pizza", | ||||
|                     "pyrolysis": "Pyrolyse", | ||||
|                     "pyrolysis_plus": "Pyrolyse +", | ||||
|                     "red_meat": "Rotes Fleisch", | ||||
|                     "red_meat_steam": "Dampfgegartes rotes Fleisch", | ||||
|                     "regenerate": "Regeneration", | ||||
|                     "soft_plus": "Soft+", | ||||
|                     "super_grill": "Super Grill", | ||||
|                     "tailor_bake": "Tailor bake", | ||||
|                     "tailor_bake_cata": "Tailor Bake", | ||||
|                     "tailor_bake_desctiption": "Diese Funktion ist ideal, damit Lebensmittel innen weich und au\u00dfen knusprig werden.\r\r\r\nDa bei dieser Funktion die ben\u00f6tigte Menge an Fett oder \u00d6l reduziert werden kann, ist sie besonders f\u00fcr eine gesunde Ern\u00e4hrung geeignet.\r\r\r\nDie Kombination der Heizelemente mit einem pulsierenden Luftzug gew\u00e4hrleistet gleichm\u00e4\u00dfige Backresultate.", | ||||
|                     "tailor_bake_pyro": "Tailor Bake", | ||||
|                     "vegetables": "Gem\u00fcse", | ||||
|                     "vegetables_cata": "Gem\u00fcse", | ||||
|                     "vegetables_pyro": "Gem\u00fcse", | ||||
|                     "water_discharge": "Wasserabfluss", | ||||
|                     "white_meat": "Wei\u00dfes Fleisch", | ||||
|                     "white_meat_steam": "Dampfgegartes wei\u00dfes Fleisch" | ||||
|                 }, | ||||
|                 "name": "Programm" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "state": { | ||||
|                     "active_dry": "Active Dry", | ||||
|                     "allergy_care": "Anti-Allergie-Programm", | ||||
|                     "all_in_one": "All in One", | ||||
|                     "antiallergy": "Anti-Allergie-Programm", | ||||
|                     "anti_odours": "Anti-Geruch", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "baby": "Baby", | ||||
|                     "bed_quilt": "Bettdecken", | ||||
|                     "care_30": "Pflege 30", | ||||
|                     "care_45": "Pflege 45", | ||||
|                     "care_59": "Pflege 59", | ||||
|                     "coloured": "Buntw\u00e4sche", | ||||
|                     "daily_45_min": "DAILY 45'", | ||||
|                     "daily_perfect_59_min": "DAILY PERFECT 59'", | ||||
|                     "darks_and_coloured": "Dunkles & Buntw\u00e4sche", | ||||
|                     "delicates": "Feinw\u00e4sche", | ||||
|                     "duvet": "Oberbetten", | ||||
|                     "eco": "Eco-Baumwolle", | ||||
|                     "ecospeed_cottons": "Ecospeed Baumwolle", | ||||
|                     "ecospeed_delicates": "Ecospeed Feinwaesche", | ||||
|                     "ecospeed_mixed": "Ecospeed Mischw\u00e4sche", | ||||
|                     "extra_hygiene": "Extra Hygiene", | ||||
|                     "fitness": "Fitness", | ||||
|                     "fresh_care": "Fresh Care", | ||||
|                     "genius": "Genius", | ||||
|                     "hqd_baby_care": "Baby Care", | ||||
|                     "hqd_bath_towel": "Handt\u00fccher", | ||||
|                     "hqd_bed_sheets": "Bettw\u00e4sche", | ||||
|                     "hqd_bulky": "Schwere Textilien", | ||||
|                     "hqd_casual": "Casual", | ||||
|                     "hqd_cold_wind_30": "K\u00fchle Brise 30 Minuten", | ||||
|                     "hqd_cold_wind_timing": "K\u00fchle Brise ", | ||||
|                     "hqd_cotton": "Baumwolle", | ||||
|                     "hqd_curtain": "Vorh\u00e4nge", | ||||
|                     "hqd_delicate": "Feinw\u00e4sche", | ||||
|                     "hqd_diaper": "Windeln", | ||||
|                     "hqd_duvet": "Bettdecke", | ||||
|                     "hqd_feather": "Daunenjacken", | ||||
|                     "hqd_hot_wind_timing": "Hei\u00dfe Luft", | ||||
|                     "hqd_hygienic": "Desinfektion", | ||||
|                     "hqd_i_refresh": "I-Refresh", | ||||
|                     "hqd_i_refresh_pro": "I-Refresh Pro", | ||||
|                     "hqd_jacket": "Jacken", | ||||
|                     "hqd_jeans": "Jeans", | ||||
|                     "hqd_luxury": "Luxury", | ||||
|                     "hqd_mix": "Gemischt", | ||||
|                     "hqd_night_dry": "Trocknung \u00fcber Nacht", | ||||
|                     "hqd_outdoor": "Outdoor", | ||||
|                     "hqd_precious_cure": "Precious Cure", | ||||
|                     "hqd_quick_20": "Schnell 20", | ||||
|                     "hqd_quick_30": "Schnell 30", | ||||
|                     "hqd_quick_dry": "Schnell trocken", | ||||
|                     "hqd_quilt": "Steppdecken", | ||||
|                     "hqd_refresh": "Auffrischen", | ||||
|                     "hqd_school_uniform": "Schuluniform", | ||||
|                     "hqd_shirt": "Hemden", | ||||
|                     "hqd_shoes": "Schuhe", | ||||
|                     "hqd_silk": "Seide", | ||||
|                     "hqd_sports": "Sport", | ||||
|                     "hqd_synthetics": "Synthetik", | ||||
|                     "hqd_timer": "Zeitgesteuert", | ||||
|                     "hqd_towel": "Handt\u00fccher", | ||||
|                     "hqd_underwear": "Unterw\u00e4sche", | ||||
|                     "hqd_warm_up": "Erw\u00e4rmen", | ||||
|                     "hqd_wool": "Wolle", | ||||
|                     "hqd_working_suit": "Arbeitskleidung", | ||||
|                     "hygiene": "Hygiene", | ||||
|                     "iot_checkup": "Check-up", | ||||
|                     "iot_dry_anti_mites": "Anti-Milben-Programm", | ||||
|                     "iot_dry_baby": "Baby", | ||||
|                     "iot_dry_backpacks": "Rucks\u00e4cke", | ||||
|                     "iot_dry_bathrobe": "Badem\u00e4ntel", | ||||
|                     "iot_dry_bed_linen": "Bettw\u00e4sche", | ||||
|                     "iot_dry_bed_quilt": "Bettdecken", | ||||
|                     "iot_dry_cotton": "Baumwolle", | ||||
|                     "iot_dry_cuddly_toys": "Stofftiere", | ||||
|                     "iot_dry_curtains": "Vorh\u00e4nge", | ||||
|                     "iot_dry_dehumidifier": "Entfeuchter", | ||||
|                     "iot_dry_delicates": "Feinw\u00e4sche", | ||||
|                     "iot_dry_delicate_tablecloths": "Empfindliche Tischdecken", | ||||
|                     "iot_dry_denim_jeans": "Denim - Jeans", | ||||
|                     "iot_dry_down_jacket": "Jacket", | ||||
|                     "iot_dry_duvet": "Oberbetten", | ||||
|                     "iot_dry_easy_iron_cotton": "Superleichtes B\u00fcgeln", | ||||
|                     "iot_dry_easy_iron_synthetics": "Super Leichtb\u00fcgeln Synthetik", | ||||
|                     "iot_dry_gym_fit": "Gymnastik & Fitness \u2013 Sportkleidung", | ||||
|                     "iot_dry_lingerie": "Unterw\u00e4sche", | ||||
|                     "iot_dry_mixed": "Gemischt", | ||||
|                     "iot_dry_playsuits": "Jumpsuits", | ||||
|                     "iot_dry_rapid_30": "Rapid 30", | ||||
|                     "iot_dry_rapid_59": "Rapid 59'.", | ||||
|                     "iot_dry_refresh": "Auffrischen", | ||||
|                     "iot_dry_regenerates_waterproof": "Auffrischung \u2013 wasserdichte Kleidung", | ||||
|                     "iot_dry_relax_creases": "Falten gl\u00e4tten", | ||||
|                     "iot_dry_shirts": "Hemden", | ||||
|                     "iot_dry_small_load": "Kleine Beladung", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Badeanz\u00fcge", | ||||
|                     "iot_dry_synthetics": "Synthetische", | ||||
|                     "iot_dry_synthetic_dry": "Synthetik trocken", | ||||
|                     "iot_dry_tablecloths": "Tischdecken", | ||||
|                     "iot_dry_technical_fabrics": "Technisches Gewebe", | ||||
|                     "iot_dry_warm_embrace": "Superschon", | ||||
|                     "iot_dry_wool": "Wolle", | ||||
|                     "jeans": "Jeans", | ||||
|                     "mix_and_dry": "Mix&Dry", | ||||
|                     "pets": "Haustiere", | ||||
|                     "pre_iron": "Vorb\u00fcgeln", | ||||
|                     "rapid_30": "Rapid 30", | ||||
|                     "rapid_45": "Schnell 45 Min", | ||||
|                     "rapid_59": "Perfekt Schnellwaschgang 59 Min.", | ||||
|                     "refresh": "Auffrischen", | ||||
|                     "relax_creases": "Falten gl\u00e4tten", | ||||
|                     "saving_30_min": "ECO 30'", | ||||
|                     "shirts": "Hemden", | ||||
|                     "shoes": "Schuhe", | ||||
|                     "small_load": "Kleine Beladung", | ||||
|                     "soft_care": "Sanfte Pflege", | ||||
|                     "sport_plus": "Sports", | ||||
|                     "super_easy_iron_misti": "Super Leichtb\u00fcgeln Gemischt", | ||||
|                     "super_easy_iron_xxl": "Super Leichtb\u00fcgeln XXL", | ||||
|                     "super_fast_cottons": "Superschnell Baumwolle", | ||||
|                     "super_fast_delicates": "Superschnell Feinw\u00e4sche", | ||||
|                     "synthetics": "Synthetische", | ||||
|                     "total_care": "Total Care", | ||||
|                     "trainers": "Turnschuhe", | ||||
|                     "ultra_care": "Ultra Care", | ||||
|                     "waterproof_revitalize": "Auffrischen wasserdichter Stoffe", | ||||
|                     "whites": "Wei\u00dfen", | ||||
|                     "wool": "Wolle Trocknen", | ||||
|                     "woolmark": "Wolle", | ||||
|                     "xxl_load": "XXL-Beladung", | ||||
|                     "zoom_59": "Zoom 59" | ||||
|                 }, | ||||
|                 "name": "Programm" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "state": { | ||||
|                     "20_degrees_coloured_cottons": "20\u00b0 Buntes und Baumwolle", | ||||
|                     "20_degrees_new_energy_label": "20\u00b0C", | ||||
|                     "active_steam": "Dampf", | ||||
|                     "active_wash": "Active Wash", | ||||
|                     "active_wash_steam": "Active Wash", | ||||
|                     "allergy_care": "Allergy Care", | ||||
|                     "allergy_care_pro": "Allergy Care Pro", | ||||
|                     "all_in_one_49": "All in One 49'", | ||||
|                     "all_in_one_59": "All in One 59'", | ||||
|                     "all_in_one_59_steam": "Active Wash + Dampf", | ||||
|                     "autocare": "Autocare", | ||||
|                     "autoclean": "Reinigung der Trommel", | ||||
|                     "baby_60": "Alles Baby 60 \u00b0C", | ||||
|                     "care_14": "Rapid Care 14'", | ||||
|                     "care_30": "Rapid Care 30'", | ||||
|                     "care_44": "Rapid Care 44'", | ||||
|                     "checkup": "Check-up", | ||||
|                     "colour_59": "Buntw\u00e4sche 59'", | ||||
|                     "colour_59_steam": "Buntes 59' + Dampf", | ||||
|                     "cottons": "Baumwolle", | ||||
|                     "cottons_prewash": "Baumwolle + Vorw\u00e4sche", | ||||
|                     "cottons_steam": "Baumwolle + Dampf", | ||||
|                     "cotton_care_59": "Cotton Care 59 Min", | ||||
|                     "delicate_59": "Feines 59'", | ||||
|                     "delicate_silk": "Empfindliche Seide", | ||||
|                     "delicate_silk_steam": "Empfindliche Seide + Dampf", | ||||
|                     "delicati_59": "Feines 59'", | ||||
|                     "delicati_59_steam": "Feines 59'", | ||||
|                     "drain_spin": "Abpumpen und Schleudern", | ||||
|                     "easy_iron": "B\u00fcgeltrocken", | ||||
|                     "eco_40_60_new_energy_label": "ECO 40-60", | ||||
|                     "extra_care": "Extra Care", | ||||
|                     "fitness": "Fitness Care", | ||||
|                     "fitness_care": "Fitness Care", | ||||
|                     "fresh_care": "Fresh Care", | ||||
|                     "fresh_care_steam": "Fresh Care + Dampf", | ||||
|                     "handwash_wool": "Handw\u00e4sche und Wolle", | ||||
|                     "high_dry": "Baumwolle trocken", | ||||
|                     "hqd_20_degrees": "Baumwolle 20\u2103", | ||||
|                     "hqd_allergy": "Allergy Care", | ||||
|                     "hqd_autoclean": "Reinigung der Trommel", | ||||
|                     "hqd_babycare": "Baby Care", | ||||
|                     "hqd_checkup": "Check-up", | ||||
|                     "hqd_cottons": "Baumwolle", | ||||
|                     "hqd_delicate": "Feinw\u00e4sche", | ||||
|                     "hqd_delicate_cradle": "Feinw\u00e4sche", | ||||
|                     "hqd_dry": "Baumwolle trocken", | ||||
|                     "hqd_dry_synthetics": "Trocknen gemischt", | ||||
|                     "hqd_duvet": "Oberbetten", | ||||
|                     "hqd_eco_40_60_degrees": "ECO 40-60", | ||||
|                     "hqd_handwash_wool": "Wolle", | ||||
|                     "hqd_i_refresh": "i-Refresh", | ||||
|                     "hqd_mix": "Gemischt", | ||||
|                     "hqd_quick_15": "Rapid 15'", | ||||
|                     "hqd_quick_wash_57": "Schnellw\u00e4sche 57 min", | ||||
|                     "hqd_rapid_wash_and_dry": "Waschen und trocknen", | ||||
|                     "hqd_refresh": "Auffrischen", | ||||
|                     "hqd_rinse": "Sp\u00fclen", | ||||
|                     "hqd_shirts": "Hemden", | ||||
|                     "hqd_smart": "Smart A.I.", | ||||
|                     "hqd_spin": "Schleudern", | ||||
|                     "hqd_sport": "Sport", | ||||
|                     "hqd_super_fast": "Rapid 39\u2019", | ||||
|                     "hqd_synthetic_and_coloured": "Synthetik", | ||||
|                     "hygiene_59": "Hygiene Plus 59'", | ||||
|                     "hygiene_60": "Hygiene 60\u00b0", | ||||
|                     "hygiene_plus_59": "Hygiene Plus 59'", | ||||
|                     "hygiene_plus_59_min": "Hygiene Plus 59'", | ||||
|                     "hygiene_pro_49_min": "Hygiene Pro 49 min", | ||||
|                     "hygiene_pro_steam": "Hygiene Pro + Dampf", | ||||
|                     "intensive_40": "Intensiv 40\u00b0C", | ||||
|                     "intensive_40_steam": "Intensiv 40\u00b0C + Dampf", | ||||
|                     "iot_active_steam": "Dampf", | ||||
|                     "iot_active_wash_steam": "Active Wash", | ||||
|                     "iot_allergy_care_pro": "Allergy Care Pro", | ||||
|                     "iot_all_in_one_59_steam": "Active Wash + Dampf", | ||||
|                     "iot_checkup": "Check-up", | ||||
|                     "iot_colour_59_steam": "Buntes 59' + Dampf", | ||||
|                     "iot_cottons_steam": "Baumwolle + Dampf", | ||||
|                     "iot_delicate_silk_steam": "Empfindliche Seide + Dampf", | ||||
|                     "iot_delicati_59_steam": "Feines 59'", | ||||
|                     "iot_dry_air_refresh": "Luftauffrischung", | ||||
|                     "iot_dry_anti_mites": "Milbenbek\u00e4mpfung", | ||||
|                     "iot_dry_baby": "Baby", | ||||
|                     "iot_dry_backpacks": "Rucks\u00e4cke", | ||||
|                     "iot_dry_bathrobe": "Badem\u00e4ntel und saugf\u00e4higes Gewebe", | ||||
|                     "iot_dry_bed_linen": "Bettw\u00e4sche", | ||||
|                     "iot_dry_cotton_dry": "Baumwolle trocken", | ||||
|                     "iot_dry_cuddly_toys": "Stofftiere", | ||||
|                     "iot_dry_curtains": "Vorh\u00e4nge", | ||||
|                     "iot_dry_dehumidifier": "Entfeuchter", | ||||
|                     "iot_dry_delicates_antiallergy": "Feinw\u00e4sche - Anti-Allergie", | ||||
|                     "iot_dry_delicate_tablecloths": "Empfindliche Tischdecken", | ||||
|                     "iot_dry_denim_jeans": "Denim - Jeans", | ||||
|                     "iot_dry_easy_iron_cotton": "Leichtes B\u00fcgeln - Baumwolle", | ||||
|                     "iot_dry_easy_iron_synthetics": "Leichtes B\u00fcgeln - Synthetik", | ||||
|                     "iot_dry_gym_fit": "Fitness-Studio - Fitness-Kleidung", | ||||
|                     "iot_dry_lingerie": "Dessous", | ||||
|                     "iot_dry_mixed_dry": "Trocknen gemischt", | ||||
|                     "iot_dry_rapid_60_min_delicates": "Rapid 60' - Feines", | ||||
|                     "iot_dry_shirts": "Hemden", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Badeanz\u00fcge", | ||||
|                     "iot_dry_synthetics": "Synthetik trocken", | ||||
|                     "iot_dry_synthetic_dry": "Synthetik trocken", | ||||
|                     "iot_dry_tablecloths": "Tischdecken", | ||||
|                     "iot_dry_technical_fabrics": "Technische Textilien", | ||||
|                     "iot_dry_warm_embrace": "Warm trocknen", | ||||
|                     "iot_dry_wool_dry": "Wolle trocknen", | ||||
|                     "iot_easy_iron": "B\u00fcgeltrocken", | ||||
|                     "iot_fresh_care_steam": "Fresh Care + Dampf", | ||||
|                     "iot_hygiene_pro_steam": "Hygiene Pro + Dampf", | ||||
|                     "iot_intensive_40_steam": "Intensiv 40\u00b0C + Dampf", | ||||
|                     "iot_mixed_steam": "Gemischt + Dampf", | ||||
|                     "iot_mix_and_colour_59_steam": "Misch- und Buntw\u00e4sche 59' + Dampf", | ||||
|                     "iot_perfect_cotton_59_steam": "Baumwolle Perfekt 59'", | ||||
|                     "iot_rapid_a_class_60_steam": "Rapid Klasse A 60 + Dampf", | ||||
|                     "iot_resistant_cotton_steam": "Baumwolle + Dampf", | ||||
|                     "iot_shirts_steam": "Hemden + Dampf", | ||||
|                     "iot_single_item_steam": "Einzelner Gegenstand + Dampf", | ||||
|                     "iot_smart_wash": "Smart Wash", | ||||
|                     "iot_soft_care_steam": "Soft Care + Steam", | ||||
|                     "iot_special_39_full_load_steam": "Special 39' + Dampf", | ||||
|                     "iot_steam_hygiene_plus": "Hygiene Plus Dampf ", | ||||
|                     "iot_synthetic_and_coloured_steam": "Synthetik und Farben + Dampf", | ||||
|                     "iot_wash_and_dry": "Waschen und trocknen", | ||||
|                     "iot_wash_anti_mites": "Milbenbek\u00e4mpfung", | ||||
|                     "iot_wash_anti_odor": "Anti-Geruch", | ||||
|                     "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|                     "iot_wash_ariel_cold_cycle": "Ariel Cold Clean", | ||||
|                     "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", | ||||
|                     "iot_wash_baby_sanitizer": "Desinfektion", | ||||
|                     "iot_wash_baby_sanitizer_steam": "Babyw\u00e4sche-Desinfektion + Dampf", | ||||
|                     "iot_wash_backpacks": "Rucks\u00e4cke", | ||||
|                     "iot_wash_backpacks_zelig": "Rucks\u00e4cke", | ||||
|                     "iot_wash_bathrobe": "Badem\u00e4ntel und Handt\u00fccher", | ||||
|                     "iot_wash_bathrobe_steam": "Bademantel + Dampf", | ||||
|                     "iot_wash_bed_linen": "Bettw\u00e4sche", | ||||
|                     "iot_wash_bed_linen_steam": "Bettw\u00e4sche + Dampf", | ||||
|                     "iot_wash_bed_linen_zelig": "Bettw\u00e4sche", | ||||
|                     "iot_wash_big_single_load": "Gro\u00dfe Einzelladung", | ||||
|                     "iot_wash_bleaching": "Bleichen", | ||||
|                     "iot_wash_blood_stains": "Blutflecken", | ||||
|                     "iot_wash_cashmere": "Kaschmir", | ||||
|                     "iot_wash_chocolate_stains": "Schokoladenflecken", | ||||
|                     "iot_wash_cold_wash": "Kaltw\u00e4sche", | ||||
|                     "iot_wash_colored": "Bunt", | ||||
|                     "iot_wash_colored_anti_stain": "Fleckenentfernung bei farbigen Textilien", | ||||
|                     "iot_wash_colored_delicate": "Bunte Feinw\u00e4sche", | ||||
|                     "iot_wash_coloured": "Buntes", | ||||
|                     "iot_wash_coloured_bed_linen": "Bunte Bettw\u00e4sche", | ||||
|                     "iot_wash_coloured_bed_linen_steam": "Bunte Bettw\u00e4sche + Dampf", | ||||
|                     "iot_wash_coloured_curtains": "Bunte Vorh\u00e4nge", | ||||
|                     "iot_wash_coloured_shirts": "Farbige Hemden", | ||||
|                     "iot_wash_coloured_shirts_steam": "Farbige Hemden + Dampf", | ||||
|                     "iot_wash_coloured_steam": "Buntes + Dampf", | ||||
|                     "iot_wash_coloured_tableclothes": "Farbige Tischt\u00fccher", | ||||
|                     "iot_wash_coloured_tableclothes_steam": "Farbige Tischt\u00fccher + Dampf", | ||||
|                     "iot_wash_cotton": "Baumwolle", | ||||
|                     "iot_wash_cotton_steam": "Baumwolle + Dampf", | ||||
|                     "iot_wash_cuddly_toys": "Stofftiere", | ||||
|                     "iot_wash_curtains": "Vorh\u00e4nge", | ||||
|                     "iot_wash_curtains_steam": "Vorh\u00e4nge+Dampf", | ||||
|                     "iot_wash_curtains_zelig": "Vorh\u00e4nge", | ||||
|                     "iot_wash_dark": "Dunkle Kleidungsst\u00fccke", | ||||
|                     "iot_wash_darks_and_coloured_44": "Dunkles und Buntes 44'", | ||||
|                     "iot_wash_darks_and_coloured_59": "Dunkles und Buntes 59'", | ||||
|                     "iot_wash_darks_and_coloured_xl": "Dunkles und Buntes XL", | ||||
|                     "iot_wash_dark_steam": "Dunkle Kleidungsst\u00fccke + Dampf", | ||||
|                     "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|                     "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|                     "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|                     "iot_wash_delicate": "Feinw\u00e4sche", | ||||
|                     "iot_wash_delicate_antiallergy": "Allergenarmes Programm f\u00fcr Feines", | ||||
|                     "iot_wash_delicate_antiallergy_steam": "Allergenarmes Programm f\u00fcr Feines + Dampf", | ||||
|                     "iot_wash_delicate_antiallergy_zelig": "Allergenarmes Programm f\u00fcr Feines", | ||||
|                     "iot_wash_delicate_colors": "Bunte Feinw\u00e4sche", | ||||
|                     "iot_wash_delicate_colors_steam": "Buntes + Dampf", | ||||
|                     "iot_wash_delicate_dark": "Dunkle Feinw\u00e4sche", | ||||
|                     "iot_wash_delicate_steam": "Feinw\u00e4sche + Dampf", | ||||
|                     "iot_wash_delicate_tablecloths": "Empfindliche Tischdecken", | ||||
|                     "iot_wash_delicate_tablecloths_steam": "Empfindliche Tischdecken + Dampf", | ||||
|                     "iot_wash_delicate_whites": "Wei\u00dfe Feinw\u00e4sche", | ||||
|                     "iot_wash_denim_jeans": "Denim - Jeans", | ||||
|                     "iot_wash_diving_suits": "Tauchanz\u00fcge", | ||||
|                     "iot_wash_diving_suits_zelig": "Tauchanz\u00fcge", | ||||
|                     "iot_wash_down_jackets": "Daunenjacken", | ||||
|                     "iot_wash_down_jackets_zelig": "Daunenjacken", | ||||
|                     "iot_wash_duvet": "Oberbetten", | ||||
|                     "iot_wash_fruit_stains": "Obstflecken", | ||||
|                     "iot_wash_gym_fit": "Fitness-Studio - Fitness-Kleidung", | ||||
|                     "iot_wash_handwash": "Handw\u00e4sche", | ||||
|                     "iot_wash_handwash_colored": "Bunte Handw\u00e4sche", | ||||
|                     "iot_wash_handwash_dark": "Dunkle Handw\u00e4sche", | ||||
|                     "iot_wash_lingerie": "Dessous", | ||||
|                     "iot_wash_masks_refresh": "Mundschutz-Auffrischung", | ||||
|                     "iot_wash_masks_sanification": "Mundschutz-Desinfektion", | ||||
|                     "iot_wash_masks_sanification_steam": "Mundschutz-Desinfektion + Dampf", | ||||
|                     "iot_wash_mats": "Teppiche", | ||||
|                     "iot_wash_men_s_trousers": "Herrenhosen", | ||||
|                     "iot_wash_mixed": "Gemischt", | ||||
|                     "iot_wash_mixed_steam": "Gemischt + Dampf", | ||||
|                     "iot_wash_mix_and_coloured_44": "Gemischt und Farben 44'", | ||||
|                     "iot_wash_mix_and_coloured_59": "Gemischt und Farben 59'", | ||||
|                     "iot_wash_mix_and_coloured_xl": "Gemischt und Farben XL", | ||||
|                     "iot_wash_new_clothes": "Neue Kleidung", | ||||
|                     "iot_wash_perfect_white": "Perfektes Wei\u00df", | ||||
|                     "iot_wash_perfect_white_steam": "Perfektes Wei\u00df + Dampf", | ||||
|                     "iot_wash_pets": "Textilien f\u00fcr Haustiere", | ||||
|                     "iot_wash_pets_hair_removal": "Haustierhaare auswaschen", | ||||
|                     "iot_wash_pets_odours_stains_removal": "Haustiere Geruchs- und Fleckenentfernung", | ||||
|                     "iot_wash_pets_steam": "Textilien f\u00fcr Haustiere", | ||||
|                     "iot_wash_playsuits": "Strampelanz\u00fcge", | ||||
|                     "iot_wash_playsuits_steam": "Strampelanz\u00fcge + Dampf", | ||||
|                     "iot_wash_quick_drum_cleaner": "Schnellreinigung f\u00fcr Waschmaschinentrommeln", | ||||
|                     "iot_wash_rapid_14": "Rapid 14\u2019", | ||||
|                     "iot_wash_rapid_30": "Rapid 30\u2019", | ||||
|                     "iot_wash_rapid_44": "Rapid 44'", | ||||
|                     "iot_wash_rapid_59": "Rapid 59'", | ||||
|                     "iot_wash_rapid_59_steam": "Rapid 59' + Dampf", | ||||
|                     "iot_wash_refresh_14_min": "Auffrischen 14'", | ||||
|                     "iot_wash_resistant_colored": "Strapazierf\u00e4hige Buntw\u00e4sche", | ||||
|                     "iot_wash_resistant_dark": "Strapazierf\u00e4hige dunkle W\u00e4sche", | ||||
|                     "iot_wash_resistant_whites": "Strapazierf\u00e4hige wei\u00dfe W\u00e4sche", | ||||
|                     "iot_wash_rinse": "Sp\u00fclen", | ||||
|                     "iot_wash_shirts": "Hemden", | ||||
|                     "iot_wash_shirts_steam": "Hemden + Dampf", | ||||
|                     "iot_wash_silk": "Seide", | ||||
|                     "iot_wash_ski_suit": "Skianz\u00fcge", | ||||
|                     "iot_wash_ski_suit_zelig": "Skianz\u00fcge", | ||||
|                     "iot_wash_spin": "Schleudern", | ||||
|                     "iot_wash_sport": "Sport", | ||||
|                     "iot_wash_sport_anti_odor": "Anti-Geruch Sportbekleidung", | ||||
|                     "iot_wash_sport_anti_odor_zelig": "Anti-Geruch Sportbekleidung", | ||||
|                     "iot_wash_stains_remover": "Fleckenentferner", | ||||
|                     "iot_wash_swimsuits_and_bikinis": "Badeanz\u00fcge", | ||||
|                     "iot_wash_synthetic": "Synthetik", | ||||
|                     "iot_wash_synthetic_steam": "Synthetik + Dampf", | ||||
|                     "iot_wash_tablecloths": "Tischdecken", | ||||
|                     "iot_wash_tablecloths_steam": "Tischdecken + Dampf", | ||||
|                     "iot_wash_technical_fabrics": "Technische Textilien", | ||||
|                     "iot_wash_technical_fabrics_zelig": "Technische Textilien", | ||||
|                     "iot_wash_technical_jackets": "Jacken aus technischen Textilien", | ||||
|                     "iot_wash_technical_jackets_zelig": "Jacken aus technischen Textilien", | ||||
|                     "iot_wash_trainers": "Turnschuhe", | ||||
|                     "iot_wash_whites": "Wei\u00df", | ||||
|                     "iot_wash_whites_44": "Wei\u00df 44'", | ||||
|                     "iot_wash_whites_59": "Wei\u00df 59'", | ||||
|                     "iot_wash_whites_xl": "Wei\u00df XL", | ||||
|                     "iot_wash_wine_stains": "Weinflecken", | ||||
|                     "iot_wash_wool": "Wolle", | ||||
|                     "jeans": "Jeans", | ||||
|                     "jeans_60": "Jeans", | ||||
|                     "low_dry": "Trocknen gemischt", | ||||
|                     "mixed": "Gemischt", | ||||
|                     "mixed_and_colored_59": "Gemischt und Farben 59'", | ||||
|                     "mixed_steam": "Gemischt + Dampf", | ||||
|                     "mix_and_colour_59": "Misch + Buntwaesche 59'", | ||||
|                     "mix_and_colour_59_steam": "Misch- und Buntw\u00e4sche 59' + Dampf", | ||||
|                     "night_and_day": "Nacht und Tag", | ||||
|                     "night_wash": "Zyklus \u00fcber Nacht", | ||||
|                     "perfect_59": "Perfekt 59'", | ||||
|                     "perfect_cotton_59": "Baumwolle Perfekt 59'", | ||||
|                     "perfect_cotton_59_steam": "Baumwolle Perfekt 59'", | ||||
|                     "perfect_whites_59": "Bl\u00fctenwei\u00df 59'", | ||||
|                     "rapid_14_min": "14'uten Kurzprogramm", | ||||
|                     "rapid_30_min": "Schnellwaschgang 30'", | ||||
|                     "rapid_44_min": "Schnellwaschgang 44'", | ||||
|                     "rapid_a_class_60": "Rapid Klasse A 60", | ||||
|                     "rapid_a_class_60_steam": "Rapid Klasse A 60 + Dampf", | ||||
|                     "rapid_wash_and_dry_59_min": "Waschen und trocknen 59'", | ||||
|                     "resistant_cotton": "Baumwolle", | ||||
|                     "resistant_cotton_steam": "Baumwolle + Dampf", | ||||
|                     "rinse": "Sp\u00fclen", | ||||
|                     "shirts_steam": "Hemden + Dampf", | ||||
|                     "silent_night": "Zyklus \u00fcber Nacht", | ||||
|                     "single_item": "Einzelner Gegenstand", | ||||
|                     "single_item_steam": "Einzelner Gegenstand + Dampf", | ||||
|                     "smart_wash": "Smart Wash", | ||||
|                     "soft_care": "Sanfte Pflege", | ||||
|                     "soft_care_steam": "Soft Care + Steam", | ||||
|                     "soft_care_steam_title": "Soft Care + Steam", | ||||
|                     "special_39": "Special 39'", | ||||
|                     "special_39_full_load": "Special 39'", | ||||
|                     "special_39_full_load_steam": "Special 39' + Dampf", | ||||
|                     "special_49": "Spezial 49'", | ||||
|                     "sport_39": "Sport 39'", | ||||
|                     "sport_plus_29": "Sport Plus 29\"", | ||||
|                     "sport_plus_39": "Sport Plus 39'", | ||||
|                     "steam_39": "Dampf 39'", | ||||
|                     "steam_care_pro": "Steam Care Pro", | ||||
|                     "steam_care_pro_cotton": "Steam Care Pro - Baumwolle", | ||||
|                     "steam_care_pro_delicates": "Steam Care Pro - Feinw\u00e4sche", | ||||
|                     "steam_care_pro_synthetic": "Steam Care Pro - Synthetik", | ||||
|                     "steam_hygiene_plus": "Hygiene Plus Dampf ", | ||||
|                     "synthetics": "Synthetik", | ||||
|                     "synthetic_and_coloured": "Synthetik und Farben", | ||||
|                     "synthetic_and_coloured_steam": "Synthetik und Farben + Dampf", | ||||
|                     "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|                     "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|                     "total_care": "Total Care", | ||||
|                     "tumbling": "Trocknen", | ||||
|                     "wool": "Wolle", | ||||
|                     "wool_and_delicates_49": "Wolle/Feinw\u00e4sche 49'", | ||||
|                     "wool_dry": "Wolle trocknen", | ||||
|                     "wool_soft_care": "Wolle & Soft Care" | ||||
|                 }, | ||||
|                 "name": "Programm" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Keine Trocknung", | ||||
|                     "1": "B\u00fcgeln", | ||||
|                     "2": "W\u00e4sche fertig", | ||||
|                     "3": "W\u00e4sche fertig", | ||||
|                     "4": "Extra trocken", | ||||
|                     "12": "B\u00fcgeln", | ||||
|                     "13": "W\u00e4sche fertig", | ||||
|                     "14": "Bereit zum Anziehen", | ||||
|                     "15": "Extra trocken" | ||||
|                 }, | ||||
|                 "name": "Trocknungsstufe" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Schleudern" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatur" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Trocknungsdauer" | ||||
|             } | ||||
|         }, | ||||
|         "switch": { | ||||
|             "anti_crease": { | ||||
|                 "name": "Knitterschutz" | ||||
|             }, | ||||
|             "add_dish": { | ||||
|                 "name": "" | ||||
|             }, | ||||
|             "eco_express": { | ||||
|                 "name": "Eco" | ||||
|             }, | ||||
|             "extra_dry": { | ||||
|                 "name": "Extra trocken" | ||||
|             }, | ||||
|             "half_load": { | ||||
|                 "name": "Halbe Ladung" | ||||
|             }, | ||||
|             "open_door": { | ||||
|                 "name": "T\u00fcr offen" | ||||
|             }, | ||||
|             "three_in_one": { | ||||
|                 "name": "3-in-1" | ||||
|             }, | ||||
|             "preheat": { | ||||
|                 "name": "Vorheizen" | ||||
|             }, | ||||
|             "dish_washer": { | ||||
|                 "name": "Geschirrsp\u00fclmaschine" | ||||
|             }, | ||||
|             "tumble_dryer": { | ||||
|                 "name": "Trockner" | ||||
|             }, | ||||
|             "washing_machine": { | ||||
|                 "name": "Waschmaschine" | ||||
|             }, | ||||
|             "washer_dryer": { | ||||
|                 "name": "Waschtrockner" | ||||
|             }, | ||||
|             "oven": { | ||||
|                 "name": "Ofen" | ||||
|             }, | ||||
|             "prewash": { | ||||
|                 "name": "Vorsp\u00fclen" | ||||
|             }, | ||||
|             "pause": { | ||||
|                 "name": "Anhalten" | ||||
|             }, | ||||
|             "keep_fresh": { | ||||
|                 "name": "Keep Fresh" | ||||
|             } | ||||
|         }, | ||||
|         "binary_sensor": { | ||||
|             "door_lock": { | ||||
|                 "name": "T\u00fcrsperre" | ||||
|             }, | ||||
|             "extra_rinse_1": { | ||||
|                 "name": "+1 Sp\u00fclgang" | ||||
|             }, | ||||
|             "extra_rinse_2": { | ||||
|                 "name": "+2 Sp\u00fclg\u00e4nge" | ||||
|             }, | ||||
|             "extra_rinse_3": { | ||||
|                 "name": "+3 Sp\u00fclg\u00e4nge" | ||||
|             }, | ||||
|             "good_night": { | ||||
|                 "name": "Gute Nacht" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Knitterschutz" | ||||
|             }, | ||||
|             "aqua_plus": { | ||||
|                 "name": "Acquaplus" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Schleudern" | ||||
|             }, | ||||
|             "programs_dw": { | ||||
|                 "name": "Programm" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "name": "Programm" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "name": "Programm" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "name": "Programm" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "name": "Programm" | ||||
|             }, | ||||
|             "still_hot": { | ||||
|                 "name": "Noch hei\u00df" | ||||
|             }, | ||||
|             "pan_status": { | ||||
|                 "name": "Pfanne" | ||||
|             }, | ||||
|             "remote_control": { | ||||
|                 "name": "Fernsteuerung" | ||||
|             }, | ||||
|             "rinse_aid": { | ||||
|                 "name": "Klarsp\u00fclerstand" | ||||
|             }, | ||||
|             "salt_level": { | ||||
|                 "name": "Salz-F\u00fcllstand" | ||||
|             }, | ||||
|             "door_open": { | ||||
|                 "name": "T\u00fcr offen" | ||||
|             }, | ||||
|             "connection": { | ||||
|                 "name": "Ger\u00e4teverbindung" | ||||
|             } | ||||
|         }, | ||||
|         "number": { | ||||
|             "power_management": { | ||||
|                 "name": "Energieverwaltung" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatur" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Einschaltverz\u00f6gerung" | ||||
|             }, | ||||
|             "water_hard": { | ||||
|                 "name": "Wasserh\u00e4rte" | ||||
|             }, | ||||
|             "program_duration": { | ||||
|                 "name": "Programmdauer" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Zieltemperatur" | ||||
|             }, | ||||
|             "rinse_iterations": { | ||||
|                 "name": "Anzahl Sp\u00fclg\u00e4nge" | ||||
|             }, | ||||
|             "wash_time": { | ||||
|                 "name": "Waschdauer" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Trocknungsdauer" | ||||
|             } | ||||
|         }, | ||||
|         "button": { | ||||
|             "induction_hob": { | ||||
|                 "name": "Induktionskochfeld" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @ -1,953 +0,0 @@ | ||||
| { | ||||
|     "entity": { | ||||
|         "sensor": { | ||||
|             "washing_modes": { | ||||
|                 "state": { | ||||
|                     "0": "\u0395\u03c4\u03bf\u03b9\u03bc\u03bf\u03c2", | ||||
|                     "1": "\u0395\u03c4\u03bf\u03b9\u03bc\u03bf\u03c2", | ||||
|                     "3": "\u03a0\u03b1\u03cd\u03c3\u03b7", | ||||
|                     "4": "\u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2", | ||||
|                     "5": "\u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2", | ||||
|                     "6": "\u039b\u03ac\u03b8\u03bf\u03c2", | ||||
|                     "7": "\u0395\u03c4\u03bf\u03b9\u03bc\u03bf\u03c2" | ||||
|                 } | ||||
|             }, | ||||
|             "program_phases_wm": { | ||||
|                 "state": { | ||||
|                     "0": "\u0395\u03c4\u03bf\u03b9\u03bc\u03bf\u03c2", | ||||
|                     "1": "\u03a0\u03bb\u03cd\u03c3\u03b7", | ||||
|                     "2": "\u03a0\u03bb\u03cd\u03c3\u03b7", | ||||
|                     "3": "\u03a3\u03c4\u03cd\u03c8\u03b9\u03bc\u03bf", | ||||
|                     "4": "\u039e\u03ad\u03b2\u03b3\u03b1\u03bb\u03bc\u03b1", | ||||
|                     "5": "\u039e\u03ad\u03b2\u03b3\u03b1\u03bb\u03bc\u03b1", | ||||
|                     "6": "\u039e\u03ad\u03b2\u03b3\u03b1\u03bb\u03bc\u03b1", | ||||
|                     "7": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "9": "\u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "10": "\u0395\u03c4\u03bf\u03b9\u03bc\u03bf\u03c2", | ||||
|                     "11": "\u03a3\u03c4\u03cd\u03c8\u03b9\u03bc\u03bf", | ||||
|                     "12": "\u0396\u03cd\u03b3\u03b9\u03c3\u03bc\u03b1 ", | ||||
|                     "13": "\u0396\u03cd\u03b3\u03b9\u03c3\u03bc\u03b1 ", | ||||
|                     "14": "\u03a0\u03bb\u03cd\u03c3\u03b7", | ||||
|                     "15": "\u03a0\u03bb\u03cd\u03c3\u03b7", | ||||
|                     "16": "\u03a0\u03bb\u03cd\u03c3\u03b7", | ||||
|                     "17": "\u039e\u03ad\u03b2\u03b3\u03b1\u03bb\u03bc\u03b1", | ||||
|                     "18": "\u039e\u03ad\u03b2\u03b3\u03b1\u03bb\u03bc\u03b1", | ||||
|                     "19": "\u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2", | ||||
|                     "20": "\u039a\u03c1\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03c6\u03c1\u03b5\u03c3\u03ba\u03ac\u03b4\u03b1", | ||||
|                     "24": "\u03a6\u03c1\u03b5\u03c3\u03ba\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1", | ||||
|                     "25": "\u03a0\u03bb\u03cd\u03c3\u03b7", | ||||
|                     "26": "\u0398\u03ad\u03c1\u03bc\u03b1\u03bd\u03c3\u03b7", | ||||
|                     "27": "\u03a0\u03bb\u03cd\u03c3\u03b7" | ||||
|                 }, | ||||
|                 "name": "\u03a6\u03ac\u03c3\u03b7" | ||||
|             }, | ||||
|             "program_phases_td": { | ||||
|                 "state": { | ||||
|                     "0": "\u0395\u03c4\u03bf\u03b9\u03bc\u03bf\u03c2", | ||||
|                     "1": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "2": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "3": "\u03a0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae\u03c2", | ||||
|                     "13": "\u03a0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae\u03c2", | ||||
|                     "14": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "15": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "16": "\u03a0\u03b5\u03c1\u03af\u03bf\u03b4\u03bf\u03c2 \u03b1\u03bd\u03b1\u03bc\u03bf\u03bd\u03ae\u03c2", | ||||
|                     "18": "\u039a\u03c1\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03c6\u03c1\u03b5\u03c3\u03ba\u03ac\u03b4\u03b1", | ||||
|                     "19": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "20": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1" | ||||
|                 }, | ||||
|                 "name": "\u03a6\u03ac\u03c3\u03b7" | ||||
|             }, | ||||
|             "program_phases_dw": { | ||||
|                 "state": { | ||||
|                     "0": "\u0395\u03c4\u03bf\u03b9\u03bc\u03bf\u03c2", | ||||
|                     "1": "\u03a0\u03c1\u03cc\u03c0\u03bb\u03c5\u03c3\u03b7", | ||||
|                     "2": "\u03a0\u03bb\u03cd\u03c3\u03b7", | ||||
|                     "3": "\u039e\u03ad\u03b2\u03b3\u03b1\u03bb\u03bc\u03b1", | ||||
|                     "4": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "5": "\u0395\u03c4\u03bf\u03b9\u03bc\u03bf\u03c2", | ||||
|                     "6": "Hot rinse" | ||||
|                 }, | ||||
|                 "name": "\u03a6\u03ac\u03c3\u03b7" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "\u03a7\u03c9\u03c1\u03af\u03c2 \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "1": "\u03a3\u03b9\u03b4\u03ad\u03c1\u03c9\u03bc\u03b1", | ||||
|                     "2": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1 \u03b3\u03b9\u03b1 \u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 ", | ||||
|                     "3": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1 \u03b3\u03b9\u03b1 \u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 ", | ||||
|                     "4": "\u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "12": "\u03a3\u03b9\u03b4\u03ad\u03c1\u03c9\u03bc\u03b1", | ||||
|                     "13": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1 \u03b3\u03b9\u03b1 \u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 ", | ||||
|                     "14": "\u0395\u03c4\u03bf\u03b9\u03bc\u03bf \u03bd\u03b1 \u03c6\u03bf\u03c1\u03b5\u03b8\u03b5\u03af", | ||||
|                     "15": "\u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1" | ||||
|                 }, | ||||
|                 "name": "\u0395\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03c3\u03c4\u03b5\u03b3\u03bd\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "\u039b\u03b9\u03b3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03b6\u03ac\u03c1\u03b5\u03c2" | ||||
|             }, | ||||
|             "power": { | ||||
|                 "name": "\u0395\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03b9\u03c3\u03c7\u03cd\u03bf\u03c2 \u03c1\u03b5\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2" | ||||
|             }, | ||||
|             "remaining_time": { | ||||
|                 "name": "\u03a7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03c0\u03bf\u03c5 \u03b1\u03c0\u03bf\u03bc\u03ad\u03bd\u03b5\u03b9" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "\u0398\u03b5\u03c1\u03bc\u03bf\u03ba\u03c1\u03b1\u03c3\u03af\u03b1" | ||||
|             }, | ||||
|             "water_efficiency": { | ||||
|                 "name": "\u0391\u03c0\u03cc\u03b4\u03bf\u03c3\u03b7 \u03bd\u03b5\u03c1\u03bf\u03cd" | ||||
|             }, | ||||
|             "water_saving": { | ||||
|                 "name": "\u0395\u03be\u03bf\u03b9\u03ba\u03bf\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7 \u03bd\u03b5\u03c1\u03bf\u03cd" | ||||
|             }, | ||||
|             "duration": { | ||||
|                 "name": "\u0394\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "\u03a3\u03c4\u03bf\u03c7\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7 \u03b8\u03b5\u03c1\u03bc\u03bf\u03ba\u03c1\u03b1\u03c3\u03af\u03b1" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "\u03a3\u03c4\u03cd\u03c8\u03b9\u03bc\u03bf" | ||||
|             }, | ||||
|             "steam_leve": { | ||||
|                 "name": "\u0395\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03b1\u03c4\u03bc\u03bf\u03cd" | ||||
|             }, | ||||
|             "dirt_level": { | ||||
|                 "name": "\u0395\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03b2\u03c1\u03c9\u03bc\u03b9\u03ac\u03c2" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u03a7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03c3\u03c4\u03b5\u03b3\u03bd\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2" | ||||
|             }, | ||||
|             "suggested_load": { | ||||
|                 "name": "\u03a7\u03c9\u03c1\u03b7\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c6\u03bf\u03c1\u03c4\u03af\u03bf\u03c5" | ||||
|             }, | ||||
|             "energy_label": { | ||||
|                 "name": "\u0395\u03bd\u03b5\u03c1\u03b3\u03b5\u03b9\u03b1\u03ba\u03ae \u03b1\u03c0\u03cc\u03b4\u03bf\u03c3\u03b7" | ||||
|             }, | ||||
|             "det_dust": { | ||||
|                 "name": "\u03a3\u03ba\u03cc\u03bd\u03b7" | ||||
|             }, | ||||
|             "det_liquid": { | ||||
|                 "name": "\u03a5\u03b3\u03c1\u03cc" | ||||
|             } | ||||
|         }, | ||||
|         "select": { | ||||
|             "programs_dw": { | ||||
|                 "state": { | ||||
|                     "59_min": "\u0393\u03c1\u03b7\u03b3\u03bf\u03c1\u03bf 59'", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "auto_care_soil": "Auto Care", | ||||
|                     "auto_plus": "AutoPlus", | ||||
|                     "auto_sensor": "Auto Sensor", | ||||
|                     "auto_sensor_soil": "Auto Sensor", | ||||
|                     "auto_universal": "\u03b1\u03c5\u03c4\u03bf\u03bc\u03b1\u03c4\u03bf Universal 50 - 60\u00b0C", | ||||
|                     "auto_universal_plus": "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf Universal Plus 65 - 75\u00b0C", | ||||
|                     "auto_universal_plus_soil": "\u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf Universal Plus 65 - 75\u00b0C", | ||||
|                     "auto_universal_soil": "\u03b1\u03c5\u03c4\u03bf\u03bc\u03b1\u03c4\u03bf Universal 50 - 60\u00b0C", | ||||
|                     "auto_wash": "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03c0\u03bb\u03cd\u03c3\u03b7", | ||||
|                     "auto_wash_soil": "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03c0\u03bb\u03cd\u03c3\u03b7", | ||||
|                     "classe_a_59": "\u0391 Class 59' 65\u00b0C", | ||||
|                     "delicate": "\u03b5\u03c5\u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03b1 45\u00b0C", | ||||
|                     "dishwasher_care": "\u039a\u03cd\u03ba\u03bb\u03bf\u03c2 \u03ba\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03bf\u03cd \u03ba\u03bb\u03af\u03bc\u03b1\u03ba\u03b1\u03c2 \u03c3\u03c4\u03c1\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2 \u03b1\u03bb\u03ac\u03c4\u03c9\u03bd", | ||||
|                     "eco": "\u039f\u03b9\u03ba\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc", | ||||
|                     "eco_asynch": "ECO 45\u00b0C", | ||||
|                     "eco_bldc": "ECO 45\u00b0C", | ||||
|                     "eco_synch": "ECO 45\u00b0C", | ||||
|                     "gentle_wash": "Gentle wash", | ||||
|                     "glass": "\u03a0\u03bf\u03c4\u03ae\u03c1\u03b9", | ||||
|                     "glassware": "\u03b3\u03c5\u03b1\u03bb\u03b9\u03ba\u03b1 45\u00b0C", | ||||
|                     "glass_care": "Glass Care", | ||||
|                     "hygiene": "\u03a5\u03b3\u03b9\u03b5\u03b9\u03bd\u03cc", | ||||
|                     "hygiene_plus": "Hygiene+ 75\u00b0C", | ||||
|                     "intensive": "\u0395\u03bd\u03c4\u03b1\u03c4\u03b9\u03ba\u03cc ", | ||||
|                     "intensive_rapid": "\u03b4\u03c5\u03bd\u03b1\u03c4\u03bf \u03b3\u03c1\u03b7\u03b3\u03bf\u03c1\u03bf", | ||||
|                     "iot_auto_sensor": "Auto Sensor", | ||||
|                     "iot_auto_universal_soil": "\u03b1\u03c5\u03c4\u03bf\u03bc\u03b1\u03c4\u03bf Universal 50 - 60\u00b0C", | ||||
|                     "iot_auto_wash_soil": "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03c0\u03bb\u03cd\u03c3\u03b7", | ||||
|                     "iot_baby_care": "\u03a6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1 \u039c\u03c9\u03c1\u03bf\u03cd", | ||||
|                     "iot_breakfast": "\u03a0\u03c1\u03c9\u03b9\u03bd\u03cc", | ||||
|                     "iot_checkup": "\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2", | ||||
|                     "iot_china_crystals": "\u039a\u03b9\u03bd\u03ad\u03b6\u03b9\u03ba\u03b1 \u039a\u03c1\u03cd\u03c3\u03c4\u03b1\u03bb\u03bb\u03b1", | ||||
|                     "iot_classe_a_59": "\u0393\u03c1\u03b7\u03b3\u03bf\u03c1\u03bf 59'", | ||||
|                     "iot_cocktail_glasses": "\u03a0\u03bf\u03c4\u03ae\u03c1\u03b9\u03b1 \u039a\u03bf\u03ba\u03c4\u03ad\u03b9\u03bb", | ||||
|                     "iot_cocktail_glasses_soil": "\u03a0\u03bf\u03c4\u03ae\u03c1\u03b9\u03b1 \u039a\u03bf\u03ba\u03c4\u03ad\u03b9\u03bb", | ||||
|                     "iot_daily_care": "\u039a\u03b1\u03b8\u03b7\u03bc\u03b5\u03c1\u03b9\u03bd\u03ae \u03a6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1", | ||||
|                     "iot_daily_care_soil": "\u039a\u03b1\u03b8\u03b7\u03bc\u03b5\u03c1\u03b9\u03bd\u03ae \u03a6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1", | ||||
|                     "iot_delicate": "\u03b5\u03c5\u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03b1 45\u00b0C", | ||||
|                     "iot_dinner_for_two": "\u0394\u03b5\u03af\u03c0\u03bd\u03bf \u03b3\u03b9\u03b1 2", | ||||
|                     "iot_dinner_for_two_soil": "\u0394\u03b5\u03af\u03c0\u03bd\u03bf \u03b3\u03b9\u03b1 2", | ||||
|                     "iot_dreft_quick_cycle": "Dreft Quick", | ||||
|                     "iot_eco_asynch": "ECO 45\u00b0C", | ||||
|                     "iot_eco_bldc": "ECO 45\u00b0C", | ||||
|                     "iot_eco_synch": "ECO 45\u00b0C", | ||||
|                     "iot_extra_hygiene": "\u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03a5\u03b3\u03b9\u03b5\u03b9\u03bd\u03ae", | ||||
|                     "iot_fairy_quick_cycle": "Fairy Quick", | ||||
|                     "iot_happy_hour": "Happy Hour", | ||||
|                     "iot_jar_quick_cycle": "Jar Quick", | ||||
|                     "iot_party": "\u03a0\u03ac\u03c1\u03c4\u03b9", | ||||
|                     "iot_party_soil": "\u03a0\u03ac\u03c1\u03c4\u03b9", | ||||
|                     "iot_pizza_menu": "\u039c\u03b5\u03bd\u03bf\u03cd \u03a0\u03af\u03c4\u03c3\u03b1", | ||||
|                     "iot_pizza_menu_soil": "\u039c\u03b5\u03bd\u03bf\u03cd \u03a0\u03af\u03c4\u03c3\u03b1", | ||||
|                     "iot_plastic_tupperware": "\u03a0\u03bb\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac & \u03a4\u03ac\u03c0\u03b5\u03c1", | ||||
|                     "iot_porcelain": "\u03a0\u03bf\u03c1\u03c3\u03b5\u03bb\u03ac\u03bd\u03b7", | ||||
|                     "iot_power_mix_wash": "\u0399\u03c3\u03c7\u03c5\u03c1\u03ae \u03a0\u03bb\u03cd\u03c3\u03b7 \u03b3\u03b9\u03b1 \u039c\u03b9\u03ba\u03c4\u03ac", | ||||
|                     "iot_power_mix_wash_soil": "\u0399\u03c3\u03c7\u03c5\u03c1\u03ae \u03a0\u03bb\u03cd\u03c3\u03b7 \u03b3\u03b9\u03b1 \u039c\u03b9\u03ba\u03c4\u03ac", | ||||
|                     "iot_prewash": "\u03c0\u03c1\u03bf\u03c0\u03bb\u03c5\u03c3\u03b7", | ||||
|                     "iot_pyrex_and_glassware": "\u03a0\u03c5\u03c1\u03ad\u03be & \u0393\u03c5\u03ac\u03bb\u03b9\u03bd\u03b1 \u0395\u03af\u03b4\u03b7", | ||||
|                     "iot_rapid_29": "\u03b3\u03c1\u03b7\u03b3\u03bf\u03c1\u03bf 29'", | ||||
|                     "iot_rapid_39": "\u03b3\u03c1\u03b7\u03b3\u03bf\u03c1\u03bf 39' 60\u00b0C", | ||||
|                     "iot_single": "\u0391\u03c4\u03bf\u03bc\u03b9\u03ba\u03cc", | ||||
|                     "iot_steam": "\u03b1\u03c4\u03bc\u03bf\u03c2 75\u00b0C", | ||||
|                     "iot_super_flash": "\u0395\u03be\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac \u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf", | ||||
|                     "iot_super_wash": "\u0395\u03be\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ae \u03a0\u03bb\u03cd\u03c3\u03b7", | ||||
|                     "iot_turbopower": "\u039c\u03b5\u03b3\u03ac\u03bb\u03b7 \u0399\u03c3\u03c7\u03cd\u03c2", | ||||
|                     "iot_universal": "\u03b3\u03b5\u03bd\u03b9\u03ba\u03bf 60\u00b0C", | ||||
|                     "iot_wok_grids_maxi_pans": "\u0395\u03b9\u03b4\u03b9\u03ba\u03ac \u03a4\u03b7\u03b3\u03ac\u03bd\u03b9\u03b1 (\u0393\u03bf\u03c5\u03cc\u03ba - \u03a3\u03c7\u03ac\u03c1\u03b5\u03c2 \u03ba\u03b1\u03b9 \u039c\u03b5\u03b3\u03ac\u03bb\u03b1 \u03a4\u03b7\u03b3\u03ac\u03bd\u03b9\u03b1)", | ||||
|                     "iot_wok_grids_maxi_pans_soil": "\u0395\u03b9\u03b4\u03b9\u03ba\u03ac \u03a4\u03b7\u03b3\u03ac\u03bd\u03b9\u03b1 (\u0393\u03bf\u03c5\u03cc\u03ba - \u03a3\u03c7\u03ac\u03c1\u03b5\u03c2 \u03ba\u03b1\u03b9 \u039c\u03b5\u03b3\u03ac\u03bb\u03b1 \u03a4\u03b7\u03b3\u03ac\u03bd\u03b9\u03b1)", | ||||
|                     "iot_yes_quick_cycle": "Yes Quick", | ||||
|                     "night": "Ultra Silent 55\u00b0C", | ||||
|                     "prewash": "\u03c0\u03c1\u03bf\u03c0\u03bb\u03c5\u03c3\u03b7", | ||||
|                     "rapid_20": "\u0393\u03c1\u03b7\u03b3\u03bf\u03c1\u03bf 20'", | ||||
|                     "rapid_24": "\u03b3\u03c1\u03b7\u03b3\u03bf\u03c1\u03bf 24'", | ||||
|                     "rapid_29": "\u03b3\u03c1\u03b7\u03b3\u03bf\u03c1\u03bf 29' 50\u00b0C", | ||||
|                     "rapid_35": "Wash&Dry 35'", | ||||
|                     "rapid_39": "\u03b3\u03c1\u03b7\u03b3\u03bf\u03c1\u03bf 39' 60\u00b0C", | ||||
|                     "rapid_49": "\u0393\u03c1\u03b7\u03b3\u03bf\u03c1\u03bf 49'", | ||||
|                     "rapid_59": "\u0393\u03c1\u03b7\u03b3\u03bf\u03c1\u03bf 59'", | ||||
|                     "sanitising": "\u0391\u03c0\u03bf\u03bb\u03cd\u03bc\u03b1\u03bd\u03c3\u03b7", | ||||
|                     "silence": "Silence", | ||||
|                     "silent": "\u039d\u03cd\u03c7\u03c4\u03b1", | ||||
|                     "silent_care": "Silent Care", | ||||
|                     "smart_ai": "Smart AI", | ||||
|                     "special": "\u03c3\u03c0\u03b5\u03c3\u03b9\u03b1\u03bb", | ||||
|                     "special_pw_prz": "\u03c3\u03c0\u03b5\u03c3\u03b9\u03b1\u03bb", | ||||
|                     "steam": "\u03b1\u03c4\u03bc\u03bf\u03c2 75\u00b0C", | ||||
|                     "steam_plus": "\u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03b1\u03c4\u03bc\u03cc\u03c2 75\u00b0 C", | ||||
|                     "total_care": "Total Care 50\u00b0C", | ||||
|                     "ultra_silence": "Ultra Silent 55\u00b0C", | ||||
|                     "ultra_silent": "Ultra Silent 55\u00b0C", | ||||
|                     "universal": "\u03b3\u03b5\u03bd\u03b9\u03ba\u03bf 60\u00b0C", | ||||
|                     "universal_plus": "\u03b3\u03b5\u03bd\u03b9\u03ba\u03bf Plus 70\u00b0C", | ||||
|                     "zoom_39": "Zoom 39 min" | ||||
|                 }, | ||||
|                 "name": "\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "state": { | ||||
|                     "iot_special_ash_brown": "\u039a\u03b1\u03c6\u03ad \u03c6\u03bb\u03b1\u03bc\u03bf\u03c5\u03c1\u03b9\u03ac", | ||||
|                     "iot_special_beef_fillet": "\u03a6\u03b9\u03bb\u03ad\u03c4\u03bf \u03b2\u03bf\u03b4\u03b9\u03bd\u03bf\u03cd", | ||||
|                     "iot_special_beef_veal_stew": "\u0392\u03bf\u03b4\u03b9\u03bd\u03cc \u03ba\u03b1\u03b9 \u03bc\u03bf\u03c3\u03c7\u03b1\u03c1\u03af\u03c3\u03b9\u03bf \u03c1\u03b1\u03b3\u03bf\u03cd", | ||||
|                     "iot_special_boiled_rice": "\u0392\u03c1\u03b1\u03c3\u03c4\u03cc \u03c1\u03cd\u03b6\u03b9", | ||||
|                     "iot_special_chicken_breast": "\u03a3\u03c4\u03ae\u03b8\u03bf\u03c2 \u03ba\u03bf\u03c4\u03cc\u03c0\u03bf\u03c5\u03bb\u03bf\u03c5", | ||||
|                     "iot_special_chicken_legs": "\u039c\u03c0\u03bf\u03cd\u03c4\u03b9\u03b1 \u03ba\u03bf\u03c4\u03cc\u03c0\u03bf\u03c5\u03bb\u03bf\u03c5", | ||||
|                     "iot_special_chocolate_pudding": "\u03a0\u03bf\u03c5\u03c4\u03af\u03b3\u03ba\u03b1 \u03c3\u03bf\u03ba\u03bf\u03bb\u03ac\u03c4\u03b1\u03c2", | ||||
|                     "iot_special_entrecote": "\u0395\u03bd\u03c4\u03c1\u03b5\u03ba\u03cc\u03c4", | ||||
|                     "iot_special_fresh_tuna": "\u039d\u03c9\u03c0\u03cc\u03c2 \u03c4\u03cc\u03bd\u03bf\u03c2", | ||||
|                     "iot_special_grilled_vegetables": "\u03a8\u03b7\u03c4\u03ac \u03bb\u03b1\u03c7\u03b1\u03bd\u03b9\u03ba\u03ac", | ||||
|                     "iot_special_lamb_cutlet": "\u039a\u03bf\u03c4\u03bf\u03bb\u03ad\u03c4\u03b5\u03c2 \u03b1\u03c1\u03bd\u03b9\u03bf\u03cd", | ||||
|                     "iot_special_meatballs": "\u039a\u03b5\u03c6\u03c4\u03ad\u03b4\u03b5\u03c2 \u03b1\u03c0\u03cc \u03ba\u03c1\u03ad\u03b1\u03c2", | ||||
|                     "iot_special_minestrone": "\u039c\u03b9\u03bd\u03b5\u03c3\u03c4\u03c1\u03cc\u03bd\u03b7", | ||||
|                     "iot_special_mussels": "\u039c\u03cd\u03b4\u03b9\u03b1", | ||||
|                     "iot_special_omelette": "\u039f\u03bc\u03b5\u03bb\u03ad\u03c4\u03b1", | ||||
|                     "iot_special_pancakes": "\u03a4\u03b7\u03b3\u03b1\u03bd\u03af\u03c4\u03b1", | ||||
|                     "iot_special_paris_style_peas": "\u039c\u03c0\u03b9\u03b6\u03ad\u03bb\u03b9\u03b1 \u03c4\u03bf\u03c5 \u03a0\u03b1\u03c1\u03b9\u03c3\u03b9\u03bf\u03cd", | ||||
|                     "iot_special_poached_eggs": "\u0391\u03c5\u03b3\u03ac \u03c0\u03bf\u03c3\u03ad", | ||||
|                     "iot_special_pork_fillet": "\u03a6\u03b9\u03bb\u03ad\u03c4\u03bf \u03a7\u03bf\u03b9\u03c1\u03b9\u03bd\u03bf\u03cd", | ||||
|                     "iot_special_pork_ribs": "\u03a7\u03bf\u03b9\u03c1\u03b9\u03bd\u03ac \u03c0\u03b1\u03ca\u03b4\u03ac\u03ba\u03b9\u03b1", | ||||
|                     "iot_special_prawns": "\u0393\u03b1\u03c1\u03af\u03b4\u03b5\u03c2", | ||||
|                     "iot_special_quinoa": "\u039a\u03b9\u03bd\u03cc\u03b1", | ||||
|                     "iot_special_ratatouille": "Ratatouille", | ||||
|                     "iot_special_salmon_fillet": "\u03a3\u03bf\u03bb\u03c9\u03bc\u03cc\u03c2 \u03c6\u03b9\u03bb\u03ad\u03c4\u03bf", | ||||
|                     "iot_special_saute_potatoes": "\u03a0\u03b1\u03c4\u03ac\u03c4\u03b5\u03c2 \u03c3\u03c9\u03c4\u03ad", | ||||
|                     "iot_special_scallops": "\u03a7\u03c4\u03ad\u03bd\u03b9\u03b1", | ||||
|                     "iot_special_scrambled_eggs": "\u0391\u03c5\u03b3\u03ac \u03bf\u03bc\u03b5\u03bb\u03ad\u03c4\u03b1", | ||||
|                     "iot_special_spelt": "\u038c\u03bb\u03c5\u03c1\u03b1", | ||||
|                     "iot_special_veggy_noodles": "\u039b\u03b1\u03c7\u03b1\u03bd\u03b9\u03ba\u03ac \u03bd\u03bf\u03c5\u03bd\u03c4\u03bb\u03c2", | ||||
|                     "iot_special_white_fish_fillet": "\u03a6\u03b9\u03bb\u03ad\u03c4\u03bf \u03bb\u03b5\u03c5\u03ba\u03cc\u03c8\u03b1\u03c1\u03bf\u03c5", | ||||
|                     "iot_standard_boiling": "\u0392\u03c1\u03b1\u03c3\u03bc\u03cc\u03c2", | ||||
|                     "iot_standard_frying": "\u03a4\u03b7\u03b3\u03ac\u03bd\u03b9\u03c3\u03bc\u03b1", | ||||
|                     "iot_standard_keep_warm": "\u03a3\u03c5\u03bd\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7", | ||||
|                     "iot_standard_melting": "\u039b\u03b9\u03ce\u03c3\u03b9\u03bc\u03bf", | ||||
|                     "iot_standard_simmering": "\u03a3\u03b9\u03b3\u03bf\u03b2\u03c1\u03ac\u03c3\u03b9\u03bc\u03bf" | ||||
|                 }, | ||||
|                 "name": "\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "state": { | ||||
|                     "bakery": "\u0396\u03c5\u03bc\u03b1\u03c1\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03b1\u03c1\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "bakery_steam": "\u03a8\u03c9\u03bc\u03af \u03b1\u03c4\u03bc\u03bf\u03cd", | ||||
|                     "bottom_heating": "\u039a\u03ac\u03c4\u03c9 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03bf", | ||||
|                     "bottom_heating_fan": "\u039a\u03ac\u03c4\u03c9 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03bf + \u03b1\u03bd\u03b5\u03bc\u03b9\u03c3\u03c4\u03ae\u03c1\u03b1\u03c2", | ||||
|                     "bread": "\u03a8\u03c9\u03bc\u03af", | ||||
|                     "bread_steam": "\u0391\u03c1\u03c4\u03bf\u03c3\u03ba\u03b5\u03c5\u03ac\u03c3\u03bc\u03b1\u03c4\u03b1 \u03b1\u03c4\u03bc\u03bf\u03cd", | ||||
|                     "convection_fan": "\u0398\u03b5\u03c1\u03bc\u03bf\u03c3 \u03b1\u03b5\u03c1\u03b1\u03c3", | ||||
|                     "convection_fan_turnspit": "\u0398\u03b5\u03c1\u03bc\u03cc\u03c2 \u03b1\u03ad\u03c1\u03b1\u03c2 + \u0391\u03bd\u03b5\u03bc\u03b9\u03c3\u03c4\u03ae\u03c1\u03b1\u03c2 + \u03a3\u03bf\u03cd\u03b2\u03bb\u03b1", | ||||
|                     "conventional": "\u0391\u03bd\u03c9 - \u03ba\u03b1\u03c4\u03c9 \u03b8\u03b5\u03c1\u03bc\u03b1\u03bd\u03c3\u03b7", | ||||
|                     "conventional_turnspit": "\u0398\u03b5\u03c1\u03bc\u03cc\u03c2 \u03b1\u03ad\u03c1\u03b1\u03c2 + \u03a3\u03bf\u03cd\u03b2\u03bb\u03b1", | ||||
|                     "defrost": "\u0391\u03c0\u03cc\u03c8\u03c5\u03be\u03b7", | ||||
|                     "descaling": "\u0391\u03c6\u03b1\u03bb\u03ac\u03c4\u03c9\u03c3\u03b7", | ||||
|                     "fish": "\u03a8\u03ac\u03c1\u03b9\u03b1", | ||||
|                     "fish_steam": "\u03a8\u03ac\u03c1\u03b9 \u03c3\u03c4\u03bf\u03bd \u03b1\u03c4\u03bc\u03cc", | ||||
|                     "grill_cata": "\u0393\u03ba\u03c1\u03b9\u03bb", | ||||
|                     "grill_fan_cata": "\u0391\u03bd\u03b5\u03bc\u03b9\u03c3\u03c4\u03ae\u03c1\u03b1\u03c2 \u03b3\u03ba\u03c1\u03b9\u03bb", | ||||
|                     "grill_fan_pyro": "\u0393\u03ba\u03c1\u03b9\u03bb + \u03b1\u03bd\u03b5\u03bc\u03b9\u03c3\u03c4\u03ae\u03c1\u03b1\u03c2", | ||||
|                     "grill_pyro": "\u0393\u03ba\u03c1\u03b9\u03bb", | ||||
|                     "h20_clean": "H2O-Clean", | ||||
|                     "iot_bread": "\u03a8\u03c9\u03bc\u03af", | ||||
|                     "iot_h20_clean": "h2O clean", | ||||
|                     "leavening": "\u0396\u03c5\u03bc\u03c9\u03c3\u03b7", | ||||
|                     "low_temp_cooking": "\u039c\u03b1\u03b3\u03b5\u03af\u03c1\u03b5\u03bc\u03b1 \u03c3\u03b5 \u03c7\u03b1\u03bc\u03b7\u03bb\u03ae \u03b8\u03b5\u03c1\u03bc\u03bf\u03ba\u03c1\u03b1\u03c3\u03af\u03b1", | ||||
|                     "low_temp_cooking_fish": "\u039c\u03b1\u03b3\u03b5\u03af\u03c1\u03b5\u03bc\u03b1 \u03c3\u03b5 \u03c7\u03b1\u03bc\u03b7\u03bb\u03ae \u03b8\u03b5\u03c1\u03bc\u03bf\u03ba\u03c1\u03b1\u03c3\u03af\u03b1 - \u03a8\u03ac\u03c1\u03b9", | ||||
|                     "low_temp_cooking_fish_steam": "\u039c\u03b1\u03b3\u03b5\u03af\u03c1\u03b5\u03bc\u03b1 \u03bc\u03b5 \u03b1\u03c4\u03bc\u03cc \u03c3\u03b5 \u03c7\u03b1\u03bc\u03b7\u03bb\u03ae \u03b8\u03b5\u03c1\u03bc\u03bf\u03ba\u03c1\u03b1\u03c3\u03af\u03b1 - \u03a8\u03ac\u03c1\u03b9", | ||||
|                     "low_temp_cooking_meat": "\u039c\u03b1\u03b3\u03b5\u03af\u03c1\u03b5\u03bc\u03b1 \u03c3\u03b5 \u03c7\u03b1\u03bc\u03b7\u03bb\u03ae \u03b8\u03b5\u03c1\u03bc\u03bf\u03ba\u03c1\u03b1\u03c3\u03af\u03b1 - \u039a\u03c1\u03ad\u03b1\u03c2", | ||||
|                     "low_temp_cooking_meat_steam": "\u039c\u03b1\u03b3\u03b5\u03af\u03c1\u03b5\u03bc\u03b1 \u03bc\u03b5 \u03b1\u03c4\u03bc\u03cc \u03c3\u03b5 \u03c7\u03b1\u03bc\u03b7\u03bb\u03ae \u03b8\u03b5\u03c1\u03bc\u03bf\u03ba\u03c1\u03b1\u03c3\u03af\u03b1 - \u039a\u03c1\u03ad\u03b1\u03c2", | ||||
|                     "low_temp_cooking_steam": "\u039c\u03b1\u03b3\u03b5\u03af\u03c1\u03b5\u03bc\u03b1 \u03bc\u03b5 \u03b1\u03c4\u03bc\u03cc \u03c3\u03b5 \u03c7\u03b1\u03bc\u03b7\u03bb\u03ae \u03b8\u03b5\u03c1\u03bc\u03bf\u03ba\u03c1\u03b1\u03c3\u03af\u03b1", | ||||
|                     "meat": "\u039a\u03c1\u03ad\u03b1\u03c2", | ||||
|                     "meat_steam": "\u039a\u03c1\u03ad\u03b1\u03c2 \u03c3\u03c4\u03bf\u03bd \u03b1\u03c4\u03bc\u03cc", | ||||
|                     "multi_level": "\u03a0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03c9\u03bd \u0395\u03c0\u03b9\u03c0\u03b5\u03b4\u03c9\u03bd", | ||||
|                     "paella": "Paella", | ||||
|                     "pasta_and_bakery": "\u0396\u03c5\u03bc\u03b1\u03c1\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03b1\u03c1\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "pizza": "Pizza", | ||||
|                     "pyrolysis": "\u03a0\u03c5\u03c1\u03cc\u03bb\u03c5\u03c3\u03b7", | ||||
|                     "pyrolysis_plus": "\u03a0\u03c5\u03c1\u03cc\u03bb\u03c5\u03c3\u03b7 +", | ||||
|                     "red_meat": "\u039a\u03cc\u03ba\u03ba\u03b9\u03bd\u03bf \u03ba\u03c1\u03ad\u03b1\u03c2", | ||||
|                     "red_meat_steam": "\u039a\u03cc\u03ba\u03ba\u03b9\u03bd\u03bf \u03ba\u03c1\u03ad\u03b1\u03c2 \u03c3\u03c4\u03bf\u03bd \u03b1\u03c4\u03bc\u03cc", | ||||
|                     "regenerate": "\u0391\u03bd\u03b1\u03b6\u03c9\u03bf\u03b3\u03cc\u03bd\u03b7\u03c3\u03b7", | ||||
|                     "soft_plus": "\u039c\u03b1\u03bb\u03b1\u03ba\u03cc +", | ||||
|                     "super_grill": "\u03a3\u03bf\u03cd\u03c0\u03b5\u03c1 \u03b3\u03ba\u03c1\u03b9\u03bb", | ||||
|                     "tailor_bake": "Tailor bake", | ||||
|                     "tailor_bake_cata": "Tailor Bake", | ||||
|                     "tailor_bake_desctiption": "\u0391\u03c5\u03c4\u03ae \u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b9\u03b4\u03b1\u03bd\u03b9\u03ba\u03ae \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c4\u03b7\u03c1\u03b5\u03af \u03c4\u03bf \u03c6\u03b1\u03b3\u03b7\u03c4\u03cc \u03b1\u03c0\u03b1\u03bb\u03cc \u03bc\u03ad\u03c3\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03c1\u03b1\u03b3\u03b1\u03bd\u03cc \u03ad\u03be\u03c9.\r\r\r\r\r\n\u0391\u03c5\u03c4\u03ae \u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03bc\u03b5\u03b9\u03ce\u03bd\u03b5\u03b9 \u03c4\u03b7\u03bd \u03c0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bb\u03af\u03c0\u03bf\u03c5\u03c2 \u03ae \u03b5\u03bb\u03b1\u03af\u03bf\u03c5 \u03c0\u03bf\u03c5 \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9, \u03b3\u03b9\u03b1 \u03bc\u03b9\u03b1 \u03c5\u03b3\u03b9\u03b5\u03b9\u03bd\u03ae \u03b4\u03b9\u03b1\u03c4\u03c1\u03bf\u03c6\u03ae.\r\r\r\r\r\n\u039f \u03c3\u03c5\u03bd\u03b4\u03c5\u03b1\u03c3\u03bc\u03cc\u03c2 \u03b8\u03b5\u03c1\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ce\u03bd \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd \u03bc\u03b5 \u03c0\u03b1\u03bb\u03bb\u03cc\u03bc\u03b5\u03bd\u03bf \u03ba\u03cd\u03ba\u03bb\u03bf \u03b1\u03ad\u03c1\u03b1\r\r\r\r\r\n\u03b5\u03be\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03b6\u03b5\u03b9 \u03bf\u03bc\u03bf\u03b9\u03cc\u03bc\u03bf\u03c1\u03c6\u03b1 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03c8\u03b7\u03c3\u03af\u03bc\u03b1\u03c4\u03bf\u03c2.", | ||||
|                     "tailor_bake_pyro": "Tailor Bake", | ||||
|                     "vegetables": "\u039b\u03b1\u03c7\u03b1\u03bd\u03b9\u03ba\u03ac", | ||||
|                     "vegetables_cata": "\u039b\u03b1\u03c7\u03b1\u03bd\u03b9\u03ba\u03ac", | ||||
|                     "vegetables_pyro": "\u039b\u03b1\u03c7\u03b1\u03bd\u03b9\u03ba\u03ac", | ||||
|                     "water_discharge": "\u0391\u03c0\u03bf\u03c3\u03c4\u03c1\u03ac\u03b3\u03b3\u03b9\u03c3\u03b7 \u03bd\u03b5\u03c1\u03bf\u03cd", | ||||
|                     "white_meat": "\u039b\u03b5\u03c5\u03ba\u03cc \u03ba\u03c1\u03ad\u03b1\u03c2", | ||||
|                     "white_meat_steam": "\u039b\u03b5\u03c5\u03ba\u03cc \u03ba\u03c1\u03ad\u03b1\u03c2 \u03c3\u03c4\u03bf\u03bd \u03b1\u03c4\u03bc\u03cc" | ||||
|                 }, | ||||
|                 "name": "\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "state": { | ||||
|                     "active_dry": "\u0395\u03bd\u03b5\u03c1\u03b3\u03cc \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "allergy_care": "\u0391\u03bd\u03c4\u03b9\u03b1\u03bb\u03bb\u03b5\u03c1\u03b3\u03b9\u03ba\u03bf", | ||||
|                     "all_in_one": "\u039f\u03bb\u03b1 \u03c3\u03b5 \u03b5\u03bd\u03b1", | ||||
|                     "antiallergy": "\u0391\u03bd\u03c4\u03b9\u03b1\u03bb\u03bb\u03b5\u03c1\u03b3\u03b9\u03ba\u03bf", | ||||
|                     "anti_odours": "\u0395\u03bd\u03b1\u03bd\u03c4\u03b9\u03b1 \u03c3\u03c4\u03b9ws", | ||||
|                     "auto_care": "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03c6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1", | ||||
|                     "baby": "\u039c\u03c9\u03c1\u03bf\u03c5\u03b4\u03b9\u03b1\u03ba\u03ac", | ||||
|                     "bed_quilt": "\u039a\u03b1\u03bb\u03c5\u03bc\u03bc\u03b1\u03c4\u03b1 \u03ba\u03c1\u03b5\u03b2\u03b1\u03c4\u03b9\u03bf\u03c5", | ||||
|                     "care_30": "\u03a6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1 30", | ||||
|                     "care_45": "\u03a6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1 45", | ||||
|                     "care_59": "\u03a6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1 59", | ||||
|                     "coloured": "\u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03b1", | ||||
|                     "daily_45_min": "\u039a\u0391\u0398\u0397\u039c\u0395\u03a1\u0399\u039d\u039f 45'", | ||||
|                     "daily_perfect_59_min": "\u039a\u0391\u0398\u0397\u039c\u0395\u03a1\u0399\u039d\u039f \u0399\u0394\u0391\u039d\u0399\u039a\u039f 59'", | ||||
|                     "darks_and_coloured": "\u039c\u03b1\u03c5\u03c1\u03b1 & \u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03b1", | ||||
|                     "delicates": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1", | ||||
|                     "duvet": "\u03a0\u03b1\u03c0\u03bb\u03ce\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "eco": "\u0392\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03ac \u03bf\u03b9\u03ba\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03ac", | ||||
|                     "ecospeed_cottons": "Ecospeed \u03b2\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03b1", | ||||
|                     "ecospeed_delicates": "Ecospeed \u03b5\u03c5\u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03b1", | ||||
|                     "ecospeed_mixed": "Ecospeed \u03b1\u03bd\u03b1\u03bc\u03b5\u03b9\u03ba\u03c4\u03b1", | ||||
|                     "extra_hygiene": "\u0395\u03a0\u0399\u03a0\u039b\u0395\u039f\u039d \u03a5\u0393\u0399\u0395\u0399\u039d\u0397", | ||||
|                     "fitness": "\u039a\u03b1\u03c4\u03b1\u03bb\u03bb\u03b7\u03bb\u03cc\u03c4\u03b7\u03c4\u03b1", | ||||
|                     "fresh_care": "\u03a6\u03c1\u03ad\u03c3\u03ba\u03b9\u03b1 \u03c6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1", | ||||
|                     "genius": "Genius", | ||||
|                     "hqd_baby_care": "Baby Care", | ||||
|                     "hqd_bath_towel": "\u03a0\u03b5\u03c4\u03c3\u03ad\u03c4\u03b5\u03c2", | ||||
|                     "hqd_bed_sheets": "\u03a3\u03b5\u03bd\u03c4\u03cc\u03bd\u03b9\u03b1 \u03ba\u03c1\u03b5\u03b2\u03b1\u03c4\u03b9\u03bf\u03cd", | ||||
|                     "hqd_bulky": "\u039f\u03b3\u03ba\u03ce\u03b4\u03b7 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03b1", | ||||
|                     "hqd_casual": "\u039a\u03b1\u03b8\u03b7\u03bc\u03b5\u03c1\u03b9\u03bd\u03ac \u03c1\u03bf\u03cd\u03c7\u03b1", | ||||
|                     "hqd_cold_wind_30": "\u0394\u03c1\u03bf\u03c3\u03b5\u03c1\u03cc \u03b1\u03b5\u03c1\u03ac\u03ba\u03b9 30 \u03bb\u03b5\u03c0\u03c4\u03ac", | ||||
|                     "hqd_cold_wind_timing": "\u0394\u03c1\u03bf\u03c3\u03b5\u03c1\u03cc \u03b1\u03b5\u03c1\u03ac\u03ba\u03b9 ", | ||||
|                     "hqd_cotton": "\u0392\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03cc", | ||||
|                     "hqd_curtain": "\u039a\u03bf\u03c5\u03c1\u03c4\u03af\u03bd\u03b5\u03c2", | ||||
|                     "hqd_delicate": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1", | ||||
|                     "hqd_diaper": "\u03a0\u03ac\u03bd\u03b5\u03c2", | ||||
|                     "hqd_duvet": "\u03a0\u03ac\u03c0\u03bb\u03c9\u03bc\u03b1", | ||||
|                     "hqd_feather": "\u03a6\u03bf\u03c5\u03c3\u03ba\u03c9\u03c4\u03ac \u03bc\u03c0\u03bf\u03c5\u03c6\u03ac\u03bd", | ||||
|                     "hqd_hot_wind_timing": "\u0396\u03b5\u03c3\u03c4\u03cc\u03c2 \u03b1\u03ad\u03c1\u03b1\u03c2", | ||||
|                     "hqd_hygienic": "\u03a5\u03b3\u03b9\u03b5\u03b9\u03bd\u03ae", | ||||
|                     "hqd_i_refresh": "I-Refresh", | ||||
|                     "hqd_i_refresh_pro": "I-Refresh Pro", | ||||
|                     "hqd_jacket": "\u0396\u03b1\u03ba\u03ad\u03c4\u03b5\u03c2", | ||||
|                     "hqd_jeans": "\u03a4\u03b6\u03b9\u03bd \u03c0\u03b1\u03bd\u03c4\u03b5\u03bb\u03bf\u03bd\u03b9\u03b1", | ||||
|                     "hqd_luxury": "Luxury", | ||||
|                     "hqd_mix": "\u039c\u03b9\u03ba\u03c4\u03ac", | ||||
|                     "hqd_night_dry": "\u039f\u03bb\u03bf\u03bd\u03cd\u03ba\u03c4\u03b9\u03bf \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "hqd_outdoor": "Outdoor", | ||||
|                     "hqd_precious_cure": "Precious cure", | ||||
|                     "hqd_quick_20": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03b1 20", | ||||
|                     "hqd_quick_30": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03b1 30", | ||||
|                     "hqd_quick_dry": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "hqd_quilt": "\u03a0\u03b1\u03c0\u03bb\u03ce\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "hqd_refresh": "\u03a6\u03c1\u03b5\u03c3\u03ba\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1", | ||||
|                     "hqd_school_uniform": "\u03a3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ae \u03c3\u03c4\u03bf\u03bb\u03ae", | ||||
|                     "hqd_shirt": "\u03a0\u03bf\u03c5\u03ba\u03ac\u03bc\u03b9\u03c3\u03b1", | ||||
|                     "hqd_shoes": "\u03a0\u03b1\u03c0\u03bf\u03cd\u03c4\u03c3\u03b9\u03b1", | ||||
|                     "hqd_silk": "\u039c\u03b5\u03c4\u03b1\u03be\u03c9\u03c4\u03ac", | ||||
|                     "hqd_sports": "\u0391\u03b8\u03bb\u03b7\u03c4\u03b9\u03ba\u03ac", | ||||
|                     "hqd_synthetics": "\u03a3\u03c5\u03bd\u03b8\u03b5\u03c4\u03b9\u03ba\u03ac", | ||||
|                     "hqd_timer": "\u03a7\u03c1\u03bf\u03bd\u03bf\u03bc\u03b5\u03c4\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf", | ||||
|                     "hqd_towel": "\u03a0\u03b5\u03c4\u03c3\u03ad\u03c4\u03b5\u03c2", | ||||
|                     "hqd_underwear": "\u0395\u03c3\u03ce\u03c1\u03bf\u03c5\u03c7\u03b1", | ||||
|                     "hqd_warm_up": "\u0396\u03ad\u03c3\u03c4\u03b1\u03bc\u03b1", | ||||
|                     "hqd_wool": "\u039c\u03ac\u03bb\u03bb\u03b9\u03bd\u03b1", | ||||
|                     "hqd_working_suit": "\u0395\u03bd\u03b4\u03cd\u03bc\u03b1\u03c4\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2", | ||||
|                     "hygiene": "\u03a5\u03b3\u03b9\u03b5\u03b9\u03bd\u03ae", | ||||
|                     "iot_checkup": "\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2", | ||||
|                     "iot_dry_anti_mites": "\u0395\u03bd\u03ac\u03bd\u03c4\u03b9\u03b1 \u03c3\u03c4\u03b1 \u03b1\u03ba\u03ac\u03c1\u03b5\u03b1", | ||||
|                     "iot_dry_baby": "\u039c\u03c9\u03c1\u03bf\u03c5\u03b4\u03b9\u03b1\u03ba\u03ac", | ||||
|                     "iot_dry_backpacks": "\u03a3\u03b1\u03ba\u03af\u03b4\u03b9\u03b1 \u03c0\u03bb\u03ac\u03c4\u03b7\u03c2", | ||||
|                     "iot_dry_bathrobe": "\u039c\u03c0\u03bf\u03c5\u03c1\u03bd\u03bf\u03cd\u03b6\u03b9", | ||||
|                     "iot_dry_bed_linen": "\u039a\u03bb\u03b9\u03bd\u03bf\u03c3\u03ba\u03b5\u03c0\u03ac\u03c3\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "iot_dry_bed_quilt": "\u039a\u03b1\u03bb\u03c5\u03bc\u03bc\u03b1\u03c4\u03b1 \u03ba\u03c1\u03b5\u03b2\u03b1\u03c4\u03b9\u03bf\u03c5", | ||||
|                     "iot_dry_cotton": "\u0392\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03cc", | ||||
|                     "iot_dry_cuddly_toys": "\u039b\u03bf\u03cd\u03c4\u03c1\u03b9\u03bd\u03b1 \u0391\u03c1\u03ba\u03bf\u03c5\u03b4\u03ac\u03ba\u03b9\u03b1", | ||||
|                     "iot_dry_curtains": "\u039a\u03bf\u03c5\u03c1\u03c4\u03af\u03bd\u03b5\u03c2", | ||||
|                     "iot_dry_dehumidifier": "\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03c5\u03b3\u03c1\u03b1\u03c3\u03af\u03b1\u03c2", | ||||
|                     "iot_dry_delicates": "\u0395\u03c5\u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03b1", | ||||
|                     "iot_dry_delicate_tablecloths": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1 \u03c4\u03c1\u03b1\u03c0\u03b5\u03b6\u03bf\u03bc\u03ac\u03bd\u03c4\u03b7\u03bb\u03b1", | ||||
|                     "iot_dry_denim_jeans": "\u039d\u03c4\u03ad\u03bd\u03b9\u03bc - \u03c4\u03b6\u03b9\u03bd", | ||||
|                     "iot_dry_down_jacket": "Jacket", | ||||
|                     "iot_dry_duvet": "\u03a0\u03b1\u03c0\u03bb\u03ce\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "iot_dry_easy_iron_cotton": "Super Easy Iron", | ||||
|                     "iot_dry_easy_iron_synthetics": "\u0395\u03be\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac \u03b5\u03cd\u03ba\u03bf\u03bb\u03bf \u03c3\u03b9\u03b4\u03ad\u03c1\u03c9\u03bc\u03b1 - \u03a3\u03c5\u03bd\u03b8\u03b5\u03c4\u03b9\u03ba\u03ac", | ||||
|                     "iot_dry_gym_fit": "\u0393\u03c5\u03bc\u03bd\u03b1\u03c3\u03c4\u03ae\u03c1\u03b9\u03bf", | ||||
|                     "iot_dry_lingerie": "\u0395\u03c3\u03ce\u03c1\u03bf\u03c5\u03c7\u03b1", | ||||
|                     "iot_dry_mixed": "\u039c\u03b9\u03ba\u03c4\u03ac", | ||||
|                     "iot_dry_playsuits": "\u03a3\u03c4\u03bf\u03bb\u03ad\u03c2", | ||||
|                     "iot_dry_rapid_30": "Rapid 30", | ||||
|                     "iot_dry_rapid_59": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf 59'.", | ||||
|                     "iot_dry_refresh": "Refresh", | ||||
|                     "iot_dry_regenerates_waterproof": "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7 \u03b1\u03b4\u03b9\u03ac\u03b2\u03c1\u03bf\u03c7\u03c9\u03bd", | ||||
|                     "iot_dry_relax_creases": "\u03a7\u0391\u039b\u0391\u03a1\u03a9\u03a3\u0397", | ||||
|                     "iot_dry_shirts": "\u03a0\u03bf\u03c5\u03ba\u03ac\u03bc\u03b9\u03c3\u03b1", | ||||
|                     "iot_dry_small_load": "\u039c\u0399\u039a\u03a1\u039f \u03a6\u039f\u03a1\u03a4\u0399\u039f", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "\u039c\u03b1\u03b3\u03b9\u03cc", | ||||
|                     "iot_dry_synthetics": "\u03a3\u03c5\u03bd\u03b8\u03b5\u03c4\u03b9\u03ba\u03b1", | ||||
|                     "iot_dry_synthetic_dry": "\u03a3\u03c5\u03bd\u03b8\u03b5\u03c4\u03b9\u03ba\u03ac \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "iot_dry_tablecloths": "\u03a4\u03c1\u03b1\u03c0\u03b5\u03b6\u03bf\u03bc\u03ac\u03bd\u03c4\u03b7\u03bb\u03b1", | ||||
|                     "iot_dry_technical_fabrics": "\u03a4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ac \u03c5\u03c6\u03ac\u03c3\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "iot_dry_warm_embrace": "\u0396\u03b5\u03c3\u03c4\u03ae \u0391\u03b3\u03ba\u03b1\u03bb\u03b9\u03ac", | ||||
|                     "iot_dry_wool": "\u039c\u03b1\u03bb\u03bb\u03b9\u03bd\u03b1", | ||||
|                     "jeans": "\u03c4\u03b6\u03b9\u03bd", | ||||
|                     "mix_and_dry": "\u039c\u03b9\u03ba\u03c4\u03ac & \u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "pets": "\u039a\u03b1\u03c4\u03bf\u03b9\u03ba\u03af\u03b4\u03b9\u03b1", | ||||
|                     "pre_iron": "\u03a0\u03c1\u03bf-\u03c3\u03b9\u03b4\u03b5\u03c1\u03c9\u03bc\u03b1", | ||||
|                     "rapid_30": "Rapid 30", | ||||
|                     "rapid_45": "Rapid 45 min", | ||||
|                     "rapid_59": "\u03a4\u03ad\u03bb\u03b5\u03b9\u03bf \u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf 59 \u03bb\u03b5\u03c0\u03c4\u03ac", | ||||
|                     "refresh": "\u03a6\u03c1\u03b5\u03c3\u03ba\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1", | ||||
|                     "relax_creases": "\u03a7\u0391\u039b\u0391\u03a1\u03a9\u03a3\u0397", | ||||
|                     "saving_30_min": "\u0395\u039e\u039f\u0399\u039a\u039f\u039d\u039f\u039c\u0397\u03a3\u0397 30'", | ||||
|                     "shirts": "\u03a0\u03bf\u03c5\u03ba\u03ac\u03bc\u03b9\u03c3\u03b1", | ||||
|                     "shoes": "\u03a0\u03b1\u03c0\u03bf\u03cd\u03c4\u03c3\u03b9\u03b1", | ||||
|                     "small_load": "\u039c\u0399\u039a\u03a1\u039f \u03a6\u039f\u03a1\u03a4\u0399\u039f", | ||||
|                     "soft_care": "\u0391\u03c0\u03b1\u03bb\u03ae \u03c6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1", | ||||
|                     "sport_plus": "\u03a3\u03a0\u039f\u03a1", | ||||
|                     "super_easy_iron_misti": "\u0395\u03be\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac \u03b5\u03cd\u03ba\u03bf\u03bb\u03bf \u03c3\u03b9\u03b4\u03ad\u03c1\u03c9\u03bc\u03b1 \u03b3\u03b9\u03b1 \u03b1\u03bd\u03ac\u03bc\u03b5\u03b9\u03ba\u03c4\u03b1", | ||||
|                     "super_easy_iron_xxl": "\u0395\u03be\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac \u03b5\u03cd\u03ba\u03bf\u03bb\u03bf \u03c3\u03b9\u03b4\u03ad\u03c1\u03c9\u03bc\u03b1 \u03b3\u03b9\u03b1 XXL", | ||||
|                     "super_fast_cottons": "\u0395\u03be\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03b1 \u0393\u03a1\u0397\u0393\u039f\u03a1\u039f \u03b2\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03b1", | ||||
|                     "super_fast_delicates": "\u0395\u03be\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03b1 \u0393\u03a1\u0397\u0393\u039f\u03a1\u039f \u03b5\u03c5\u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03b1", | ||||
|                     "synthetics": "\u03a3\u03c5\u03bd\u03b8\u03b5\u03c4\u03b9\u03ba\u03b1", | ||||
|                     "total_care": "\u039f\u03bb\u03b9\u03ba\u03b7 \u03a6\u03c1\u03bf\u03bd\u03c4\u03b9\u03b4\u03b1", | ||||
|                     "trainers": "\u0391\u03b8\u03bb\u03b7\u03c4\u03b9\u03ba\u03ac \u03c0\u03b1\u03c0\u03bf\u03cd\u03c4\u03c3\u03b9\u03b1", | ||||
|                     "ultra_care": "Ultra Care", | ||||
|                     "waterproof_revitalize": "\u0391\u03bd\u03b1\u03b6\u03c9\u03bf\u03b3\u03bf\u03bd\u03b7\u03c3\u03b7 \u03b1\u03b4\u03b9\u03b1\u03b2\u03c1\u03bf\u03c7\u03c9\u03bd", | ||||
|                     "whites": "\u039b\u03b5\u03c5\u03ba\u03ac", | ||||
|                     "wool": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1 \u039c\u03ac\u03bb\u03bb\u03b9\u03bd\u03c9\u03bd", | ||||
|                     "woolmark": "\u039c\u03b1\u03bb\u03bb\u03b9\u03bd\u03b1", | ||||
|                     "xxl_load": "XXL \u03a6\u03bf\u03c1\u03c4\u03b9\u03bf", | ||||
|                     "zoom_59": "Zoom 59" | ||||
|                 }, | ||||
|                 "name": "\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "state": { | ||||
|                     "20_degrees_coloured_cottons": "20\u00b0 \u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac \u03ba\u03b1\u03b9 \u0392\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03ac", | ||||
|                     "20_degrees_new_energy_label": "20\u00b0C", | ||||
|                     "active_steam": "\u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "active_wash": "\u0395\u03bd\u03b5\u03c1\u03b3\u03cc \u03c0\u03bb\u03cd\u03c3\u03b9\u03bc\u03bf", | ||||
|                     "active_wash_steam": "\u0395\u03bd\u03b5\u03c1\u03b3\u03cc \u03c0\u03bb\u03cd\u03c3\u03b9\u03bc\u03bf", | ||||
|                     "allergy_care": "\u03a6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1 \u03b1\u03bb\u03bb\u03b5\u03c1\u03b3\u03af\u03b1\u03c2", | ||||
|                     "allergy_care_pro": "Allergy Care \u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc", | ||||
|                     "all_in_one_49": "\u038c\u03bb\u03b1 \u03c3\u03b5 \u0388\u03bd\u03b1 49'.", | ||||
|                     "all_in_one_59": "\u038c\u03bb\u03b1 \u03c3\u03b5 \u0388\u03bd\u03b1 59'.", | ||||
|                     "all_in_one_59_steam": "\u0395\u03bd\u03b5\u03c1\u03b3\u03ae \u03c0\u03bb\u03cd\u03c3\u03b7 + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "autocare": "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03c6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1", | ||||
|                     "autoclean": "\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03ba\u03ac\u03b4\u03bf\u03c5", | ||||
|                     "baby_60": "\u039c\u03c9\u03c1\u03bf\u03c5\u03b4\u03b9\u03b1\u03ba\u03ac 60\u00b0C", | ||||
|                     "care_14": "Rapid Care 14'", | ||||
|                     "care_30": "Rapid Care 30'", | ||||
|                     "care_44": "Rapid Care 44'", | ||||
|                     "checkup": "\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2", | ||||
|                     "colour_59": "\u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03b1 59'", | ||||
|                     "colour_59_steam": "\u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac 59' + \u03b1\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "cottons": "\u0392\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03cc", | ||||
|                     "cottons_prewash": "\u03b2\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03b1 + \u03c0\u03c1\u03bf\u03c0\u03bb\u03c5\u03c3\u03b7", | ||||
|                     "cottons_steam": "\u0392\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03cc + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "cotton_care_59": "\u03b2\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03b1 59 \u03bb\u03b5\u03c0\u03c4\u03b1", | ||||
|                     "delicate_59": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1 59'", | ||||
|                     "delicate_silk": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1 \u03bc\u03b5\u03c4\u03b1\u03be\u03c9\u03c4\u03ac", | ||||
|                     "delicate_silk_steam": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1 \u03bc\u03b5\u03c4\u03b1\u03be\u03c9\u03c4\u03ac + \u03b1\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "delicati_59": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1 59'", | ||||
|                     "delicati_59_steam": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1 59'", | ||||
|                     "drain_spin": "\u03a3\u03c4\u03c1\u03b1\u03b3\u03b3\u03af\u03c3\u03c4\u03b5 + \u03ba\u03b1\u03b9 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c4\u03c1\u03ad\u03c8\u03c4\u03b5", | ||||
|                     "easy_iron": "\u03b5\u03c5\u03ba\u03bf\u03bb\u03bf \u03c3\u03b9\u03b4\u03b5\u03c1\u03c9\u03bc\u03b1", | ||||
|                     "eco_40_60_new_energy_label": "Eco (\u03bf\u03b9\u03ba\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc) 40-60", | ||||
|                     "extra_care": "EXTRA CARE", | ||||
|                     "fitness": "FITNESS CARE", | ||||
|                     "fitness_care": "FITNESS CARE", | ||||
|                     "fresh_care": "\u03a6\u03c1\u03ad\u03c3\u03ba\u03b9\u03b1 \u03c6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1", | ||||
|                     "fresh_care_steam": "\u03a6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1 \u03c6\u03c1\u03b5\u03c3\u03ba\u03ac\u03b4\u03b1\u03c2 + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "handwash_wool": "\u03a0\u03bb\u03cd\u03c3\u03b9\u03bc\u03bf \u03c3\u03c4\u03bf \u03c7\u03ad\u03c1\u03b9 \u03ba\u03b1\u03b9 \u03bc\u03b1\u03bb\u03bb\u03af", | ||||
|                     "high_dry": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1 \u03b2\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03ce\u03bd", | ||||
|                     "hqd_20_degrees": "\u0392\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03cc 20\u2103", | ||||
|                     "hqd_allergy": "\u03a6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1 \u03b1\u03bb\u03bb\u03b5\u03c1\u03b3\u03af\u03b1\u03c2", | ||||
|                     "hqd_autoclean": "\u039a\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03ba\u03ac\u03b4\u03bf\u03c5", | ||||
|                     "hqd_babycare": "\u03a6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1 \u039c\u03c9\u03c1\u03bf\u03cd", | ||||
|                     "hqd_checkup": "\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2", | ||||
|                     "hqd_cottons": "\u0392\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03cc", | ||||
|                     "hqd_delicate": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1", | ||||
|                     "hqd_delicate_cradle": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1", | ||||
|                     "hqd_dry": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1 \u03b2\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03ce\u03bd", | ||||
|                     "hqd_dry_synthetics": "\u039c\u03b9\u03ba\u03c4\u03ac \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "hqd_duvet": "\u03a0\u03b1\u03c0\u03bb\u03ce\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "hqd_eco_40_60_degrees": "Eco (\u03bf\u03b9\u03ba\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc) 40-60", | ||||
|                     "hqd_handwash_wool": "\u039c\u03ac\u03bb\u03bb\u03b9\u03bd\u03b1", | ||||
|                     "hqd_i_refresh": "i-Refresh", | ||||
|                     "hqd_mix": "\u039c\u03b5\u03af\u03b3\u03bc\u03b1", | ||||
|                     "hqd_quick_15": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf 15'", | ||||
|                     "hqd_quick_wash_57": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf \u03c0\u03bb\u03cd\u03c3\u03b9\u03bc\u03bf 57 \u03bb\u03b5\u03c0\u03c4\u03ac", | ||||
|                     "hqd_rapid_wash_and_dry": "\u03a0\u03bb\u03cd\u03c3\u03b9\u03bc\u03bf & \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "hqd_refresh": "Refresh", | ||||
|                     "hqd_rinse": "\u039e\u03ad\u03c0\u03bb\u03c5\u03bc\u03b1", | ||||
|                     "hqd_shirts": "\u03a0\u03bf\u03c5\u03ba\u03ac\u03bc\u03b9\u03c3\u03b1", | ||||
|                     "hqd_smart": "Smart A.I.", | ||||
|                     "hqd_spin": "\u03a3\u03c4\u03cd\u03c8\u03b9\u03bc\u03bf", | ||||
|                     "hqd_sport": "\u0391\u03b8\u03bb\u03b7\u03c4\u03b9\u03ba\u03ac", | ||||
|                     "hqd_super_fast": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf 39\u2019", | ||||
|                     "hqd_synthetic_and_coloured": "\u03a3\u03c5\u03bd\u03b8\u03b5\u03c4\u03b9\u03ba\u03ac", | ||||
|                     "hygiene_59": "HYGIENE PLUS 59'", | ||||
|                     "hygiene_60": "\u03a5\u03b3\u03b9\u03b5\u03b9\u03bd\u03cc 60\u00b0", | ||||
|                     "hygiene_plus_59": "HYGIENE PLUS 59'", | ||||
|                     "hygiene_plus_59_min": "HYGIENE PLUS 59'", | ||||
|                     "hygiene_pro_49_min": "Hygiene Pro 49 \u03bb\u03b5\u03c0\u03c4\u03ac", | ||||
|                     "hygiene_pro_steam": "Hygiene Pro + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "intensive_40": "\u0395\u03bd\u03c4\u03b1\u03c4\u03b9\u03ba\u03cc 40\u00b0C", | ||||
|                     "intensive_40_steam": "\u0395\u03bd\u03c4\u03b1\u03c4\u03b9\u03ba\u03cc 40\u00b0C + \u03b1\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_active_steam": "\u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_active_wash_steam": "\u0395\u03bd\u03b5\u03c1\u03b3\u03cc \u03c0\u03bb\u03cd\u03c3\u03b9\u03bc\u03bf", | ||||
|                     "iot_allergy_care_pro": "Allergy Care \u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc", | ||||
|                     "iot_all_in_one_59_steam": "\u0395\u03bd\u03b5\u03c1\u03b3\u03ae \u03c0\u03bb\u03cd\u03c3\u03b7 + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_checkup": "\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2", | ||||
|                     "iot_colour_59_steam": "\u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac 59' + \u03b1\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_cottons_steam": "\u0392\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03cc + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_delicate_silk_steam": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1 \u03bc\u03b5\u03c4\u03b1\u03be\u03c9\u03c4\u03ac + \u03b1\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_delicati_59_steam": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1 59'", | ||||
|                     "iot_dry_air_refresh": "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7 \u03b1\u03ad\u03c1\u03b1", | ||||
|                     "iot_dry_anti_mites": "\u0391\u03bd\u03c4\u03b9-\u03b1\u03ba\u03ac\u03c1\u03b5\u03b1", | ||||
|                     "iot_dry_baby": "\u039c\u03c9\u03c1\u03bf\u03c5\u03b4\u03b9\u03b1\u03ba\u03ac", | ||||
|                     "iot_dry_backpacks": "\u03a3\u03b1\u03ba\u03af\u03b4\u03b9\u03b1", | ||||
|                     "iot_dry_bathrobe": "\u039c\u03c0\u03bf\u03c5\u03c1\u03bd\u03bf\u03cd\u03b6\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03bf\u03c1\u03ce\u03b4\u03b7 \u03c5\u03c6\u03ac\u03c3\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "iot_dry_bed_linen": "\u039a\u03bb\u03b9\u03bd\u03bf\u03c3\u03ba\u03b5\u03c0\u03ac\u03c3\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "iot_dry_cotton_dry": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1 \u03b2\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03ce\u03bd", | ||||
|                     "iot_dry_cuddly_toys": "\u039b\u03bf\u03cd\u03c4\u03c1\u03b9\u03bd\u03b1 \u03b6\u03c9\u03ac\u03ba\u03b9\u03b1", | ||||
|                     "iot_dry_curtains": "\u039a\u03bf\u03c5\u03c1\u03c4\u03af\u03bd\u03b5\u03c2", | ||||
|                     "iot_dry_dehumidifier": "\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03c5\u03b3\u03c1\u03b1\u03c3\u03af\u03b1\u03c2", | ||||
|                     "iot_dry_delicates_antiallergy": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03bb\u03b5\u03c0\u03c4\u03ac \u2013 \u03b1\u03bd\u03c4\u03b9-\u03b1\u03bb\u03bb\u03b5\u03c1\u03b3\u03b9\u03bf\u03b3\u03cc\u03bd\u03b1", | ||||
|                     "iot_dry_delicate_tablecloths": "\u039b\u03b5\u03c0\u03c4\u03ac \u03c4\u03c1\u03b1\u03c0\u03b5\u03b6\u03bf\u03bc\u03ac\u03bd\u03c4\u03b9\u03bb\u03b1", | ||||
|                     "iot_dry_denim_jeans": "\u039d\u03c4\u03ad\u03bd\u03b9\u03bc - \u03a4\u03b6\u03b9\u03bd", | ||||
|                     "iot_dry_easy_iron_cotton": "\u0395\u03cd\u03ba\u03bf\u03bb\u03bf \u03c3\u03b9\u03b4\u03ad\u03c1\u03c9\u03bc\u03b1 - \u03b2\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03ac", | ||||
|                     "iot_dry_easy_iron_synthetics": "\u0395\u03cd\u03ba\u03bf\u03bb\u03bf \u03c3\u03b9\u03b4\u03ad\u03c1\u03c9\u03bc\u03b1 - \u03a3\u03c5\u03bd\u03b8\u03b5\u03c4\u03b9\u03ba\u03ac", | ||||
|                     "iot_dry_gym_fit": "\u03a6\u03cc\u03c1\u03bc\u03b5\u03c2 - \u03c1\u03bf\u03cd\u03c7\u03b1 \u03b3\u03c5\u03bc\u03bd\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae\u03c2", | ||||
|                     "iot_dry_lingerie": "\u0395\u03c3\u03ce\u03c1\u03bf\u03c5\u03c7\u03b1", | ||||
|                     "iot_dry_mixed_dry": "\u039c\u03b9\u03ba\u03c4\u03ac \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "iot_dry_rapid_60_min_delicates": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf 60' - \u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1", | ||||
|                     "iot_dry_shirts": "\u03a0\u03bf\u03c5\u03ba\u03ac\u03bc\u03b9\u03c3\u03b1", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "\u039c\u03b1\u03b3\u03b9\u03cc", | ||||
|                     "iot_dry_synthetics": "\u03a3\u03c5\u03bd\u03b8\u03b5\u03c4\u03b9\u03ba\u03ac \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "iot_dry_synthetic_dry": "\u03a3\u03c5\u03bd\u03b8\u03b5\u03c4\u03b9\u03ba\u03ac \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "iot_dry_tablecloths": "\u03a4\u03c1\u03b1\u03c0\u03b5\u03b6\u03bf\u03bc\u03ac\u03bd\u03c4\u03b7\u03bb\u03b1", | ||||
|                     "iot_dry_technical_fabrics": "\u03a4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ac \u03c5\u03c6\u03ac\u03c3\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "iot_dry_warm_embrace": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1 \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "iot_dry_wool_dry": "\u039c\u03ac\u03bb\u03bb\u03b9\u03bd\u03b1 \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "iot_easy_iron": "\u03b5\u03c5\u03ba\u03bf\u03bb\u03bf \u03c3\u03b9\u03b4\u03b5\u03c1\u03c9\u03bc\u03b1", | ||||
|                     "iot_fresh_care_steam": "\u03a6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1 \u03c6\u03c1\u03b5\u03c3\u03ba\u03ac\u03b4\u03b1\u03c2 + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_hygiene_pro_steam": "Hygiene Pro + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_intensive_40_steam": "\u0395\u03bd\u03c4\u03b1\u03c4\u03b9\u03ba\u03cc 40\u00b0C + \u03b1\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_mixed_steam": "\u039c\u03b9\u03ba\u03c4\u03ac + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_mix_and_colour_59_steam": "\u039c\u03b9\u03ba\u03c4\u03ac \u03ba\u03b1\u03b9 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac 59' + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_perfect_cotton_59_steam": "\u03a4\u0395\u039b\u0395\u0399\u0391 \u0392\u0391\u039c\u0392\u0391\u039a\u0395\u03a1\u0391 59'", | ||||
|                     "iot_rapid_a_class_60_steam": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 A 60 + \u03b1\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_resistant_cotton_steam": "\u0392\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03cc + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_shirts_steam": "\u03a0\u03bf\u03c5\u03ba\u03ac\u03bc\u03b9\u03c3\u03b1 + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_single_item_steam": "\u0388\u03bd\u03b1 \u03c4\u03b5\u03bc\u03ac\u03c7\u03b9\u03bf + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_smart_wash": "\u0388\u03be\u03c5\u03c0\u03bd\u03b7 \u03c0\u03bb\u03cd\u03c3\u03b7", | ||||
|                     "iot_soft_care_steam": "Soft Care + Steam", | ||||
|                     "iot_special_39_full_load_steam": "\u0395\u03b9\u03b4\u03b9\u03ba\u03cc 39' + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_steam_hygiene_plus": "\u0391\u03c4\u03bc\u03cc\u03c2 \u03b3\u03b9\u03b1 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03bf \u03c5\u03b3\u03b9\u03b5\u03b9\u03bd\u03cc \u03c6\u03b1\u03b3\u03b7\u03c4\u03cc ", | ||||
|                     "iot_synthetic_and_coloured_steam": "\u03a3\u03c5\u03bd\u03b8\u03b5\u03c4\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_and_dry": "\u03a0\u03bb\u03cd\u03c3\u03b9\u03bc\u03bf & \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "iot_wash_anti_mites": "\u0391\u03bd\u03c4\u03b9-\u03b1\u03ba\u03ac\u03c1\u03b5\u03b1", | ||||
|                     "iot_wash_anti_odor": "\u039a\u03b1\u03c4\u03ac \u03c4\u03c9\u03bd \u03bf\u03c3\u03bc\u03ce\u03bd", | ||||
|                     "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|                     "iot_wash_ariel_cold_cycle": "Ariel Cold Clean", | ||||
|                     "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", | ||||
|                     "iot_wash_baby_sanitizer": "\u0391\u03c0\u03bf\u03bb\u03cd\u03bc\u03b1\u03bd\u03c3\u03b7", | ||||
|                     "iot_wash_baby_sanitizer_steam": "\u0391\u03c0\u03bf\u03bb\u03cd\u03bc\u03b1\u03bd\u03c3\u03b7 \u03bc\u03c9\u03c1\u03bf\u03c5\u03b4\u03b9\u03b1\u03ba\u03ce\u03bd + \u03b1\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_backpacks": "\u03a3\u03b1\u03ba\u03af\u03b4\u03b9\u03b1", | ||||
|                     "iot_wash_backpacks_zelig": "\u03a3\u03b1\u03ba\u03af\u03b4\u03b9\u03b1 \u03c0\u03bb\u03ac\u03c4\u03b7\u03c2", | ||||
|                     "iot_wash_bathrobe": "\u039c\u03c0\u03bf\u03c5\u03c1\u03bd\u03bf\u03cd\u03b6\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03b5\u03c4\u03c3\u03ad\u03c4\u03b5\u03c2", | ||||
|                     "iot_wash_bathrobe_steam": "\u039c\u03c0\u03bf\u03c5\u03c1\u03bd\u03bf\u03cd\u03b6\u03b9 + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_bed_linen": "\u039a\u03bb\u03b9\u03bd\u03bf\u03c3\u03ba\u03b5\u03c0\u03ac\u03c3\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "iot_wash_bed_linen_steam": "\u039a\u03bb\u03b9\u03bd\u03bf\u03c3\u03ba\u03b5\u03c0\u03ac\u03c3\u03bc\u03b1\u03c4\u03b1 + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_bed_linen_zelig": "\u039a\u03bb\u03b9\u03bd\u03bf\u03c3\u03ba\u03b5\u03c0\u03ac\u03c3\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "iot_wash_big_single_load": "\u039c\u03b5\u03b3\u03ac\u03bb\u03bf \u03bc\u03b5\u03bc\u03bf\u03bd\u03c9\u03bc\u03ad\u03bd\u03bf \u03c6\u03bf\u03c1\u03c4\u03af\u03bf", | ||||
|                     "iot_wash_bleaching": "\u039b\u03b5\u03cd\u03ba\u03b1\u03bd\u03c3\u03b7", | ||||
|                     "iot_wash_blood_stains": "\u039b\u03b5\u03ba\u03ad\u03b4\u03b5\u03c2 \u03b1\u03af\u03bc\u03b1\u03c4\u03bf\u03c2", | ||||
|                     "iot_wash_cashmere": "\u039a\u03b1\u03c3\u03bc\u03af\u03c1\u03b9", | ||||
|                     "iot_wash_chocolate_stains": "\u039b\u03b5\u03ba\u03ad\u03b4\u03b5\u03c2 \u03b1\u03c0\u03cc \u03c3\u03bf\u03ba\u03bf\u03bb\u03ac\u03c4\u03b1", | ||||
|                     "iot_wash_cold_wash": "\u039a\u03c1\u03cd\u03b1 \u03c0\u03bb\u03cd\u03c3\u03b7", | ||||
|                     "iot_wash_colored": "\u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac", | ||||
|                     "iot_wash_colored_anti_stain": "\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03bb\u03b5\u03ba\u03ad\u03b4\u03c9\u03bd \u03b3\u03b9\u03b1 \u03c7\u03c1\u03ce\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "iot_wash_colored_delicate": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac", | ||||
|                     "iot_wash_coloured": "\u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac", | ||||
|                     "iot_wash_coloured_bed_linen": "\u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac \u03ba\u03bb\u03b9\u03bd\u03bf\u03c3\u03ba\u03b5\u03c0\u03ac\u03c3\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "iot_wash_coloured_bed_linen_steam": "\u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac \u03ba\u03bb\u03b9\u03bd\u03bf\u03c3\u03ba\u03b5\u03c0\u03ac\u03c3\u03bc\u03b1\u03c4\u03b1 + \u03b1\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_coloured_curtains": "\u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ad\u03c2 \u03ba\u03bf\u03c5\u03c1\u03c4\u03af\u03bd\u03b5\u03c2", | ||||
|                     "iot_wash_coloured_shirts": "\u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac \u03c0\u03bf\u03c5\u03ba\u03ac\u03bc\u03b9\u03c3\u03b1", | ||||
|                     "iot_wash_coloured_shirts_steam": "\u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac \u03c0\u03bf\u03c5\u03ba\u03ac\u03bc\u03b9\u03c3\u03b1 + \u03b1\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_coloured_steam": "\u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_coloured_tableclothes": "\u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac \u03c4\u03c1\u03b1\u03c0\u03b5\u03b6\u03bf\u03bc\u03ac\u03bd\u03c4\u03b7\u03bb\u03b1", | ||||
|                     "iot_wash_coloured_tableclothes_steam": "\u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac \u03c4\u03c1\u03b1\u03c0\u03b5\u03b6\u03bf\u03bc\u03ac\u03bd\u03c4\u03b9\u03bb\u03b1 + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_cotton": "\u0392\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03cc", | ||||
|                     "iot_wash_cotton_steam": "\u0392\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03cc + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_cuddly_toys": "\u039b\u03bf\u03cd\u03c4\u03c1\u03b9\u03bd\u03b1 \u03b6\u03c9\u03ac\u03ba\u03b9\u03b1", | ||||
|                     "iot_wash_curtains": "\u039a\u03bf\u03c5\u03c1\u03c4\u03af\u03bd\u03b5\u03c2", | ||||
|                     "iot_wash_curtains_steam": "\u039a\u03bf\u03c5\u03c1\u03c4\u03af\u03bd\u03b5\u03c2 + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_curtains_zelig": "\u039a\u03bf\u03c5\u03c1\u03c4\u03af\u03bd\u03b5\u03c2", | ||||
|                     "iot_wash_dark": "\u03a3\u03ba\u03bf\u03cd\u03c1\u03b1 \u03c1\u03bf\u03cd\u03c7\u03b1", | ||||
|                     "iot_wash_darks_and_coloured_44": "\u03a3\u03ba\u03bf\u03cd\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac 44'", | ||||
|                     "iot_wash_darks_and_coloured_59": "\u03a3\u03ba\u03bf\u03cd\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac 59'", | ||||
|                     "iot_wash_darks_and_coloured_xl": "\u03a3\u03ba\u03bf\u03cd\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac XL", | ||||
|                     "iot_wash_dark_steam": "\u03a3\u03ba\u03bf\u03cd\u03c1\u03b1 \u03c1\u03bf\u03cd\u03c7\u03b1 + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|                     "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|                     "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|                     "iot_wash_delicate": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1", | ||||
|                     "iot_wash_delicate_antiallergy": "\u0391\u03bd\u03c4\u03b9-\u03b1\u03bb\u03bb\u03b5\u03c1\u03b3\u03b9\u03ba\u03cc \u03b3\u03b9\u03b1 \u03bb\u03b9\u03c0\u03b1\u03c1\u03ad\u03c2 \u03bf\u03c5\u03c3\u03af\u03b5\u03c2", | ||||
|                     "iot_wash_delicate_antiallergy_steam": "\u0391\u03bd\u03c4\u03b9-\u03b1\u03bb\u03bb\u03b5\u03c1\u03b3\u03b9\u03ba\u03cc \u03b3\u03b9\u03b1 \u03bb\u03b9\u03c0\u03b1\u03c1\u03ad\u03c2 \u03bf\u03c5\u03c3\u03af\u03b5\u03c2 + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_delicate_antiallergy_zelig": "\u0391\u03bd\u03c4\u03b9-\u03b1\u03bb\u03bb\u03b5\u03c1\u03b3\u03b9\u03ba\u03cc \u03b3\u03b9\u03b1 \u03bb\u03b9\u03c0\u03b1\u03c1\u03ad\u03c2 \u03bf\u03c5\u03c3\u03af\u03b5\u03c2", | ||||
|                     "iot_wash_delicate_colors": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac", | ||||
|                     "iot_wash_delicate_colors_steam": "\u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac + \u03b1\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_delicate_dark": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1 \u03c3\u03ba\u03bf\u03cd\u03c1\u03b1", | ||||
|                     "iot_wash_delicate_steam": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1 + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_delicate_tablecloths": "\u039b\u03b5\u03c0\u03c4\u03ac \u03c4\u03c1\u03b1\u03c0\u03b5\u03b6\u03bf\u03bc\u03ac\u03bd\u03c4\u03b9\u03bb\u03b1", | ||||
|                     "iot_wash_delicate_tablecloths_steam": "\u039b\u03b5\u03c0\u03c4\u03ac \u03c4\u03c1\u03b1\u03c0\u03b5\u03b6\u03bf\u03bc\u03ac\u03bd\u03c4\u03b9\u03bb\u03b1 + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_delicate_whites": "\u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1 \u03bb\u03b5\u03c5\u03ba\u03ac", | ||||
|                     "iot_wash_denim_jeans": "\u039d\u03c4\u03ad\u03bd\u03b9\u03bc - \u03c4\u03b6\u03b9\u03bd", | ||||
|                     "iot_wash_diving_suits": "\u03a3\u03c4\u03bf\u03bb\u03b5\u03c2 \u03ba\u03b1\u03c4\u03ac\u03b4\u03c5\u03c3\u03b7\u03c2", | ||||
|                     "iot_wash_diving_suits_zelig": "\u03a3\u03c4\u03bf\u03bb\u03b5\u03c2 \u03ba\u03b1\u03c4\u03ac\u03b4\u03c5\u03c3\u03b7\u03c2", | ||||
|                     "iot_wash_down_jackets": "\u03a6\u03bf\u03c5\u03c3\u03ba\u03c9\u03c4\u03ac \u03bc\u03c0\u03bf\u03c5\u03c6\u03ac\u03bd", | ||||
|                     "iot_wash_down_jackets_zelig": "\u03a6\u03bf\u03c5\u03c3\u03ba\u03c9\u03c4\u03ac \u03bc\u03c0\u03bf\u03c5\u03c6\u03ac\u03bd", | ||||
|                     "iot_wash_duvet": "\u03a0\u03b1\u03c0\u03bb\u03ce\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "iot_wash_fruit_stains": "\u039b\u03b5\u03ba\u03ad\u03b4\u03b5\u03c2 \u03c6\u03c1\u03bf\u03cd\u03c4\u03c9\u03bd", | ||||
|                     "iot_wash_gym_fit": "\u03a6\u03cc\u03c1\u03bc\u03b5\u03c2 - \u03c1\u03bf\u03cd\u03c7\u03b1 \u03b3\u03c5\u03bc\u03bd\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae\u03c2", | ||||
|                     "iot_wash_handwash": "\u03a0\u03bb\u03cd\u03c3\u03b9\u03bc\u03bf \u03c3\u03c4\u03bf \u03c7\u03ad\u03c1\u03b9", | ||||
|                     "iot_wash_handwash_colored": "\u03a0\u03bb\u03cd\u03c3\u03b9\u03bc\u03bf \u03c3\u03c4\u03bf \u03c7\u03ad\u03c1\u03b9 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac", | ||||
|                     "iot_wash_handwash_dark": "\u03a0\u03bb\u03cd\u03c3\u03b9\u03bc\u03bf \u03c3\u03c4\u03bf \u03c7\u03ad\u03c1\u03b9 \u03c3\u03ba\u03bf\u03cd\u03c1\u03b1", | ||||
|                     "iot_wash_lingerie": "\u0395\u03c3\u03ce\u03c1\u03bf\u03c5\u03c7\u03b1", | ||||
|                     "iot_wash_masks_refresh": "\u03a6\u03c1\u03b5\u03c3\u03ba\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \u03bc\u03b1\u03c3\u03ba\u03ce\u03bd", | ||||
|                     "iot_wash_masks_sanification": "\u0391\u03c0\u03bf\u03bb\u03cd\u03bc\u03b1\u03bd\u03c3\u03b7 \u03bc\u03b1\u03c3\u03ba\u03ce\u03bd", | ||||
|                     "iot_wash_masks_sanification_steam": "\u0391\u03c0\u03bf\u03bb\u03cd\u03bc\u03b1\u03bd\u03c3\u03b7 \u03bc\u03b1\u03c3\u03ba\u03ce\u03bd + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_mats": "\u03a7\u03b1\u03bb\u03b9\u03ac", | ||||
|                     "iot_wash_men_s_trousers": "\u03c0\u03b1\u03bd\u03c4\u03b5\u03bb\u03bf\u03bd\u03b9\u03b1", | ||||
|                     "iot_wash_mixed": "\u039c\u03b9\u03ba\u03c4\u03ac", | ||||
|                     "iot_wash_mixed_steam": "\u039c\u03b9\u03ba\u03c4\u03ac + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_mix_and_coloured_44": "\u039c\u03b9\u03ba\u03c4\u03ac \u03ba\u03b1\u03b9 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac 44'", | ||||
|                     "iot_wash_mix_and_coloured_59": "\u039c\u03b9\u03ba\u03c4\u03ac \u03ba\u03b1\u03b9 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac 59'", | ||||
|                     "iot_wash_mix_and_coloured_xl": "\u039c\u03b9\u03ba\u03c4\u03ac \u03ba\u03b1\u03b9 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac XL", | ||||
|                     "iot_wash_new_clothes": "\u039d\u03ad\u03b1 \u03c1\u03bf\u03cd\u03c7\u03b1", | ||||
|                     "iot_wash_perfect_white": "\u03a4\u03ad\u03bb\u03b5\u03b9\u03bf \u03bb\u03b5\u03c5\u03ba\u03cc", | ||||
|                     "iot_wash_perfect_white_steam": "\u03a4\u03ad\u03bb\u03b5\u03b9\u03bf \u03bb\u03b5\u03c5\u03ba\u03cc + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_pets": "\u0391\u03be\u03b5\u03c3\u03bf\u03c5\u03ac\u03c1 \u03ba\u03b1\u03c4\u03bf\u03b9\u03ba\u03af\u03b4\u03b9\u03c9\u03bd", | ||||
|                     "iot_wash_pets_hair_removal": "\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03c4\u03c9\u03bd \u03c4\u03c1\u03b9\u03c7\u03ce\u03bd \u03ba\u03b1\u03c4\u03bf\u03b9\u03ba\u03af\u03b4\u03b9\u03c9\u03bd \u03b6\u03ce\u03c9\u03bd", | ||||
|                     "iot_wash_pets_odours_stains_removal": "\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03bf\u03c3\u03bc\u03ce\u03bd \u03ba\u03b1\u03b9 \u03bb\u03b5\u03ba\u03ad\u03b4\u03c9\u03bd \u03b1\u03c0\u03cc \u03c4\u03b1 \u03ba\u03b1\u03c4\u03bf\u03b9\u03ba\u03af\u03b4\u03b9\u03b1 \u03b6\u03ce\u03b1", | ||||
|                     "iot_wash_pets_steam": "\u0391\u03be\u03b5\u03c3\u03bf\u03c5\u03ac\u03c1 \u03ba\u03b1\u03c4\u03bf\u03b9\u03ba\u03af\u03b4\u03b9\u03c9\u03bd", | ||||
|                     "iot_wash_playsuits": "\u0391\u03b8\u03bb\u03b7\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c6\u03cc\u03c1\u03bc\u03b5\u03c2", | ||||
|                     "iot_wash_playsuits_steam": "\u0391\u03b8\u03bb\u03b7\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c6\u03cc\u03c1\u03bc\u03b5\u03c2 + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_quick_drum_cleaner": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf\u03c2 \u03ba\u03b1\u03b8\u03b1\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03ba\u03ac\u03b4\u03bf\u03c5", | ||||
|                     "iot_wash_rapid_14": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf 14\u2019", | ||||
|                     "iot_wash_rapid_30": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf 30\u2019", | ||||
|                     "iot_wash_rapid_44": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf 44'", | ||||
|                     "iot_wash_rapid_59": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf 59'", | ||||
|                     "iot_wash_rapid_59_steam": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf 59' + \u03b1\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_refresh_14_min": "\u0391\u03bd\u03b1\u03bd\u03ad\u03c9\u03c3\u03b7 14'", | ||||
|                     "iot_wash_resistant_colored": "\u0391\u03bd\u03b8\u03b5\u03ba\u03c4\u03b9\u03ba\u03ac \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac", | ||||
|                     "iot_wash_resistant_dark": "\u0391\u03bd\u03b8\u03b5\u03ba\u03c4\u03b9\u03ba\u03ac \u03c3\u03ba\u03bf\u03cd\u03c1\u03b1", | ||||
|                     "iot_wash_resistant_whites": "\u0391\u03bd\u03b8\u03b5\u03ba\u03c4\u03b9\u03ba\u03ac \u03bb\u03b5\u03c5\u03ba\u03ac", | ||||
|                     "iot_wash_rinse": "\u039e\u03ad\u03c0\u03bb\u03c5\u03bc\u03b1", | ||||
|                     "iot_wash_shirts": "\u03a0\u03bf\u03c5\u03ba\u03ac\u03bc\u03b9\u03c3\u03b1", | ||||
|                     "iot_wash_shirts_steam": "\u03a0\u03bf\u03c5\u03ba\u03ac\u03bc\u03b9\u03c3\u03b1 + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_silk": "\u039c\u03b5\u03c4\u03b1\u03be\u03c9\u03c4\u03ac", | ||||
|                     "iot_wash_ski_suit": "\u03a3\u03c4\u03bf\u03bb\u03ad\u03c2 \u03c3\u03ba\u03b9", | ||||
|                     "iot_wash_ski_suit_zelig": "\u03a3\u03c4\u03bf\u03bb\u03ad\u03c2 \u03c3\u03ba\u03b9", | ||||
|                     "iot_wash_spin": "\u03a3\u03c4\u03cd\u03c8\u03b9\u03bc\u03bf", | ||||
|                     "iot_wash_sport": "\u0391\u03b8\u03bb\u03b7\u03c4\u03b9\u03ba\u03ac", | ||||
|                     "iot_wash_sport_anti_odor": "\u039a\u03b1\u03c4\u03ac \u03c4\u03b7\u03c2 \u03bf\u03c3\u03bc\u03ae\u03c2 \u03c4\u03c9\u03bd \u03b1\u03b8\u03bb\u03b7\u03c4\u03b9\u03ba\u03ce\u03bd \u03c1\u03bf\u03cd\u03c7\u03c9\u03bd", | ||||
|                     "iot_wash_sport_anti_odor_zelig": "\u039a\u03b1\u03c4\u03ac \u03c4\u03b7\u03c2 \u03bf\u03c3\u03bc\u03ae\u03c2 \u03c4\u03c9\u03bd \u03b1\u03b8\u03bb\u03b7\u03c4\u03b9\u03ba\u03ce\u03bd \u03c1\u03bf\u03cd\u03c7\u03c9\u03bd", | ||||
|                     "iot_wash_stains_remover": "\u0391\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03bb\u03b5\u03ba\u03ad\u03b4\u03c9\u03bd", | ||||
|                     "iot_wash_swimsuits_and_bikinis": "\u039c\u03b1\u03b3\u03b9\u03cc", | ||||
|                     "iot_wash_synthetic": "\u03a3\u03c5\u03bd\u03b8\u03b5\u03c4\u03b9\u03ba\u03ac", | ||||
|                     "iot_wash_synthetic_steam": "\u03a3\u03c5\u03bd\u03b8\u03b5\u03c4\u03b9\u03ba\u03ac + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_tablecloths": "\u03a4\u03c1\u03b1\u03c0\u03b5\u03b6\u03bf\u03bc\u03ac\u03bd\u03c4\u03b7\u03bb\u03b1", | ||||
|                     "iot_wash_tablecloths_steam": "\u03a4\u03c1\u03b1\u03c0\u03b5\u03b6\u03bf\u03bc\u03ac\u03bd\u03c4\u03b7\u03bb\u03b1 + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "iot_wash_technical_fabrics": "\u03a4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ac \u03c5\u03c6\u03ac\u03c3\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "iot_wash_technical_fabrics_zelig": "\u03a4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ac \u03c5\u03c6\u03ac\u03c3\u03bc\u03b1\u03c4\u03b1", | ||||
|                     "iot_wash_technical_jackets": "\u03a4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ac \u03bc\u03c0\u03bf\u03c5\u03c6\u03ac\u03bd", | ||||
|                     "iot_wash_technical_jackets_zelig": "\u03a4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ac \u03bc\u03c0\u03bf\u03c5\u03c6\u03ac\u03bd", | ||||
|                     "iot_wash_trainers": "\u0391\u03b8\u03bb\u03b7\u03c4\u03b9\u03ba\u03ac \u03c0\u03b1\u03c0\u03bf\u03cd\u03c4\u03c3\u03b9\u03b1", | ||||
|                     "iot_wash_whites": "\u039b\u03b5\u03c5\u03ba\u03ac", | ||||
|                     "iot_wash_whites_44": "\u039b\u03b5\u03c5\u03ba\u03ac 44'", | ||||
|                     "iot_wash_whites_59": "\u039b\u03b5\u03c5\u03ba\u03ac 59'", | ||||
|                     "iot_wash_whites_xl": "\u039b\u03b5\u03c5\u03ba\u03ac XL", | ||||
|                     "iot_wash_wine_stains": "\u039b\u03b5\u03ba\u03ad\u03b4\u03b5\u03c2 \u03ba\u03c1\u03b1\u03c3\u03b9\u03bf\u03cd", | ||||
|                     "iot_wash_wool": "\u039c\u03ac\u03bb\u03bb\u03b9\u03bd\u03b1", | ||||
|                     "jeans": "\u03a4\u03b6\u03b9\u03bd \u03c0\u03b1\u03bd\u03c4\u03b5\u03bb\u03bf\u03bd\u03b9\u03b1", | ||||
|                     "jeans_60": "\u03c4\u03b6\u03b9\u03bd", | ||||
|                     "low_dry": "\u039c\u03b9\u03ba\u03c4\u03ac \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "mixed": "\u039c\u03b9\u03ba\u03c4\u03ac", | ||||
|                     "mixed_and_colored_59": "\u039c\u03b9\u03ba\u03c4\u03ac \u03ba\u03b1\u03b9 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac 59'", | ||||
|                     "mixed_steam": "\u039c\u03b9\u03ba\u03c4\u03ac + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "mix_and_colour_59": "\u039c\u0399\u039a\u03a4\u0391 + \u03a7\u03a1\u03a9\u039c\u0391\u03a4\u0399\u03a3\u03a4\u0391 59'", | ||||
|                     "mix_and_colour_59_steam": "\u039c\u03b9\u03ba\u03c4\u03ac \u03ba\u03b1\u03b9 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac 59' + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "night_and_day": "\u039d\u03cd\u03c7\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03b7\u03bc\u03ad\u03c1\u03b1", | ||||
|                     "night_wash": "\u039f\u03bb\u03bf\u03bd\u03cd\u03ba\u03c4\u03b9\u03bf\u03c2 \u03ba\u03cd\u03ba\u03bb\u03bf\u03c2", | ||||
|                     "perfect_59": "\u03a4\u03ad\u03bb\u03b5\u03b9\u03bf 59'", | ||||
|                     "perfect_cotton_59": "\u03a4\u0395\u039b\u0395\u0399\u0391 \u0392\u0391\u039c\u0392\u0391\u039a\u0395\u03a1\u0391 59'", | ||||
|                     "perfect_cotton_59_steam": "\u03a4\u0395\u039b\u0395\u0399\u0391 \u0392\u0391\u039c\u0392\u0391\u039a\u0395\u03a1\u0391 59'", | ||||
|                     "perfect_whites_59": "\u03c4\u03b5\u03bb\u03b5\u03b9\u03b1 \u03bb\u03b5\u03c5\u03ba\u03b1 59'", | ||||
|                     "rapid_14_min": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf 14 \u03bb\u03b5\u03c0\u03c4\u03ce\u03bd", | ||||
|                     "rapid_30_min": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf 30\u03bb\u03b5\u03c0.", | ||||
|                     "rapid_44_min": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf 44\u03bb\u03b5\u03c0.", | ||||
|                     "rapid_a_class_60": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 A 60", | ||||
|                     "rapid_a_class_60_steam": "\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1\u03c2 A 60 + \u03b1\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "rapid_wash_and_dry_59_min": "\u03a0\u03bb\u03cd\u03c3\u03b9\u03bc\u03bf \u03ba\u03b1\u03b9 \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1 59'.", | ||||
|                     "resistant_cotton": "\u0392\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03cc", | ||||
|                     "resistant_cotton_steam": "\u0392\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03cc + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "rinse": "\u039e\u03ad\u03c0\u03bb\u03c5\u03bc\u03b1", | ||||
|                     "shirts_steam": "\u03a0\u03bf\u03c5\u03ba\u03ac\u03bc\u03b9\u03c3\u03b1 + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "silent_night": "\u039f\u03bb\u03bf\u03bd\u03cd\u03ba\u03c4\u03b9\u03bf\u03c2 \u03ba\u03cd\u03ba\u03bb\u03bf\u03c2", | ||||
|                     "single_item": "\u0395\u03bd\u03b9\u03b1\u03af\u03bf \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03bf", | ||||
|                     "single_item_steam": "\u0388\u03bd\u03b1 \u03c4\u03b5\u03bc\u03ac\u03c7\u03b9\u03bf + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "smart_wash": "\u0388\u03be\u03c5\u03c0\u03bd\u03b7 \u03c0\u03bb\u03cd\u03c3\u03b7", | ||||
|                     "soft_care": "\u0391\u03c0\u03b1\u03bb\u03ae \u03c6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1", | ||||
|                     "soft_care_steam": "Soft Care + Steam", | ||||
|                     "soft_care_steam_title": "Soft Care + Steam", | ||||
|                     "special_39": "E\u03b9\u03b4\u03b9\u03ba\u03bf\u03c2 39'", | ||||
|                     "special_39_full_load": "E\u03b9\u03b4\u03b9\u03ba\u03bf\u03c2 39'", | ||||
|                     "special_39_full_load_steam": "\u0395\u03b9\u03b4\u03b9\u03ba\u03cc 39' + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "special_49": "\u0395\u03b9\u03b4\u03b9\u03ba\u03cc 49'", | ||||
|                     "sport_39": "\u03a3\u03c0\u03bf\u03c1 39'", | ||||
|                     "sport_plus_29": "SPORT PLUS 39\"", | ||||
|                     "sport_plus_39": "SPORT PLUS 39'", | ||||
|                     "steam_39": "\u0391\u03c4\u03bc\u03cc\u03c2 39'", | ||||
|                     "steam_care_pro": "Steam Care Pro", | ||||
|                     "steam_care_pro_cotton": "Steam Care Pro - \u0392\u03b1\u03bc\u03b2\u03b1\u03ba\u03b5\u03c1\u03ac", | ||||
|                     "steam_care_pro_delicates": "Steam Care Pro - \u0395\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b1", | ||||
|                     "steam_care_pro_synthetic": "Steam Care Pro - \u03a3\u03c5\u03bd\u03b8\u03b5\u03c4\u03b9\u03ba\u03ac", | ||||
|                     "steam_hygiene_plus": "\u0391\u03c4\u03bc\u03cc\u03c2 \u03b3\u03b9\u03b1 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03bf \u03c5\u03b3\u03b9\u03b5\u03b9\u03bd\u03cc \u03c6\u03b1\u03b3\u03b7\u03c4\u03cc ", | ||||
|                     "synthetics": "\u03a3\u03c5\u03bd\u03b8\u03b5\u03c4\u03b9\u03ba\u03ac", | ||||
|                     "synthetic_and_coloured": "\u03a3\u03c5\u03bd\u03b8\u03b5\u03c4\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac", | ||||
|                     "synthetic_and_coloured_steam": "\u03a3\u03c5\u03bd\u03b8\u03b5\u03c4\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03c7\u03c1\u03c9\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ac + \u0391\u03c4\u03bc\u03cc\u03c2", | ||||
|                     "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|                     "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|                     "total_care": "\u039f\u03bb\u03b9\u03ba\u03ae \u03c6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1", | ||||
|                     "tumbling": "\u039a\u03b1\u03c4\u03c1\u03b1\u03ba\u03cd\u03bb\u03b9\u03c3\u03bc\u03b1", | ||||
|                     "wool": "\u039c\u03ac\u03bb\u03bb\u03b9\u03bd\u03b1", | ||||
|                     "wool_and_delicates_49": "\u03bc\u03b1\u03bb\u03bb\u03b9\u03bd\u03b1/\u03b5\u03c5\u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03b1 49'", | ||||
|                     "wool_dry": "\u039c\u03ac\u03bb\u03bb\u03b9\u03bd\u03b1 \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "wool_soft_care": "\u03bc\u03b1\u03bb\u03bb\u03b9\u03bd\u03b1 & Soft Care" | ||||
|                 }, | ||||
|                 "name": "\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "\u03a7\u03c9\u03c1\u03af\u03c2 \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "1": "\u03a3\u03b9\u03b4\u03ad\u03c1\u03c9\u03bc\u03b1", | ||||
|                     "2": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1 \u03b3\u03b9\u03b1 \u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 ", | ||||
|                     "3": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1 \u03b3\u03b9\u03b1 \u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 ", | ||||
|                     "4": "\u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1", | ||||
|                     "12": "\u03a3\u03b9\u03b4\u03ad\u03c1\u03c9\u03bc\u03b1", | ||||
|                     "13": "\u03a3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1 \u03b3\u03b9\u03b1 \u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7 ", | ||||
|                     "14": "\u0395\u03c4\u03bf\u03b9\u03bc\u03bf \u03bd\u03b1 \u03c6\u03bf\u03c1\u03b5\u03b8\u03b5\u03af", | ||||
|                     "15": "\u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1" | ||||
|                 }, | ||||
|                 "name": "\u0395\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03c3\u03c4\u03b5\u03b3\u03bd\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "\u03a3\u03c4\u03cd\u03c8\u03b9\u03bc\u03bf" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "\u0398\u03b5\u03c1\u03bc\u03bf\u03ba\u03c1\u03b1\u03c3\u03af\u03b1" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u03a7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03c3\u03c4\u03b5\u03b3\u03bd\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2" | ||||
|             } | ||||
|         }, | ||||
|         "switch": { | ||||
|             "anti_crease": { | ||||
|                 "name": "\u039b\u03b9\u03b3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03b6\u03ac\u03c1\u03b5\u03c2" | ||||
|             }, | ||||
|             "add_dish": { | ||||
|                 "name": "" | ||||
|             }, | ||||
|             "eco_express": { | ||||
|                 "name": "\u039f\u03b9\u03ba\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc" | ||||
|             }, | ||||
|             "extra_dry": { | ||||
|                 "name": "\u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03c3\u03c4\u03ad\u03b3\u03bd\u03c9\u03bc\u03b1" | ||||
|             }, | ||||
|             "half_load": { | ||||
|                 "name": "\u039c\u03b9\u03c3\u03bf\u03b3\u03b5\u03bc\u03ac\u03c4\u03bf \u03c6\u03bf\u03c1\u03c4\u03af\u03bf" | ||||
|             }, | ||||
|             "open_door": { | ||||
|                 "name": "\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03c0\u03cc\u03c1\u03c4\u03b1\u03c2" | ||||
|             }, | ||||
|             "three_in_one": { | ||||
|                 "name": "3 \u03c3\u03b5 1" | ||||
|             }, | ||||
|             "preheat": { | ||||
|                 "name": "\u03a0\u03c1\u03bf\u03b8\u03ad\u03c1\u03bc\u03b1\u03bd\u03c3\u03b7" | ||||
|             }, | ||||
|             "dish_washer": { | ||||
|                 "name": "\u03a0\u03bb\u03c5\u03bd\u03c4\u03ae\u03c1\u03b9\u03bf \u03c0\u03b9\u03ac\u03c4\u03c9\u03bd" | ||||
|             }, | ||||
|             "tumble_dryer": { | ||||
|                 "name": "\u03a3\u03c4\u03b5\u03b3\u03bd\u03c9\u03c4\u03ae\u03c1\u03b9\u03bf" | ||||
|             }, | ||||
|             "washing_machine": { | ||||
|                 "name": "\u03a0\u03bb\u03c5\u03bd\u03c4\u03ae\u03c1\u03b9\u03bf" | ||||
|             }, | ||||
|             "washer_dryer": { | ||||
|                 "name": "\u03a3\u03c4\u03b5\u03b3\u03bd\u03c9\u03c4\u03ae\u03c1\u03b9\u03bf" | ||||
|             }, | ||||
|             "oven": { | ||||
|                 "name": "\u03a6\u03bf\u03cd\u03c1\u03bd\u03bf\u03c2" | ||||
|             }, | ||||
|             "prewash": { | ||||
|                 "name": "\u03c0\u03c1\u03bf\u03c0\u03bb\u03c5\u03c3\u03b7" | ||||
|             }, | ||||
|             "pause": { | ||||
|                 "name": "\u03a0\u03b1\u03cd\u03c3\u03b7" | ||||
|             }, | ||||
|             "keep_fresh": { | ||||
|                 "name": "Keep Fresh" | ||||
|             } | ||||
|         }, | ||||
|         "binary_sensor": { | ||||
|             "door_lock": { | ||||
|                 "name": "\u039a\u03bb\u03b5\u03b9\u03b4\u03b1\u03c1\u03b9\u03ac \u03c4\u03b7\u03c2 \u03c0\u03cc\u03c1\u03c4\u03b1\u03c2" | ||||
|             }, | ||||
|             "extra_rinse_1": { | ||||
|                 "name": "+1 \u039e\u03ad\u03b2\u03b3\u03b1\u03bb\u03bc\u03b1" | ||||
|             }, | ||||
|             "extra_rinse_2": { | ||||
|                 "name": "+2 \u039e\u03b5\u03b2\u03b3\u03ac\u03bb\u03bc\u03b1\u03c4\u03b1" | ||||
|             }, | ||||
|             "extra_rinse_3": { | ||||
|                 "name": "+3 \u039e\u03b5\u03b2\u03b3\u03ac\u03bb\u03bc\u03b1\u03c4\u03b1" | ||||
|             }, | ||||
|             "good_night": { | ||||
|                 "name": "\u039a\u03b1\u03bb\u03b7\u03bd\u03c5\u03c7\u03c4\u03b1" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "\u039b\u03b9\u03b3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03b6\u03ac\u03c1\u03b5\u03c2" | ||||
|             }, | ||||
|             "aqua_plus": { | ||||
|                 "name": "Acquaplus (\u03c0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03bd\u03b5\u03c1\u03bf\u03cd)" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "\u03a3\u03c4\u03cd\u03c8\u03b9\u03bc\u03bf" | ||||
|             }, | ||||
|             "programs_dw": { | ||||
|                 "name": "\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "name": "\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "name": "\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "name": "\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "name": "\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1" | ||||
|             }, | ||||
|             "still_hot": { | ||||
|                 "name": "\u0391\u03ba\u03cc\u03bc\u03b1 \u03b6\u03b5\u03c3\u03c4\u03cc" | ||||
|             }, | ||||
|             "pan_status": { | ||||
|                 "name": "\u03a4\u03b7\u03b3\u03ac\u03bd\u03b9" | ||||
|             }, | ||||
|             "remote_control": { | ||||
|                 "name": "\u03a4\u03b7\u03bb\u03b5\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c1\u03b9\u03bf" | ||||
|             }, | ||||
|             "rinse_aid": { | ||||
|                 "name": "\u0395\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03bb\u03b1\u03bc\u03c0\u03c1\u03c5\u03bd\u03c4\u03b9\u03ba\u03bf\u03cd" | ||||
|             }, | ||||
|             "salt_level": { | ||||
|                 "name": "\u0395\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03b1\u03bb\u03b1\u03c4\u03b9\u03bf\u03cd" | ||||
|             }, | ||||
|             "door_open": { | ||||
|                 "name": "\u03a0\u03cc\u03c1\u03c4\u03b1 \u03b1\u03bd\u03bf\u03b9\u03c7\u03c4\u03ae" | ||||
|             }, | ||||
|             "connection": { | ||||
|                 "name": "\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2" | ||||
|             } | ||||
|         }, | ||||
|         "number": { | ||||
|             "power_management": { | ||||
|                 "name": "\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1\u03c2" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "\u0398\u03b5\u03c1\u03bc\u03bf\u03ba\u03c1\u03b1\u03c3\u03af\u03b1" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "\u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03b5\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7 \u03ad\u03bd\u03b1\u03c1\u03be\u03b7" | ||||
|             }, | ||||
|             "water_hard": { | ||||
|                 "name": "\u03a3\u03ba\u03bb\u03b7\u03c1\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bd\u03b5\u03c1\u03bf\u03cd" | ||||
|             }, | ||||
|             "program_duration": { | ||||
|                 "name": "\u0394\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "\u03a3\u03c4\u03bf\u03c7\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7 \u03b8\u03b5\u03c1\u03bc\u03bf\u03ba\u03c1\u03b1\u03c3\u03af\u03b1" | ||||
|             }, | ||||
|             "rinse_iterations": { | ||||
|                 "name": "\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03be\u03b5\u03c0\u03bb\u03c5\u03bc\u03ac\u03c4\u03c9\u03bd" | ||||
|             }, | ||||
|             "wash_time": { | ||||
|                 "name": "\u03a7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03c0\u03bb\u03cd\u03c3\u03b7\u03c2" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u03a7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03c3\u03c4\u03b5\u03b3\u03bd\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2" | ||||
|             } | ||||
|         }, | ||||
|         "button": { | ||||
|             "induction_hob": { | ||||
|                 "name": "\u0395\u03c0\u03b1\u03b3\u03c9\u03b3\u03b9\u03ba\u03ae \u03b5\u03c3\u03c4\u03af\u03b1" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -1,953 +0,0 @@ | ||||
| { | ||||
|     "entity": { | ||||
|         "sensor": { | ||||
|             "washing_modes": { | ||||
|                 "state": { | ||||
|                     "0": "Listo", | ||||
|                     "1": "Listo", | ||||
|                     "3": "Pausa", | ||||
|                     "4": "Programado", | ||||
|                     "5": "Programado", | ||||
|                     "6": "Error", | ||||
|                     "7": "Listo" | ||||
|                 } | ||||
|             }, | ||||
|             "program_phases_wm": { | ||||
|                 "state": { | ||||
|                     "0": "Listo", | ||||
|                     "1": "Lavado", | ||||
|                     "2": "Lavado", | ||||
|                     "3": "Centrifugado", | ||||
|                     "4": "Aclarado", | ||||
|                     "5": "Aclarado", | ||||
|                     "6": "Aclarado", | ||||
|                     "7": "Secado", | ||||
|                     "9": "Vapor", | ||||
|                     "10": "Listo", | ||||
|                     "11": "Centrifugado", | ||||
|                     "12": "Peso ", | ||||
|                     "13": "Peso ", | ||||
|                     "14": "Lavado", | ||||
|                     "15": "Lavado", | ||||
|                     "16": "Lavado", | ||||
|                     "17": "Aclarado", | ||||
|                     "18": "Aclarado", | ||||
|                     "19": "Programado", | ||||
|                     "20": "Ropa fresca", | ||||
|                     "24": "Refrescar", | ||||
|                     "25": "Lavado", | ||||
|                     "26": "Calentamiento", | ||||
|                     "27": "Lavado" | ||||
|                 }, | ||||
|                 "name": "Fase" | ||||
|             }, | ||||
|             "program_phases_td": { | ||||
|                 "state": { | ||||
|                     "0": "Listo", | ||||
|                     "1": "Secado", | ||||
|                     "2": "Secado", | ||||
|                     "3": "Enfriar", | ||||
|                     "13": "Enfriar", | ||||
|                     "14": "Secado", | ||||
|                     "15": "Secado", | ||||
|                     "16": "Enfriar", | ||||
|                     "18": "Ropa fresca", | ||||
|                     "19": "Secado", | ||||
|                     "20": "Secado" | ||||
|                 }, | ||||
|                 "name": "Fase" | ||||
|             }, | ||||
|             "program_phases_dw": { | ||||
|                 "state": { | ||||
|                     "0": "Listo", | ||||
|                     "1": "Prelavado", | ||||
|                     "2": "Lavado", | ||||
|                     "3": "Aclarado", | ||||
|                     "4": "Secado", | ||||
|                     "5": "Listo", | ||||
|                     "6": "Hot rinse" | ||||
|                 }, | ||||
|                 "name": "Fase" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Sin secado", | ||||
|                     "1": "Planchar", | ||||
|                     "2": "Listo para guardar", | ||||
|                     "3": "Listo para guardar", | ||||
|                     "4": "Extraseco", | ||||
|                     "12": "Planchar", | ||||
|                     "13": "Listo para guardar", | ||||
|                     "14": "Listo para llevar", | ||||
|                     "15": "Extraseco" | ||||
|                 }, | ||||
|                 "name": "Nivel de secado" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Antiarrugas" | ||||
|             }, | ||||
|             "power": { | ||||
|                 "name": "Nivel de potencia" | ||||
|             }, | ||||
|             "remaining_time": { | ||||
|                 "name": "Tiempo restante" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "water_efficiency": { | ||||
|                 "name": "Eficiencia h\u00eddrica" | ||||
|             }, | ||||
|             "water_saving": { | ||||
|                 "name": "Ahorro de agua" | ||||
|             }, | ||||
|             "duration": { | ||||
|                 "name": "Duraci\u00f3n" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Temperatura deseada" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Centrifugado" | ||||
|             }, | ||||
|             "steam_leve": { | ||||
|                 "name": "Nivel de vapor" | ||||
|             }, | ||||
|             "dirt_level": { | ||||
|                 "name": "Nivel de suciedad" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Inicio Diferido" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Tiempo de secado" | ||||
|             }, | ||||
|             "suggested_load": { | ||||
|                 "name": "Capacidad de carga" | ||||
|             }, | ||||
|             "energy_label": { | ||||
|                 "name": "Eficiencia energ\u00e9tica" | ||||
|             }, | ||||
|             "det_dust": { | ||||
|                 "name": "Polvo" | ||||
|             }, | ||||
|             "det_liquid": { | ||||
|                 "name": "L\u00edquido" | ||||
|             } | ||||
|         }, | ||||
|         "select": { | ||||
|             "programs_dw": { | ||||
|                 "state": { | ||||
|                     "59_min": "R\u00e1pido 59'", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "auto_care_soil": "Auto Care", | ||||
|                     "auto_plus": "AutoPlus", | ||||
|                     "auto_sensor": "Auto Sensor", | ||||
|                     "auto_sensor_soil": "Auto Sensor", | ||||
|                     "auto_universal": "Auto Universal 50 - 60\u00b0C", | ||||
|                     "auto_universal_plus": "Auto Universal Plus 65 - 75\u00b0C", | ||||
|                     "auto_universal_plus_soil": "Auto Universal Plus 65 - 75\u00b0C", | ||||
|                     "auto_universal_soil": "Auto Universal 50 - 60\u00b0C", | ||||
|                     "auto_wash": "Lavado autom\u00e1tico", | ||||
|                     "auto_wash_soil": "Lavado autom\u00e1tico", | ||||
|                     "classe_a_59": "Clase A 59' 65\u00b0C", | ||||
|                     "delicate": "Delicado 45\u00b0C", | ||||
|                     "dishwasher_care": "Ciclo de limpieza antical", | ||||
|                     "eco": "Eco", | ||||
|                     "eco_asynch": "Eco 45\u00b0C", | ||||
|                     "eco_bldc": "Eco 45\u00b0C", | ||||
|                     "eco_synch": "Eco 45\u00b0C", | ||||
|                     "gentle_wash": "Gentle wash", | ||||
|                     "glass": "Cristal", | ||||
|                     "glassware": "Cristal 45 \u00b0C", | ||||
|                     "glass_care": "Glass Care", | ||||
|                     "hygiene": "Higiene", | ||||
|                     "hygiene_plus": "Higiene+ 75 \u00b0C", | ||||
|                     "intensive": "Intensivo ", | ||||
|                     "intensive_rapid": "Fuerte r\u00e1pido", | ||||
|                     "iot_auto_sensor": "Auto Sensor", | ||||
|                     "iot_auto_universal_soil": "Auto Universal 50 - 60\u00b0C", | ||||
|                     "iot_auto_wash_soil": "Lavado autom\u00e1tico", | ||||
|                     "iot_baby_care": "Baby Care", | ||||
|                     "iot_breakfast": "Desayuno", | ||||
|                     "iot_checkup": "Revisi\u00f3n", | ||||
|                     "iot_china_crystals": "Cristal", | ||||
|                     "iot_classe_a_59": "R\u00e1pido 59'", | ||||
|                     "iot_cocktail_glasses": "Copas de c\u00f3ctel", | ||||
|                     "iot_cocktail_glasses_soil": "Copas de c\u00f3ctel", | ||||
|                     "iot_daily_care": "Diario", | ||||
|                     "iot_daily_care_soil": "Diario", | ||||
|                     "iot_delicate": "Delicado 45\u00b0C", | ||||
|                     "iot_dinner_for_two": "Cena para 2", | ||||
|                     "iot_dinner_for_two_soil": "Cena para 2", | ||||
|                     "iot_dreft_quick_cycle": "Dreft Quick", | ||||
|                     "iot_eco_asynch": "Eco 45\u00b0C", | ||||
|                     "iot_eco_bldc": "Eco 45\u00b0C", | ||||
|                     "iot_eco_synch": "Eco 45\u00b0C", | ||||
|                     "iot_extra_hygiene": "Ciclo Higienizante", | ||||
|                     "iot_fairy_quick_cycle": "Fairy Quick", | ||||
|                     "iot_happy_hour": "Happy Hour", | ||||
|                     "iot_jar_quick_cycle": "Jar Quick", | ||||
|                     "iot_party": "Party", | ||||
|                     "iot_party_soil": "Party", | ||||
|                     "iot_pizza_menu": "Pizza Men\u00fa", | ||||
|                     "iot_pizza_menu_soil": "Pizza Men\u00fa", | ||||
|                     "iot_plastic_tupperware": "Pl\u00e1stico y Tupperware", | ||||
|                     "iot_porcelain": "Porcelana", | ||||
|                     "iot_power_mix_wash": "Power Mix Wash", | ||||
|                     "iot_power_mix_wash_soil": "Power Mix Wash", | ||||
|                     "iot_prewash": "Pre-lavado", | ||||
|                     "iot_pyrex_and_glassware": "Pyrex & Glassware", | ||||
|                     "iot_rapid_29": "Rapido 29'", | ||||
|                     "iot_rapid_39": "R\u00e1pido 39' 60\u00b0C", | ||||
|                     "iot_single": "Solo para 1", | ||||
|                     "iot_steam": "Vapor 75 \u00b0C", | ||||
|                     "iot_super_flash": "Super Flash", | ||||
|                     "iot_super_wash": "Lavado Super", | ||||
|                     "iot_turbopower": "TurboPower", | ||||
|                     "iot_universal": "Universal 60 \u00b0C", | ||||
|                     "iot_wok_grids_maxi_pans": "Especial Ollas (Wok - Parrilas y Ollas)", | ||||
|                     "iot_wok_grids_maxi_pans_soil": "Especial Ollas (Wok - Parrilas y Ollas)", | ||||
|                     "iot_yes_quick_cycle": "Yes Quick", | ||||
|                     "night": "Ultra Silencioso 55\u00b0C", | ||||
|                     "prewash": "Pre-lavado", | ||||
|                     "rapid_20": "R\u00e1pido 20'", | ||||
|                     "rapid_24": "Rapido 24'", | ||||
|                     "rapid_29": "Rapido 29' 50\u00b0C", | ||||
|                     "rapid_35": "Wash&Dry 35'", | ||||
|                     "rapid_39": "R\u00e1pido 39' 60\u00b0C", | ||||
|                     "rapid_49": "R\u00e1pido 49'", | ||||
|                     "rapid_59": "R\u00e1pido 59'", | ||||
|                     "sanitising": "Higienizante", | ||||
|                     "silence": "Silence", | ||||
|                     "silent": "Noche", | ||||
|                     "silent_care": "Silent Care", | ||||
|                     "smart_ai": "Smart AI", | ||||
|                     "special": "Especial", | ||||
|                     "special_pw_prz": "Especial", | ||||
|                     "steam": "Vapor 75 \u00b0C", | ||||
|                     "steam_plus": "Vapor Plus 75 \u00b0C", | ||||
|                     "total_care": "Total Care 50\u00b0C", | ||||
|                     "ultra_silence": "Ultra Silencioso 55\u00b0C", | ||||
|                     "ultra_silent": "Ultra Silencioso 55\u00b0C", | ||||
|                     "universal": "Universal 60 \u00b0C", | ||||
|                     "universal_plus": "Universal Plus 70 \u00b0C", | ||||
|                     "zoom_39": "Zoom 39 min" | ||||
|                 }, | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "state": { | ||||
|                     "iot_special_ash_brown": "Hash Brown", | ||||
|                     "iot_special_beef_fillet": "Filete de ternera", | ||||
|                     "iot_special_beef_veal_stew": "Estofado de carne de vacuno", | ||||
|                     "iot_special_boiled_rice": "Arroz hervido", | ||||
|                     "iot_special_chicken_breast": "Pechuga de pollo", | ||||
|                     "iot_special_chicken_legs": "Muslos de pollo", | ||||
|                     "iot_special_chocolate_pudding": "Pud\u00edn de chocolate", | ||||
|                     "iot_special_entrecote": "Entrecot", | ||||
|                     "iot_special_fresh_tuna": "At\u00fan fresco", | ||||
|                     "iot_special_grilled_vegetables": "Verduras a la parrilla", | ||||
|                     "iot_special_lamb_cutlet": "Chuletillas de cordero", | ||||
|                     "iot_special_meatballs": "Alb\u00f3ndigas", | ||||
|                     "iot_special_minestrone": "Minestrone", | ||||
|                     "iot_special_mussels": "Mejillones", | ||||
|                     "iot_special_omelette": "Tortilla", | ||||
|                     "iot_special_pancakes": "Tortitas", | ||||
|                     "iot_special_paris_style_peas": "Guisantes al estilo parisino", | ||||
|                     "iot_special_poached_eggs": "Huevos escalfados", | ||||
|                     "iot_special_pork_fillet": "Solomillo de cerdo", | ||||
|                     "iot_special_pork_ribs": "Costillas de cerdo", | ||||
|                     "iot_special_prawns": "Gambas", | ||||
|                     "iot_special_quinoa": "Quinoa", | ||||
|                     "iot_special_ratatouille": "Pisto", | ||||
|                     "iot_special_salmon_fillet": "Filete de salm\u00f3n", | ||||
|                     "iot_special_saute_potatoes": "Patatas salteadas", | ||||
|                     "iot_special_scallops": "Vieiras", | ||||
|                     "iot_special_scrambled_eggs": "Huevos revueltos", | ||||
|                     "iot_special_spelt": "Espelta", | ||||
|                     "iot_special_veggy_noodles": "Fideos con verdura", | ||||
|                     "iot_special_white_fish_fillet": "Filete de pescado blanco", | ||||
|                     "iot_standard_boiling": "Hervir", | ||||
|                     "iot_standard_frying": "Fre\u00edr", | ||||
|                     "iot_standard_keep_warm": "Keep Warm", | ||||
|                     "iot_standard_melting": "Fundir", | ||||
|                     "iot_standard_simmering": "Cocer a fuego lento" | ||||
|                 }, | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "state": { | ||||
|                     "bakery": "Pasta y Panader\u00eda", | ||||
|                     "bakery_steam": "Pan al vapor", | ||||
|                     "bottom_heating": "Calentamiento Inferior", | ||||
|                     "bottom_heating_fan": "Calentamiento Inferior + Ventilador", | ||||
|                     "bread": "Pan", | ||||
|                     "bread_steam": "Boller\u00eda al vapor", | ||||
|                     "convection_fan": "Convecci\u00f3n + Ventilador", | ||||
|                     "convection_fan_turnspit": "Convecci\u00f3n + Ventilador + Rustepollos", | ||||
|                     "conventional": "Convecci\u00f3n", | ||||
|                     "conventional_turnspit": "Convecci\u00f3n + Rustepollos", | ||||
|                     "defrost": "Descongelaci\u00f3n", | ||||
|                     "descaling": "Descalcificaci\u00f3n", | ||||
|                     "fish": "Pescado", | ||||
|                     "fish_steam": "Pescado al vapor", | ||||
|                     "grill_cata": "Grill", | ||||
|                     "grill_fan_cata": "Grill y ventilador", | ||||
|                     "grill_fan_pyro": "Grill + Ventilador", | ||||
|                     "grill_pyro": "Grill", | ||||
|                     "h20_clean": "H2O-Clean", | ||||
|                     "iot_bread": "Pan", | ||||
|                     "iot_h20_clean": "h2O clean", | ||||
|                     "leavening": "Fermentaci\u00f3n", | ||||
|                     "low_temp_cooking": "Cocci\u00f3n a baja temperatura", | ||||
|                     "low_temp_cooking_fish": "Cocci\u00f3n a baja temperatura - Pescado", | ||||
|                     "low_temp_cooking_fish_steam": "Cocci\u00f3n al vapor a baja temperatura - Pescado", | ||||
|                     "low_temp_cooking_meat": "Cocci\u00f3n a baja temperatura - Carne", | ||||
|                     "low_temp_cooking_meat_steam": "Cocci\u00f3n al vapor a baja temperatura - Carne", | ||||
|                     "low_temp_cooking_steam": "Cocci\u00f3n al vapor a baja temperatura", | ||||
|                     "meat": "Carne", | ||||
|                     "meat_steam": "Carne al vapor", | ||||
|                     "multi_level": "M\u00faltiples niveles", | ||||
|                     "paella": "Paella", | ||||
|                     "pasta_and_bakery": "Pasta y Panader\u00eda", | ||||
|                     "pizza": "Pizza", | ||||
|                     "pyrolysis": "Pir\u00f3lisis", | ||||
|                     "pyrolysis_plus": "Pir\u00f3lisis +", | ||||
|                     "red_meat": "Carne roja", | ||||
|                     "red_meat_steam": "Carne roja al vapor", | ||||
|                     "regenerate": "Regeneraci\u00f3n", | ||||
|                     "soft_plus": "Soft+", | ||||
|                     "super_grill": "Super Grill", | ||||
|                     "tailor_bake": "Tailor bake", | ||||
|                     "tailor_bake_cata": "Tailor Bake", | ||||
|                     "tailor_bake_desctiption": "Esta funci\u00f3n es ideal para mantener la comida blanda por dentro y crujiente por fuera.\r\r\r\nEsta funci\u00f3n reduce la cantidad de grasa o aceite requeridos, para una dieta saludable.\r\r\r\nLa combinaci\u00f3n de elementos de calentamiento con un ciclo de aire intermitente garantiza un horneado uniforme.", | ||||
|                     "tailor_bake_pyro": "Tailor Bake", | ||||
|                     "vegetables": "Verduras", | ||||
|                     "vegetables_cata": "Verduras", | ||||
|                     "vegetables_pyro": "Verdura", | ||||
|                     "water_discharge": "Drenaje del agua", | ||||
|                     "white_meat": "Carne blanca", | ||||
|                     "white_meat_steam": "Carne blanca al vapor" | ||||
|                 }, | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "state": { | ||||
|                     "active_dry": "Secado activo", | ||||
|                     "allergy_care": "Antialerg\u00e9nico", | ||||
|                     "all_in_one": "All in One", | ||||
|                     "antiallergy": "Antialerg\u00e9nico", | ||||
|                     "anti_odours": "Anti-olor", | ||||
|                     "auto_care": "Autocuidado", | ||||
|                     "baby": "Baby", | ||||
|                     "bed_quilt": "Edred\u00f3n", | ||||
|                     "care_30": "Cuidado 30", | ||||
|                     "care_45": "Cuidado 45", | ||||
|                     "care_59": "Cuidado 59", | ||||
|                     "coloured": "Color", | ||||
|                     "daily_45_min": "DIARIO 45'", | ||||
|                     "daily_perfect_59_min": "DIARIO PERFECTO 59'", | ||||
|                     "darks_and_coloured": "Oscuro & Color", | ||||
|                     "delicates": "Delicados", | ||||
|                     "duvet": "Edred\u00f3n", | ||||
|                     "eco": "Algod\u00f3n Eco", | ||||
|                     "ecospeed_cottons": "Ecospeed Algod\u00f3n", | ||||
|                     "ecospeed_delicates": "Ecospeed Delicados", | ||||
|                     "ecospeed_mixed": "Ecospeed Mixtos", | ||||
|                     "extra_hygiene": "Higiene Extra", | ||||
|                     "fitness": "Deporte", | ||||
|                     "fresh_care": "Cuidado y frescor", | ||||
|                     "genius": "Genius", | ||||
|                     "hqd_baby_care": "Baby Care", | ||||
|                     "hqd_bath_towel": "Toallas", | ||||
|                     "hqd_bed_sheets": "S\u00e1banas", | ||||
|                     "hqd_bulky": "Objetos voluminosos", | ||||
|                     "hqd_casual": "Casual", | ||||
|                     "hqd_cold_wind_30": "Brisa fresca 30 minutos", | ||||
|                     "hqd_cold_wind_timing": "Brisa fresca ", | ||||
|                     "hqd_cotton": "Algod\u00f3n", | ||||
|                     "hqd_curtain": "Cortinas", | ||||
|                     "hqd_delicate": "Ropa delicada", | ||||
|                     "hqd_diaper": "Pa\u00f1ales", | ||||
|                     "hqd_duvet": "Edredones", | ||||
|                     "hqd_feather": "Plum\u00edferos", | ||||
|                     "hqd_hot_wind_timing": "Aire caliente", | ||||
|                     "hqd_hygienic": "Higienizar", | ||||
|                     "hqd_i_refresh": "I-Refresh", | ||||
|                     "hqd_i_refresh_pro": "I-Refresh Pro", | ||||
|                     "hqd_jacket": "Chaquetas", | ||||
|                     "hqd_jeans": "Vaqueros", | ||||
|                     "hqd_luxury": "Lujo", | ||||
|                     "hqd_mix": "Ropa mixta", | ||||
|                     "hqd_night_dry": "Secado nocturno", | ||||
|                     "hqd_outdoor": "Outdoor", | ||||
|                     "hqd_precious_cure": "Precious cure", | ||||
|                     "hqd_quick_20": "R\u00e1pido 20", | ||||
|                     "hqd_quick_30": "R\u00e1pido 30", | ||||
|                     "hqd_quick_dry": "Secado r\u00e1pido", | ||||
|                     "hqd_quilt": "Colchas", | ||||
|                     "hqd_refresh": "Refrescar", | ||||
|                     "hqd_school_uniform": "Uniformes escolares", | ||||
|                     "hqd_shirt": "Camisas", | ||||
|                     "hqd_shoes": "Zapatos", | ||||
|                     "hqd_silk": "Seda", | ||||
|                     "hqd_sports": "Deporte", | ||||
|                     "hqd_synthetics": "Sint\u00e9ticos", | ||||
|                     "hqd_timer": "Temporizado", | ||||
|                     "hqd_towel": "Toallas", | ||||
|                     "hqd_underwear": "Ropa interior", | ||||
|                     "hqd_warm_up": "Calentar", | ||||
|                     "hqd_wool": "Lana", | ||||
|                     "hqd_working_suit": "Ropa de trabajo", | ||||
|                     "hygiene": "Higiene", | ||||
|                     "iot_checkup": "Revisi\u00f3n", | ||||
|                     "iot_dry_anti_mites": "Anti\u00e1caros", | ||||
|                     "iot_dry_baby": "Baby", | ||||
|                     "iot_dry_backpacks": "Mochilas", | ||||
|                     "iot_dry_bathrobe": "Ropa de Ba\u00f1o", | ||||
|                     "iot_dry_bed_linen": "Ropa de Cama", | ||||
|                     "iot_dry_bed_quilt": "Edred\u00f3n", | ||||
|                     "iot_dry_cotton": "Algod\u00f3n", | ||||
|                     "iot_dry_cuddly_toys": "Peluches", | ||||
|                     "iot_dry_curtains": "Cortinas", | ||||
|                     "iot_dry_dehumidifier": "Eliminador de humedad", | ||||
|                     "iot_dry_delicates": "Delicados", | ||||
|                     "iot_dry_delicate_tablecloths": "Manteler\u00eda Delicada", | ||||
|                     "iot_dry_denim_jeans": "Denim - Vaqueros", | ||||
|                     "iot_dry_down_jacket": "Jacket", | ||||
|                     "iot_dry_duvet": "Edred\u00f3n", | ||||
|                     "iot_dry_easy_iron_cotton": "Planchado S\u00faper F\u00e1cil", | ||||
|                     "iot_dry_easy_iron_synthetics": "Planchado muy f\u00e1cil - Sint\u00e9ticos", | ||||
|                     "iot_dry_gym_fit": "Ropa de Deporte - Fitness", | ||||
|                     "iot_dry_lingerie": "Lencer\u00eda", | ||||
|                     "iot_dry_mixed": "Ropa mixta", | ||||
|                     "iot_dry_playsuits": "Prendas de una pieza - Mono", | ||||
|                     "iot_dry_rapid_30": "R\u00e1pido 30\u2019", | ||||
|                     "iot_dry_rapid_59": "R\u00e1pido 59\u2019", | ||||
|                     "iot_dry_refresh": "Refresh", | ||||
|                     "iot_dry_regenerates_waterproof": "Regeneraci\u00f3n Tejidos Impermeables", | ||||
|                     "iot_dry_relax_creases": "Reducci\u00f3n Arrugas", | ||||
|                     "iot_dry_shirts": "Camisas", | ||||
|                     "iot_dry_small_load": "Carga reducida", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Trajes de ba\u00f1o", | ||||
|                     "iot_dry_synthetics": "Sint\u00e9ticos", | ||||
|                     "iot_dry_synthetic_dry": "Secado de prendas sint\u00e9ticas", | ||||
|                     "iot_dry_tablecloths": "Manteler\u00eda", | ||||
|                     "iot_dry_technical_fabrics": "Tejidos T\u00e9cnicos", | ||||
|                     "iot_dry_warm_embrace": "Abrazo c\u00e1lido", | ||||
|                     "iot_dry_wool": "Woolmark", | ||||
|                     "jeans": "Vaqueros", | ||||
|                     "mix_and_dry": "Mix&Dry", | ||||
|                     "pets": "Mascotas", | ||||
|                     "pre_iron": "Pre-Planchado", | ||||
|                     "rapid_30": "R\u00e1pido 30 min", | ||||
|                     "rapid_45": "R\u00e1pido 45 min", | ||||
|                     "rapid_59": "Perfecto R\u00e1pido 59 Min", | ||||
|                     "refresh": "Refresh", | ||||
|                     "relax_creases": "Reducci\u00f3n Arrugas", | ||||
|                     "saving_30_min": "ECO 30'", | ||||
|                     "shirts": "Camisas", | ||||
|                     "shoes": "Zapatos", | ||||
|                     "small_load": "Carga reducida", | ||||
|                     "soft_care": "Cuidado suave", | ||||
|                     "sport_plus": "Deporte", | ||||
|                     "super_easy_iron_misti": "Planchado muy f\u00e1cil ropa mixta", | ||||
|                     "super_easy_iron_xxl": "Planchado muy f\u00e1cil XXL", | ||||
|                     "super_fast_cottons": "Algod\u00f3n S\u00faper R\u00e1pido", | ||||
|                     "super_fast_delicates": "Delicados S\u00faper R\u00e1pidos", | ||||
|                     "synthetics": "Sint\u00e9ticos", | ||||
|                     "total_care": "Total Care", | ||||
|                     "trainers": "Calzado Deportivo", | ||||
|                     "ultra_care": "Ultra Care", | ||||
|                     "waterproof_revitalize": "Revitalizante Waterproof", | ||||
|                     "whites": "Blanco", | ||||
|                     "wool": "Secado Lana", | ||||
|                     "woolmark": "Woolmark", | ||||
|                     "xxl_load": "Carga XXL", | ||||
|                     "zoom_59": "Zoom 59" | ||||
|                 }, | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "state": { | ||||
|                     "20_degrees_coloured_cottons": "Color y algod\u00f3n 20 \u00b0C", | ||||
|                     "20_degrees_new_energy_label": "20\u00b0C", | ||||
|                     "active_steam": "Vapor", | ||||
|                     "active_wash": "Lavado activo", | ||||
|                     "active_wash_steam": "Lavado activo", | ||||
|                     "allergy_care": "Antialergias", | ||||
|                     "allergy_care_pro": "Allergy Care Pro", | ||||
|                     "all_in_one_49": "Todo en uno 49\u2019", | ||||
|                     "all_in_one_59": "Todo en uno 59\u2019", | ||||
|                     "all_in_one_59_steam": "Lavado activo + Vapor", | ||||
|                     "autocare": "Autocare", | ||||
|                     "autoclean": "Limpieza del tambor", | ||||
|                     "baby_60": "All Baby 60\u00b0C", | ||||
|                     "care_14": "Rapid Care 14'", | ||||
|                     "care_30": "Rapid Care 30'", | ||||
|                     "care_44": "Rapid Care 44'", | ||||
|                     "checkup": "Revisi\u00f3n", | ||||
|                     "colour_59": "Color 59'", | ||||
|                     "colour_59_steam": "Colores 59' + vapor", | ||||
|                     "cottons": "Algod\u00f3n", | ||||
|                     "cottons_prewash": "Ropa Blanca + Prelavado", | ||||
|                     "cottons_steam": "Algod\u00f3n + Vapor", | ||||
|                     "cotton_care_59": "Cotton Care 59 Min", | ||||
|                     "delicate_59": "Delicado 59'", | ||||
|                     "delicate_silk": "Seda delicada", | ||||
|                     "delicate_silk_steam": "Seda delicada + vapor", | ||||
|                     "delicati_59": "Delicado 59'", | ||||
|                     "delicati_59_steam": "Delicado 59'", | ||||
|                     "drain_spin": "Desag\u00fce + centrifugado", | ||||
|                     "easy_iron": "Planchado f\u00e1cil", | ||||
|                     "eco_40_60_new_energy_label": "Eco 40-60", | ||||
|                     "extra_care": "Cuidado extra", | ||||
|                     "fitness": "Deporte", | ||||
|                     "fitness_care": "Deporte", | ||||
|                     "fresh_care": "Cuidado y frescor", | ||||
|                     "fresh_care_steam": "Cuidado y frescor + Vapor", | ||||
|                     "handwash_wool": "Lana y lavado a mano", | ||||
|                     "high_dry": "Secado algod\u00f3n", | ||||
|                     "hqd_20_degrees": "Algod\u00f3n 20\u2103", | ||||
|                     "hqd_allergy": "Antialergias", | ||||
|                     "hqd_autoclean": "Limpieza del tambor", | ||||
|                     "hqd_babycare": "Baby Care", | ||||
|                     "hqd_checkup": "Revisi\u00f3n", | ||||
|                     "hqd_cottons": "Algod\u00f3n", | ||||
|                     "hqd_delicate": "Ropa delicada", | ||||
|                     "hqd_delicate_cradle": "Ropa delicada", | ||||
|                     "hqd_dry": "Secado algod\u00f3n", | ||||
|                     "hqd_dry_synthetics": "Secado de ropa mixta", | ||||
|                     "hqd_duvet": "Edred\u00f3n", | ||||
|                     "hqd_eco_40_60_degrees": "Eco 40-60", | ||||
|                     "hqd_handwash_wool": "Lana", | ||||
|                     "hqd_i_refresh": "i-Refresh", | ||||
|                     "hqd_mix": "Mixta", | ||||
|                     "hqd_quick_15": "R\u00e1pido 15'", | ||||
|                     "hqd_quick_wash_57": "Lavado r\u00e1pido 57 min", | ||||
|                     "hqd_rapid_wash_and_dry": "Lavar y secar", | ||||
|                     "hqd_refresh": "Refresh", | ||||
|                     "hqd_rinse": "Aclarado", | ||||
|                     "hqd_shirts": "Camisas", | ||||
|                     "hqd_smart": "Smart A.I.", | ||||
|                     "hqd_spin": "Centrifugado", | ||||
|                     "hqd_sport": "Deporte", | ||||
|                     "hqd_super_fast": "R\u00e1pido 39\u2019", | ||||
|                     "hqd_synthetic_and_coloured": "Ropa sint\u00e9tica", | ||||
|                     "hygiene_59": "Higiene Plus 59'", | ||||
|                     "hygiene_60": "Higiene 60\u00b0 C", | ||||
|                     "hygiene_plus_59": "Higiene Plus 59'", | ||||
|                     "hygiene_plus_59_min": "Higiene Plus 59'", | ||||
|                     "hygiene_pro_49_min": "Higiene Pro 49 min", | ||||
|                     "hygiene_pro_steam": "Higiene Pro + Vapor", | ||||
|                     "intensive_40": "Intensivo 40\u00b0C", | ||||
|                     "intensive_40_steam": "Intensivo 40\u00b0C + vapor", | ||||
|                     "iot_active_steam": "Vapor", | ||||
|                     "iot_active_wash_steam": "Lavado activo", | ||||
|                     "iot_allergy_care_pro": "Allergy Care Pro", | ||||
|                     "iot_all_in_one_59_steam": "Lavado activo + Vapor", | ||||
|                     "iot_checkup": "Revisi\u00f3n", | ||||
|                     "iot_colour_59_steam": "Colores 59' + vapor", | ||||
|                     "iot_cottons_steam": "Algod\u00f3n + Vapor", | ||||
|                     "iot_delicate_silk_steam": "Seda delicada + vapor", | ||||
|                     "iot_delicati_59_steam": "Delicado 59'", | ||||
|                     "iot_dry_air_refresh": "Air Refresh", | ||||
|                     "iot_dry_anti_mites": "Anti\u00e1caros", | ||||
|                     "iot_dry_baby": "Beb\u00e9", | ||||
|                     "iot_dry_backpacks": "Mochilas", | ||||
|                     "iot_dry_bathrobe": "Albornoces y telas porosas", | ||||
|                     "iot_dry_bed_linen": "Ropa de cama", | ||||
|                     "iot_dry_cotton_dry": "Secado algod\u00f3n", | ||||
|                     "iot_dry_cuddly_toys": "Peluches", | ||||
|                     "iot_dry_curtains": "Cortinas", | ||||
|                     "iot_dry_dehumidifier": "Eliminador de humedad", | ||||
|                     "iot_dry_delicates_antiallergy": "Ropa delicada - Antialergias", | ||||
|                     "iot_dry_delicate_tablecloths": "Manteles delicados", | ||||
|                     "iot_dry_denim_jeans": "Denim - Vaqueros", | ||||
|                     "iot_dry_easy_iron_cotton": "Planchado f\u00e1cil - Algod\u00f3n", | ||||
|                     "iot_dry_easy_iron_synthetics": "Planchado f\u00e1cil - Sint\u00e9ticos", | ||||
|                     "iot_dry_gym_fit": "Gimnasio - Ropa de deporte", | ||||
|                     "iot_dry_lingerie": "Lencer\u00eda", | ||||
|                     "iot_dry_mixed_dry": "Secado de ropa mixta", | ||||
|                     "iot_dry_rapid_60_min_delicates": "R\u00e1pido 60' - Delicados", | ||||
|                     "iot_dry_shirts": "Camisas", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Trajes de ba\u00f1o", | ||||
|                     "iot_dry_synthetics": "Secado de prendas sint\u00e9ticas", | ||||
|                     "iot_dry_synthetic_dry": "Secado de prendas sint\u00e9ticas", | ||||
|                     "iot_dry_tablecloths": "Manteles", | ||||
|                     "iot_dry_technical_fabrics": "Tejidos t\u00e9cnicos", | ||||
|                     "iot_dry_warm_embrace": "C\u00e1lido abrazo", | ||||
|                     "iot_dry_wool_dry": "Secado lana", | ||||
|                     "iot_easy_iron": "Planchado f\u00e1cil", | ||||
|                     "iot_fresh_care_steam": "Cuidado y frescor + Vapor", | ||||
|                     "iot_hygiene_pro_steam": "Higiene Pro + Vapor", | ||||
|                     "iot_intensive_40_steam": "Intensivo 40\u00b0C + vapor", | ||||
|                     "iot_mixed_steam": "Ropa mixta + Vapor", | ||||
|                     "iot_mix_and_colour_59_steam": "Mixta y de color 59' + Vapor", | ||||
|                     "iot_perfect_cotton_59_steam": "Algodon Perfecto 59'", | ||||
|                     "iot_rapid_a_class_60_steam": "Clase r\u00e1pida A 60 + vapor", | ||||
|                     "iot_resistant_cotton_steam": "Algod\u00f3n + Vapor", | ||||
|                     "iot_shirts_steam": "Camisas + Vapor", | ||||
|                     "iot_single_item_steam": "Elemento \u00fanico + Vapor", | ||||
|                     "iot_smart_wash": "Smart Wash", | ||||
|                     "iot_soft_care_steam": "Soft Care + Steam", | ||||
|                     "iot_special_39_full_load_steam": "Especial 39' + Vapor", | ||||
|                     "iot_steam_hygiene_plus": "Vapor higiene extra ", | ||||
|                     "iot_synthetic_and_coloured_steam": "Ropa sint\u00e9tica y de color + Vapor", | ||||
|                     "iot_wash_and_dry": "Lavar y secar", | ||||
|                     "iot_wash_anti_mites": "Anti\u00e1caros", | ||||
|                     "iot_wash_anti_odor": "Antiolor", | ||||
|                     "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|                     "iot_wash_ariel_cold_cycle": "Ariel Cold Clean", | ||||
|                     "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", | ||||
|                     "iot_wash_baby_sanitizer": "Desinfectante", | ||||
|                     "iot_wash_baby_sanitizer_steam": "Desinfectante para beb\u00e9s + vapor", | ||||
|                     "iot_wash_backpacks": "Mochilas", | ||||
|                     "iot_wash_backpacks_zelig": "Mochilas", | ||||
|                     "iot_wash_bathrobe": "Albornoces y toallas", | ||||
|                     "iot_wash_bathrobe_steam": "Albornoces + Vapor", | ||||
|                     "iot_wash_bed_linen": "Ropa de cama", | ||||
|                     "iot_wash_bed_linen_steam": "Ropa de cama + Vapor", | ||||
|                     "iot_wash_bed_linen_zelig": "Ropa de cama", | ||||
|                     "iot_wash_big_single_load": "Gran carga \u00fanica", | ||||
|                     "iot_wash_bleaching": "Blanqueo", | ||||
|                     "iot_wash_blood_stains": "Manchas de sangre", | ||||
|                     "iot_wash_cashmere": "Cachemira", | ||||
|                     "iot_wash_chocolate_stains": "Manchas de chocolate", | ||||
|                     "iot_wash_cold_wash": "Lavado en fr\u00edo", | ||||
|                     "iot_wash_colored": "Color", | ||||
|                     "iot_wash_colored_anti_stain": "Eliminaci\u00f3n de manchas en prendas de color", | ||||
|                     "iot_wash_colored_delicate": "Ropa de color delicada", | ||||
|                     "iot_wash_coloured": "Ropa de color", | ||||
|                     "iot_wash_coloured_bed_linen": "Ropa de cama de color", | ||||
|                     "iot_wash_coloured_bed_linen_steam": "Ropa de cama de color + vapor", | ||||
|                     "iot_wash_coloured_curtains": "Cortinas de color", | ||||
|                     "iot_wash_coloured_shirts": "Camisas de color", | ||||
|                     "iot_wash_coloured_shirts_steam": "Camisas de color + vapor", | ||||
|                     "iot_wash_coloured_steam": "Ropa de color + Vapor", | ||||
|                     "iot_wash_coloured_tableclothes": "Manteles de color", | ||||
|                     "iot_wash_coloured_tableclothes_steam": "Manteles de color + Vapor", | ||||
|                     "iot_wash_cotton": "Algod\u00f3n", | ||||
|                     "iot_wash_cotton_steam": "Algod\u00f3n + Vapor", | ||||
|                     "iot_wash_cuddly_toys": "Peluches", | ||||
|                     "iot_wash_curtains": "Cortinas", | ||||
|                     "iot_wash_curtains_steam": "Cortinas + Vapor", | ||||
|                     "iot_wash_curtains_zelig": "Cortinas", | ||||
|                     "iot_wash_dark": "Ropa oscura", | ||||
|                     "iot_wash_darks_and_coloured_44": "Ropa oscura y de color 44\u2019", | ||||
|                     "iot_wash_darks_and_coloured_59": "Ropa oscura y de color 59\u2019", | ||||
|                     "iot_wash_darks_and_coloured_xl": "Ropa oscura y de color XL", | ||||
|                     "iot_wash_dark_steam": "Ropa oscura + Vapor", | ||||
|                     "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|                     "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|                     "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|                     "iot_wash_delicate": "Ropa delicada", | ||||
|                     "iot_wash_delicate_antiallergy": "Antialergias para prendas delicadas", | ||||
|                     "iot_wash_delicate_antiallergy_steam": "Antialergias para prendas delicadas + Vapor", | ||||
|                     "iot_wash_delicate_antiallergy_zelig": "Antialergias para prendas delicadas", | ||||
|                     "iot_wash_delicate_colors": "Ropa delicada de color", | ||||
|                     "iot_wash_delicate_colors_steam": "Colores + vapor", | ||||
|                     "iot_wash_delicate_dark": "Ropa oscura delicada", | ||||
|                     "iot_wash_delicate_steam": "Ropa delicada + Vapor", | ||||
|                     "iot_wash_delicate_tablecloths": "Manteles delicados", | ||||
|                     "iot_wash_delicate_tablecloths_steam": "Manteles delicados + Vapor", | ||||
|                     "iot_wash_delicate_whites": "Ropa blanca delicada", | ||||
|                     "iot_wash_denim_jeans": "Denim - Vaqueros", | ||||
|                     "iot_wash_diving_suits": "Trajes de buceo", | ||||
|                     "iot_wash_diving_suits_zelig": "Trajes de buceo", | ||||
|                     "iot_wash_down_jackets": "Plum\u00edferos", | ||||
|                     "iot_wash_down_jackets_zelig": "Plum\u00edferos", | ||||
|                     "iot_wash_duvet": "Edred\u00f3n", | ||||
|                     "iot_wash_fruit_stains": "Manchas de fruta", | ||||
|                     "iot_wash_gym_fit": "Gimnasio - Ropa de deporte", | ||||
|                     "iot_wash_handwash": "Lavado a mano", | ||||
|                     "iot_wash_handwash_colored": "Lavado a mano de ropa de color", | ||||
|                     "iot_wash_handwash_dark": "Lavado a mano de ropa oscura", | ||||
|                     "iot_wash_lingerie": "Lencer\u00eda", | ||||
|                     "iot_wash_masks_refresh": "Lavado de mascarillas", | ||||
|                     "iot_wash_masks_sanification": "Desinfecci\u00f3n de mascarillas", | ||||
|                     "iot_wash_masks_sanification_steam": "Desinfecci\u00f3n de mascarillas + Vapor", | ||||
|                     "iot_wash_mats": "Alfombras", | ||||
|                     "iot_wash_men_s_trousers": "Pantalones ", | ||||
|                     "iot_wash_mixed": "Ropa mixta", | ||||
|                     "iot_wash_mixed_steam": "Ropa mixta + Vapor", | ||||
|                     "iot_wash_mix_and_coloured_44": "Mixta y de color 44\u2019", | ||||
|                     "iot_wash_mix_and_coloured_59": "Mixta y de color 59\u2019", | ||||
|                     "iot_wash_mix_and_coloured_xl": "Mixta y de color XL", | ||||
|                     "iot_wash_new_clothes": "Ropa nueva", | ||||
|                     "iot_wash_perfect_white": "Blanco perfecto", | ||||
|                     "iot_wash_perfect_white_steam": "Blanco perfecto + Vapor", | ||||
|                     "iot_wash_pets": "Accesorios para mascotas", | ||||
|                     "iot_wash_pets_hair_removal": "Eliminaci\u00f3n del pelo de las mascotas", | ||||
|                     "iot_wash_pets_odours_stains_removal": "Eliminaci\u00f3n de manchas y olores dom\u00e9sticos", | ||||
|                     "iot_wash_pets_steam": "Accesorios para mascotas", | ||||
|                     "iot_wash_playsuits": "Monos", | ||||
|                     "iot_wash_playsuits_steam": "Monos + Vapor", | ||||
|                     "iot_wash_quick_drum_cleaner": "Limpiador r\u00e1pido de tambor", | ||||
|                     "iot_wash_rapid_14": "R\u00e1pido 14\u2019", | ||||
|                     "iot_wash_rapid_30": "R\u00e1pido 30\u2019", | ||||
|                     "iot_wash_rapid_44": "R\u00e1pido 44\u2019", | ||||
|                     "iot_wash_rapid_59": "R\u00e1pido 59\u2019", | ||||
|                     "iot_wash_rapid_59_steam": "R\u00e1pido 59' + vapor", | ||||
|                     "iot_wash_refresh_14_min": "Refrescar 14'", | ||||
|                     "iot_wash_resistant_colored": "Ropa de color resistente", | ||||
|                     "iot_wash_resistant_dark": "Ropa oscura resistente", | ||||
|                     "iot_wash_resistant_whites": "Ropa blanca resistente", | ||||
|                     "iot_wash_rinse": "Aclarado", | ||||
|                     "iot_wash_shirts": "Camisas", | ||||
|                     "iot_wash_shirts_steam": "Camisas + Vapor", | ||||
|                     "iot_wash_silk": "Seda", | ||||
|                     "iot_wash_ski_suit": "Trajes de esqu\u00ed", | ||||
|                     "iot_wash_ski_suit_zelig": "Trajes de esqu\u00ed", | ||||
|                     "iot_wash_spin": "Centrifugado", | ||||
|                     "iot_wash_sport": "Deporte", | ||||
|                     "iot_wash_sport_anti_odor": "Ropa deportiva antiolor", | ||||
|                     "iot_wash_sport_anti_odor_zelig": "Ropa deportiva antiolor", | ||||
|                     "iot_wash_stains_remover": "Quitamanchas", | ||||
|                     "iot_wash_swimsuits_and_bikinis": "Trajes de ba\u00f1o", | ||||
|                     "iot_wash_synthetic": "Ropa sint\u00e9tica", | ||||
|                     "iot_wash_synthetic_steam": "Ropa sint\u00e9tica + Vapor", | ||||
|                     "iot_wash_tablecloths": "Manteles", | ||||
|                     "iot_wash_tablecloths_steam": "Manteles + Vapor", | ||||
|                     "iot_wash_technical_fabrics": "Tejidos t\u00e9cnicos", | ||||
|                     "iot_wash_technical_fabrics_zelig": "Tejidos t\u00e9cnicos", | ||||
|                     "iot_wash_technical_jackets": "Chaquetas t\u00e9cnicas", | ||||
|                     "iot_wash_technical_jackets_zelig": "Chaquetas t\u00e9cnicas", | ||||
|                     "iot_wash_trainers": "Deportivas", | ||||
|                     "iot_wash_whites": "Ropa blanca", | ||||
|                     "iot_wash_whites_44": "Ropa blanca 44\u2019", | ||||
|                     "iot_wash_whites_59": "Ropa blanca 59\u2019", | ||||
|                     "iot_wash_whites_xl": "Ropa blanca XL", | ||||
|                     "iot_wash_wine_stains": "Manchas de vino", | ||||
|                     "iot_wash_wool": "Lana", | ||||
|                     "jeans": "Vaqueros", | ||||
|                     "jeans_60": "Jeans", | ||||
|                     "low_dry": "Secado de ropa mixta", | ||||
|                     "mixed": "Ropa mixta", | ||||
|                     "mixed_and_colored_59": "Mixta y de color 59'", | ||||
|                     "mixed_steam": "Ropa mixta + Vapor", | ||||
|                     "mix_and_colour_59": "Color Y Mixtos 59'", | ||||
|                     "mix_and_colour_59_steam": "Mixta y de color 59' + Vapor", | ||||
|                     "night_and_day": "Noche y d\u00eda", | ||||
|                     "night_wash": "Ciclo nocturno", | ||||
|                     "perfect_59": "Perfecto 59'", | ||||
|                     "perfect_cotton_59": "Algodon Perfecto 59'", | ||||
|                     "perfect_cotton_59_steam": "Algodon Perfecto 59'", | ||||
|                     "perfect_whites_59": "Blancos Perfectos 59'", | ||||
|                     "rapid_14_min": "Rapido 14'", | ||||
|                     "rapid_30_min": "R\u00e1pido 30'", | ||||
|                     "rapid_44_min": "R\u00e1pido 44'", | ||||
|                     "rapid_a_class_60": "Clase r\u00e1pida A 60", | ||||
|                     "rapid_a_class_60_steam": "Clase r\u00e1pida A 60 + vapor", | ||||
|                     "rapid_wash_and_dry_59_min": "Lavado y secado 59'", | ||||
|                     "resistant_cotton": "Algod\u00f3n", | ||||
|                     "resistant_cotton_steam": "Algod\u00f3n + Vapor", | ||||
|                     "rinse": "Aclarado", | ||||
|                     "shirts_steam": "Camisas + Vapor", | ||||
|                     "silent_night": "Ciclo nocturno", | ||||
|                     "single_item": "Elemento \u00fanico", | ||||
|                     "single_item_steam": "Elemento \u00fanico + Vapor", | ||||
|                     "smart_wash": "Smart Wash", | ||||
|                     "soft_care": "Cuidado suave", | ||||
|                     "soft_care_steam": "Soft Care + Steam", | ||||
|                     "soft_care_steam_title": "Soft Care + Steam", | ||||
|                     "special_39": "Especial 39'", | ||||
|                     "special_39_full_load": "Especial 39'", | ||||
|                     "special_39_full_load_steam": "Especial 39' + Vapor", | ||||
|                     "special_49": "Especial 49'", | ||||
|                     "sport_39": "Deporte 39'", | ||||
|                     "sport_plus_29": "Deporte Plus 29\"", | ||||
|                     "sport_plus_39": "Deporte Plus 39'", | ||||
|                     "steam_39": "Vapor 39'", | ||||
|                     "steam_care_pro": "Steam Care Pro", | ||||
|                     "steam_care_pro_cotton": "Steam Care Pro - Algod\u00f3n", | ||||
|                     "steam_care_pro_delicates": "Steam Care Pro - Delicados", | ||||
|                     "steam_care_pro_synthetic": "Steam Care Pro - Sint\u00e9ticos", | ||||
|                     "steam_hygiene_plus": "Vapor higiene extra ", | ||||
|                     "synthetics": "Ropa sint\u00e9tica", | ||||
|                     "synthetic_and_coloured": "Ropa sint\u00e9tica y de color", | ||||
|                     "synthetic_and_coloured_steam": "Ropa sint\u00e9tica y de color + Vapor", | ||||
|                     "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|                     "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|                     "total_care": "Cuidado total", | ||||
|                     "tumbling": "Rotaci\u00f3n", | ||||
|                     "wool": "Lana", | ||||
|                     "wool_and_delicates_49": "Lana/Delicados 49'", | ||||
|                     "wool_dry": "Secado lana", | ||||
|                     "wool_soft_care": "Lana & Soft Care" | ||||
|                 }, | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Sin secado", | ||||
|                     "1": "Planchar", | ||||
|                     "2": "Listo para guardar", | ||||
|                     "3": "Listo para guardar", | ||||
|                     "4": "Extraseco", | ||||
|                     "12": "Planchar", | ||||
|                     "13": "Listo para guardar", | ||||
|                     "14": "Listo para llevar", | ||||
|                     "15": "Extraseco" | ||||
|                 }, | ||||
|                 "name": "Nivel de secado" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Centrifugado" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Tiempo de secado" | ||||
|             } | ||||
|         }, | ||||
|         "switch": { | ||||
|             "anti_crease": { | ||||
|                 "name": "Antiarrugas" | ||||
|             }, | ||||
|             "add_dish": { | ||||
|                 "name": "" | ||||
|             }, | ||||
|             "eco_express": { | ||||
|                 "name": "Eco" | ||||
|             }, | ||||
|             "extra_dry": { | ||||
|                 "name": "Extraseco" | ||||
|             }, | ||||
|             "half_load": { | ||||
|                 "name": "Media carga" | ||||
|             }, | ||||
|             "open_door": { | ||||
|                 "name": "Puerta abierta" | ||||
|             }, | ||||
|             "three_in_one": { | ||||
|                 "name": "3 en 1" | ||||
|             }, | ||||
|             "preheat": { | ||||
|                 "name": "Precalentamiento" | ||||
|             }, | ||||
|             "dish_washer": { | ||||
|                 "name": "Lavavajillas" | ||||
|             }, | ||||
|             "tumble_dryer": { | ||||
|                 "name": "Secadora" | ||||
|             }, | ||||
|             "washing_machine": { | ||||
|                 "name": "Lavadora" | ||||
|             }, | ||||
|             "washer_dryer": { | ||||
|                 "name": "Lavadora secadora" | ||||
|             }, | ||||
|             "oven": { | ||||
|                 "name": "Horno" | ||||
|             }, | ||||
|             "prewash": { | ||||
|                 "name": "Pre-lavado" | ||||
|             }, | ||||
|             "pause": { | ||||
|                 "name": "Pausa" | ||||
|             }, | ||||
|             "keep_fresh": { | ||||
|                 "name": "Keep Fresh" | ||||
|             } | ||||
|         }, | ||||
|         "binary_sensor": { | ||||
|             "door_lock": { | ||||
|                 "name": "Bloqueo de la puerta" | ||||
|             }, | ||||
|             "extra_rinse_1": { | ||||
|                 "name": "+1 Aclarado" | ||||
|             }, | ||||
|             "extra_rinse_2": { | ||||
|                 "name": "+2 Aclarados" | ||||
|             }, | ||||
|             "extra_rinse_3": { | ||||
|                 "name": "+3 Aclarados" | ||||
|             }, | ||||
|             "good_night": { | ||||
|                 "name": "Buenas noches" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Antiarrugas" | ||||
|             }, | ||||
|             "aqua_plus": { | ||||
|                 "name": "Acquaplus" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Centrifugado" | ||||
|             }, | ||||
|             "programs_dw": { | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "still_hot": { | ||||
|                 "name": "Todav\u00eda caliente" | ||||
|             }, | ||||
|             "pan_status": { | ||||
|                 "name": "Sart\u00e9n" | ||||
|             }, | ||||
|             "remote_control": { | ||||
|                 "name": "Control remoto" | ||||
|             }, | ||||
|             "rinse_aid": { | ||||
|                 "name": "Nivel del agente de enjuague" | ||||
|             }, | ||||
|             "salt_level": { | ||||
|                 "name": "Nivel de sal" | ||||
|             }, | ||||
|             "door_open": { | ||||
|                 "name": "Puerta abierta" | ||||
|             }, | ||||
|             "connection": { | ||||
|                 "name": "Conexi\u00f3n del electrodom\u00e9stico" | ||||
|             } | ||||
|         }, | ||||
|         "number": { | ||||
|             "power_management": { | ||||
|                 "name": "Control de la energ\u00eda" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Inicio Diferido" | ||||
|             }, | ||||
|             "water_hard": { | ||||
|                 "name": "Dureza del agua" | ||||
|             }, | ||||
|             "program_duration": { | ||||
|                 "name": "Duraci\u00f3n del programa" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Temperatura deseada" | ||||
|             }, | ||||
|             "rinse_iterations": { | ||||
|                 "name": "N\u00famero de enjuagues" | ||||
|             }, | ||||
|             "wash_time": { | ||||
|                 "name": "Tiempo de lavado" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Tiempo de secado" | ||||
|             } | ||||
|         }, | ||||
|         "button": { | ||||
|             "induction_hob": { | ||||
|                 "name": "Placa de inducci\u00f3n" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @ -1,953 +0,0 @@ | ||||
| { | ||||
|     "entity": { | ||||
|         "sensor": { | ||||
|             "washing_modes": { | ||||
|                 "state": { | ||||
|                     "0": "Pr\u00eat", | ||||
|                     "1": "Pr\u00eat", | ||||
|                     "3": "Pause", | ||||
|                     "4": "Planifi\u00e9", | ||||
|                     "5": "Planifi\u00e9", | ||||
|                     "6": "Erreur", | ||||
|                     "7": "Pr\u00eat" | ||||
|                 } | ||||
|             }, | ||||
|             "program_phases_wm": { | ||||
|                 "state": { | ||||
|                     "0": "Pr\u00eat", | ||||
|                     "1": "Lavage", | ||||
|                     "2": "Lavage", | ||||
|                     "3": "Essorage", | ||||
|                     "4": "Rin\u00e7age", | ||||
|                     "5": "Rin\u00e7age", | ||||
|                     "6": "Rin\u00e7age", | ||||
|                     "7": "S\u00e9chage", | ||||
|                     "9": "Vapeur d'eau", | ||||
|                     "10": "Pr\u00eat", | ||||
|                     "11": "Essorage", | ||||
|                     "12": "Calcul du poids ", | ||||
|                     "13": "Calcul du poids ", | ||||
|                     "14": "Lavage", | ||||
|                     "15": "Lavage", | ||||
|                     "16": "Lavage", | ||||
|                     "17": "Rin\u00e7age", | ||||
|                     "18": "Rin\u00e7age", | ||||
|                     "19": "Planifi\u00e9", | ||||
|                     "20": "Keep Fresh", | ||||
|                     "24": "Rafra\u00eechissement", | ||||
|                     "25": "Lavage", | ||||
|                     "26": "Chauffage", | ||||
|                     "27": "Lavage" | ||||
|                 }, | ||||
|                 "name": "Phase" | ||||
|             }, | ||||
|             "program_phases_td": { | ||||
|                 "state": { | ||||
|                     "0": "Pr\u00eat", | ||||
|                     "1": "S\u00e9chage", | ||||
|                     "2": "S\u00e9chage", | ||||
|                     "3": "Refroidissement", | ||||
|                     "13": "Refroidissement", | ||||
|                     "14": "S\u00e9chage", | ||||
|                     "15": "S\u00e9chage", | ||||
|                     "16": "Refroidissement", | ||||
|                     "18": "Keep Fresh", | ||||
|                     "19": "S\u00e9chage", | ||||
|                     "20": "S\u00e9chage" | ||||
|                 }, | ||||
|                 "name": "Phase" | ||||
|             }, | ||||
|             "program_phases_dw": { | ||||
|                 "state": { | ||||
|                     "0": "Pr\u00eat", | ||||
|                     "1": "Pr\u00e9lavage", | ||||
|                     "2": "Lavage", | ||||
|                     "3": "Rin\u00e7age", | ||||
|                     "4": "S\u00e9chage", | ||||
|                     "5": "Pr\u00eat", | ||||
|                     "6": "Hot rinse" | ||||
|                 }, | ||||
|                 "name": "Phase" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Pas de s\u00e9chage", | ||||
|                     "1": "Fer", | ||||
|                     "2": "Pr\u00eat \u00e0 ranger", | ||||
|                     "3": "Pr\u00eat \u00e0 ranger", | ||||
|                     "4": "Extra sec", | ||||
|                     "12": "Fer", | ||||
|                     "13": "Pr\u00eat \u00e0 ranger", | ||||
|                     "14": "Pr\u00eat \u00e0 porter", | ||||
|                     "15": "Extra sec" | ||||
|                 }, | ||||
|                 "name": "Niveau de s\u00e9chage" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Anti-pli" | ||||
|             }, | ||||
|             "power": { | ||||
|                 "name": "Niveau de puissance" | ||||
|             }, | ||||
|             "remaining_time": { | ||||
|                 "name": "Temps restant" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temp\u00e9rature" | ||||
|             }, | ||||
|             "water_efficiency": { | ||||
|                 "name": "Efficacit\u00e9 en eau" | ||||
|             }, | ||||
|             "water_saving": { | ||||
|                 "name": "\u00c9conomies d'eau" | ||||
|             }, | ||||
|             "duration": { | ||||
|                 "name": "Dur\u00e9e" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Temp\u00e9rature souhait\u00e9e" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Essorage" | ||||
|             }, | ||||
|             "steam_leve": { | ||||
|                 "name": "Niveau de vapeur" | ||||
|             }, | ||||
|             "dirt_level": { | ||||
|                 "name": "Niveau de salet\u00e9" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "D\u00e9marrage Diff\u00e9r\u00e9" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Temps de s\u00e9chage" | ||||
|             }, | ||||
|             "suggested_load": { | ||||
|                 "name": "Capacit\u00e9 de charge" | ||||
|             }, | ||||
|             "energy_label": { | ||||
|                 "name": "Efficacit\u00e9 \u00e9nerg\u00e9tique" | ||||
|             }, | ||||
|             "det_dust": { | ||||
|                 "name": "Poudre" | ||||
|             }, | ||||
|             "det_liquid": { | ||||
|                 "name": "Liquide" | ||||
|             } | ||||
|         }, | ||||
|         "select": { | ||||
|             "programs_dw": { | ||||
|                 "state": { | ||||
|                     "59_min": "Rapide 59'", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "auto_care_soil": "Auto Care", | ||||
|                     "auto_plus": "AutoPlus", | ||||
|                     "auto_sensor": "Auto Sensor", | ||||
|                     "auto_sensor_soil": "Auto Sensor", | ||||
|                     "auto_universal": "Auto universel 50 - 60\u00b0C", | ||||
|                     "auto_universal_plus": "Auto universel Plus 65 - 75\u00b0C", | ||||
|                     "auto_universal_plus_soil": "Auto universel Plus 65 - 75\u00b0C", | ||||
|                     "auto_universal_soil": "Auto universel 50 - 60\u00b0C", | ||||
|                     "auto_wash": "Lavage automatique", | ||||
|                     "auto_wash_soil": "Lavage automatique", | ||||
|                     "classe_a_59": "Classe A 59' 65\u00b0C", | ||||
|                     "delicate": "D\u00e9licat 45\u00b0C", | ||||
|                     "dishwasher_care": "Cycle de nettoyage du calcaire", | ||||
|                     "eco": "\u00c9co", | ||||
|                     "eco_asynch": "Eco 45\u00b0C", | ||||
|                     "eco_bldc": "Eco 45\u00b0C", | ||||
|                     "eco_synch": "Eco 45\u00b0C", | ||||
|                     "gentle_wash": "Gentle wash", | ||||
|                     "glass": "En verre", | ||||
|                     "glassware": "Verres 45 \u00b0C", | ||||
|                     "glass_care": "Glass Care", | ||||
|                     "hygiene": "Hygi\u00e8ne", | ||||
|                     "hygiene_plus": "Hygi\u00e8ne 75 \u00b0C", | ||||
|                     "intensive": "Intensif ", | ||||
|                     "intensive_rapid": "Intensif rapide", | ||||
|                     "iot_auto_sensor": "Auto Sensor", | ||||
|                     "iot_auto_universal_soil": "Auto universel 50 - 60\u00b0C", | ||||
|                     "iot_auto_wash_soil": "Lavage automatique", | ||||
|                     "iot_baby_care": "Soin B\u00e9b\u00e9", | ||||
|                     "iot_breakfast": "D\u00e9jeuner", | ||||
|                     "iot_checkup": "V\u00e9rification", | ||||
|                     "iot_china_crystals": "Cristal de Chine", | ||||
|                     "iot_classe_a_59": "Rapide 59'", | ||||
|                     "iot_cocktail_glasses": "Verre \u00e0 cocktail", | ||||
|                     "iot_cocktail_glasses_soil": "Verre \u00e0 cocktail", | ||||
|                     "iot_daily_care": "Quotidien", | ||||
|                     "iot_daily_care_soil": "Quotidien", | ||||
|                     "iot_delicate": "D\u00e9licat 45\u00b0C", | ||||
|                     "iot_dinner_for_two": "Repas \u00e0 deux", | ||||
|                     "iot_dinner_for_two_soil": "Repas \u00e0 deux", | ||||
|                     "iot_dreft_quick_cycle": "Dreft Quick", | ||||
|                     "iot_eco_asynch": "Eco 45\u00b0C", | ||||
|                     "iot_eco_bldc": "Eco 45\u00b0C", | ||||
|                     "iot_eco_synch": "Eco 45\u00b0C", | ||||
|                     "iot_extra_hygiene": "Extra Hygi\u00e8ne", | ||||
|                     "iot_fairy_quick_cycle": "Fairy Quick", | ||||
|                     "iot_happy_hour": "Happy Hour", | ||||
|                     "iot_jar_quick_cycle": "Jar Quick", | ||||
|                     "iot_party": "Repas de f\u00eate", | ||||
|                     "iot_party_soil": "Repas de f\u00eate", | ||||
|                     "iot_pizza_menu": "Menu Pizza", | ||||
|                     "iot_pizza_menu_soil": "Menu Pizza", | ||||
|                     "iot_plastic_tupperware": "Plastique & Tupperware", | ||||
|                     "iot_porcelain": "Porcelaine", | ||||
|                     "iot_power_mix_wash": "Power Mix Wash", | ||||
|                     "iot_power_mix_wash_soil": "Power Mix Wash", | ||||
|                     "iot_prewash": "Pr\u00e9lavage", | ||||
|                     "iot_pyrex_and_glassware": "Pyrex & Verre", | ||||
|                     "iot_rapid_29": "Rapide 29'", | ||||
|                     "iot_rapid_39": "Rapide 39' 60 \u00b0C", | ||||
|                     "iot_single": "Une personne", | ||||
|                     "iot_steam": "Vapeur 75 \u00b0C", | ||||
|                     "iot_super_flash": "Super Rapide", | ||||
|                     "iot_super_wash": "Lavage Super Intensif", | ||||
|                     "iot_turbopower": "TurboPower", | ||||
|                     "iot_universal": "Universel 60 \u00b0C", | ||||
|                     "iot_wok_grids_maxi_pans": "Sp\u00e9cial casserole (Wok - Grill & Casserole)", | ||||
|                     "iot_wok_grids_maxi_pans_soil": "Sp\u00e9cial casserole (Wok - Grill & Casserole)", | ||||
|                     "iot_yes_quick_cycle": "Yes Quick", | ||||
|                     "night": "Ultra silence 55\u00b0C", | ||||
|                     "prewash": "Pr\u00e9lavage", | ||||
|                     "rapid_20": "Rapide 20'", | ||||
|                     "rapid_24": "Rapide 24'", | ||||
|                     "rapid_29": "Rapide 29' 50\u00b0C", | ||||
|                     "rapid_35": "Wash&Dry 35'", | ||||
|                     "rapid_39": "Rapide 39' 60 \u00b0C", | ||||
|                     "rapid_49": "Rapide 49'", | ||||
|                     "rapid_59": "Rapide 59'", | ||||
|                     "sanitising": "Assainissant", | ||||
|                     "silence": "Silence", | ||||
|                     "silent": "Nuit", | ||||
|                     "silent_care": "Silent Care", | ||||
|                     "smart_ai": "Smart AI", | ||||
|                     "special": "sp\u00e9cial", | ||||
|                     "special_pw_prz": "sp\u00e9cial", | ||||
|                     "steam": "Vapeur 75 \u00b0C", | ||||
|                     "steam_plus": "Vapeur Plus 75\u00a0\u00b0C", | ||||
|                     "total_care": "Total Care 50\u00b0C", | ||||
|                     "ultra_silence": "Ultra silence 55\u00b0C", | ||||
|                     "ultra_silent": "Ultra silence 55\u00b0C", | ||||
|                     "universal": "Universel 60 \u00b0C", | ||||
|                     "universal_plus": "Universel Plus 70 \u00b0C", | ||||
|                     "zoom_39": "Zoom 39 min" | ||||
|                 }, | ||||
|                 "name": "Programme" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "state": { | ||||
|                     "iot_special_ash_brown": "Galettes de pommes de terre frites", | ||||
|                     "iot_special_beef_fillet": "Filet de b\u0153uf", | ||||
|                     "iot_special_beef_veal_stew": "Rago\u00fbt de b\u0153uf et de veau", | ||||
|                     "iot_special_boiled_rice": "Bouillie de riz", | ||||
|                     "iot_special_chicken_breast": "Blanc de poulet", | ||||
|                     "iot_special_chicken_legs": "Cuisses de poulets", | ||||
|                     "iot_special_chocolate_pudding": "Pudding au chocolat", | ||||
|                     "iot_special_entrecote": "Entrec\u00f4te", | ||||
|                     "iot_special_fresh_tuna": "Thon frais", | ||||
|                     "iot_special_grilled_vegetables": "L\u00e9gumes grill\u00e9s", | ||||
|                     "iot_special_lamb_cutlet": "C\u00f4telettes d\u2019agneau", | ||||
|                     "iot_special_meatballs": "Boulettes de viande", | ||||
|                     "iot_special_minestrone": "Minestrone", | ||||
|                     "iot_special_mussels": "Moules", | ||||
|                     "iot_special_omelette": "Omelette", | ||||
|                     "iot_special_pancakes": "Cr\u00eapes", | ||||
|                     "iot_special_paris_style_peas": "Petits pois \u00e0 la fran\u00e7aise", | ||||
|                     "iot_special_poached_eggs": "\u0152ufs poch\u00e9s", | ||||
|                     "iot_special_pork_fillet": "Filet de porc", | ||||
|                     "iot_special_pork_ribs": "C\u00f4tes de porc", | ||||
|                     "iot_special_prawns": "Crevettes", | ||||
|                     "iot_special_quinoa": "Quinoa", | ||||
|                     "iot_special_ratatouille": "Ratatouille", | ||||
|                     "iot_special_salmon_fillet": "Filet de saumon", | ||||
|                     "iot_special_saute_potatoes": "Pommes de terre saut\u00e9es", | ||||
|                     "iot_special_scallops": "Coquilles Saint-Jacques", | ||||
|                     "iot_special_scrambled_eggs": "\u0152ufs brouill\u00e9s", | ||||
|                     "iot_special_spelt": "\u00c9peautre", | ||||
|                     "iot_special_veggy_noodles": "Nouilles v\u00e9g\u00e9tariennes", | ||||
|                     "iot_special_white_fish_fillet": "Filet de poisson blanc", | ||||
|                     "iot_standard_boiling": "Bouillir", | ||||
|                     "iot_standard_frying": "Frire", | ||||
|                     "iot_standard_keep_warm": "Maintien au chaud", | ||||
|                     "iot_standard_melting": "Fondre", | ||||
|                     "iot_standard_simmering": "Mijoter" | ||||
|                 }, | ||||
|                 "name": "Programme" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "state": { | ||||
|                     "bakery": "P\u00e2tes et pains", | ||||
|                     "bakery_steam": "Pain cuit \u00e0 la vapeur", | ||||
|                     "bottom_heating": "Sole", | ||||
|                     "bottom_heating_fan": "Sole brass\u00e9e", | ||||
|                     "bread": "Pain", | ||||
|                     "bread_steam": "P\u00e2tisseries cuites \u00e0 la vapeur", | ||||
|                     "convection_fan": "Chaleur tournante", | ||||
|                     "convection_fan_turnspit": "Convection + Ventilateur + Tournebroche", | ||||
|                     "conventional": "Convection naturelle", | ||||
|                     "conventional_turnspit": "Convection + Tournebroche", | ||||
|                     "defrost": "D\u00e9cong\u00e9lation", | ||||
|                     "descaling": "D\u00e9tartrage", | ||||
|                     "fish": "Poisson", | ||||
|                     "fish_steam": "Poisson cuit \u00e0 la vapeur", | ||||
|                     "grill_cata": "Gril", | ||||
|                     "grill_fan_cata": "Turbogril", | ||||
|                     "grill_fan_pyro": "Turbogril", | ||||
|                     "grill_pyro": "Gril", | ||||
|                     "h20_clean": "H2O-Clean", | ||||
|                     "iot_bread": "Pain", | ||||
|                     "iot_h20_clean": "h2O clean", | ||||
|                     "leavening": "\u00c9tuve", | ||||
|                     "low_temp_cooking": "Cuisson \u00e0 basse temp\u00e9rature", | ||||
|                     "low_temp_cooking_fish": "Cuisson \u00e0 basse temp\u00e9rature - Poisson", | ||||
|                     "low_temp_cooking_fish_steam": "Cuisson \u00e0 la vapeur \u00e0 basse temp\u00e9rature - Poisson", | ||||
|                     "low_temp_cooking_meat": "Cuisson \u00e0 basse temp\u00e9rature - Viande", | ||||
|                     "low_temp_cooking_meat_steam": "Cuisson \u00e0 la vapeur \u00e0 basse temp\u00e9rature - Viande", | ||||
|                     "low_temp_cooking_steam": "Cuisson \u00e0 la vapeur \u00e0 basse temp\u00e9rature", | ||||
|                     "meat": "Viande", | ||||
|                     "meat_steam": "Viande cuite \u00e0 la vapeur", | ||||
|                     "multi_level": "Chaleur puls\u00e9e", | ||||
|                     "paella": "Paella", | ||||
|                     "pasta_and_bakery": "P\u00e2tes et pains", | ||||
|                     "pizza": "Pizza", | ||||
|                     "pyrolysis": "Pyrolyse", | ||||
|                     "pyrolysis_plus": "Pyrolyse +", | ||||
|                     "red_meat": "Viande rouge", | ||||
|                     "red_meat_steam": "Viande rouge cuite \u00e0 la vapeur", | ||||
|                     "regenerate": "R\u00e9g\u00e9n\u00e9ration", | ||||
|                     "soft_plus": "Soft+", | ||||
|                     "super_grill": "Super Gril", | ||||
|                     "tailor_bake": "Tailor bake", | ||||
|                     "tailor_bake_cata": "Tailor Bake", | ||||
|                     "tailor_bake_desctiption": "Cette fonction est id\u00e9ale pour garder les aliments tendres \u00e0 l'int\u00e9rieur et croquants \u00e0 l'ext\u00e9rieur.\r\r\r\r\nCette fonction permet de r\u00e9duire la quantit\u00e9 de mati\u00e8re grasse ou d'huile n\u00e9cessaire \u00e0 la pr\u00e9paration des plats.\r\r\r\nL'association des \u00e9l\u00e9ments chauffants avec un syst\u00e8me de pulsation de l'air assure des r\u00e9sultats de cuisson uniformes.", | ||||
|                     "tailor_bake_pyro": "Tailor Bake", | ||||
|                     "vegetables": "L\u00e9gumes", | ||||
|                     "vegetables_cata": "L\u00e9gumes", | ||||
|                     "vegetables_pyro": "L\u00e9gumes", | ||||
|                     "water_discharge": "Vidange de l\u2019eau", | ||||
|                     "white_meat": "Viande blanche", | ||||
|                     "white_meat_steam": "Viande blanche cuite \u00e0 la vapeur" | ||||
|                 }, | ||||
|                 "name": "Programme" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "state": { | ||||
|                     "active_dry": "S\u00e9chage actif", | ||||
|                     "allergy_care": "Anti-allergies", | ||||
|                     "all_in_one": "Tout en 1", | ||||
|                     "antiallergy": "Anti-allergies", | ||||
|                     "anti_odours": "Anti-odeurs", | ||||
|                     "auto_care": "Soin automatique", | ||||
|                     "baby": "Baby", | ||||
|                     "bed_quilt": "Couette", | ||||
|                     "care_30": "Soin 30", | ||||
|                     "care_45": "Soin 45", | ||||
|                     "care_59": "Soin 59", | ||||
|                     "coloured": "Couleurs", | ||||
|                     "daily_45_min": "QUOTIDIEN 45'", | ||||
|                     "daily_perfect_59_min": "QUOTIDIEN PARFAIT 59'", | ||||
|                     "darks_and_coloured": "Couleurs dont fonc\u00e9es", | ||||
|                     "delicates": "D\u00e9licat", | ||||
|                     "duvet": "Couette", | ||||
|                     "eco": "Coton \u00c9co", | ||||
|                     "ecospeed_cottons": "Ecospeed coton", | ||||
|                     "ecospeed_delicates": "Delicats ecospeed", | ||||
|                     "ecospeed_mixed": "Ecospeed mixte", | ||||
|                     "extra_hygiene": "Extra Hygiene", | ||||
|                     "fitness": "Fitness", | ||||
|                     "fresh_care": "Soin frais", | ||||
|                     "genius": "Genius", | ||||
|                     "hqd_baby_care": "Baby Care", | ||||
|                     "hqd_bath_towel": "Serviettes", | ||||
|                     "hqd_bed_sheets": "Draps", | ||||
|                     "hqd_bulky": "Articles volumineux", | ||||
|                     "hqd_casual": "Journalier", | ||||
|                     "hqd_cold_wind_30": "Brise rafra\u00eechissante 30 minutes", | ||||
|                     "hqd_cold_wind_timing": "Brise rafra\u00eechissante ", | ||||
|                     "hqd_cotton": "Coton", | ||||
|                     "hqd_curtain": "Rideaux", | ||||
|                     "hqd_delicate": "D\u00e9licats", | ||||
|                     "hqd_diaper": "Couches", | ||||
|                     "hqd_duvet": "Couette", | ||||
|                     "hqd_feather": "Vestes en duvet", | ||||
|                     "hqd_hot_wind_timing": "Air chaud", | ||||
|                     "hqd_hygienic": "Hygi\u00e9nisation", | ||||
|                     "hqd_i_refresh": "I-Refresh", | ||||
|                     "hqd_i_refresh_pro": "I-Refresh Pro", | ||||
|                     "hqd_jacket": "Vestes", | ||||
|                     "hqd_jeans": "Jeans", | ||||
|                     "hqd_luxury": "Luxury", | ||||
|                     "hqd_mix": "Tissus m\u00e9lang\u00e9s", | ||||
|                     "hqd_night_dry": "S\u00e9chage toute la nuit", | ||||
|                     "hqd_outdoor": "Outdoor", | ||||
|                     "hqd_precious_cure": "Precious cure", | ||||
|                     "hqd_quick_20": "Rapide 20\u2019", | ||||
|                     "hqd_quick_30": "Rapide 30\u2019", | ||||
|                     "hqd_quick_dry": "S\u00e9chage rapide", | ||||
|                     "hqd_quilt": "Couvertures", | ||||
|                     "hqd_refresh": "Rafra\u00eechissement", | ||||
|                     "hqd_school_uniform": "Uniforme scolaire", | ||||
|                     "hqd_shirt": "Chemises", | ||||
|                     "hqd_shoes": "Chaussures", | ||||
|                     "hqd_silk": "Soie", | ||||
|                     "hqd_sports": "Sport", | ||||
|                     "hqd_synthetics": "Synth\u00e9tiques", | ||||
|                     "hqd_timer": "Temporis\u00e9", | ||||
|                     "hqd_towel": "Serviettes", | ||||
|                     "hqd_underwear": "Sous-v\u00eatements", | ||||
|                     "hqd_warm_up": "R\u00e9veil", | ||||
|                     "hqd_wool": "Laine", | ||||
|                     "hqd_working_suit": "V\u00eatements de travail", | ||||
|                     "hygiene": "Hygi\u00e8ne", | ||||
|                     "iot_checkup": "V\u00e9rification", | ||||
|                     "iot_dry_anti_mites": "Anti-acariens", | ||||
|                     "iot_dry_baby": "Baby", | ||||
|                     "iot_dry_backpacks": "Sac \u00e0 dos", | ||||
|                     "iot_dry_bathrobe": "Peignoir", | ||||
|                     "iot_dry_bed_linen": "Linge de lit", | ||||
|                     "iot_dry_bed_quilt": "Couette", | ||||
|                     "iot_dry_cotton": "Coton", | ||||
|                     "iot_dry_cuddly_toys": "Jouets en peluche", | ||||
|                     "iot_dry_curtains": "Rideaux", | ||||
|                     "iot_dry_dehumidifier": "\u00c9limination de l\\'humidit\u00e9", | ||||
|                     "iot_dry_delicates": "D\u00e9licats", | ||||
|                     "iot_dry_delicate_tablecloths": "Nappes d\u00e9licates", | ||||
|                     "iot_dry_denim_jeans": "Denim - jeans", | ||||
|                     "iot_dry_down_jacket": "Jacket", | ||||
|                     "iot_dry_duvet": "Couette", | ||||
|                     "iot_dry_easy_iron_cotton": "Repassage super facile", | ||||
|                     "iot_dry_easy_iron_synthetics": "Repassage super facile des synth\u00e9tiques", | ||||
|                     "iot_dry_gym_fit": "Sport", | ||||
|                     "iot_dry_lingerie": "Lingerie", | ||||
|                     "iot_dry_mixed": "Tissus m\u00e9lang\u00e9s", | ||||
|                     "iot_dry_playsuits": "Combinaisons", | ||||
|                     "iot_dry_rapid_30": "Rapid 30", | ||||
|                     "iot_dry_rapid_59": "Rapide 59'.", | ||||
|                     "iot_dry_refresh": "Coup d\\'\u00e9clat", | ||||
|                     "iot_dry_regenerates_waterproof": "Imperm\u00e9abilisant", | ||||
|                     "iot_dry_relax_creases": "Anti-plis", | ||||
|                     "iot_dry_shirts": "Chemises", | ||||
|                     "iot_dry_small_load": "Faible charge", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Maillots de bain", | ||||
|                     "iot_dry_synthetics": "Synth\u00e9tiques", | ||||
|                     "iot_dry_synthetic_dry": "S\u00e9chage des synth\u00e9tiques", | ||||
|                     "iot_dry_tablecloths": "Nappes", | ||||
|                     "iot_dry_technical_fabrics": "Textiles techniques", | ||||
|                     "iot_dry_warm_embrace": "Chauffage d\u00e9licat", | ||||
|                     "iot_dry_wool": "Woolmark", | ||||
|                     "jeans": "Jeans", | ||||
|                     "mix_and_dry": "Mix&Dry", | ||||
|                     "pets": "Animaux de compagnie", | ||||
|                     "pre_iron": "Pr\u00e9-repassage", | ||||
|                     "rapid_30": "Rapid 30", | ||||
|                     "rapid_45": "Rapide 45 min", | ||||
|                     "rapid_59": "Lavage Parfait 59 Min", | ||||
|                     "refresh": "Coup d'\u00e9clat", | ||||
|                     "relax_creases": "Anti-plis", | ||||
|                     "saving_30_min": "ECO 30'", | ||||
|                     "shirts": "Chemises", | ||||
|                     "shoes": "Chaussures", | ||||
|                     "small_load": "Faible charge", | ||||
|                     "soft_care": "Soin Doux", | ||||
|                     "sport_plus": "Sports", | ||||
|                     "super_easy_iron_misti": "Repassage super facile des mixtes", | ||||
|                     "super_easy_iron_xxl": "Repassage super facile XXL", | ||||
|                     "super_fast_cottons": "Super rapide coton", | ||||
|                     "super_fast_delicates": "Super rapide d\u00e9licat", | ||||
|                     "synthetics": "Synth\u00e9tiques", | ||||
|                     "total_care": "Total Care", | ||||
|                     "trainers": "Baskets", | ||||
|                     "ultra_care": "Ultra Care", | ||||
|                     "waterproof_revitalize": "Entretien imperm\u00e9able", | ||||
|                     "whites": "Blancs", | ||||
|                     "wool": "S\u00e9chage Laine", | ||||
|                     "woolmark": "Woolmark", | ||||
|                     "xxl_load": "Charge XXL", | ||||
|                     "zoom_59": "Zoom 59" | ||||
|                 }, | ||||
|                 "name": "Programme" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "state": { | ||||
|                     "20_degrees_coloured_cottons": "Couleurs 20\u00a0\u00b0C et cotons", | ||||
|                     "20_degrees_new_energy_label": "20\u00b0C", | ||||
|                     "active_steam": "Vapeur d'eau", | ||||
|                     "active_wash": "Lavage actif", | ||||
|                     "active_wash_steam": "Lavage actif", | ||||
|                     "allergy_care": "Soin Allergie", | ||||
|                     "allergy_care_pro": "Soin Allergie Pro", | ||||
|                     "all_in_one_49": "Tout-en-un 49'.", | ||||
|                     "all_in_one_59": "Tout-en-un 59'.", | ||||
|                     "all_in_one_59_steam": "Lavage actif + vapeur", | ||||
|                     "autocare": "Autocare", | ||||
|                     "autoclean": "Nettoyage du tambour", | ||||
|                     "baby_60": "B\u00e9b\u00e9 60\u00b0C", | ||||
|                     "care_14": "Soin Rapide 14'", | ||||
|                     "care_30": "Soin Rapide 30'", | ||||
|                     "care_44": "Soin Rapide 44'", | ||||
|                     "checkup": "V\u00e9rification", | ||||
|                     "colour_59": "Couleurs 59'", | ||||
|                     "colour_59_steam": "Couleurs 59' + Vapeur", | ||||
|                     "cottons": "Coton", | ||||
|                     "cottons_prewash": "Coton + pr\u00e9lavage", | ||||
|                     "cottons_steam": "Coton + Vapeur d'eau", | ||||
|                     "cotton_care_59": "Cotton Care 59 Min", | ||||
|                     "delicate_59": "D\u00e9licat 59'", | ||||
|                     "delicate_silk": "D\u00e9licat", | ||||
|                     "delicate_silk_steam": "D\u00e9licat + vapeur", | ||||
|                     "delicati_59": "D\u00e9licat 59'", | ||||
|                     "delicati_59_steam": "D\u00e9licat 59'", | ||||
|                     "drain_spin": "Vidange et essorage", | ||||
|                     "easy_iron": "Repassage facile", | ||||
|                     "eco_40_60_new_energy_label": "\u00c9co 40-60", | ||||
|                     "extra_care": "Soin Extra", | ||||
|                     "fitness": "Fitness Care", | ||||
|                     "fitness_care": "Fitness Care", | ||||
|                     "fresh_care": "Soin frais", | ||||
|                     "fresh_care_steam": "Fresh Care + vapeur", | ||||
|                     "handwash_wool": "Lavage \u00e0 la main et laine", | ||||
|                     "high_dry": "S\u00e9chage du coton", | ||||
|                     "hqd_20_degrees": "Coton 20\u00a0\u2103", | ||||
|                     "hqd_allergy": "Soin Allergie", | ||||
|                     "hqd_autoclean": "Nettoyage du tambour", | ||||
|                     "hqd_babycare": "Soin B\u00e9b\u00e9", | ||||
|                     "hqd_checkup": "V\u00e9rification", | ||||
|                     "hqd_cottons": "Coton", | ||||
|                     "hqd_delicate": "D\u00e9licats", | ||||
|                     "hqd_delicate_cradle": "D\u00e9licats", | ||||
|                     "hqd_dry": "S\u00e9chage du coton", | ||||
|                     "hqd_dry_synthetics": "S\u00e9chage des tissus m\u00e9lang\u00e9s", | ||||
|                     "hqd_duvet": "Couette", | ||||
|                     "hqd_eco_40_60_degrees": "\u00c9co 40-60", | ||||
|                     "hqd_handwash_wool": "Laine", | ||||
|                     "hqd_i_refresh": "i-Refresh", | ||||
|                     "hqd_mix": "Tissus m\u00e9lang\u00e9s", | ||||
|                     "hqd_quick_15": "Rapide 15'", | ||||
|                     "hqd_quick_wash_57": "Lavage rapide 57 min", | ||||
|                     "hqd_rapid_wash_and_dry": "Lavage et s\u00e9chage", | ||||
|                     "hqd_refresh": "Coup d\\'\u00e9clat", | ||||
|                     "hqd_rinse": "Rin\u00e7age", | ||||
|                     "hqd_shirts": "Chemises", | ||||
|                     "hqd_smart": "Smart A.I.", | ||||
|                     "hqd_spin": "Essorage", | ||||
|                     "hqd_sport": "Sport", | ||||
|                     "hqd_super_fast": "Rapide 39\u2019", | ||||
|                     "hqd_synthetic_and_coloured": "Synth\u00e9tiques", | ||||
|                     "hygiene_59": "Hygiene Plus 59'", | ||||
|                     "hygiene_60": "Hygi\u00e8ne 60\u00b0", | ||||
|                     "hygiene_plus_59": "Hygiene Plus 59'", | ||||
|                     "hygiene_plus_59_min": "Hygiene Plus 59'", | ||||
|                     "hygiene_pro_49_min": "Hygiene Pro 49\u00a0min", | ||||
|                     "hygiene_pro_steam": "Hygiene Pro + Vapeur", | ||||
|                     "intensive_40": "Intensif 40\u00b0C", | ||||
|                     "intensive_40_steam": "Intensif 40\u00b0C + Vapeur", | ||||
|                     "iot_active_steam": "Vapeur d'eau", | ||||
|                     "iot_active_wash_steam": "Lavage actif", | ||||
|                     "iot_allergy_care_pro": "Soin Allergie Pro", | ||||
|                     "iot_all_in_one_59_steam": "Lavage actif + vapeur", | ||||
|                     "iot_checkup": "V\u00e9rification", | ||||
|                     "iot_colour_59_steam": "Couleurs 59' + Vapeur", | ||||
|                     "iot_cottons_steam": "Coton + Vapeur d'eau", | ||||
|                     "iot_delicate_silk_steam": "D\u00e9licat + vapeur", | ||||
|                     "iot_delicati_59_steam": "D\u00e9licat 59'", | ||||
|                     "iot_dry_air_refresh": "Rafra\u00eechissement de l'air", | ||||
|                     "iot_dry_anti_mites": "Anti-acarien", | ||||
|                     "iot_dry_baby": "B\u00e9b\u00e9", | ||||
|                     "iot_dry_backpacks": "Sacs \u00e0 dos", | ||||
|                     "iot_dry_bathrobe": "Peignoirs et tissus poreux", | ||||
|                     "iot_dry_bed_linen": "Linge de lit", | ||||
|                     "iot_dry_cotton_dry": "S\u00e9chage du coton", | ||||
|                     "iot_dry_cuddly_toys": "Animaux en peluche", | ||||
|                     "iot_dry_curtains": "Rideaux", | ||||
|                     "iot_dry_dehumidifier": "\u00c9limination de l\\'humidit\u00e9", | ||||
|                     "iot_dry_delicates_antiallergy": "D\u00e9licat - anti-allergique", | ||||
|                     "iot_dry_delicate_tablecloths": "Nappes d\u00e9licates", | ||||
|                     "iot_dry_denim_jeans": "Denim - Jeans", | ||||
|                     "iot_dry_easy_iron_cotton": "Repassage facile - Coton", | ||||
|                     "iot_dry_easy_iron_synthetics": "Repassage facile - Synth\u00e9tiques", | ||||
|                     "iot_dry_gym_fit": "Gym - v\u00eatements de fitness", | ||||
|                     "iot_dry_lingerie": "Lingerie", | ||||
|                     "iot_dry_mixed_dry": "S\u00e9chage des tissus m\u00e9lang\u00e9s", | ||||
|                     "iot_dry_rapid_60_min_delicates": "Rapid 60' - D\u00e9licats", | ||||
|                     "iot_dry_shirts": "Chemises", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Maillots de bain", | ||||
|                     "iot_dry_synthetics": "S\u00e9chage des synth\u00e9tiques", | ||||
|                     "iot_dry_synthetic_dry": "S\u00e9chage des synth\u00e9tiques", | ||||
|                     "iot_dry_tablecloths": "Nappes", | ||||
|                     "iot_dry_technical_fabrics": "Tissus techniques", | ||||
|                     "iot_dry_warm_embrace": "\u00c9treinte chaude", | ||||
|                     "iot_dry_wool_dry": "S\u00e9chage de la laine", | ||||
|                     "iot_easy_iron": "Repassage facile", | ||||
|                     "iot_fresh_care_steam": "Fresh Care + vapeur", | ||||
|                     "iot_hygiene_pro_steam": "Hygiene Pro + Vapeur", | ||||
|                     "iot_intensive_40_steam": "Intensif 40\u00b0C + Vapeur", | ||||
|                     "iot_mixed_steam": "Tissus m\u00e9lang\u00e9s + Vapeur d'eau", | ||||
|                     "iot_mix_and_colour_59_steam": "Mixtes et couleurs 59\u2019 + vapeur", | ||||
|                     "iot_perfect_cotton_59_steam": "Coton Parfait 59'", | ||||
|                     "iot_rapid_a_class_60_steam": "Classe\u00a0A rapide 60 + Vapeur", | ||||
|                     "iot_resistant_cotton_steam": "Coton + Vapeur d'eau", | ||||
|                     "iot_shirts_steam": "Chemises + Vapeur", | ||||
|                     "iot_single_item_steam": "Article unique + vapeur", | ||||
|                     "iot_smart_wash": "Lavage intelligent", | ||||
|                     "iot_soft_care_steam": "Soft Care + Steam", | ||||
|                     "iot_special_39_full_load_steam": "Sp\u00e9cial 39\u2019 + vapeur", | ||||
|                     "iot_steam_hygiene_plus": "Vapeur Hygi\u00e8ne Plus ", | ||||
|                     "iot_synthetic_and_coloured_steam": "Synth\u00e9tiques et couleurs + vapeur", | ||||
|                     "iot_wash_and_dry": "Lavage et s\u00e9chage", | ||||
|                     "iot_wash_anti_mites": "Anti-acarien", | ||||
|                     "iot_wash_anti_odor": "Anti-odeur", | ||||
|                     "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|                     "iot_wash_ariel_cold_cycle": "Ariel Cold Clean", | ||||
|                     "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", | ||||
|                     "iot_wash_baby_sanitizer": "Assainissant", | ||||
|                     "iot_wash_baby_sanitizer_steam": "Assainissant + Vapeur pour b\u00e9b\u00e9s", | ||||
|                     "iot_wash_backpacks": "Sacs \u00e0 dos", | ||||
|                     "iot_wash_backpacks_zelig": "Sac \u00e0 dos", | ||||
|                     "iot_wash_bathrobe": "Peignoirs et serviettes", | ||||
|                     "iot_wash_bathrobe_steam": "Peignoir de bain + Vapeur d'eau", | ||||
|                     "iot_wash_bed_linen": "Linge de lit", | ||||
|                     "iot_wash_bed_linen_steam": "Linge de lit + Vapeur d'eau", | ||||
|                     "iot_wash_bed_linen_zelig": "Linge de lit", | ||||
|                     "iot_wash_big_single_load": "Grande charge unique", | ||||
|                     "iot_wash_bleaching": "Blanchiment", | ||||
|                     "iot_wash_blood_stains": "Taches de sang", | ||||
|                     "iot_wash_cashmere": "Cachemire", | ||||
|                     "iot_wash_chocolate_stains": "Taches de chocolat", | ||||
|                     "iot_wash_cold_wash": "Lavage \u00e0 froid", | ||||
|                     "iot_wash_colored": "Color\u00e9s", | ||||
|                     "iot_wash_colored_anti_stain": "D\u00e9tachage pour les couleurs", | ||||
|                     "iot_wash_colored_delicate": "D\u00e9licats color\u00e9s", | ||||
|                     "iot_wash_coloured": "Couleurs", | ||||
|                     "iot_wash_coloured_bed_linen": "Draps de couleur", | ||||
|                     "iot_wash_coloured_bed_linen_steam": "Draps de couleur + Vapeur", | ||||
|                     "iot_wash_coloured_curtains": "Rideaux de couleur", | ||||
|                     "iot_wash_coloured_shirts": "T-shirts de couleur", | ||||
|                     "iot_wash_coloured_shirts_steam": "Chemises color\u00e9es + Vapeur", | ||||
|                     "iot_wash_coloured_steam": "Couleurs + Vapeur d'eau", | ||||
|                     "iot_wash_coloured_tableclothes": "Nappes de couleur", | ||||
|                     "iot_wash_coloured_tableclothes_steam": "Nappes de couleur + vapeur", | ||||
|                     "iot_wash_cotton": "Coton", | ||||
|                     "iot_wash_cotton_steam": "Coton + Vapeur d'eau", | ||||
|                     "iot_wash_cuddly_toys": "Animaux en peluche", | ||||
|                     "iot_wash_curtains": "Rideaux", | ||||
|                     "iot_wash_curtains_steam": "Rideaux+Vapeur d'eau", | ||||
|                     "iot_wash_curtains_zelig": "Rideaux", | ||||
|                     "iot_wash_dark": "V\u00eatements sombres", | ||||
|                     "iot_wash_darks_and_coloured_44": "Fonc\u00e9s et color\u00e9s 44'", | ||||
|                     "iot_wash_darks_and_coloured_59": "Fonc\u00e9s et color\u00e9s 59'", | ||||
|                     "iot_wash_darks_and_coloured_xl": "Fonc\u00e9s et color\u00e9s XL", | ||||
|                     "iot_wash_dark_steam": "V\u00eatements sombres + Vapeur d'eau", | ||||
|                     "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|                     "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|                     "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|                     "iot_wash_delicate": "D\u00e9licats", | ||||
|                     "iot_wash_delicate_antiallergy": "Anti-allergie pour les personnes fragiles", | ||||
|                     "iot_wash_delicate_antiallergy_steam": "Anti-allergie pour les personnes fragiles + Vapeur d'eau", | ||||
|                     "iot_wash_delicate_antiallergy_zelig": "Anti-allergie pour les personnes fragiles", | ||||
|                     "iot_wash_delicate_colors": "D\u00e9licats de couleur", | ||||
|                     "iot_wash_delicate_colors_steam": "Couleurs + Vapeur", | ||||
|                     "iot_wash_delicate_dark": "Fonc\u00e9s d\u00e9licats", | ||||
|                     "iot_wash_delicate_steam": "D\u00e9licats + Vapeur d'eau", | ||||
|                     "iot_wash_delicate_tablecloths": "Nappes d\u00e9licates", | ||||
|                     "iot_wash_delicate_tablecloths_steam": "Nappes d\u00e9licates + Vapeur d'eau", | ||||
|                     "iot_wash_delicate_whites": "Blancs d\u00e9licats", | ||||
|                     "iot_wash_denim_jeans": "Denim - jeans", | ||||
|                     "iot_wash_diving_suits": "Combinaisons de plong\u00e9e", | ||||
|                     "iot_wash_diving_suits_zelig": "Combinaisons de plong\u00e9e", | ||||
|                     "iot_wash_down_jackets": "Vestes en duvet", | ||||
|                     "iot_wash_down_jackets_zelig": "Vestes en duvet", | ||||
|                     "iot_wash_duvet": "Couette", | ||||
|                     "iot_wash_fruit_stains": "Taches de fruits", | ||||
|                     "iot_wash_gym_fit": "Gym - v\u00eatements de fitness", | ||||
|                     "iot_wash_handwash": "Lavage \u00e0 la main", | ||||
|                     "iot_wash_handwash_colored": "Lavage \u00e0 la main des color\u00e9s", | ||||
|                     "iot_wash_handwash_dark": "Lavage \u00e0 la main des fonc\u00e9s", | ||||
|                     "iot_wash_lingerie": "Lingerie", | ||||
|                     "iot_wash_masks_refresh": "Rafra\u00eechissement des masques", | ||||
|                     "iot_wash_masks_sanification": "D\u00e9sinfection des masques", | ||||
|                     "iot_wash_masks_sanification_steam": "D\u00e9sinfection des masques + Vapeur d'eau", | ||||
|                     "iot_wash_mats": "Tapis", | ||||
|                     "iot_wash_men_s_trousers": "Pantalons ", | ||||
|                     "iot_wash_mixed": "Tissus m\u00e9lang\u00e9s", | ||||
|                     "iot_wash_mixed_steam": "Tissus m\u00e9lang\u00e9s + Vapeur d'eau", | ||||
|                     "iot_wash_mix_and_coloured_44": "Tissus m\u00e9lang\u00e9s et color\u00e9s 44'", | ||||
|                     "iot_wash_mix_and_coloured_59": "Tissus m\u00e9lang\u00e9s et color\u00e9s 59'", | ||||
|                     "iot_wash_mix_and_coloured_xl": "Tissus m\u00e9lang\u00e9s et color\u00e9s XL", | ||||
|                     "iot_wash_new_clothes": "V\u00eatements neufs", | ||||
|                     "iot_wash_perfect_white": "Un blanc parfait", | ||||
|                     "iot_wash_perfect_white_steam": "Un blanc parfait + Vapeur d'eau", | ||||
|                     "iot_wash_pets": "Accessoires pour animaux", | ||||
|                     "iot_wash_pets_hair_removal": "\u00c9limination des poils d\u2019animaux de compagnie", | ||||
|                     "iot_wash_pets_odours_stains_removal": "\u00c9limination des taches et des odeurs provenant des animaux de compagnie", | ||||
|                     "iot_wash_pets_steam": "Accessoires pour animaux", | ||||
|                     "iot_wash_playsuits": "Barboteuses", | ||||
|                     "iot_wash_playsuits_steam": "Barboteuses + Vapeur d'eau", | ||||
|                     "iot_wash_quick_drum_cleaner": "Nettoyant tambour rapide", | ||||
|                     "iot_wash_rapid_14": "Rapide 14\u2019", | ||||
|                     "iot_wash_rapid_30": "Rapide 30\u2019", | ||||
|                     "iot_wash_rapid_44": "Rapide 44'", | ||||
|                     "iot_wash_rapid_59": "Rapide 59'", | ||||
|                     "iot_wash_rapid_59_steam": "Rapide 59' + Vapeur", | ||||
|                     "iot_wash_refresh_14_min": "Rafra\u00eechir 14'", | ||||
|                     "iot_wash_resistant_colored": "Color\u00e9s r\u00e9sistants", | ||||
|                     "iot_wash_resistant_dark": "Fonc\u00e9s r\u00e9sistants", | ||||
|                     "iot_wash_resistant_whites": "Blancs r\u00e9sistants", | ||||
|                     "iot_wash_rinse": "Rin\u00e7age", | ||||
|                     "iot_wash_shirts": "Chemises", | ||||
|                     "iot_wash_shirts_steam": "Chemises + Vapeur d'eau", | ||||
|                     "iot_wash_silk": "Soie", | ||||
|                     "iot_wash_ski_suit": "Combinaisons de ski", | ||||
|                     "iot_wash_ski_suit_zelig": "Combinaisons de ski", | ||||
|                     "iot_wash_spin": "Essorage", | ||||
|                     "iot_wash_sport": "Sport", | ||||
|                     "iot_wash_sport_anti_odor": "Anti-odeur pour les v\u00eatements de sport", | ||||
|                     "iot_wash_sport_anti_odor_zelig": "Anti-odeur pour les v\u00eatements de sport", | ||||
|                     "iot_wash_stains_remover": "D\u00e9tachant", | ||||
|                     "iot_wash_swimsuits_and_bikinis": "Maillots de bain", | ||||
|                     "iot_wash_synthetic": "Synth\u00e9tiques", | ||||
|                     "iot_wash_synthetic_steam": "Synth\u00e9tiques + Vapeur d'eau", | ||||
|                     "iot_wash_tablecloths": "Nappes", | ||||
|                     "iot_wash_tablecloths_steam": "Nappes + Vapeur d'eau", | ||||
|                     "iot_wash_technical_fabrics": "Tissus techniques", | ||||
|                     "iot_wash_technical_fabrics_zelig": "Tissus techniques", | ||||
|                     "iot_wash_technical_jackets": "Vestes techniques", | ||||
|                     "iot_wash_technical_jackets_zelig": "Vestes techniques", | ||||
|                     "iot_wash_trainers": "Baskets", | ||||
|                     "iot_wash_whites": "Blancs", | ||||
|                     "iot_wash_whites_44": "Blancs 44'", | ||||
|                     "iot_wash_whites_59": "Blancs 59'", | ||||
|                     "iot_wash_whites_xl": "Blancs XL", | ||||
|                     "iot_wash_wine_stains": "Taches de vin", | ||||
|                     "iot_wash_wool": "Laine", | ||||
|                     "jeans": "Jeans", | ||||
|                     "jeans_60": "Jeans", | ||||
|                     "low_dry": "S\u00e9chage des tissus m\u00e9lang\u00e9s", | ||||
|                     "mixed": "Tissus m\u00e9lang\u00e9s", | ||||
|                     "mixed_and_colored_59": "Tissus m\u00e9lang\u00e9s et couleurs 59'", | ||||
|                     "mixed_steam": "Tissus m\u00e9lang\u00e9s + Vapeur d'eau", | ||||
|                     "mix_and_colour_59": "Mixtes + Couleurs 59'", | ||||
|                     "mix_and_colour_59_steam": "Mixtes et couleurs 59\u2019 + vapeur", | ||||
|                     "night_and_day": "Nuit et jour", | ||||
|                     "night_wash": "Cycle de nuit", | ||||
|                     "perfect_59": "Parfait 59'", | ||||
|                     "perfect_cotton_59": "Coton Parfait 59'", | ||||
|                     "perfect_cotton_59_steam": "Coton Parfait 59'", | ||||
|                     "perfect_whites_59": "Ultra-blanc 59'", | ||||
|                     "rapid_14_min": "Rapide 14'.", | ||||
|                     "rapid_30_min": "Rapide 30'", | ||||
|                     "rapid_44_min": "Rapide 44'", | ||||
|                     "rapid_a_class_60": "Classe\u00a0A rapide 60", | ||||
|                     "rapid_a_class_60_steam": "Classe\u00a0A rapide 60 + Vapeur", | ||||
|                     "rapid_wash_and_dry_59_min": "Lavage et s\u00e9chage 59'.", | ||||
|                     "resistant_cotton": "Coton", | ||||
|                     "resistant_cotton_steam": "Coton + Vapeur d'eau", | ||||
|                     "rinse": "Rin\u00e7age", | ||||
|                     "shirts_steam": "Chemises + Vapeur", | ||||
|                     "silent_night": "Cycle de nuit", | ||||
|                     "single_item": "\u00c9l\u00e9ment unique", | ||||
|                     "single_item_steam": "Article unique + vapeur", | ||||
|                     "smart_wash": "Lavage intelligent", | ||||
|                     "soft_care": "Soin Doux", | ||||
|                     "soft_care_steam": "Soft Care + Steam", | ||||
|                     "soft_care_steam_title": "Soft Care + Steam", | ||||
|                     "special_39": "Special 39'", | ||||
|                     "special_39_full_load": "Special 39'", | ||||
|                     "special_39_full_load_steam": "Sp\u00e9cial 39\u2019 + vapeur", | ||||
|                     "special_49": "Sp\u00e9cial 49'", | ||||
|                     "sport_39": "Sport 39'", | ||||
|                     "sport_plus_29": "Sport Plus 29\"", | ||||
|                     "sport_plus_39": "Sport Plus 39'", | ||||
|                     "steam_39": "Vapeur 39'", | ||||
|                     "steam_care_pro": "Steam Care Pro", | ||||
|                     "steam_care_pro_cotton": "Steam Care Pro - Coton", | ||||
|                     "steam_care_pro_delicates": "Steam Care Pro - D\u00e9licats", | ||||
|                     "steam_care_pro_synthetic": "Steam Care Pro - Synth\u00e9tiques", | ||||
|                     "steam_hygiene_plus": "Vapeur Hygi\u00e8ne Plus ", | ||||
|                     "synthetics": "Synth\u00e9tiques", | ||||
|                     "synthetic_and_coloured": "Synth\u00e9tiques et couleurs", | ||||
|                     "synthetic_and_coloured_steam": "Synth\u00e9tiques et couleurs + vapeur", | ||||
|                     "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|                     "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|                     "total_care": "Soin total", | ||||
|                     "tumbling": "Tumble", | ||||
|                     "wool": "Laine", | ||||
|                     "wool_and_delicates_49": "Laine/D\u00e9licat 49'", | ||||
|                     "wool_dry": "S\u00e9chage de la laine", | ||||
|                     "wool_soft_care": "Laine & Soin Doux" | ||||
|                 }, | ||||
|                 "name": "Programme" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Pas de s\u00e9chage", | ||||
|                     "1": "Fer", | ||||
|                     "2": "Pr\u00eat \u00e0 ranger", | ||||
|                     "3": "Pr\u00eat \u00e0 ranger", | ||||
|                     "4": "Extra sec", | ||||
|                     "12": "Fer", | ||||
|                     "13": "Pr\u00eat \u00e0 ranger", | ||||
|                     "14": "Pr\u00eat \u00e0 porter", | ||||
|                     "15": "Extra sec" | ||||
|                 }, | ||||
|                 "name": "Niveau de s\u00e9chage" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Essorage" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temp\u00e9rature" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Temps de s\u00e9chage" | ||||
|             } | ||||
|         }, | ||||
|         "switch": { | ||||
|             "anti_crease": { | ||||
|                 "name": "Anti-pli" | ||||
|             }, | ||||
|             "add_dish": { | ||||
|                 "name": "" | ||||
|             }, | ||||
|             "eco_express": { | ||||
|                 "name": "\u00c9co" | ||||
|             }, | ||||
|             "extra_dry": { | ||||
|                 "name": "Extra sec" | ||||
|             }, | ||||
|             "half_load": { | ||||
|                 "name": "Demi-charge" | ||||
|             }, | ||||
|             "open_door": { | ||||
|                 "name": "Ouvrez la porte" | ||||
|             }, | ||||
|             "three_in_one": { | ||||
|                 "name": "3-en-1" | ||||
|             }, | ||||
|             "preheat": { | ||||
|                 "name": "Pr\u00e9chauffage" | ||||
|             }, | ||||
|             "dish_washer": { | ||||
|                 "name": "Lave-vaisselle" | ||||
|             }, | ||||
|             "tumble_dryer": { | ||||
|                 "name": "S\u00e8che-linge" | ||||
|             }, | ||||
|             "washing_machine": { | ||||
|                 "name": "Lave-linge" | ||||
|             }, | ||||
|             "washer_dryer": { | ||||
|                 "name": "Lave-linge s\u00e9chant" | ||||
|             }, | ||||
|             "oven": { | ||||
|                 "name": "Four" | ||||
|             }, | ||||
|             "prewash": { | ||||
|                 "name": "Pr\u00e9lavage" | ||||
|             }, | ||||
|             "pause": { | ||||
|                 "name": "Pause" | ||||
|             }, | ||||
|             "keep_fresh": { | ||||
|                 "name": "Garder la fra\u00eecheur" | ||||
|             } | ||||
|         }, | ||||
|         "binary_sensor": { | ||||
|             "door_lock": { | ||||
|                 "name": "Loquet de la porte" | ||||
|             }, | ||||
|             "extra_rinse_1": { | ||||
|                 "name": "+1 rin\u00e7age" | ||||
|             }, | ||||
|             "extra_rinse_2": { | ||||
|                 "name": "+2 rin\u00e7ages" | ||||
|             }, | ||||
|             "extra_rinse_3": { | ||||
|                 "name": "+3 rin\u00e7ages" | ||||
|             }, | ||||
|             "good_night": { | ||||
|                 "name": "Bonne nuit" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Anti-pli" | ||||
|             }, | ||||
|             "aqua_plus": { | ||||
|                 "name": "Acquaplus" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Essorage" | ||||
|             }, | ||||
|             "programs_dw": { | ||||
|                 "name": "Programme" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "name": "Programme" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "name": "Programme" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "name": "Programme" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "name": "Programme" | ||||
|             }, | ||||
|             "still_hot": { | ||||
|                 "name": "Encore chaud" | ||||
|             }, | ||||
|             "pan_status": { | ||||
|                 "name": "Casserole" | ||||
|             }, | ||||
|             "remote_control": { | ||||
|                 "name": "Contr\u00f4le \u00e0 distance" | ||||
|             }, | ||||
|             "rinse_aid": { | ||||
|                 "name": "Niveau d'aide de rin\u00e7age" | ||||
|             }, | ||||
|             "salt_level": { | ||||
|                 "name": "Niveau de sel" | ||||
|             }, | ||||
|             "door_open": { | ||||
|                 "name": "Porte ouverte" | ||||
|             }, | ||||
|             "connection": { | ||||
|                 "name": "Connexion de l\u2019appareil" | ||||
|             } | ||||
|         }, | ||||
|         "number": { | ||||
|             "power_management": { | ||||
|                 "name": "Gestion de la puissance" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temp\u00e9rature" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "D\u00e9marrage Diff\u00e9r\u00e9" | ||||
|             }, | ||||
|             "water_hard": { | ||||
|                 "name": "Duret\u00e9 de l'eau" | ||||
|             }, | ||||
|             "program_duration": { | ||||
|                 "name": "Dur\u00e9e du programme" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Temp\u00e9rature souhait\u00e9e" | ||||
|             }, | ||||
|             "rinse_iterations": { | ||||
|                 "name": "Nombre de rin\u00e7ages" | ||||
|             }, | ||||
|             "wash_time": { | ||||
|                 "name": "Dur\u00e9e de lavage" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Temps de s\u00e9chage" | ||||
|             } | ||||
|         }, | ||||
|         "button": { | ||||
|             "induction_hob": { | ||||
|                 "name": "Table de cuisson \u00e0 induction" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @ -1,551 +0,0 @@ | ||||
| { | ||||
|     "entity": { | ||||
|         "sensor": { | ||||
|             "washing_modes": { | ||||
|                 "state": { | ||||
|                     "0": "\u05de\u05d5\u05bc\u05db\u05b8\u05df", | ||||
|                     "1": "\u05de\u05d5\u05bc\u05db\u05b8\u05df", | ||||
|                     "3": "\u05d4\u05b7\u05e4\u05e1\u05b8\u05e7\u05b8\u05d4", | ||||
|                     "4": "\u05de\u05ea\u05d5\u05d6\u05de\u05df", | ||||
|                     "5": "\u05de\u05ea\u05d5\u05d6\u05de\u05df", | ||||
|                     "6": "\u05e9\u05c1\u05b0\u05d2\u05b4\u05d9\u05d0\u05b8\u05d4", | ||||
|                     "7": "\u05de\u05d5\u05bc\u05db\u05b8\u05df" | ||||
|                 } | ||||
|             }, | ||||
|             "program_phases_wm": { | ||||
|                 "state": { | ||||
|                     "0": "\u05de\u05d5\u05bc\u05db\u05b8\u05df", | ||||
|                     "1": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", | ||||
|                     "2": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", | ||||
|                     "3": "Spin", | ||||
|                     "4": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", | ||||
|                     "5": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", | ||||
|                     "6": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", | ||||
|                     "7": "\u05d9\u05b4\u05d1\u05bc\u05d5\u05bc\u05e9\u05c1", | ||||
|                     "9": "\u05e7\u05b4\u05d9\u05d8\u05d5\u05b9\u05e8", | ||||
|                     "10": "\u05de\u05d5\u05bc\u05db\u05b8\u05df", | ||||
|                     "11": "Spin", | ||||
|                     "12": "Weighing ", | ||||
|                     "13": "Weighing ", | ||||
|                     "14": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", | ||||
|                     "15": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", | ||||
|                     "16": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", | ||||
|                     "17": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", | ||||
|                     "18": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", | ||||
|                     "19": "\u05de\u05ea\u05d5\u05d6\u05de\u05df", | ||||
|                     "20": "\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05d8\u05e8\u05d9\u05d5\u05ea", | ||||
|                     "24": "Refresh", | ||||
|                     "25": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", | ||||
|                     "26": "Heating", | ||||
|                     "27": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3" | ||||
|                 }, | ||||
|                 "name": "\u05e9\u05dc\u05d1" | ||||
|             }, | ||||
|             "program_phases_td": { | ||||
|                 "state": { | ||||
|                     "0": "\u05de\u05d5\u05bc\u05db\u05b8\u05df", | ||||
|                     "1": "Drying", | ||||
|                     "2": "\u05d9\u05b4\u05d1\u05bc\u05d5\u05bc\u05e9\u05c1", | ||||
|                     "3": "Cooldown", | ||||
|                     "13": "Cooldown", | ||||
|                     "14": "Drying", | ||||
|                     "15": "Drying", | ||||
|                     "16": "Cooldown", | ||||
|                     "18": "Keep Fresh", | ||||
|                     "19": "\u05d9\u05b4\u05d1\u05bc\u05d5\u05bc\u05e9\u05c1", | ||||
|                     "20": "\u05d9\u05b4\u05d1\u05bc\u05d5\u05bc\u05e9\u05c1" | ||||
|                 }, | ||||
|                 "name": "\u05e9\u05dc\u05d1" | ||||
|             }, | ||||
|             "program_phases_dw": { | ||||
|                 "state": { | ||||
|                     "0": "\u05de\u05d5\u05bc\u05db\u05b8\u05df", | ||||
|                     "1": "Prewash", | ||||
|                     "2": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", | ||||
|                     "3": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", | ||||
|                     "4": "\u05d9\u05b4\u05d1\u05bc\u05d5\u05bc\u05e9\u05c1", | ||||
|                     "5": "\u05de\u05d5\u05bc\u05db\u05b8\u05df", | ||||
|                     "6": "Hot rinse" | ||||
|                 }, | ||||
|                 "name": "\u05e9\u05dc\u05d1" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "\u05dc\u05dc\u05d0 \u05d9\u05d9\u05d1\u05d5\u05e9", | ||||
|                     "1": "\u05d1\u05bc\u05b7\u05e8\u05d6\u05b6\u05dc", | ||||
|                     "2": "\u05dc\u05d0 \u05dc\u05d9\u05d9\u05d1\u05e9 \u05d1\u05e8\u05d6\u05dc", | ||||
|                     "3": "\u05d0\u05e8\u05d5\u05df \u05d9\u05d1\u05e9", | ||||
|                     "4": "\u05d9\u05d1\u05e9 \u05d1\u05de\u05d9\u05d5\u05d7\u05d3", | ||||
|                     "12": "\u05d1\u05bc\u05b7\u05e8\u05d6\u05b6\u05dc", | ||||
|                     "13": "\u05d0\u05e8\u05d5\u05df \u05d9\u05d1\u05e9", | ||||
|                     "14": "Ready to wear", | ||||
|                     "15": "\u05d9\u05d1\u05e9 \u05d1\u05de\u05d9\u05d5\u05d7\u05d3" | ||||
|                 }, | ||||
|                 "name": "\u05e8\u05de\u05ea \u05d9\u05d9\u05d1\u05d5\u05e9" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Anticrease" | ||||
|             }, | ||||
|             "power": { | ||||
|                 "name": "Power level" | ||||
|             }, | ||||
|             "remaining_time": { | ||||
|                 "name": "\u05d6\u05de\u05df \u05e9\u05e0\u05d5\u05ea\u05e8" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperature" | ||||
|             }, | ||||
|             "water_efficiency": { | ||||
|                 "name": "Water efficiency" | ||||
|             }, | ||||
|             "water_saving": { | ||||
|                 "name": "Water savings" | ||||
|             }, | ||||
|             "duration": { | ||||
|                 "name": "\u05de\u05b6\u05e9\u05c1\u05b6\u05da" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Target temperature" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "\u05e1\u05d9\u05d1\u05d5\u05d1" | ||||
|             }, | ||||
|             "steam_leve": { | ||||
|                 "name": "\u05de\u05e4\u05dc\u05e1 \u05e7\u05d9\u05d8\u05d5\u05e8" | ||||
|             }, | ||||
|             "dirt_level": { | ||||
|                 "name": "\u05e8\u05de\u05ea \u05e2\u05e4\u05e8" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Delay Start" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u05d6\u05de\u05df \u05d9\u05d9\u05d1\u05d5\u05e9" | ||||
|             }, | ||||
|             "suggested_load": { | ||||
|                 "name": "\u05d9\u05db\u05d5\u05dc\u05ea \u05e2\u05d5\u05de\u05e1" | ||||
|             }, | ||||
|             "energy_label": { | ||||
|                 "name": "\u05d7\u05e1\u05db\u05d5\u05df \u05d1\u05d0\u05e0\u05e8\u05d2\u05d9\u05d4" | ||||
|             }, | ||||
|             "det_dust": { | ||||
|                 "name": "Powder detergent" | ||||
|             }, | ||||
|             "det_liquid": { | ||||
|                 "name": "Liquid detergent" | ||||
|             } | ||||
|         }, | ||||
|         "select": { | ||||
|             "programs_dw": { | ||||
|                 "state": { | ||||
|                     "gentle_wash": "Gentle wash", | ||||
|                     "iot_checkup": "\u05d1\u05bc\u05b0\u05d3\u05b4\u05d9\u05e7\u05b8\u05d4", | ||||
|                     "iot_dreft_quick_cycle": "Dreft Quick", | ||||
|                     "iot_fairy_quick_cycle": "Fairy Quick", | ||||
|                     "iot_jar_quick_cycle": "Jar Quick", | ||||
|                     "iot_yes_quick_cycle": "Yes Quick", | ||||
|                     "smart_ai": "Smart AI" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "state": { | ||||
|                     "iot_special_grilled_vegetables": "Grilled vegetables" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "state": { | ||||
|                     "iot_h20_clean": "h2O clean", | ||||
|                     "pizza": "Pizza", | ||||
|                     "tailor_bake": "Tailor bake" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "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": "\u05ea\u05d5\u05d6\u05de\u05df", | ||||
|                     "hqd_warm_up": "Warm up", | ||||
|                     "hqd_working_suit": "Working suit", | ||||
|                     "iot_dry_synthetic_dry": "\u05e1\u05d9\u05e0\u05ea\u05d8\u05d9 \u05d9\u05d1\u05e9" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "state": { | ||||
|                     "20_degrees_new_energy_label": "20 \u05de\u05e2\u05dc\u05d5\u05ea \u05e6\u05dc\u05d6\u05d9\u05d5\u05e1", | ||||
|                     "active_steam": "\u05e7\u05b4\u05d9\u05d8\u05d5\u05b9\u05e8", | ||||
|                     "active_wash": "\u05e9\u05d8\u05d9\u05e4\u05d4 \u05e4\u05e2\u05d9\u05dc\u05d4", | ||||
|                     "active_wash_steam": "\u05e9\u05d8\u05d9\u05e4\u05d4 \u05e4\u05e2\u05d9\u05dc\u05d4", | ||||
|                     "allergy_care": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05d1\u05d0\u05dc\u05e8\u05d2\u05d9\u05d4", | ||||
|                     "allergy_care_pro": "Allergy Care Pro", | ||||
|                     "all_in_one_49": "All in One 49 '", | ||||
|                     "all_in_one_59": "All in One 59 '", | ||||
|                     "all_in_one_59_steam": "\u05e9\u05d8\u05d9\u05e4\u05d4 \u05e4\u05e2\u05d9\u05dc\u05d4", | ||||
|                     "autocare": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", | ||||
|                     "autoclean": "\u05e0\u05d9\u05e7\u05d5\u05d9 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9", | ||||
|                     "baby_60": "BABY_60", | ||||
|                     "care_14": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05de\u05d4\u05d9\u05e8 14 '", | ||||
|                     "care_30": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05de\u05d4\u05d9\u05e8 30 '", | ||||
|                     "care_44": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05de\u05d4\u05d9\u05e8 44 '", | ||||
|                     "checkup": "\u05d1\u05bc\u05b0\u05d3\u05b4\u05d9\u05e7\u05b8\u05d4", | ||||
|                     "cottons": "\u05db\u05d5\u05ea\u05e0\u05d4", | ||||
|                     "cottons_prewash": "\u05db\u05d5\u05ea\u05e0\u05d4 + \u05db\u05d1\u05d9\u05e1\u05d4 \u05de\u05d5\u05e7\u05d3\u05de\u05ea", | ||||
|                     "cotton_care_59": "Cotton Care 59 Min", | ||||
|                     "delicate_59": "\u05e2\u05d3\u05d9\u05df 59 '", | ||||
|                     "delicati_59": "DELICATI_59", | ||||
|                     "delicati_59_steam": "DELICATI_59", | ||||
|                     "drain_spin": "\u05e0\u05d9\u05e7\u05d5\u05d6 + \u05e1\u05d9\u05d1\u05d5\u05d1", | ||||
|                     "easy_iron": "\u05d2\u05d9\u05d4\u05d5\u05e5 \u05e7\u05dc", | ||||
|                     "eco_40_60_new_energy_label": "\u05d0\u05e7\u05d5 40-60", | ||||
|                     "extra_care": "\u05d0\u05db\u05e4\u05ea\u05d9\u05d5\u05ea \u05de\u05d5\u05d2\u05d1\u05e8\u05ea", | ||||
|                     "fitness": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05d1\u05db\u05d5\u05e9\u05e8", | ||||
|                     "fitness_care": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05d1\u05db\u05d5\u05e9\u05e8", | ||||
|                     "fresh_care": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05d8\u05e8\u05d9", | ||||
|                     "fresh_care_steam": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05d8\u05e8\u05d9", | ||||
|                     "handwash_wool": "\u05e9\u05d8\u05d9\u05e4\u05ea \u05d9\u05d3\u05d9\u05d9\u05dd + \u05e6\u05de\u05e8", | ||||
|                     "high_dry": "\u05d9\u05d1\u05e9 \u05d1\u05d7\u05d5\u05dd \u05d2\u05d1\u05d5\u05d4", | ||||
|                     "hqd_dry_synthetics": "\u05d9\u05d1\u05e9 \u05d1\u05d7\u05d5\u05dd \u05e0\u05de\u05d5\u05da", | ||||
|                     "hygiene_60": "\u05d4\u05d9\u05d2\u05d9\u05d9\u05e0\u05d4 60 \u05de\u05e2\u05dc\u05d5\u05ea \u05e6\u05dc\u05d6\u05d9\u05d5\u05e1", | ||||
|                     "intensive_40": "40\u00b0C \u05d0\u05d9\u05e0\u05d8\u05e0\u05e1\u05d9\u05d1\u05d9\u05d9\u05dd", | ||||
|                     "iot_active_steam": "\u05e7\u05b4\u05d9\u05d8\u05d5\u05b9\u05e8", | ||||
|                     "iot_active_wash_steam": "\u05e9\u05d8\u05d9\u05e4\u05d4 \u05e4\u05e2\u05d9\u05dc\u05d4", | ||||
|                     "iot_allergy_care_pro": "Allergy Care Pro", | ||||
|                     "iot_all_in_one_59_steam": "\u05e9\u05d8\u05d9\u05e4\u05d4 \u05e4\u05e2\u05d9\u05dc\u05d4", | ||||
|                     "iot_checkup": "\u05d1\u05bc\u05b0\u05d3\u05b4\u05d9\u05e7\u05b8\u05d4", | ||||
|                     "iot_delicati_59_steam": "DELICATI_59", | ||||
|                     "iot_dry_air_refresh": "\u05e8\u05e2\u05e0\u05d5\u05df \u05d0\u05d5\u05d5\u05d9\u05e8", | ||||
|                     "iot_dry_anti_mites": "\u05e0\u05d2\u05d3 \u05e7\u05e8\u05d3\u05d9\u05ea", | ||||
|                     "iot_dry_baby": "\u05ea\u05b4\u05d9\u05e0\u05d5\u05b9\u05e7", | ||||
|                     "iot_dry_backpacks": "\u05ea\u05d9\u05e7\u05d9 \u05d2\u05d1", | ||||
|                     "iot_dry_bathrobe": "\u05d7\u05dc\u05d5\u05e7\u05d9 \u05e8\u05d7\u05e6\u05d4", | ||||
|                     "iot_dry_bed_linen": "\u05de\u05e6\u05e2\u05d9\u05dd", | ||||
|                     "iot_dry_cotton_dry": "\u05db\u05d5\u05ea\u05e0\u05d4 \u05d9\u05d1\u05e9\u05d4", | ||||
|                     "iot_dry_cuddly_toys": "\u05e6\u05e2\u05e6\u05d5\u05e2\u05d9 \u05d7\u05d9\u05d1\u05d5\u05e7", | ||||
|                     "iot_dry_curtains": "\u05d5\u05d9\u05dc\u05d5\u05e0\u05d5\u05ea", | ||||
|                     "iot_dry_dehumidifier": "\u05de\u05e1\u05d9\u05e8 \u05dc\u05d7\u05d5\u05ea", | ||||
|                     "iot_dry_delicates_antiallergy": "\u05e2\u05d3\u05d9\u05df \u05e0\u05d2\u05d3 \u05d0\u05dc\u05e8\u05d2\u05d9\u05d4", | ||||
|                     "iot_dry_delicate_tablecloths": "\u05de\u05e4\u05d5\u05ea \u05e2\u05d3\u05d9\u05e0\u05d5\u05ea", | ||||
|                     "iot_dry_denim_jeans": "\u05d2'\u05d9\u05e0\u05e1", | ||||
|                     "iot_dry_easy_iron_cotton": "\u05d1\u05e8\u05d6\u05dc \u05e7\u05dc - \u05db\u05d5\u05ea\u05e0\u05d4", | ||||
|                     "iot_dry_easy_iron_synthetics": "\u05e7\u05dc \u05d1\u05e8\u05d6\u05dc - \u05e1\u05d9\u05e0\u05ea\u05d8\u05d9\u05d9\u05dd", | ||||
|                     "iot_dry_gym_fit": "\u05db\u05d5\u05e9\u05e8 \u05db\u05d5\u05e9\u05e8 - \u05db\u05d5\u05e9\u05e8", | ||||
|                     "iot_dry_lingerie": "\u05dc\u05b4\u05d1\u05e0\u05b5\u05d9 \u05e0\u05b8\u05e9\u05c1\u05b4\u05d9\u05dd", | ||||
|                     "iot_dry_mixed_dry": "\u05de\u05e2\u05d5\u05e8\u05d1\u05d1 \u05d9\u05d1\u05e9", | ||||
|                     "iot_dry_rapid_60_min_delicates": "\u05de\u05d4\u05d9\u05e8 60 '- \u05e2\u05d3\u05d9\u05e0\u05d9\u05dd", | ||||
|                     "iot_dry_shirts": "\u05d7\u05d5\u05dc\u05e6\u05d5\u05ea", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "\u05d1\u05d2\u05d3\u05d9 \u05d9\u05dd \u05d5\u05d1\u05d9\u05e7\u05d9\u05e0\u05d9", | ||||
|                     "iot_dry_synthetics": "\u05e1\u05d9\u05e0\u05ea\u05d8\u05d9 \u05d9\u05d1\u05e9", | ||||
|                     "iot_dry_synthetic_dry": "\u05e1\u05d9\u05e0\u05ea\u05d8\u05d9 \u05d9\u05d1\u05e9", | ||||
|                     "iot_dry_tablecloths": "\u05de\u05e4\u05d5\u05ea \u05e9\u05d5\u05dc\u05d7\u05df", | ||||
|                     "iot_dry_technical_fabrics": "\u05d1\u05d3\u05d9\u05dd \u05d8\u05db\u05e0\u05d9\u05d9\u05dd", | ||||
|                     "iot_dry_warm_embrace": "\u05d7\u05d9\u05d1\u05d5\u05e7 \u05d7\u05dd", | ||||
|                     "iot_dry_wool_dry": "\u05e6\u05de\u05e8 \u05d9\u05d1\u05e9", | ||||
|                     "iot_easy_iron": "\u05d2\u05d9\u05d4\u05d5\u05e5 \u05e7\u05dc", | ||||
|                     "iot_fresh_care_steam": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05d8\u05e8\u05d9", | ||||
|                     "iot_synthetic_and_coloured_steam": "\u05e1\u05d9\u05e0\u05d8\u05d8\u05d9 \u05d5\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9", | ||||
|                     "iot_wash_anti_mites": "\u05e0\u05d2\u05d3 \u05e7\u05e8\u05d3\u05d9\u05ea", | ||||
|                     "iot_wash_anti_odor": "\u05e0\u05d2\u05d3 \u05e8\u05d9\u05d7", | ||||
|                     "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|                     "iot_wash_ariel_cold_cycle": "Ariel Cold 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_backpacks": "\u05ea\u05d9\u05e7\u05d9 \u05d2\u05d1", | ||||
|                     "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_bed_linen": "\u05de\u05e6\u05e2\u05d9\u05dd", | ||||
|                     "iot_wash_bed_linen_zelig": "\u05de\u05e6\u05e2\u05d9\u05dd", | ||||
|                     "iot_wash_bleaching": "\u05d4\u05b7\u05dc\u05d1\u05bc\u05b8\u05e0\u05b8\u05d4", | ||||
|                     "iot_wash_blood_stains": "\u05db\u05ea\u05de\u05d9 \u05d3\u05dd", | ||||
|                     "iot_wash_cashmere": "\u05e7\u05e9\u05de\u05d9\u05e8", | ||||
|                     "iot_wash_chocolate_stains": "\u05db\u05ea\u05de\u05d9 \u05e9\u05d5\u05e7\u05d5\u05dc\u05d3", | ||||
|                     "iot_wash_cold_wash": "\u05e9\u05d8\u05d9\u05e4\u05d4 \u05e7\u05e8\u05d4", | ||||
|                     "iot_wash_colored": "\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9", | ||||
|                     "iot_wash_colored_anti_stain": "\u05e0\u05d2\u05d3 \u05db\u05ea\u05dd \u05e6\u05d1\u05e2\u05d5\u05e0\u05d9", | ||||
|                     "iot_wash_colored_delicate": "\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9 \u05e2\u05d3\u05d9\u05df", | ||||
|                     "iot_wash_coloured": "\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9", | ||||
|                     "iot_wash_cotton": "\u05db\u05d5\u05ea\u05e0\u05d4", | ||||
|                     "iot_wash_cuddly_toys": "\u05e6\u05e2\u05e6\u05d5\u05e2\u05d9 \u05d7\u05d9\u05d1\u05d5\u05e7", | ||||
|                     "iot_wash_curtains": "\u05d5\u05d9\u05dc\u05d5\u05e0\u05d5\u05ea", | ||||
|                     "iot_wash_curtains_zelig": "\u05d5\u05d9\u05dc\u05d5\u05e0\u05d5\u05ea", | ||||
|                     "iot_wash_dark": "\u05d0\u05e4\u05dc", | ||||
|                     "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_59": "\u05d7\u05d1\u05d9\u05d1\u05d9\u05dd \u05d5\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9 59 '", | ||||
|                     "iot_wash_darks_and_coloured_xl": "\u05d7\u05e4\u05e6\u05d9\u05dd \u05d5\u05e6\u05d1\u05e2 XL", | ||||
|                     "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|                     "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|                     "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|                     "iot_wash_delicate": "\u05e2\u05d3\u05d9\u05e0\u05d9\u05dd", | ||||
|                     "iot_wash_delicate_antiallergy": "\u05d0\u05e0\u05d8\u05d9 \u05d0\u05dc\u05e8\u05d2\u05d9\u05d4 \u05e2\u05d3\u05d9\u05df", | ||||
|                     "iot_wash_delicate_antiallergy_zelig": "\u05d0\u05e0\u05d8\u05d9 \u05d0\u05dc\u05e8\u05d2\u05d9\u05d4 \u05e2\u05d3\u05d9\u05df", | ||||
|                     "iot_wash_delicate_colors": "\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9 \u05e2\u05d3\u05d9\u05df", | ||||
|                     "iot_wash_delicate_dark": "\u05db\u05d4\u05d4 \u05e2\u05d3\u05d9\u05df", | ||||
|                     "iot_wash_delicate_tablecloths": "\u05de\u05e4\u05d5\u05ea \u05e2\u05d3\u05d9\u05e0\u05d5\u05ea", | ||||
|                     "iot_wash_delicate_whites": "\u05dc\u05d1\u05e0\u05d9\u05dd \u05e2\u05d3\u05d9\u05e0\u05d9\u05dd", | ||||
|                     "iot_wash_denim_jeans": "\u05d2'\u05d9\u05e0\u05e1", | ||||
|                     "iot_wash_diving_suits": "\u05d7\u05dc\u05d9\u05e4\u05d5\u05ea \u05e6\u05dc\u05d9\u05dc\u05d4", | ||||
|                     "iot_wash_diving_suits_zelig": "\u05d7\u05dc\u05d9\u05e4\u05d5\u05ea \u05e6\u05dc\u05d9\u05dc\u05d4", | ||||
|                     "iot_wash_down_jackets": "\u05de\u05e2\u05d9\u05dc\u05d9 \u05e4\u05d5\u05da", | ||||
|                     "iot_wash_down_jackets_zelig": "\u05de\u05e2\u05d9\u05dc\u05d9 \u05e4\u05d5\u05da", | ||||
|                     "iot_wash_fruit_stains": "\u05db\u05ea\u05de\u05d9 \u05e4\u05e8\u05d9", | ||||
|                     "iot_wash_gym_fit": "\u05db\u05d5\u05e9\u05e8 \u05db\u05d5\u05e9\u05e8 - \u05db\u05d5\u05e9\u05e8", | ||||
|                     "iot_wash_handwash": "\u05e9\u05d8\u05d9\u05e4\u05ea \u05d9\u05d3\u05d9\u05d9\u05dd", | ||||
|                     "iot_wash_handwash_colored": "\u05e9\u05d8\u05d9\u05e4\u05ea \u05d9\u05d3\u05d9\u05d9\u05dd \u05d1\u05e6\u05d1\u05e2", | ||||
|                     "iot_wash_handwash_dark": "\u05e9\u05d8\u05d9\u05e4\u05ea \u05d9\u05d3\u05d9\u05d9\u05dd \u05db\u05d4\u05d4", | ||||
|                     "iot_wash_lingerie": "\u05dc\u05b4\u05d1\u05e0\u05b5\u05d9 \u05e0\u05b8\u05e9\u05c1\u05b4\u05d9\u05dd", | ||||
|                     "iot_wash_masks_refresh": "\u05de\u05e1\u05db\u05d5\u05ea \u05e8\u05e2\u05e0\u05df", | ||||
|                     "iot_wash_masks_sanification": "\u05d7\u05d9\u05d8\u05d5\u05d9 \u05de\u05e1\u05db\u05d5\u05ea", | ||||
|                     "iot_wash_mats": "\u05de\u05d7\u05e6\u05dc\u05d5\u05ea", | ||||
|                     "iot_wash_men_s_trousers": "\u05de\u05db\u05e0\u05e1\u05d9 \u05d2\u05d1\u05e8\u05d9\u05dd", | ||||
|                     "iot_wash_mixed": "\u05de\u05e2\u05d5\u05e8\u05d1", | ||||
|                     "iot_wash_mix_and_coloured_44": "\u05dc\u05e2\u05e8\u05d1\u05d1 \u05d5\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9 44 '", | ||||
|                     "iot_wash_mix_and_coloured_59": "\u05de\u05d9\u05e7\u05e1 \u05d5\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9 59 '", | ||||
|                     "iot_wash_mix_and_coloured_xl": "\u05de\u05e2\u05e8\u05d1\u05d1\u05d9\u05dd \u05d5\u05e6\u05d1\u05e2\u05d9\u05dd XL", | ||||
|                     "iot_wash_new_clothes": "\u05d1\u05d2\u05d3\u05d9\u05dd \u05d7\u05d3\u05e9\u05d9\u05dd", | ||||
|                     "iot_wash_perfect_white": "\u05dc\u05d1\u05df \u05de\u05d5\u05e9\u05dc\u05dd", | ||||
|                     "iot_wash_pets": "\u05d7\u05d9\u05d5\u05ea \u05de\u05d7\u05de\u05d3", | ||||
|                     "iot_wash_pets_steam": "\u05d7\u05d9\u05d5\u05ea \u05de\u05d7\u05de\u05d3", | ||||
|                     "iot_wash_playsuits": "\u05d7\u05dc\u05d9\u05e4\u05d5\u05ea \u05de\u05e9\u05d7\u05e7", | ||||
|                     "iot_wash_rapid_14": "\u05de\u05d4\u05d9\u05e8 14 '", | ||||
|                     "iot_wash_rapid_30": "\u05de\u05d4\u05d9\u05e8 30 '", | ||||
|                     "iot_wash_rapid_44": "\u05de\u05d4\u05d9\u05e8 44 '", | ||||
|                     "iot_wash_rapid_59": "\u05de\u05d4\u05d9\u05e8 59 '", | ||||
|                     "iot_wash_refresh_14_min": "\u05e8\u05e2\u05e0\u05df 14 \u05d3\u05e7\u05d5\u05ea", | ||||
|                     "iot_wash_resistant_colored": "\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9 \u05e2\u05de\u05d9\u05d3", | ||||
|                     "iot_wash_resistant_dark": "\u05db\u05d4\u05d4 \u05e2\u05de\u05d9\u05d3", | ||||
|                     "iot_wash_resistant_whites": "\u05dc\u05d1\u05e0\u05d9\u05dd \u05e2\u05de\u05d9\u05d3\u05d9\u05dd", | ||||
|                     "iot_wash_rinse": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", | ||||
|                     "iot_wash_shirts": "\u05d7\u05d5\u05dc\u05e6\u05d5\u05ea", | ||||
|                     "iot_wash_silk": "\u05de\u05e9\u05d9", | ||||
|                     "iot_wash_ski_suit": "\u05d7\u05dc\u05d9\u05e4\u05ea \u05e1\u05e7\u05d9", | ||||
|                     "iot_wash_ski_suit_zelig": "\u05d7\u05dc\u05d9\u05e4\u05ea \u05e1\u05e7\u05d9", | ||||
|                     "iot_wash_spin": "\u05e1\u05d9\u05d1\u05d5\u05d1", | ||||
|                     "iot_wash_sport": "\u05e1\u05e4\u05bc\u05d5\u05b9\u05e8\u05d8", | ||||
|                     "iot_wash_stains_remover": "\u05de\u05e1\u05d9\u05e8 \u05db\u05ea\u05de\u05d9\u05dd", | ||||
|                     "iot_wash_swimsuits_and_bikinis": "\u05d1\u05d2\u05d3\u05d9 \u05d9\u05dd \u05d5\u05d1\u05d9\u05e7\u05d9\u05e0\u05d9", | ||||
|                     "iot_wash_synthetic": "\u05e1\u05d9\u05e0\u05ea\u05d8\u05d9\u05d9\u05dd", | ||||
|                     "iot_wash_tablecloths": "\u05de\u05e4\u05d5\u05ea \u05e9\u05d5\u05dc\u05d7\u05df", | ||||
|                     "iot_wash_technical_fabrics": "\u05d1\u05d3\u05d9\u05dd \u05d8\u05db\u05e0\u05d9\u05d9\u05dd", | ||||
|                     "iot_wash_technical_fabrics_zelig": "\u05d1\u05d3\u05d9\u05dd \u05d8\u05db\u05e0\u05d9\u05d9\u05dd", | ||||
|                     "iot_wash_technical_jackets": "\u05d6'\u05e7\u05d8\u05d9\u05dd \u05d8\u05db\u05e0\u05d9\u05d9\u05dd", | ||||
|                     "iot_wash_technical_jackets_zelig": "\u05d6'\u05e7\u05d8\u05d9\u05dd \u05d8\u05db\u05e0\u05d9\u05d9\u05dd", | ||||
|                     "iot_wash_trainers": "\u05de\u05d0\u05de\u05e0\u05d9\u05dd", | ||||
|                     "iot_wash_whites": "\u05dc\u05b0\u05d1\u05b8\u05e0\u05b4\u05d9\u05dd", | ||||
|                     "iot_wash_whites_44": "\u05dc\u05d1\u05e0\u05d9\u05dd 44 '", | ||||
|                     "iot_wash_whites_59": "\u05dc\u05d1\u05e0\u05d9\u05dd 59 '", | ||||
|                     "iot_wash_whites_xl": "\u05dc\u05d1\u05e0\u05d9\u05dd XL", | ||||
|                     "iot_wash_wine_stains": "\u05db\u05ea\u05de\u05d9 \u05d9\u05d9\u05df", | ||||
|                     "iot_wash_wool": "\u05e6\u05b6\u05de\u05b6\u05e8", | ||||
|                     "jeans": "\u05d2\u05b4'\u05d9\u05e0\u05e1", | ||||
|                     "low_dry": "\u05d9\u05d1\u05e9 \u05d1\u05d7\u05d5\u05dd \u05e0\u05de\u05d5\u05da", | ||||
|                     "mixed_and_colored_59": "\u05de\u05e2\u05d5\u05e8\u05d1 \u05d5\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9 59 '", | ||||
|                     "night_and_day": "\u05dc\u05d9\u05dc\u05d4 \u05d5\u05d9\u05d5\u05dd", | ||||
|                     "night_wash": "Night Wash", | ||||
|                     "perfect_59": "\u05de\u05d5\u05e9\u05dc\u05dd 59 '", | ||||
|                     "perfect_whites_59": "\u05dc\u05d1\u05df \u05de\u05d5\u05e9\u05dc\u05dd", | ||||
|                     "rapid_wash_and_dry_59_min": "\u05dc\u05e9\u05d8\u05d5\u05e3 \u05d5\u05dc\u05d9\u05d9\u05d1\u05e9 59 '", | ||||
|                     "resistant_cotton": "\u05db\u05d5\u05ea\u05e0\u05d4", | ||||
|                     "rinse": "\u05dc\u05b4\u05e9\u05c1\u05b0\u05d8\u05d5\u05b9\u05e3", | ||||
|                     "silent_night": "Night Wash", | ||||
|                     "soft_care": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05e8\u05da", | ||||
|                     "special_49": "\u05de\u05d9\u05d5\u05d7\u05d3 49 '", | ||||
|                     "sport_39": "\u05e1\u05e4\u05d5\u05e8\u05d8 39 '", | ||||
|                     "sport_plus_29": "\u05e1\u05e4\u05d5\u05e8\u05d8 \u05e4\u05dc\u05d5\u05e1 29 \"", | ||||
|                     "steam_39": "\u05e7\u05d9\u05d8\u05d5\u05e8 39 '", | ||||
|                     "steam_care_pro": "Steam Care Pro", | ||||
|                     "steam_care_pro_cotton": "Steam Care Pro", | ||||
|                     "steam_care_pro_delicates": "Steam Care Pro", | ||||
|                     "steam_care_pro_synthetic": "Steam Care Pro", | ||||
|                     "synthetics": "\u05e1\u05d9\u05e0\u05ea\u05d8\u05d9\u05d9\u05dd", | ||||
|                     "synthetic_and_coloured": "\u05e1\u05d9\u05e0\u05d8\u05d8\u05d9 \u05d5\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9", | ||||
|                     "synthetic_and_coloured_steam": "\u05e1\u05d9\u05e0\u05d8\u05d8\u05d9 \u05d5\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9", | ||||
|                     "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|                     "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|                     "total_care": "\u05d8\u05d9\u05e4\u05d5\u05dc \u05d8\u05d5\u05d8\u05d0\u05dc\u05d9", | ||||
|                     "tumbling": "\u05e0\u05d5\u05e4\u05dc\u05d9\u05dd", | ||||
|                     "wool_and_delicates_49": "Wool/Delicates 49'", | ||||
|                     "wool_dry": "\u05e6\u05de\u05e8 \u05d9\u05d1\u05e9", | ||||
|                     "wool_soft_care": "Wool & Soft Care" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "\u05dc\u05dc\u05d0 \u05d9\u05d9\u05d1\u05d5\u05e9", | ||||
|                     "1": "\u05d1\u05bc\u05b7\u05e8\u05d6\u05b6\u05dc", | ||||
|                     "2": "\u05dc\u05d0 \u05dc\u05d9\u05d9\u05d1\u05e9 \u05d1\u05e8\u05d6\u05dc", | ||||
|                     "3": "\u05d0\u05e8\u05d5\u05df \u05d9\u05d1\u05e9", | ||||
|                     "4": "\u05d9\u05d1\u05e9 \u05d1\u05de\u05d9\u05d5\u05d7\u05d3", | ||||
|                     "12": "\u05d1\u05bc\u05b7\u05e8\u05d6\u05b6\u05dc", | ||||
|                     "13": "\u05d0\u05e8\u05d5\u05df \u05d9\u05d1\u05e9", | ||||
|                     "14": "Ready to wear", | ||||
|                     "15": "\u05d9\u05d1\u05e9 \u05d1\u05de\u05d9\u05d5\u05d7\u05d3" | ||||
|                 }, | ||||
|                 "name": "\u05e8\u05de\u05ea \u05d9\u05d9\u05d1\u05d5\u05e9" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "\u05e1\u05d9\u05d1\u05d5\u05d1" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperature" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u05d6\u05de\u05df \u05d9\u05d9\u05d1\u05d5\u05e9" | ||||
|             } | ||||
|         }, | ||||
|         "switch": { | ||||
|             "anti_crease": { | ||||
|                 "name": "Anticrease" | ||||
|             }, | ||||
|             "add_dish": { | ||||
|                 "name": "" | ||||
|             }, | ||||
|             "eco_express": { | ||||
|                 "name": "Eco" | ||||
|             }, | ||||
|             "extra_dry": { | ||||
|                 "name": "Extra dry" | ||||
|             }, | ||||
|             "half_load": { | ||||
|                 "name": "Half load" | ||||
|             }, | ||||
|             "open_door": { | ||||
|                 "name": "Open door" | ||||
|             }, | ||||
|             "three_in_one": { | ||||
|                 "name": "3 in 1" | ||||
|             }, | ||||
|             "preheat": { | ||||
|                 "name": "Preheat" | ||||
|             }, | ||||
|             "dish_washer": { | ||||
|                 "name": "Dish washer" | ||||
|             }, | ||||
|             "tumble_dryer": { | ||||
|                 "name": "Tumble dryer" | ||||
|             }, | ||||
|             "washing_machine": { | ||||
|                 "name": "Washing machine" | ||||
|             }, | ||||
|             "washer_dryer": { | ||||
|                 "name": "Washer dryer" | ||||
|             }, | ||||
|             "oven": { | ||||
|                 "name": "Oven" | ||||
|             }, | ||||
|             "prewash": { | ||||
|                 "name": "\u05e9\u05d8\u05d9\u05e4\u05d4 \u05de\u05e8\u05d0\u05e9" | ||||
|             }, | ||||
|             "pause": { | ||||
|                 "name": "Pause" | ||||
|             }, | ||||
|             "keep_fresh": { | ||||
|                 "name": "Keep Fresh" | ||||
|             } | ||||
|         }, | ||||
|         "binary_sensor": { | ||||
|             "door_lock": { | ||||
|                 "name": "\u05de\u05e0\u05e2\u05d5\u05dc \u05d3\u05dc\u05ea" | ||||
|             }, | ||||
|             "extra_rinse_1": { | ||||
|                 "name": "+1 \u05e9\u05d8\u05d9\u05e4\u05d4" | ||||
|             }, | ||||
|             "extra_rinse_2": { | ||||
|                 "name": "+2 \u05e9\u05d8\u05d9\u05e4\u05d5\u05ea" | ||||
|             }, | ||||
|             "extra_rinse_3": { | ||||
|                 "name": "+3 \u05e9\u05d8\u05d9\u05e4\u05d5\u05ea" | ||||
|             }, | ||||
|             "good_night": { | ||||
|                 "name": "\u05dc\u05d9\u05dc\u05d4 \u05d8\u05d5\u05d1" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Anticrease" | ||||
|             }, | ||||
|             "aqua_plus": { | ||||
|                 "name": "Acquaplus" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "\u05e1\u05d9\u05d1\u05d5\u05d1" | ||||
|             }, | ||||
|             "programs_dw": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "still_hot": { | ||||
|                 "name": "Still hot" | ||||
|             }, | ||||
|             "pan_status": { | ||||
|                 "name": "Pan" | ||||
|             }, | ||||
|             "remote_control": { | ||||
|                 "name": "Remote control" | ||||
|             }, | ||||
|             "rinse_aid": { | ||||
|                 "name": "Rinse Aid level" | ||||
|             }, | ||||
|             "salt_level": { | ||||
|                 "name": "Salt level" | ||||
|             }, | ||||
|             "door_open": { | ||||
|                 "name": "Door open" | ||||
|             }, | ||||
|             "connection": { | ||||
|                 "name": "Appliance connection" | ||||
|             } | ||||
|         }, | ||||
|         "number": { | ||||
|             "power_management": { | ||||
|                 "name": "Power management" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperature" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Delay Start" | ||||
|             }, | ||||
|             "water_hard": { | ||||
|                 "name": "\u05e7\u05e9\u05d9\u05d5\u05ea \u05de\u05d9\u05dd" | ||||
|             }, | ||||
|             "program_duration": { | ||||
|                 "name": "Program duration" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Target temperature" | ||||
|             }, | ||||
|             "rinse_iterations": { | ||||
|                 "name": "Number of rinses" | ||||
|             }, | ||||
|             "wash_time": { | ||||
|                 "name": "Washing intensity" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u05d6\u05de\u05df \u05d9\u05d9\u05d1\u05d5\u05e9" | ||||
|             } | ||||
|         }, | ||||
|         "button": { | ||||
|             "induction_hob": { | ||||
|                 "name": "Induction Hob" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @ -1,953 +0,0 @@ | ||||
| { | ||||
|     "entity": { | ||||
|         "sensor": { | ||||
|             "washing_modes": { | ||||
|                 "state": { | ||||
|                     "0": "Spremno", | ||||
|                     "1": "Spremno", | ||||
|                     "3": "Zaustavi", | ||||
|                     "4": "Zakazano", | ||||
|                     "5": "Zakazano", | ||||
|                     "6": "Gre\u0161ka", | ||||
|                     "7": "Spremno" | ||||
|                 } | ||||
|             }, | ||||
|             "program_phases_wm": { | ||||
|                 "state": { | ||||
|                     "0": "Spremno", | ||||
|                     "1": "Pranje", | ||||
|                     "2": "Pranje", | ||||
|                     "3": "Okretaj", | ||||
|                     "4": "Ispiranje", | ||||
|                     "5": "Ispiranje", | ||||
|                     "6": "Ispiranje", | ||||
|                     "7": "Su\u0161enje", | ||||
|                     "9": "Para", | ||||
|                     "10": "Spremno", | ||||
|                     "11": "Okretaj", | ||||
|                     "12": "Mjerenje te\u017eine ", | ||||
|                     "13": "Mjerenje te\u017eine ", | ||||
|                     "14": "Pranje", | ||||
|                     "15": "Pranje", | ||||
|                     "16": "Pranje", | ||||
|                     "17": "Ispiranje", | ||||
|                     "18": "Ispiranje", | ||||
|                     "19": "Zakazano", | ||||
|                     "20": "Odr\u017eavanje svje\u017eine", | ||||
|                     "24": "Protiv neugodnih mirisa", | ||||
|                     "25": "Pranje", | ||||
|                     "26": "Grijanje", | ||||
|                     "27": "Pranje" | ||||
|                 }, | ||||
|                 "name": "Faza" | ||||
|             }, | ||||
|             "program_phases_td": { | ||||
|                 "state": { | ||||
|                     "0": "Spremno", | ||||
|                     "1": "Su\u0161enje", | ||||
|                     "2": "Su\u0161enje", | ||||
|                     "3": "Hla\u0111enje", | ||||
|                     "13": "Hla\u0111enje", | ||||
|                     "14": "Su\u0161enje", | ||||
|                     "15": "Su\u0161enje", | ||||
|                     "16": "Hla\u0111enje", | ||||
|                     "18": "Odr\u017ei svje\u017eim", | ||||
|                     "19": "Su\u0161enje", | ||||
|                     "20": "Su\u0161enje" | ||||
|                 }, | ||||
|                 "name": "Faza" | ||||
|             }, | ||||
|             "program_phases_dw": { | ||||
|                 "state": { | ||||
|                     "0": "Spremno", | ||||
|                     "1": "Pretpranje", | ||||
|                     "2": "Pranje", | ||||
|                     "3": "Ispiranje", | ||||
|                     "4": "Su\u0161enje", | ||||
|                     "5": "Spremno", | ||||
|                     "6": "Hot rinse" | ||||
|                 }, | ||||
|                 "name": "Faza" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Bez su\u0161enja", | ||||
|                     "1": "Suho za gla\u010danje", | ||||
|                     "2": "Suho za spremanje", | ||||
|                     "3": "Suho za spremanje", | ||||
|                     "4": "Potpuno suho", | ||||
|                     "12": "Suho za gla\u010danje", | ||||
|                     "13": "Suho za spremanje", | ||||
|                     "14": "Spremno za no\u0161enje", | ||||
|                     "15": "Potpuno suho" | ||||
|                 }, | ||||
|                 "name": "Stupanj suho\u0107e" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Spre\u010davanje gu\u017evanja" | ||||
|             }, | ||||
|             "power": { | ||||
|                 "name": "Razina napajanja" | ||||
|             }, | ||||
|             "remaining_time": { | ||||
|                 "name": "Preostalo vrijeme" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "water_efficiency": { | ||||
|                 "name": "U\u010dinkovitost vode" | ||||
|             }, | ||||
|             "water_saving": { | ||||
|                 "name": "U\u0161teda na vodi" | ||||
|             }, | ||||
|             "duration": { | ||||
|                 "name": "Trajanje" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Ciljana temperatura" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Centrifuga" | ||||
|             }, | ||||
|             "steam_leve": { | ||||
|                 "name": "Razina pare" | ||||
|             }, | ||||
|             "dirt_level": { | ||||
|                 "name": "Stupanj zaprljanosti" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Odgoda po\u010detka" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Trajanje su\u0161enja" | ||||
|             }, | ||||
|             "suggested_load": { | ||||
|                 "name": "Kapacitet rublja" | ||||
|             }, | ||||
|             "energy_label": { | ||||
|                 "name": "Energetska u\u010dinkovitost" | ||||
|             }, | ||||
|             "det_dust": { | ||||
|                 "name": "Pra\u0161ak" | ||||
|             }, | ||||
|             "det_liquid": { | ||||
|                 "name": "Teku\u0107ina" | ||||
|             } | ||||
|         }, | ||||
|         "select": { | ||||
|             "programs_dw": { | ||||
|                 "state": { | ||||
|                     "59_min": "Brzi 59'", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "auto_care_soil": "Auto Care", | ||||
|                     "auto_plus": "AutoPlus", | ||||
|                     "auto_sensor": "Auto Sensor", | ||||
|                     "auto_sensor_soil": "Auto Sensor", | ||||
|                     "auto_universal": "Automatski univerzalni 50 - 60\u00b0C", | ||||
|                     "auto_universal_plus": "Automatski univerzalni+ 65 - 75\u00b0C", | ||||
|                     "auto_universal_plus_soil": "Automatski univerzalni+ 65 - 75\u00b0C", | ||||
|                     "auto_universal_soil": "Automatski univerzalni 50 - 60\u00b0C", | ||||
|                     "auto_wash": "Automatsko pranje", | ||||
|                     "auto_wash_soil": "Automatsko pranje", | ||||
|                     "classe_a_59": "A klasa 59' 65\u00b0C", | ||||
|                     "delicate": "Osjetljivo 45\u00b0C", | ||||
|                     "dishwasher_care": "Ciklus \u010di\u0161\u0107enja kamenca", | ||||
|                     "eco": "Ekolo\u0161ki", | ||||
|                     "eco_asynch": "Eco 45\u00b0C", | ||||
|                     "eco_bldc": "Eco 45\u00b0C", | ||||
|                     "eco_synch": "Eco 45\u00b0C", | ||||
|                     "gentle_wash": "Gentle wash", | ||||
|                     "glass": "Staklo", | ||||
|                     "glassware": "Glassware (Stakleno posu\u0111e) 45 \u00b0C", | ||||
|                     "glass_care": "Glass Care", | ||||
|                     "hygiene": "Hygiene", | ||||
|                     "hygiene_plus": "Hygiene+ (Higijena+) 75 \u00b0C", | ||||
|                     "intensive": "Intenzivno ", | ||||
|                     "intensive_rapid": "Sna\u017ean i brz", | ||||
|                     "iot_auto_sensor": "Auto Sensor", | ||||
|                     "iot_auto_universal_soil": "Automatski univerzalni 50 - 60\u00b0C", | ||||
|                     "iot_auto_wash_soil": "Automatsko pranje", | ||||
|                     "iot_baby_care": "Baby Care", | ||||
|                     "iot_breakfast": "Doru\u010dak", | ||||
|                     "iot_checkup": "Check Up ciklus provjere", | ||||
|                     "iot_china_crystals": "Kristal", | ||||
|                     "iot_classe_a_59": "Brzi 59'", | ||||
|                     "iot_cocktail_glasses": "Koktel \u010da\u0161e", | ||||
|                     "iot_cocktail_glasses_soil": "Koktel \u010da\u0161e", | ||||
|                     "iot_daily_care": "Daily Care", | ||||
|                     "iot_daily_care_soil": "Daily Care", | ||||
|                     "iot_delicate": "Osjetljivo 45\u00b0C", | ||||
|                     "iot_dinner_for_two": "Ve\u010dera za dvoje", | ||||
|                     "iot_dinner_for_two_soil": "Ve\u010dera za dvoje", | ||||
|                     "iot_dreft_quick_cycle": "Dreft Quick", | ||||
|                     "iot_eco_asynch": "Eco 45\u00b0C", | ||||
|                     "iot_eco_bldc": "Eco 45\u00b0C", | ||||
|                     "iot_eco_synch": "Eco 45\u00b0C", | ||||
|                     "iot_extra_hygiene": "Extra Hygiene", | ||||
|                     "iot_fairy_quick_cycle": "Fairy Quick", | ||||
|                     "iot_happy_hour": "Happy Hour", | ||||
|                     "iot_jar_quick_cycle": "Jar Quick", | ||||
|                     "iot_party": "Party", | ||||
|                     "iot_party_soil": "Party", | ||||
|                     "iot_pizza_menu": "Pizza", | ||||
|                     "iot_pizza_menu_soil": "Pizza", | ||||
|                     "iot_plastic_tupperware": "Plastika", | ||||
|                     "iot_porcelain": "Porculan", | ||||
|                     "iot_power_mix_wash": "Power Mix Wash", | ||||
|                     "iot_power_mix_wash_soil": "Power Mix Wash", | ||||
|                     "iot_prewash": "Pretpranje", | ||||
|                     "iot_pyrex_and_glassware": "Pireks & obi\u010dno staklo", | ||||
|                     "iot_rapid_29": "Brzo 29'", | ||||
|                     "iot_rapid_39": "Rapid (Brzi program) 39 minuta 60 \u00b0C", | ||||
|                     "iot_single": "Samac", | ||||
|                     "iot_steam": "Steam (Para) 75 \u00b0C", | ||||
|                     "iot_super_flash": "Super Flash", | ||||
|                     "iot_super_wash": "Super Wash", | ||||
|                     "iot_turbopower": "TurboPower", | ||||
|                     "iot_universal": "Universal (Univerzalni) 60 \u00b0C", | ||||
|                     "iot_wok_grids_maxi_pans": "Posebne tave (Wok - re\u0161etke & Maxi tave)", | ||||
|                     "iot_wok_grids_maxi_pans_soil": "Posebne tave (Wok - re\u0161etke & Maxi tave)", | ||||
|                     "iot_yes_quick_cycle": "Yes Quick", | ||||
|                     "night": "Ultra tihi 55\u00b0C", | ||||
|                     "prewash": "Pretpranje", | ||||
|                     "rapid_20": "Brzi 20'", | ||||
|                     "rapid_24": "Brzo 24'", | ||||
|                     "rapid_29": "Brzo 29' 50\u00b0C", | ||||
|                     "rapid_35": "Wash&Dry 35'", | ||||
|                     "rapid_39": "Rapid (Brzi program) 39 minuta 60 \u00b0C", | ||||
|                     "rapid_49": "Brzi 49'", | ||||
|                     "rapid_59": "Brzi 59'", | ||||
|                     "sanitising": "Dezinficiranje", | ||||
|                     "silence": "Silence", | ||||
|                     "silent": "No\u0107", | ||||
|                     "silent_care": "Silent Care", | ||||
|                     "smart_ai": "Smart AI", | ||||
|                     "special": "Posebno", | ||||
|                     "special_pw_prz": "Posebno", | ||||
|                     "steam": "Steam (Para) 75 \u00b0C", | ||||
|                     "steam_plus": "Para plus 75\u00b0C", | ||||
|                     "total_care": "Total Care 50\u00b0C", | ||||
|                     "ultra_silence": "Ultra tihi 55\u00b0C", | ||||
|                     "ultra_silent": "Ultra tihi 55\u00b0C", | ||||
|                     "universal": "Universal (Univerzalni) 60 \u00b0C", | ||||
|                     "universal_plus": "Universal Plus (Univerzalni plus) 70 \u00b0C", | ||||
|                     "zoom_39": "Zoom 39 min" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "state": { | ||||
|                     "iot_special_ash_brown": "Pr\u017eeni ribani krumpir", | ||||
|                     "iot_special_beef_fillet": "Gove\u0111i file", | ||||
|                     "iot_special_beef_veal_stew": "Gove\u0111i i tele\u0107i gula\u0161", | ||||
|                     "iot_special_boiled_rice": "Kuhana ri\u017ea", | ||||
|                     "iot_special_chicken_breast": "Pile\u0107a prsa", | ||||
|                     "iot_special_chicken_legs": "Pile\u0107i bataci", | ||||
|                     "iot_special_chocolate_pudding": "\u010cokoladni puding", | ||||
|                     "iot_special_entrecote": "Odrezak", | ||||
|                     "iot_special_fresh_tuna": "Svje\u017ea tuna", | ||||
|                     "iot_special_grilled_vegetables": "Povr\u0107e na \u017earu", | ||||
|                     "iot_special_lamb_cutlet": "Janje\u0107i kotlet", | ||||
|                     "iot_special_meatballs": "Mesne okruglice", | ||||
|                     "iot_special_minestrone": "Minestrone", | ||||
|                     "iot_special_mussels": "Dagnje", | ||||
|                     "iot_special_omelette": "Omlet", | ||||
|                     "iot_special_pancakes": "Pala\u010dinke", | ||||
|                     "iot_special_paris_style_peas": "Gra\u0161ak na pari\u0161ki na\u010din", | ||||
|                     "iot_special_poached_eggs": "Po\u0161irana jaja", | ||||
|                     "iot_special_pork_fillet": "Svinjski file", | ||||
|                     "iot_special_pork_ribs": "Svinjska rebarca", | ||||
|                     "iot_special_prawns": "Kozice", | ||||
|                     "iot_special_quinoa": "Kvinoja", | ||||
|                     "iot_special_ratatouille": "Ratatouille", | ||||
|                     "iot_special_salmon_fillet": "Filet lososa", | ||||
|                     "iot_special_saute_potatoes": "Pirjani krumpir", | ||||
|                     "iot_special_scallops": "Jakobove kapice", | ||||
|                     "iot_special_scrambled_eggs": "Kajgana", | ||||
|                     "iot_special_spelt": "Pir", | ||||
|                     "iot_special_veggy_noodles": "Rezanci s povr\u0107em", | ||||
|                     "iot_special_white_fish_fillet": "Filet bijele ribe", | ||||
|                     "iot_standard_boiling": "Boiling (Prokuhavanje)", | ||||
|                     "iot_standard_frying": "Pr\u017eenje", | ||||
|                     "iot_standard_keep_warm": "Odr\u017eite toplinu", | ||||
|                     "iot_standard_melting": "Otapanje", | ||||
|                     "iot_standard_simmering": "Simmering (Pirjanje)" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "state": { | ||||
|                     "bakery": "Tjestenina i tijesta", | ||||
|                     "bakery_steam": "Kruh pe\u010den na pari", | ||||
|                     "bottom_heating": "Donji grija\u010d", | ||||
|                     "bottom_heating_fan": "Donji grija\u010d + Ventilator", | ||||
|                     "bread": "Kruh", | ||||
|                     "bread_steam": "Peciva pe\u010dena na pari", | ||||
|                     "convection_fan": "Konvekcija + Ventilator", | ||||
|                     "convection_fan_turnspit": "Konvekcija + ventilator + ra\u017eanj", | ||||
|                     "conventional": "Konvekcijska", | ||||
|                     "conventional_turnspit": "Konvekcija + ra\u017eanj", | ||||
|                     "defrost": "Odmrzavanje", | ||||
|                     "descaling": "Uklanjanje kamenca", | ||||
|                     "fish": "Riba", | ||||
|                     "fish_steam": "Riba kuhana na pari", | ||||
|                     "grill_cata": "Pe\u010denje", | ||||
|                     "grill_fan_cata": "Ventilator za pe\u010denje", | ||||
|                     "grill_fan_pyro": "Grija\u010d + ventilator", | ||||
|                     "grill_pyro": "Grija\u010d", | ||||
|                     "h20_clean": "H2O-Clean", | ||||
|                     "iot_bread": "Kruh", | ||||
|                     "iot_h20_clean": "h2O clean", | ||||
|                     "leavening": "Dizanje tijesta", | ||||
|                     "low_temp_cooking": "Kuhanje na niskoj temperaturi", | ||||
|                     "low_temp_cooking_fish": "Kuhanje na niskoj temperaturi - riba", | ||||
|                     "low_temp_cooking_fish_steam": "Kuhanje na pari i na niskoj temperaturi - riba", | ||||
|                     "low_temp_cooking_meat": "Kuhanje na niskoj temperaturi - meso", | ||||
|                     "low_temp_cooking_meat_steam": "Kuhanje na pari i na niskoj temperaturi - meso", | ||||
|                     "low_temp_cooking_steam": "Kuhanje na pari i na niskoj temperaturi", | ||||
|                     "meat": "Meso", | ||||
|                     "meat_steam": "Meso kuhano na pari", | ||||
|                     "multi_level": "Vi\u0161e razina", | ||||
|                     "paella": "Paella", | ||||
|                     "pasta_and_bakery": "Tjestenina i tijesta", | ||||
|                     "pizza": "Pizza", | ||||
|                     "pyrolysis": "Piroliza", | ||||
|                     "pyrolysis_plus": "Piroliza +", | ||||
|                     "red_meat": "Crveno meso", | ||||
|                     "red_meat_steam": "Crveno meso kuhano na pari", | ||||
|                     "regenerate": "Regeneracija", | ||||
|                     "soft_plus": "Mekano+", | ||||
|                     "super_grill": "Super ro\u0161tilj", | ||||
|                     "tailor_bake": "Tailor bake", | ||||
|                     "tailor_bake_cata": "Tailor Bake", | ||||
|                     "tailor_bake_desctiption": "Ova je funkcija idealna za odr\u017eavanje mekane hrane iznutra i hrskave izvana.\r\r\r\nOvom se funkcijom smanjuje koli\u010dina potrebnih masno\u0107a ili ulja, za zdravu prehranu.\r\r\r\nKombiniranjem grija\u010da s pulsiraju\u0107im ciklusom zraka jam\u010de se ujedna\u010deni rezultati pe\u010denja.", | ||||
|                     "tailor_bake_pyro": "Tailor Bake", | ||||
|                     "vegetables": "Povr\u0107e", | ||||
|                     "vegetables_cata": "Povr\u0107e", | ||||
|                     "vegetables_pyro": "Povr\u0107e", | ||||
|                     "water_discharge": "Odvod vode", | ||||
|                     "white_meat": "Bijelo meso", | ||||
|                     "white_meat_steam": "Bijelo meso kuhano na pari" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "state": { | ||||
|                     "active_dry": "Aktivno su\u0161enje", | ||||
|                     "allergy_care": "Antialergijski", | ||||
|                     "all_in_one": "All in One", | ||||
|                     "antiallergy": "Antialergijski", | ||||
|                     "anti_odours": "Protiv neugodnih mirisa", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "baby": "Dje\u010dje rublje", | ||||
|                     "bed_quilt": "Pokriva\u010di", | ||||
|                     "care_30": "Njega 30", | ||||
|                     "care_45": "Njega 45", | ||||
|                     "care_59": "Njega 59", | ||||
|                     "coloured": "\u0160areno", | ||||
|                     "daily_45_min": "Dnevni 45'", | ||||
|                     "daily_perfect_59_min": "Dnevni Perfect 59'", | ||||
|                     "darks_and_coloured": "Tamno & \u0160areno", | ||||
|                     "delicates": "Osjetljivo", | ||||
|                     "duvet": "Popluni", | ||||
|                     "eco": "Ekolo\u0161ki pamuk", | ||||
|                     "ecospeed_cottons": "Ecospeed Pamuk", | ||||
|                     "ecospeed_delicates": "Ecospeed osjetljivo", | ||||
|                     "ecospeed_mixed": "Ecospeed Mije\u0161ane tkanine", | ||||
|                     "extra_hygiene": "Extra higijenski", | ||||
|                     "fitness": "Fitness", | ||||
|                     "fresh_care": "Svje\u017ea njega", | ||||
|                     "genius": "Genius", | ||||
|                     "hqd_baby_care": "Baby Care", | ||||
|                     "hqd_bath_towel": "Ru\u010dnici", | ||||
|                     "hqd_bed_sheets": "Plahte", | ||||
|                     "hqd_bulky": "Glomazni komadi", | ||||
|                     "hqd_casual": "Opu\u0161teno", | ||||
|                     "hqd_cold_wind_30": "Hladni zrak, 30 minuta", | ||||
|                     "hqd_cold_wind_timing": "Hladni zrak ", | ||||
|                     "hqd_cotton": "Pamuk", | ||||
|                     "hqd_curtain": "Zavjese", | ||||
|                     "hqd_delicate": "Osjetljivo rublje", | ||||
|                     "hqd_diaper": "Pelene", | ||||
|                     "hqd_duvet": "Poplun", | ||||
|                     "hqd_feather": "Jakne punjene paperjem", | ||||
|                     "hqd_hot_wind_timing": "Vru\u0107i zrak", | ||||
|                     "hqd_hygienic": "Higijenizacija", | ||||
|                     "hqd_i_refresh": "I-Refresh", | ||||
|                     "hqd_i_refresh_pro": "I-Refresh Pro", | ||||
|                     "hqd_jacket": "Jakne", | ||||
|                     "hqd_jeans": "Traperice", | ||||
|                     "hqd_luxury": "Luxury", | ||||
|                     "hqd_mix": "Mije\u0161ano rublje", | ||||
|                     "hqd_night_dry": "Su\u0161enje preko no\u0107i", | ||||
|                     "hqd_outdoor": "Outdoor", | ||||
|                     "hqd_precious_cure": "Precious Cure", | ||||
|                     "hqd_quick_20": "Brzo 20", | ||||
|                     "hqd_quick_30": "Brzo 30", | ||||
|                     "hqd_quick_dry": "Brzo su\u0161enje", | ||||
|                     "hqd_quilt": "Popluni", | ||||
|                     "hqd_refresh": "Protiv neugodnih mirisa", | ||||
|                     "hqd_school_uniform": "\u0160kolska uniforma", | ||||
|                     "hqd_shirt": "Majice", | ||||
|                     "hqd_shoes": "Cipele", | ||||
|                     "hqd_silk": "Svila", | ||||
|                     "hqd_sports": "Sportska odje\u0107a", | ||||
|                     "hqd_synthetics": "Sintetika", | ||||
|                     "hqd_timer": "Vremenski definirano", | ||||
|                     "hqd_towel": "Ru\u010dnici", | ||||
|                     "hqd_underwear": "Donje rublje", | ||||
|                     "hqd_warm_up": "Zagrijavanje", | ||||
|                     "hqd_wool": "Vuna", | ||||
|                     "hqd_working_suit": "Radna odje\u0107a", | ||||
|                     "hygiene": "Higijena", | ||||
|                     "iot_checkup": "Kontrolni pregled", | ||||
|                     "iot_dry_anti_mites": "Protiv grinja", | ||||
|                     "iot_dry_baby": "Dje\u010dje rublje", | ||||
|                     "iot_dry_backpacks": "Ruksaci", | ||||
|                     "iot_dry_bathrobe": "Kupaonski ogrta\u010di", | ||||
|                     "iot_dry_bed_linen": "Posteljina", | ||||
|                     "iot_dry_bed_quilt": "Pokriva\u010di", | ||||
|                     "iot_dry_cotton": "Pamuk", | ||||
|                     "iot_dry_cuddly_toys": "Pli\u0161ane igra\u010dke", | ||||
|                     "iot_dry_curtains": "Zavjese", | ||||
|                     "iot_dry_dehumidifier": "Odstranjiva\u010d vlage", | ||||
|                     "iot_dry_delicates": "Osjetljivo", | ||||
|                     "iot_dry_delicate_tablecloths": "Osjetljivi stolnjaci", | ||||
|                     "iot_dry_denim_jeans": "Traper \u2013 Traperice", | ||||
|                     "iot_dry_down_jacket": "Jakna", | ||||
|                     "iot_dry_duvet": "Popluni", | ||||
|                     "iot_dry_easy_iron_cotton": "Super Easy Iron", | ||||
|                     "iot_dry_easy_iron_synthetics": "Super Easy Iron za sinteti\u010dko rublje", | ||||
|                     "iot_dry_gym_fit": "Fitness odje\u0107a", | ||||
|                     "iot_dry_lingerie": "Donje rublje", | ||||
|                     "iot_dry_mixed": "Mije\u0161ane tkanine", | ||||
|                     "iot_dry_playsuits": "Kombinezoni", | ||||
|                     "iot_dry_rapid_30": "Rapid 30", | ||||
|                     "iot_dry_rapid_59": "Brzi program 59\u2019.", | ||||
|                     "iot_dry_refresh": "Osvje\u017eavanje", | ||||
|                     "iot_dry_regenerates_waterproof": "Regeneracija vodootporne odje\u0107e", | ||||
|                     "iot_dry_relax_creases": "Smanjenje nabora", | ||||
|                     "iot_dry_shirts": "Ko\u0161ulje", | ||||
|                     "iot_dry_small_load": "Mali kapacitet", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Kupa\u0107i kostimi", | ||||
|                     "iot_dry_synthetics": "Sintetika", | ||||
|                     "iot_dry_synthetic_dry": "Suha sintetika", | ||||
|                     "iot_dry_tablecloths": "Stolnjaci", | ||||
|                     "iot_dry_technical_fabrics": "Tehni\u010dko platno", | ||||
|                     "iot_dry_warm_embrace": "Zagrijavanje", | ||||
|                     "iot_dry_wool": "Woolmark", | ||||
|                     "jeans": "Traper", | ||||
|                     "mix_and_dry": "Mix&Dry", | ||||
|                     "pets": "Ku\u0107ni ljubimci", | ||||
|                     "pre_iron": "Prije gla\u010danja", | ||||
|                     "rapid_30": "Rapid 30", | ||||
|                     "rapid_45": "Brzi 45 min", | ||||
|                     "rapid_59": "Perfect Rapid 59 Min", | ||||
|                     "refresh": "Osvje\u017eavanje", | ||||
|                     "relax_creases": "Smanjenje nabora", | ||||
|                     "saving_30_min": "ECO 30'", | ||||
|                     "shirts": "Ko\u0161ulje", | ||||
|                     "shoes": "Cipele", | ||||
|                     "small_load": "Mali kapacitet", | ||||
|                     "soft_care": "Soft Care", | ||||
|                     "sport_plus": "Sport Plus", | ||||
|                     "super_easy_iron_misti": "Iznimno jednostavno gla\u010danje za raznovrsne tkanine", | ||||
|                     "super_easy_iron_xxl": "Iznimno jednostavno gla\u010danje XXL", | ||||
|                     "super_fast_cottons": "Super brzi Pamuk", | ||||
|                     "super_fast_delicates": "Super brzi Osjetljivo", | ||||
|                     "synthetics": "Sintetika", | ||||
|                     "total_care": "Total Care", | ||||
|                     "trainers": "Trenirke i sportska obu\u0107a", | ||||
|                     "ultra_care": "Ultra Care", | ||||
|                     "waterproof_revitalize": "Regeneracija vodootporne odje\u0107e", | ||||
|                     "whites": "Bijelo", | ||||
|                     "wool": "Su\u0161enje vune", | ||||
|                     "woolmark": "Woolmark", | ||||
|                     "xxl_load": "XXL kapacitet", | ||||
|                     "zoom_59": "Zoom\u00a059" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "state": { | ||||
|                     "20_degrees_coloured_cottons": "20\u00b0 \u0161areno i pamu\u010dno rublje", | ||||
|                     "20_degrees_new_energy_label": "20\u00b0C", | ||||
|                     "active_steam": "Para", | ||||
|                     "active_wash": "Aktivno pranje", | ||||
|                     "active_wash_steam": "Aktivno pranje", | ||||
|                     "allergy_care": "Alergijska njega", | ||||
|                     "allergy_care_pro": "Alergijska njega Pro", | ||||
|                     "all_in_one_49": "Sve u jednom 49\u2019.", | ||||
|                     "all_in_one_59": "Sve u jednom 59\u2019.", | ||||
|                     "all_in_one_59_steam": "Aktivno pranje + para", | ||||
|                     "autocare": "Automatska njega", | ||||
|                     "autoclean": "\u010ci\u0161\u0107enje bubnja", | ||||
|                     "baby_60": "All Baby 60\u00b0C", | ||||
|                     "care_14": "Rapid Care 14'", | ||||
|                     "care_30": "Rapid Care 30'", | ||||
|                     "care_44": "Rapid Care 44'", | ||||
|                     "checkup": "Kontrolni pregled", | ||||
|                     "colour_59": "\u0160areno 59'", | ||||
|                     "colour_59_steam": "Boje 59' + para", | ||||
|                     "cottons": "Pamuk", | ||||
|                     "cottons_prewash": "Pamuk + Pretpranje", | ||||
|                     "cottons_steam": "Pamuk + Para", | ||||
|                     "cotton_care_59": "Pamuk 59 Min", | ||||
|                     "delicate_59": "Osjetljivo rublje 59\u2019", | ||||
|                     "delicate_silk": "Osjetljiva svila", | ||||
|                     "delicate_silk_steam": "Osjetljiva svila + para", | ||||
|                     "delicati_59": "Osjetljivo rublje 59\u2019", | ||||
|                     "delicati_59_steam": "Osjetljivo rublje 59\u2019", | ||||
|                     "drain_spin": "Ispiranje i centrifuga", | ||||
|                     "easy_iron": "Easy Iron - lak\u0161e gla\u010danje", | ||||
|                     "eco_40_60_new_energy_label": "Eco 40-60", | ||||
|                     "extra_care": "Dodatna Njega", | ||||
|                     "fitness": "Fitness Care", | ||||
|                     "fitness_care": "Fitness Care", | ||||
|                     "fresh_care": "Fresh Care", | ||||
|                     "fresh_care_steam": "Svje\u017ea njega + para", | ||||
|                     "handwash_wool": "Ru\u010dno pranje i vuna", | ||||
|                     "high_dry": "Suhi pamuk", | ||||
|                     "hqd_20_degrees": "Pamuk 20\u00a0\u2103", | ||||
|                     "hqd_allergy": "Alergijska njega", | ||||
|                     "hqd_autoclean": "\u010ci\u0161\u0107enje bubnja", | ||||
|                     "hqd_babycare": "Baby Care", | ||||
|                     "hqd_checkup": "Kontrolni pregled", | ||||
|                     "hqd_cottons": "Pamuk", | ||||
|                     "hqd_delicate": "Osjetljivo rublje", | ||||
|                     "hqd_delicate_cradle": "Osjetljivo rublje", | ||||
|                     "hqd_dry": "Suhi pamuk", | ||||
|                     "hqd_dry_synthetics": "Suha mije\u0161ana odje\u0107a", | ||||
|                     "hqd_duvet": "Popluni", | ||||
|                     "hqd_eco_40_60_degrees": "Eco 40-60", | ||||
|                     "hqd_handwash_wool": "Vuna", | ||||
|                     "hqd_i_refresh": "i-Refresh", | ||||
|                     "hqd_mix": "Mije\u0161ano rublje", | ||||
|                     "hqd_quick_15": "Brzi program 15'", | ||||
|                     "hqd_quick_wash_57": "Brzo pranje 57 min", | ||||
|                     "hqd_rapid_wash_and_dry": "Pranje & su\u0161enje", | ||||
|                     "hqd_refresh": "Osvje\u017eavanje", | ||||
|                     "hqd_rinse": "Ispiranje", | ||||
|                     "hqd_shirts": "Ko\u0161ulje", | ||||
|                     "hqd_smart": "Smart A.I.", | ||||
|                     "hqd_spin": "Okretaj", | ||||
|                     "hqd_sport": "Sportska odje\u0107a", | ||||
|                     "hqd_super_fast": "Brzi program 39\u2019", | ||||
|                     "hqd_synthetic_and_coloured": "Sintetika", | ||||
|                     "hygiene_59": "Hygijenski Plus 59'", | ||||
|                     "hygiene_60": "Higijena 60\u00b0", | ||||
|                     "hygiene_plus_59": "Hygijenski Plus 59'", | ||||
|                     "hygiene_plus_59_min": "Hygijenski Plus 59'", | ||||
|                     "hygiene_pro_49_min": "Hygiene Pro 49 min", | ||||
|                     "hygiene_pro_steam": "Hygiene Pro + para", | ||||
|                     "intensive_40": "Intenzivno 40\u00b0C", | ||||
|                     "intensive_40_steam": "Intenzivno 40\u00b0C + para", | ||||
|                     "iot_active_steam": "Para", | ||||
|                     "iot_active_wash_steam": "Aktivno pranje", | ||||
|                     "iot_allergy_care_pro": "Alergijska njega Pro", | ||||
|                     "iot_all_in_one_59_steam": "Aktivno pranje + para", | ||||
|                     "iot_checkup": "Kontrolni pregled", | ||||
|                     "iot_colour_59_steam": "Boje 59' + para", | ||||
|                     "iot_cottons_steam": "Pamuk + Para", | ||||
|                     "iot_delicate_silk_steam": "Osjetljiva svila + para", | ||||
|                     "iot_delicati_59_steam": "Osjetljivo rublje 59\u2019", | ||||
|                     "iot_dry_air_refresh": "Osvje\u017eavanje zraka", | ||||
|                     "iot_dry_anti_mites": "Protiv grinja", | ||||
|                     "iot_dry_baby": "Dje\u010dja odje\u0107a", | ||||
|                     "iot_dry_backpacks": "Naprtnja\u010de", | ||||
|                     "iot_dry_bathrobe": "Ku\u0107ni ogrta\u010di i porozne tkanine", | ||||
|                     "iot_dry_bed_linen": "Posteljine", | ||||
|                     "iot_dry_cotton_dry": "Suhi pamuk", | ||||
|                     "iot_dry_cuddly_toys": "Pli\u0161ane igra\u010dke", | ||||
|                     "iot_dry_curtains": "Zavjese", | ||||
|                     "iot_dry_dehumidifier": "Odstranjiva\u010d vlage", | ||||
|                     "iot_dry_delicates_antiallergy": "Osjetljivo rublje \u2013 antialergijski", | ||||
|                     "iot_dry_delicate_tablecloths": "Osjetljivi stolnjaci", | ||||
|                     "iot_dry_denim_jeans": "Traper \u2013 Traperice", | ||||
|                     "iot_dry_easy_iron_cotton": "Lagano gla\u010danje pamuka", | ||||
|                     "iot_dry_easy_iron_synthetics": "Lagano gla\u010danje sintetike", | ||||
|                     "iot_dry_gym_fit": "Odje\u0107a za teretanu \u2013 fitness", | ||||
|                     "iot_dry_lingerie": "Donje rublje", | ||||
|                     "iot_dry_mixed_dry": "Suha mije\u0161ana odje\u0107a", | ||||
|                     "iot_dry_rapid_60_min_delicates": "Brzo 60' \u2013 Osjetljivo rublje", | ||||
|                     "iot_dry_shirts": "Ko\u0161ulje", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Kupa\u0107i kostimi", | ||||
|                     "iot_dry_synthetics": "Sintetika suho", | ||||
|                     "iot_dry_synthetic_dry": "Sintetika suho", | ||||
|                     "iot_dry_tablecloths": "Stolnjaci", | ||||
|                     "iot_dry_technical_fabrics": "Tehni\u010dke tkanine", | ||||
|                     "iot_dry_warm_embrace": "Toplo su\u0161enje", | ||||
|                     "iot_dry_wool_dry": "Vuna, suho", | ||||
|                     "iot_easy_iron": "Easy Iron - lak\u0161e gla\u010danje", | ||||
|                     "iot_fresh_care_steam": "Svje\u017ea njega + para", | ||||
|                     "iot_hygiene_pro_steam": "Hygiene Pro + para", | ||||
|                     "iot_intensive_40_steam": "Intenzivno 40\u00b0C + para", | ||||
|                     "iot_mixed_steam": "Mije\u0161ane tkanine + Para", | ||||
|                     "iot_mix_and_colour_59_steam": "Mje\u0161ovite i obojene tkanine 59' + para", | ||||
|                     "iot_perfect_cotton_59_steam": "Pamuk Brzi 59'", | ||||
|                     "iot_rapid_a_class_60_steam": "Brza klasa A 60 + para", | ||||
|                     "iot_resistant_cotton_steam": "Pamuk + Para", | ||||
|                     "iot_shirts_steam": "Ko\u0161ulje + para", | ||||
|                     "iot_single_item_steam": "Pojedina\u010dna stavka + para", | ||||
|                     "iot_smart_wash": "Pametno pranje", | ||||
|                     "iot_soft_care_steam": "Soft Care + Steam", | ||||
|                     "iot_special_39_full_load_steam": "Posebna 39' + para", | ||||
|                     "iot_steam_hygiene_plus": "Hygiene Plus Steam ", | ||||
|                     "iot_synthetic_and_coloured_steam": "Sintetika i \u0161areno rublje + para", | ||||
|                     "iot_wash_and_dry": "Pranje & su\u0161enje", | ||||
|                     "iot_wash_anti_mites": "Protiv grinja", | ||||
|                     "iot_wash_anti_odor": "Protiv neugodnih mirisa", | ||||
|                     "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|                     "iot_wash_ariel_cold_cycle": "Ariel Cold Clean", | ||||
|                     "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", | ||||
|                     "iot_wash_baby_sanitizer": "Dezinficijens", | ||||
|                     "iot_wash_baby_sanitizer_steam": "Dezinfekcijsko sredstvo za bebe + para", | ||||
|                     "iot_wash_backpacks": "Naprtnja\u010de", | ||||
|                     "iot_wash_backpacks_zelig": "Ruksaci", | ||||
|                     "iot_wash_bathrobe": "Ku\u0107ni ogrta\u010di i ru\u010dnici", | ||||
|                     "iot_wash_bathrobe_steam": "Kupaonski ogrta\u010di + Para", | ||||
|                     "iot_wash_bed_linen": "Posteljine", | ||||
|                     "iot_wash_bed_linen_steam": "Posteljina + Para", | ||||
|                     "iot_wash_bed_linen_zelig": "Posteljine", | ||||
|                     "iot_wash_big_single_load": "Veliko pojedina\u010dno punjenje", | ||||
|                     "iot_wash_bleaching": "Izbjeljivanje", | ||||
|                     "iot_wash_blood_stains": "Mrlje od krvi", | ||||
|                     "iot_wash_cashmere": "Ka\u0161mir", | ||||
|                     "iot_wash_chocolate_stains": "Mrlje od \u010dokolade", | ||||
|                     "iot_wash_cold_wash": "Hladno pranje", | ||||
|                     "iot_wash_colored": "Obojeno rublje", | ||||
|                     "iot_wash_colored_anti_stain": "Uklanjanje mrlja za boje", | ||||
|                     "iot_wash_colored_delicate": "Obojeno osjetljivo rublje", | ||||
|                     "iot_wash_coloured": "Boje", | ||||
|                     "iot_wash_coloured_bed_linen": "Posteljina u boji", | ||||
|                     "iot_wash_coloured_bed_linen_steam": "Posteljina u boji + para", | ||||
|                     "iot_wash_coloured_curtains": "\u0160arene zavjese", | ||||
|                     "iot_wash_coloured_shirts": "\u0160arene ko\u0161ulje", | ||||
|                     "iot_wash_coloured_shirts_steam": "Ko\u0161ulje u boji + para", | ||||
|                     "iot_wash_coloured_steam": "Boje + Para", | ||||
|                     "iot_wash_coloured_tableclothes": "\u0160areni stolnjaci", | ||||
|                     "iot_wash_coloured_tableclothes_steam": "\u0160areni stolnjaci + para", | ||||
|                     "iot_wash_cotton": "Pamuk", | ||||
|                     "iot_wash_cotton_steam": "Pamuk + Para", | ||||
|                     "iot_wash_cuddly_toys": "Pli\u0161ane igra\u010dke", | ||||
|                     "iot_wash_curtains": "Zavjese", | ||||
|                     "iot_wash_curtains_steam": "Zavjese+Para", | ||||
|                     "iot_wash_curtains_zelig": "Zavjese", | ||||
|                     "iot_wash_dark": "Tamna odje\u0107a", | ||||
|                     "iot_wash_darks_and_coloured_44": "Tamno i obojeno rublje 44'", | ||||
|                     "iot_wash_darks_and_coloured_59": "Tamno i obojeno rublje 59'", | ||||
|                     "iot_wash_darks_and_coloured_xl": "Tamno i obojeno rublje XL", | ||||
|                     "iot_wash_dark_steam": "Tamna odje\u0107a + Para", | ||||
|                     "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|                     "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|                     "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|                     "iot_wash_delicate": "Osjetljivo rublje", | ||||
|                     "iot_wash_delicate_antiallergy": "Antialergijski za osjetljivo rublje", | ||||
|                     "iot_wash_delicate_antiallergy_steam": "Antialergijski za osjetljivo rublje + Para", | ||||
|                     "iot_wash_delicate_antiallergy_zelig": "Antialergijski za osjetljivo rublje", | ||||
|                     "iot_wash_delicate_colors": "Osjetljivo \u0161areno rublje", | ||||
|                     "iot_wash_delicate_colors_steam": "Boje + para", | ||||
|                     "iot_wash_delicate_dark": "Osjetljivo tamno rublje", | ||||
|                     "iot_wash_delicate_steam": "Osjetljivo rublje + Para", | ||||
|                     "iot_wash_delicate_tablecloths": "Osjetljivi stolnjaci", | ||||
|                     "iot_wash_delicate_tablecloths_steam": "Osjetljivi stolnjaci + Para", | ||||
|                     "iot_wash_delicate_whites": "Osjetljivo bijelo rublje", | ||||
|                     "iot_wash_denim_jeans": "Traper \u2013 Traperice", | ||||
|                     "iot_wash_diving_suits": "Ronila\u010dka odijela", | ||||
|                     "iot_wash_diving_suits_zelig": "Ronila\u010dka odijela", | ||||
|                     "iot_wash_down_jackets": "Jakne punjene paperjem", | ||||
|                     "iot_wash_down_jackets_zelig": "Jakne punjene paperjem", | ||||
|                     "iot_wash_duvet": "Popluni", | ||||
|                     "iot_wash_fruit_stains": "Mrlje od vo\u0107a", | ||||
|                     "iot_wash_gym_fit": "Odje\u0107a za teretanu \u2013 fitness", | ||||
|                     "iot_wash_handwash": "Ru\u010dno pranje", | ||||
|                     "iot_wash_handwash_colored": "Ru\u010dno pranje obojenog rublja", | ||||
|                     "iot_wash_handwash_dark": "Ru\u010dno pranje tamnog rublja", | ||||
|                     "iot_wash_lingerie": "Donje rublje", | ||||
|                     "iot_wash_masks_refresh": "Osvje\u017eavanje maski", | ||||
|                     "iot_wash_masks_sanification": "Sanitacija maski", | ||||
|                     "iot_wash_masks_sanification_steam": "Sanitacija maski + Para", | ||||
|                     "iot_wash_mats": "Prostirke", | ||||
|                     "iot_wash_men_s_trousers": "Hla\u010de", | ||||
|                     "iot_wash_mixed": "Mije\u0161ano", | ||||
|                     "iot_wash_mixed_steam": "Mije\u0161ane tkanine + Para", | ||||
|                     "iot_wash_mix_and_coloured_44": "Mije\u0161ano i obojeno rublje 44'", | ||||
|                     "iot_wash_mix_and_coloured_59": "Mije\u0161ano i obojeno rublje 59'", | ||||
|                     "iot_wash_mix_and_coloured_xl": "Mije\u0161ano i obojeno rublje XL", | ||||
|                     "iot_wash_new_clothes": "Nova odje\u0107a", | ||||
|                     "iot_wash_perfect_white": "Savr\u0161eno bijelo", | ||||
|                     "iot_wash_perfect_white_steam": "Savr\u0161eno bijelo + Para", | ||||
|                     "iot_wash_pets": "Pribor za ljubimce", | ||||
|                     "iot_wash_pets_hair_removal": "Uklanjanje dlaka ku\u0107nih ljubimaca", | ||||
|                     "iot_wash_pets_odours_stains_removal": "Uklanjanje neugodnih mirisa i mrlja od ku\u0107nih ljubimaca", | ||||
|                     "iot_wash_pets_steam": "Pribor za ljubimce", | ||||
|                     "iot_wash_playsuits": "Kombinezoni", | ||||
|                     "iot_wash_playsuits_steam": "Kombinezoni + Para", | ||||
|                     "iot_wash_quick_drum_cleaner": "Sredstvo za brzo \u010di\u0161\u0107enje bubnja", | ||||
|                     "iot_wash_rapid_14": "Brzi program 14\u2019", | ||||
|                     "iot_wash_rapid_30": "Brzi program 30\u2019", | ||||
|                     "iot_wash_rapid_44": "Brzi program 44\u2019", | ||||
|                     "iot_wash_rapid_59": "Brzi program 59\u2019", | ||||
|                     "iot_wash_rapid_59_steam": "Brzi 59' + para", | ||||
|                     "iot_wash_refresh_14_min": "Osvje\u017eavanje 14\u2019", | ||||
|                     "iot_wash_resistant_colored": "Otporno obojeno rublje", | ||||
|                     "iot_wash_resistant_dark": "Otporno tamno rublje", | ||||
|                     "iot_wash_resistant_whites": "Otporno bijelo rublje", | ||||
|                     "iot_wash_rinse": "Ispiranje", | ||||
|                     "iot_wash_shirts": "Ko\u0161ulje", | ||||
|                     "iot_wash_shirts_steam": "Ko\u0161ulje + Para", | ||||
|                     "iot_wash_silk": "Svila", | ||||
|                     "iot_wash_ski_suit": "Skija\u0161ka odijela", | ||||
|                     "iot_wash_ski_suit_zelig": "Skija\u0161ka odijela", | ||||
|                     "iot_wash_spin": "Centrifuga", | ||||
|                     "iot_wash_sport": "Sportsko rublje", | ||||
|                     "iot_wash_sport_anti_odor": "Sportska odje\u0107a protiv neugodnih mirisa", | ||||
|                     "iot_wash_sport_anti_odor_zelig": "Sportska odje\u0107a protiv neugodnih mirisa", | ||||
|                     "iot_wash_stains_remover": "Uklanjanje mrlja", | ||||
|                     "iot_wash_swimsuits_and_bikinis": "Kupa\u0107i kostimi", | ||||
|                     "iot_wash_synthetic": "Sintetika", | ||||
|                     "iot_wash_synthetic_steam": "Sintetika + Para", | ||||
|                     "iot_wash_tablecloths": "Stolnjaci", | ||||
|                     "iot_wash_tablecloths_steam": "Stolnjaci + Para", | ||||
|                     "iot_wash_technical_fabrics": "Tehni\u010dke tkanine", | ||||
|                     "iot_wash_technical_fabrics_zelig": "Tehni\u010dke tkanine", | ||||
|                     "iot_wash_technical_jackets": "Tehni\u010dke jakne", | ||||
|                     "iot_wash_technical_jackets_zelig": "Tehni\u010dke jakne", | ||||
|                     "iot_wash_trainers": "Tenisice", | ||||
|                     "iot_wash_whites": "Bijelo rublje", | ||||
|                     "iot_wash_whites_44": "Bijelo rublje 44'", | ||||
|                     "iot_wash_whites_59": "Bijelo rublje 59'", | ||||
|                     "iot_wash_whites_xl": "Bijelo rublje XL", | ||||
|                     "iot_wash_wine_stains": "Mrlje od vina", | ||||
|                     "iot_wash_wool": "Vuna", | ||||
|                     "jeans": "Traperice", | ||||
|                     "jeans_60": "Traper", | ||||
|                     "low_dry": "Suha mije\u0161ana odje\u0107a", | ||||
|                     "mixed": "Mije\u0161ane tkanine", | ||||
|                     "mixed_and_colored_59": "Mije\u0161ana i \u0161arena odje\u0107a 59\u2019", | ||||
|                     "mixed_steam": "Mije\u0161ane tkanine + Para", | ||||
|                     "mix_and_colour_59": "Mijesane Tkanine + Sareno 59'", | ||||
|                     "mix_and_colour_59_steam": "Mje\u0161ovite i obojene tkanine 59' + para", | ||||
|                     "night_and_day": "No\u0107 i dan", | ||||
|                     "night_wash": "Ciklus preko no\u0107i", | ||||
|                     "perfect_59": "Savr\u0161eno 59\u2019", | ||||
|                     "perfect_cotton_59": "Pamuk Brzi 59'", | ||||
|                     "perfect_cotton_59_steam": "Pamuk Brzi 59'", | ||||
|                     "perfect_whites_59": "Savr\u0161eno bijelo 59'", | ||||
|                     "rapid_14_min": "Brzi 14'", | ||||
|                     "rapid_30_min": "Brzi 30 min", | ||||
|                     "rapid_44_min": "Brzi 44 min", | ||||
|                     "rapid_a_class_60": "Brza klasa A 60", | ||||
|                     "rapid_a_class_60_steam": "Brza klasa A 60 + para", | ||||
|                     "rapid_wash_and_dry_59_min": "Pranje i su\u0161enje 59\u2019.", | ||||
|                     "resistant_cotton": "Pamuk", | ||||
|                     "resistant_cotton_steam": "Pamuk + Para", | ||||
|                     "rinse": "Ispiranje", | ||||
|                     "shirts_steam": "Ko\u0161ulje + para", | ||||
|                     "silent_night": "Ciklus preko no\u0107i", | ||||
|                     "single_item": "Pojedina\u010dna stavka", | ||||
|                     "single_item_steam": "Pojedina\u010dna stavka + para", | ||||
|                     "smart_wash": "Pametno pranje", | ||||
|                     "soft_care": "Mekana njega", | ||||
|                     "soft_care_steam": "Soft Care + Steam", | ||||
|                     "soft_care_steam_title": "Soft Care + Steam", | ||||
|                     "special_39": "Posebna 39'", | ||||
|                     "special_39_full_load": "Posebna 39'", | ||||
|                     "special_39_full_load_steam": "Posebna 39' + para", | ||||
|                     "special_49": "Posebno 49\u2019", | ||||
|                     "sport_39": "Sport 39\u2019", | ||||
|                     "sport_plus_29": "Sportski Plus 29\"", | ||||
|                     "sport_plus_39": "Sportski Plus 39'", | ||||
|                     "steam_39": "Para 39\u2019", | ||||
|                     "steam_care_pro": "Steam Care Pro", | ||||
|                     "steam_care_pro_cotton": "Steam Care Pro - pamuk", | ||||
|                     "steam_care_pro_delicates": "Steam Care Pro - osjetljivo", | ||||
|                     "steam_care_pro_synthetic": "Steam Care Pro - sintetika", | ||||
|                     "steam_hygiene_plus": "Hygiene Plus Steam ", | ||||
|                     "synthetics": "Sintetika", | ||||
|                     "synthetic_and_coloured": "Sintetika i \u0161areno rublje", | ||||
|                     "synthetic_and_coloured_steam": "Sintetika i \u0161areno rublje + para", | ||||
|                     "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|                     "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|                     "total_care": "Potpuna njega", | ||||
|                     "tumbling": "Su\u0161ilica", | ||||
|                     "wool": "Vuna", | ||||
|                     "wool_and_delicates_49": "Vuna/Osjetljivo 49'", | ||||
|                     "wool_dry": "Suha vuna", | ||||
|                     "wool_soft_care": "Vuna & Mekana Njega" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Bez su\u0161enja", | ||||
|                     "1": "Suho za gla\u010danje", | ||||
|                     "2": "Suho za spremanje", | ||||
|                     "3": "Suho za spremanje", | ||||
|                     "4": "Potpuno suho", | ||||
|                     "12": "Suho za gla\u010danje", | ||||
|                     "13": "Suho za spremanje", | ||||
|                     "14": "Spremno za no\u0161enje", | ||||
|                     "15": "Potpuno suho" | ||||
|                 }, | ||||
|                 "name": "Stupanj suho\u0107e" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Centrifuga" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Trajanje su\u0161enja" | ||||
|             } | ||||
|         }, | ||||
|         "switch": { | ||||
|             "anti_crease": { | ||||
|                 "name": "Spre\u010davanje gu\u017evanja" | ||||
|             }, | ||||
|             "add_dish": { | ||||
|                 "name": "" | ||||
|             }, | ||||
|             "eco_express": { | ||||
|                 "name": "Ekolo\u0161ki" | ||||
|             }, | ||||
|             "extra_dry": { | ||||
|                 "name": "Iznimno suho" | ||||
|             }, | ||||
|             "half_load": { | ||||
|                 "name": "Polovi\u010dno popunjeno" | ||||
|             }, | ||||
|             "open_door": { | ||||
|                 "name": "Otvori vrata" | ||||
|             }, | ||||
|             "three_in_one": { | ||||
|                 "name": "3 u 1" | ||||
|             }, | ||||
|             "preheat": { | ||||
|                 "name": "Predgrij" | ||||
|             }, | ||||
|             "dish_washer": { | ||||
|                 "name": "Perilica posu\u0111a" | ||||
|             }, | ||||
|             "tumble_dryer": { | ||||
|                 "name": "Bubnjasta su\u0161ilica" | ||||
|             }, | ||||
|             "washing_machine": { | ||||
|                 "name": "Perilica rublja" | ||||
|             }, | ||||
|             "washer_dryer": { | ||||
|                 "name": "Perilica su\u0161ilica rublja" | ||||
|             }, | ||||
|             "oven": { | ||||
|                 "name": "Pe\u0107nica" | ||||
|             }, | ||||
|             "prewash": { | ||||
|                 "name": "Pretpranje" | ||||
|             }, | ||||
|             "pause": { | ||||
|                 "name": "Stanka" | ||||
|             }, | ||||
|             "keep_fresh": { | ||||
|                 "name": "Keep Fresh" | ||||
|             } | ||||
|         }, | ||||
|         "binary_sensor": { | ||||
|             "door_lock": { | ||||
|                 "name": "Brava na vratima" | ||||
|             }, | ||||
|             "extra_rinse_1": { | ||||
|                 "name": "+1 ispiranje " | ||||
|             }, | ||||
|             "extra_rinse_2": { | ||||
|                 "name": "+2 ispiranja " | ||||
|             }, | ||||
|             "extra_rinse_3": { | ||||
|                 "name": "+3 ispiranja " | ||||
|             }, | ||||
|             "good_night": { | ||||
|                 "name": "Good Night" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Spre\u010davanje gu\u017evanja" | ||||
|             }, | ||||
|             "aqua_plus": { | ||||
|                 "name": "Aquaplus" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Centrifuga" | ||||
|             }, | ||||
|             "programs_dw": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "still_hot": { | ||||
|                 "name": "Jo\u0161 vru\u0107e" | ||||
|             }, | ||||
|             "pan_status": { | ||||
|                 "name": "Tava" | ||||
|             }, | ||||
|             "remote_control": { | ||||
|                 "name": "Upravljanje na daljinu" | ||||
|             }, | ||||
|             "rinse_aid": { | ||||
|                 "name": "Razina sredstva za ispiranje" | ||||
|             }, | ||||
|             "salt_level": { | ||||
|                 "name": "Razina soli" | ||||
|             }, | ||||
|             "door_open": { | ||||
|                 "name": "Otvorena vrata" | ||||
|             }, | ||||
|             "connection": { | ||||
|                 "name": "Priklju\u010dak ure\u0111aja" | ||||
|             } | ||||
|         }, | ||||
|         "number": { | ||||
|             "power_management": { | ||||
|                 "name": "Energetski u\u010dinkovito upravljanje" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Odgoda po\u010detka" | ||||
|             }, | ||||
|             "water_hard": { | ||||
|                 "name": "Tvrdo\u0107a vode" | ||||
|             }, | ||||
|             "program_duration": { | ||||
|                 "name": "Trajanje programa" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Ciljana temperatura" | ||||
|             }, | ||||
|             "rinse_iterations": { | ||||
|                 "name": "Broj ispiranja" | ||||
|             }, | ||||
|             "wash_time": { | ||||
|                 "name": "Vrijeme pranja" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Trajanje su\u0161enja" | ||||
|             } | ||||
|         }, | ||||
|         "button": { | ||||
|             "induction_hob": { | ||||
|                 "name": "Indukcijska plo\u010da za kuhanje" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -1,953 +0,0 @@ | ||||
| { | ||||
|     "entity": { | ||||
|         "sensor": { | ||||
|             "washing_modes": { | ||||
|                 "state": { | ||||
|                     "0": "Klaar", | ||||
|                     "1": "Klaar", | ||||
|                     "3": "Pauze", | ||||
|                     "4": "Gepland", | ||||
|                     "5": "Gepland", | ||||
|                     "6": "Fout", | ||||
|                     "7": "Klaar" | ||||
|                 } | ||||
|             }, | ||||
|             "program_phases_wm": { | ||||
|                 "state": { | ||||
|                     "0": "Klaar", | ||||
|                     "1": "Wassen", | ||||
|                     "2": "Wassen", | ||||
|                     "3": "Centrifugeren", | ||||
|                     "4": "Spoelen", | ||||
|                     "5": "Spoelen", | ||||
|                     "6": "Spoelen", | ||||
|                     "7": "Drogen", | ||||
|                     "9": "Stoom", | ||||
|                     "10": "Klaar", | ||||
|                     "11": "Centrifugeren", | ||||
|                     "12": "Wegen ", | ||||
|                     "13": "Wegen ", | ||||
|                     "14": "Wassen", | ||||
|                     "15": "Wassen", | ||||
|                     "16": "Wassen", | ||||
|                     "17": "Spoelen", | ||||
|                     "18": "Spoelen", | ||||
|                     "19": "Gepland", | ||||
|                     "20": "Fris houden", | ||||
|                     "24": "Opfrissen", | ||||
|                     "25": "Wassen", | ||||
|                     "26": "Verwarming", | ||||
|                     "27": "Wassen" | ||||
|                 }, | ||||
|                 "name": "Fase" | ||||
|             }, | ||||
|             "program_phases_td": { | ||||
|                 "state": { | ||||
|                     "0": "Klaar", | ||||
|                     "1": "Drogen", | ||||
|                     "2": "Drogen", | ||||
|                     "3": "Afkoelen", | ||||
|                     "13": "Afkoelen", | ||||
|                     "14": "Drogen", | ||||
|                     "15": "Drogen", | ||||
|                     "16": "Afkoelen", | ||||
|                     "18": "Fris houden", | ||||
|                     "19": "Drogen", | ||||
|                     "20": "Drogen" | ||||
|                 }, | ||||
|                 "name": "Fase" | ||||
|             }, | ||||
|             "program_phases_dw": { | ||||
|                 "state": { | ||||
|                     "0": "Klaar", | ||||
|                     "1": "Voorwassen", | ||||
|                     "2": "Wassen", | ||||
|                     "3": "Spoelen", | ||||
|                     "4": "Drogen", | ||||
|                     "5": "Klaar", | ||||
|                     "6": "Hot rinse" | ||||
|                 }, | ||||
|                 "name": "Fase" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Niet drogen", | ||||
|                     "1": "Strijken", | ||||
|                     "2": "Kastdroog", | ||||
|                     "3": "Kastdroog", | ||||
|                     "4": "Extra droog", | ||||
|                     "12": "Strijken", | ||||
|                     "13": "Kastdroog", | ||||
|                     "14": "Klaar om te dragen", | ||||
|                     "15": "Extra droog" | ||||
|                 }, | ||||
|                 "name": "Droogniveau" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Kreukherstellend" | ||||
|             }, | ||||
|             "power": { | ||||
|                 "name": "Vermogensniveau" | ||||
|             }, | ||||
|             "remaining_time": { | ||||
|                 "name": "Resterende tijd" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatuur" | ||||
|             }, | ||||
|             "water_efficiency": { | ||||
|                 "name": "Effici\u00ebnt waterverbruik" | ||||
|             }, | ||||
|             "water_saving": { | ||||
|                 "name": "Waterbesparing" | ||||
|             }, | ||||
|             "duration": { | ||||
|                 "name": "Duur" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Doeltemperatuur" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Centrifugeren" | ||||
|             }, | ||||
|             "steam_leve": { | ||||
|                 "name": "Stoomniveau" | ||||
|             }, | ||||
|             "dirt_level": { | ||||
|                 "name": "Vuilheid" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Vertraag Start" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Droogtijd" | ||||
|             }, | ||||
|             "suggested_load": { | ||||
|                 "name": "Laadvermogen" | ||||
|             }, | ||||
|             "energy_label": { | ||||
|                 "name": "Energie-effici\u00ebntie" | ||||
|             }, | ||||
|             "det_dust": { | ||||
|                 "name": "Poeder" | ||||
|             }, | ||||
|             "det_liquid": { | ||||
|                 "name": "Vloeibaar" | ||||
|             } | ||||
|         }, | ||||
|         "select": { | ||||
|             "programs_dw": { | ||||
|                 "state": { | ||||
|                     "59_min": "Snel 59'", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "auto_care_soil": "Auto Care", | ||||
|                     "auto_plus": "AutoPlus", | ||||
|                     "auto_sensor": "Auto Sensor", | ||||
|                     "auto_sensor_soil": "Auto Sensor", | ||||
|                     "auto_universal": "Auto universeel 50 - 60\u00b0C", | ||||
|                     "auto_universal_plus": "Auto universeel plus 65 - 75\u00b0C", | ||||
|                     "auto_universal_plus_soil": "Auto universeel plus 65 - 75\u00b0C", | ||||
|                     "auto_universal_soil": "Auto universeel 50 - 60\u00b0C", | ||||
|                     "auto_wash": "Automatisch wassen", | ||||
|                     "auto_wash_soil": "Automatisch wassen", | ||||
|                     "classe_a_59": "A klasse 59' 65\u00b0C", | ||||
|                     "delicate": "Delicaat 45\u00b0C", | ||||
|                     "dishwasher_care": "Ontkalkingsprogramma", | ||||
|                     "eco": "Eco", | ||||
|                     "eco_asynch": "Eco 45\u00b0C", | ||||
|                     "eco_bldc": "Eco 45\u00b0C", | ||||
|                     "eco_synch": "Eco 45\u00b0C", | ||||
|                     "gentle_wash": "Gentle wash", | ||||
|                     "glass": "Glas", | ||||
|                     "glassware": "Glaswerk 45\u00b0C", | ||||
|                     "glass_care": "Glass Care", | ||||
|                     "hygiene": "Hygi\u00ebne", | ||||
|                     "hygiene_plus": "Hygi\u00ebne+ 75\u00b0C", | ||||
|                     "intensive": "Intensief", | ||||
|                     "intensive_rapid": "Intensief snel", | ||||
|                     "iot_auto_sensor": "Auto Sensor", | ||||
|                     "iot_auto_universal_soil": "Auto universeel 50 - 60\u00b0C", | ||||
|                     "iot_auto_wash_soil": "Automatisch wassen", | ||||
|                     "iot_baby_care": "Baby Care", | ||||
|                     "iot_breakfast": "Onbtijt", | ||||
|                     "iot_checkup": "Controle", | ||||
|                     "iot_china_crystals": "Kristallen", | ||||
|                     "iot_classe_a_59": "Snel 59'", | ||||
|                     "iot_cocktail_glasses": "CocktailGlazen", | ||||
|                     "iot_cocktail_glasses_soil": "CocktailGlazen", | ||||
|                     "iot_daily_care": "Dagelijkse Zorg", | ||||
|                     "iot_daily_care_soil": "Dagelijkse Zorg", | ||||
|                     "iot_delicate": "Delicaat 45\u00b0C", | ||||
|                     "iot_dinner_for_two": "Dinner for 2", | ||||
|                     "iot_dinner_for_two_soil": "Dinner for 2", | ||||
|                     "iot_dreft_quick_cycle": "Dreft Quick", | ||||
|                     "iot_eco_asynch": "Eco 45\u00b0C", | ||||
|                     "iot_eco_bldc": "Eco 45\u00b0C", | ||||
|                     "iot_eco_synch": "Eco 45\u00b0C", | ||||
|                     "iot_extra_hygiene": "Extra Hygiene", | ||||
|                     "iot_fairy_quick_cycle": "Fairy Quick", | ||||
|                     "iot_happy_hour": "Happy Hour", | ||||
|                     "iot_jar_quick_cycle": "Jar Quick", | ||||
|                     "iot_party": "Party", | ||||
|                     "iot_party_soil": "Party", | ||||
|                     "iot_pizza_menu": "Pizza Menu", | ||||
|                     "iot_pizza_menu_soil": "Pizza Menu", | ||||
|                     "iot_plastic_tupperware": "Plastiek & Tupperware", | ||||
|                     "iot_porcelain": "Porcelein", | ||||
|                     "iot_power_mix_wash": "Power Mix Was", | ||||
|                     "iot_power_mix_wash_soil": "Power Mix Was", | ||||
|                     "iot_prewash": "Voorwas", | ||||
|                     "iot_pyrex_and_glassware": "Pyrex & Glazen", | ||||
|                     "iot_rapid_29": "Snel 29'", | ||||
|                     "iot_rapid_39": "Snel 39' 60\u00b0C", | ||||
|                     "iot_single": "Single", | ||||
|                     "iot_steam": "Stoom 75\u00b0C", | ||||
|                     "iot_super_flash": "Super Flash", | ||||
|                     "iot_super_wash": "Super Was", | ||||
|                     "iot_turbopower": "TurboPower", | ||||
|                     "iot_universal": "Universeel 60\u00b0C", | ||||
|                     "iot_wok_grids_maxi_pans": "Speciale Pannen (Wokpannen - Roosters & Maxi Pannen)", | ||||
|                     "iot_wok_grids_maxi_pans_soil": "Speciale Pannen (Wokpannen - Roosters & Maxi Pannen)", | ||||
|                     "iot_yes_quick_cycle": "Yes Quick", | ||||
|                     "night": "Zeer stil 55\u00b0C", | ||||
|                     "prewash": "Voorwas", | ||||
|                     "rapid_20": "Snel 20'", | ||||
|                     "rapid_24": "Snel 24'", | ||||
|                     "rapid_29": "Snel 29' 50\u00b0C", | ||||
|                     "rapid_35": "Wash&Dry 35'", | ||||
|                     "rapid_39": "Snel 39' 60\u00b0C", | ||||
|                     "rapid_49": "Snel 49'", | ||||
|                     "rapid_59": "Snel 59'", | ||||
|                     "sanitising": "Ontsmetten", | ||||
|                     "silence": "Silence", | ||||
|                     "silent": "Nacht", | ||||
|                     "silent_care": "Silent Care", | ||||
|                     "smart_ai": "Smart AI", | ||||
|                     "special": "speciaal", | ||||
|                     "special_pw_prz": "speciaal", | ||||
|                     "steam": "Stoom 75\u00b0C", | ||||
|                     "steam_plus": "Stoom Plus 75\u00b0C", | ||||
|                     "total_care": "Total Care 50\u00b0C", | ||||
|                     "ultra_silence": "Zeer stil 55\u00b0C", | ||||
|                     "ultra_silent": "Zeer stil 55\u00b0C", | ||||
|                     "universal": "Universeel 60\u00b0C", | ||||
|                     "universal_plus": "Universeel Plus 70\u00b0C", | ||||
|                     "zoom_39": "Zoom 39 min" | ||||
|                 }, | ||||
|                 "name": "Programma" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "state": { | ||||
|                     "iot_special_ash_brown": "Asbruin", | ||||
|                     "iot_special_beef_fillet": "Runderfilet", | ||||
|                     "iot_special_beef_veal_stew": "Rund- en kalfsvleesstoofpot", | ||||
|                     "iot_special_boiled_rice": "Gekookte rijst", | ||||
|                     "iot_special_chicken_breast": "Kippenborst", | ||||
|                     "iot_special_chicken_legs": "Kippenpoten", | ||||
|                     "iot_special_chocolate_pudding": "Chocoladepudding", | ||||
|                     "iot_special_entrecote": "Entrecote", | ||||
|                     "iot_special_fresh_tuna": "Verse tonijn", | ||||
|                     "iot_special_grilled_vegetables": "Gegrilde groenten", | ||||
|                     "iot_special_lamb_cutlet": "Lamskotelet", | ||||
|                     "iot_special_meatballs": "Gehaktballen", | ||||
|                     "iot_special_minestrone": "Minestrone", | ||||
|                     "iot_special_mussels": "Mosselen", | ||||
|                     "iot_special_omelette": "Omelet", | ||||
|                     "iot_special_pancakes": "Pannenkoeken", | ||||
|                     "iot_special_paris_style_peas": "Erwten in Parijse stijl", | ||||
|                     "iot_special_poached_eggs": "Gepocheerde eieren", | ||||
|                     "iot_special_pork_fillet": "Varkensfilet", | ||||
|                     "iot_special_pork_ribs": "Varkensribben", | ||||
|                     "iot_special_prawns": "Garnalen", | ||||
|                     "iot_special_quinoa": "Quinoa", | ||||
|                     "iot_special_ratatouille": "Ratatouille", | ||||
|                     "iot_special_salmon_fillet": "Zalmfilet", | ||||
|                     "iot_special_saute_potatoes": "Gebakken aardappelen", | ||||
|                     "iot_special_scallops": "Sint-jakobsschelpen", | ||||
|                     "iot_special_scrambled_eggs": "Roerei", | ||||
|                     "iot_special_spelt": "Spelt", | ||||
|                     "iot_special_veggy_noodles": "Vegetarische noedels", | ||||
|                     "iot_special_white_fish_fillet": "Witte visfilet", | ||||
|                     "iot_standard_boiling": "Boiling", | ||||
|                     "iot_standard_frying": "Bakken", | ||||
|                     "iot_standard_keep_warm": "Warm houden", | ||||
|                     "iot_standard_melting": "Smelten", | ||||
|                     "iot_standard_simmering": "Simmering" | ||||
|                 }, | ||||
|                 "name": "Programma" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "state": { | ||||
|                     "bakery": "Pasta en bakkersproducten", | ||||
|                     "bakery_steam": "Stoomgebakken brood", | ||||
|                     "bottom_heating": "Bodemverwarming", | ||||
|                     "bottom_heating_fan": "Bodemverwarming + Ventilator", | ||||
|                     "bread": "Brood", | ||||
|                     "bread_steam": "Stoomgebakken pasteien", | ||||
|                     "convection_fan": "Met ventilator", | ||||
|                     "convection_fan_turnspit": "Convectie + ventilator + draaispit", | ||||
|                     "conventional": "Conventioneel", | ||||
|                     "conventional_turnspit": "Convectie + draaispit", | ||||
|                     "defrost": "Ontdooien", | ||||
|                     "descaling": "Ontkalken", | ||||
|                     "fish": "Vis", | ||||
|                     "fish_steam": "Gestoomde vis", | ||||
|                     "grill_cata": "Grill", | ||||
|                     "grill_fan_cata": "Grill + ventilator", | ||||
|                     "grill_fan_pyro": "Grill + ventilator", | ||||
|                     "grill_pyro": "Grill", | ||||
|                     "h20_clean": "H2O-Clean", | ||||
|                     "iot_bread": "Brood", | ||||
|                     "iot_h20_clean": "h2O clean", | ||||
|                     "leavening": "Gisting", | ||||
|                     "low_temp_cooking": "Bereiding op lage temperatuur", | ||||
|                     "low_temp_cooking_fish": "Bereiding op lage temperatuur \u2013 Vis", | ||||
|                     "low_temp_cooking_fish_steam": "Stomen bij lage temperatuur \u2013 Vis", | ||||
|                     "low_temp_cooking_meat": "Bereiding op lage temperatuur \u2013 Vlees", | ||||
|                     "low_temp_cooking_meat_steam": "Stomen bij lage temperatuur \u2013 Vlees", | ||||
|                     "low_temp_cooking_steam": "Stomen bij lage temperatuur", | ||||
|                     "meat": "Vlees", | ||||
|                     "meat_steam": "Gestoomd vlees", | ||||
|                     "multi_level": "Multi-level", | ||||
|                     "paella": "Paella", | ||||
|                     "pasta_and_bakery": "Pasta en bakkersproducten", | ||||
|                     "pizza": "Pizza", | ||||
|                     "pyrolysis": "Pyrolyse", | ||||
|                     "pyrolysis_plus": "Pyrolyse +", | ||||
|                     "red_meat": "Rood vlees", | ||||
|                     "red_meat_steam": "Gestoomd rood vlees", | ||||
|                     "regenerate": "Regeneratie", | ||||
|                     "soft_plus": "Soft+", | ||||
|                     "super_grill": "Super grill", | ||||
|                     "tailor_bake": "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", | ||||
|                     "vegetables": "Groenten", | ||||
|                     "vegetables_cata": "Groenten", | ||||
|                     "vegetables_pyro": "Groenten", | ||||
|                     "water_discharge": "Waterafvoer", | ||||
|                     "white_meat": "Wit vlees", | ||||
|                     "white_meat_steam": "Gestoomd wit vlees" | ||||
|                 }, | ||||
|                 "name": "Programma" | ||||
|             }, | ||||
|             "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\u00a0minuten 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\u00ebne", | ||||
|                     "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 \u2013 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\u00a0Care", | ||||
|                     "waterproof_revitalize": "Waterproof Revitaliseren", | ||||
|                     "whites": "Witte was", | ||||
|                     "wool": "Droge Wol", | ||||
|                     "woolmark": "Wol", | ||||
|                     "xxl_load": "XXL Lading", | ||||
|                     "zoom_59": "Zoom\u00a059" | ||||
|                 }, | ||||
|                 "name": "Programma" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "state": { | ||||
|                     "20_degrees_coloured_cottons": "20\u00b0 gekleurd en katoen", | ||||
|                     "20_degrees_new_energy_label": "20 \u00b0C", | ||||
|                     "active_steam": "Stoom", | ||||
|                     "active_wash": "Actieve was", | ||||
|                     "active_wash_steam": "Actieve was", | ||||
|                     "allergy_care": "Allergiezorg", | ||||
|                     "allergy_care_pro": "Allergy Care Pro", | ||||
|                     "all_in_one_49": "Alles-in-\u00e9\u00e9n 49'.", | ||||
|                     "all_in_one_59": "Alles-in-\u00e9\u00e9n 59'.", | ||||
|                     "all_in_one_59_steam": "Actieve was + Stoom", | ||||
|                     "autocare": "Automatische verzorging", | ||||
|                     "autoclean": "Trommelreiniging", | ||||
|                     "baby_60": "All baby 60 \u00b0 C", | ||||
|                     "care_14": "Rapid care 14'", | ||||
|                     "care_30": "Rapid care 30'", | ||||
|                     "care_44": "Rapid Care 44'", | ||||
|                     "checkup": "Controle", | ||||
|                     "colour_59": "Gekleurd 59'", | ||||
|                     "colour_59_steam": "Gekleurd 59' + Stoom", | ||||
|                     "cottons": "Katoen", | ||||
|                     "cottons_prewash": "Katoen + voorwas", | ||||
|                     "cottons_steam": "Katoen + Stoom", | ||||
|                     "cotton_care_59": "Cotton Care 59 Min", | ||||
|                     "delicate_59": "Fijne was 59'", | ||||
|                     "delicate_silk": "Fijne was Zijde", | ||||
|                     "delicate_silk_steam": "Fijne was Zijde + Stoom", | ||||
|                     "delicati_59": "Fijne was 59'", | ||||
|                     "delicati_59_steam": "Fijne was 59'", | ||||
|                     "drain_spin": "Afpompen en centrifugeren", | ||||
|                     "easy_iron": "Makkelijk Strijkbaar", | ||||
|                     "eco_40_60_new_energy_label": "Eco 40-60", | ||||
|                     "extra_care": "Extra Care", | ||||
|                     "fitness": "Fitness care", | ||||
|                     "fitness_care": "Fitness care", | ||||
|                     "fresh_care": "Opfrisverzorging", | ||||
|                     "fresh_care_steam": "Fresh Care + Stoom", | ||||
|                     "handwash_wool": "Handwas en wol", | ||||
|                     "high_dry": "Katoen drogen", | ||||
|                     "hqd_20_degrees": "Katoen 20\u2103", | ||||
|                     "hqd_allergy": "Allergiezorg", | ||||
|                     "hqd_autoclean": "Het reinigen van de trommel", | ||||
|                     "hqd_babycare": "Baby Care", | ||||
|                     "hqd_checkup": "Controle", | ||||
|                     "hqd_cottons": "Katoen", | ||||
|                     "hqd_delicate": "Fijne was", | ||||
|                     "hqd_delicate_cradle": "Fijne was", | ||||
|                     "hqd_dry": "Katoen drogen", | ||||
|                     "hqd_dry_synthetics": "Gemengde vezels drogen", | ||||
|                     "hqd_duvet": "Dekbed", | ||||
|                     "hqd_eco_40_60_degrees": "Eco 40-60", | ||||
|                     "hqd_handwash_wool": "Wol", | ||||
|                     "hqd_i_refresh": "i-Refresh", | ||||
|                     "hqd_mix": "Gemengde was", | ||||
|                     "hqd_quick_15": "Snel 15'", | ||||
|                     "hqd_quick_wash_57": "Snel wassen 57\u00a0min", | ||||
|                     "hqd_rapid_wash_and_dry": "Wassen en drogen", | ||||
|                     "hqd_refresh": "Opfrissen", | ||||
|                     "hqd_rinse": "Spoelen", | ||||
|                     "hqd_shirts": "Overhemden", | ||||
|                     "hqd_smart": "Smart A.I.", | ||||
|                     "hqd_spin": "Centrifugeren", | ||||
|                     "hqd_sport": "Sport", | ||||
|                     "hqd_super_fast": "Snel 39'", | ||||
|                     "hqd_synthetic_and_coloured": "Synthetische stoffen", | ||||
|                     "hygiene_59": "Hygiene Plus 59'", | ||||
|                     "hygiene_60": "Hygi\u00ebne 60 \u00b0C", | ||||
|                     "hygiene_plus_59": "Hygiene Plus 59'", | ||||
|                     "hygiene_plus_59_min": "Hygiene Plus 59'", | ||||
|                     "hygiene_pro_49_min": "Hygiene Pro 49 min", | ||||
|                     "hygiene_pro_steam": "Hygiene Pro + stoom", | ||||
|                     "intensive_40": "Intensief 40\u00b0C", | ||||
|                     "intensive_40_steam": "Intensief 40\u00b0C + Stoom", | ||||
|                     "iot_active_steam": "Stoom", | ||||
|                     "iot_active_wash_steam": "Actieve was", | ||||
|                     "iot_allergy_care_pro": "Allergy Care Pro", | ||||
|                     "iot_all_in_one_59_steam": "Actieve was + Stoom", | ||||
|                     "iot_checkup": "Controle", | ||||
|                     "iot_colour_59_steam": "Gekleurd 59' + Stoom", | ||||
|                     "iot_cottons_steam": "Katoen + Stoom", | ||||
|                     "iot_delicate_silk_steam": "Fijne was Zijde + Stoom", | ||||
|                     "iot_delicati_59_steam": "Fijne was 59'", | ||||
|                     "iot_dry_air_refresh": "Opfrissen met lucht", | ||||
|                     "iot_dry_anti_mites": "Antimijt", | ||||
|                     "iot_dry_baby": "Baby", | ||||
|                     "iot_dry_backpacks": "Rugzakken", | ||||
|                     "iot_dry_bathrobe": "Badjassen en poreuze stoffen", | ||||
|                     "iot_dry_bed_linen": "Beddengoed", | ||||
|                     "iot_dry_cotton_dry": "Katoen drogen", | ||||
|                     "iot_dry_cuddly_toys": "Knuffeldieren", | ||||
|                     "iot_dry_curtains": "Gordijnen", | ||||
|                     "iot_dry_dehumidifier": "Vochtigheidsverwijderaar", | ||||
|                     "iot_dry_delicates_antiallergy": "Fijne was \u2013 anti-allergie", | ||||
|                     "iot_dry_delicate_tablecloths": "Delicate tafellakens", | ||||
|                     "iot_dry_denim_jeans": "Denim \u2013 Jeans", | ||||
|                     "iot_dry_easy_iron_cotton": "Gemakkelijk strijken \u2013 Katoen", | ||||
|                     "iot_dry_easy_iron_synthetics": "Gemakkelijk strijken \u2013 Synthetische stoffen", | ||||
|                     "iot_dry_gym_fit": "Sportkleding", | ||||
|                     "iot_dry_lingerie": "Lingerie", | ||||
|                     "iot_dry_mixed_dry": "Gemengde vezels drogen", | ||||
|                     "iot_dry_rapid_60_min_delicates": "Snel 60' \u2013 Fijne was", | ||||
|                     "iot_dry_shirts": "Overhemden", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Badkleding", | ||||
|                     "iot_dry_synthetics": "Synthetische stoffen drogen", | ||||
|                     "iot_dry_synthetic_dry": "Synthetische stoffen drogen", | ||||
|                     "iot_dry_tablecloths": "Tafellakens", | ||||
|                     "iot_dry_technical_fabrics": "Technische stoffen", | ||||
|                     "iot_dry_warm_embrace": "Warm drogen", | ||||
|                     "iot_dry_wool_dry": "Wol drogen", | ||||
|                     "iot_easy_iron": "Makkelijk Strijkbaar", | ||||
|                     "iot_fresh_care_steam": "Fresh Care + Stoom", | ||||
|                     "iot_hygiene_pro_steam": "Hygiene Pro + stoom", | ||||
|                     "iot_intensive_40_steam": "Intensief 40\u00b0C + Stoom", | ||||
|                     "iot_mixed_steam": "Gemengde vezels + Stoom", | ||||
|                     "iot_mix_and_colour_59_steam": "Gemengd en Gekleurd 59' + Stoom", | ||||
|                     "iot_perfect_cotton_59_steam": "Perfecte Katoen 59'", | ||||
|                     "iot_rapid_a_class_60_steam": "Snel klasse A 60 + Stoom", | ||||
|                     "iot_resistant_cotton_steam": "Katoen + Stoom", | ||||
|                     "iot_shirts_steam": "Shirts + stoom", | ||||
|                     "iot_single_item_steam": "E\u00e9n artikel + Stoom", | ||||
|                     "iot_smart_wash": "Smart Wash", | ||||
|                     "iot_soft_care_steam": "Soft Care + Steam", | ||||
|                     "iot_special_39_full_load_steam": "Speciaal 39' + Stoom", | ||||
|                     "iot_steam_hygiene_plus": "Hygi\u00ebne Plus Stoom ", | ||||
|                     "iot_synthetic_and_coloured_steam": "Synthetisch en gekleurd + Stoom", | ||||
|                     "iot_wash_and_dry": "Wassen en drogen", | ||||
|                     "iot_wash_anti_mites": "Antimijt", | ||||
|                     "iot_wash_anti_odor": "Antigeur", | ||||
|                     "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|                     "iot_wash_ariel_cold_cycle": "Ariel Cold Clean", | ||||
|                     "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", | ||||
|                     "iot_wash_baby_sanitizer": "Ontsmettend", | ||||
|                     "iot_wash_baby_sanitizer_steam": "Baby Sanitiser + Stoom", | ||||
|                     "iot_wash_backpacks": "Rugzakken", | ||||
|                     "iot_wash_backpacks_zelig": "Rugzakken", | ||||
|                     "iot_wash_bathrobe": "Badjassen en handdoeken", | ||||
|                     "iot_wash_bathrobe_steam": "Badjas + Stoom", | ||||
|                     "iot_wash_bed_linen": "Beddengoed", | ||||
|                     "iot_wash_bed_linen_steam": "Beddengoed + Stoom", | ||||
|                     "iot_wash_bed_linen_zelig": "Beddengoed", | ||||
|                     "iot_wash_big_single_load": "Grote enkele lading", | ||||
|                     "iot_wash_bleaching": "Bleken", | ||||
|                     "iot_wash_blood_stains": "Bloedvlekken", | ||||
|                     "iot_wash_cashmere": "Kasjmier", | ||||
|                     "iot_wash_chocolate_stains": "Chocoladevlekken", | ||||
|                     "iot_wash_cold_wash": "Koude was", | ||||
|                     "iot_wash_colored": "Bonte was", | ||||
|                     "iot_wash_colored_anti_stain": "Vlekverwijdering voor bonte was", | ||||
|                     "iot_wash_colored_delicate": "Fijne bonte was", | ||||
|                     "iot_wash_coloured": "Bonte was", | ||||
|                     "iot_wash_coloured_bed_linen": "Gekleurd beddengoed", | ||||
|                     "iot_wash_coloured_bed_linen_steam": "Gekleurd beddengoed + Stoom", | ||||
|                     "iot_wash_coloured_curtains": "Gekleurde gordijnen", | ||||
|                     "iot_wash_coloured_shirts": "Gekleurde overhemden", | ||||
|                     "iot_wash_coloured_shirts_steam": "Gekleurde Shirts + Stoom", | ||||
|                     "iot_wash_coloured_steam": "Bonte was + Stoom", | ||||
|                     "iot_wash_coloured_tableclothes": "Gekleurde tafelkleden", | ||||
|                     "iot_wash_coloured_tableclothes_steam": "Gekleurde tafelkleden + Stoom", | ||||
|                     "iot_wash_cotton": "Katoen", | ||||
|                     "iot_wash_cotton_steam": "Katoen + Stoom", | ||||
|                     "iot_wash_cuddly_toys": "Knuffeldieren", | ||||
|                     "iot_wash_curtains": "Gordijnen", | ||||
|                     "iot_wash_curtains_steam": "Gordijnen+Stoom", | ||||
|                     "iot_wash_curtains_zelig": "Gordijnen", | ||||
|                     "iot_wash_dark": "Donkere kleding", | ||||
|                     "iot_wash_darks_and_coloured_44": "Donkere en bonte was 44'", | ||||
|                     "iot_wash_darks_and_coloured_59": "Donkere en bonte was 59'", | ||||
|                     "iot_wash_darks_and_coloured_xl": "Donkere en bonte was XL", | ||||
|                     "iot_wash_dark_steam": "Donkere kleding + Stoom", | ||||
|                     "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|                     "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|                     "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|                     "iot_wash_delicate": "Fijne was", | ||||
|                     "iot_wash_delicate_antiallergy": "Anti-allergie voor fijne was", | ||||
|                     "iot_wash_delicate_antiallergy_steam": "Anti-allergie voor fijne was + Stoom", | ||||
|                     "iot_wash_delicate_antiallergy_zelig": "Anti-allergie voor fijne was", | ||||
|                     "iot_wash_delicate_colors": "Gekleurde fijne was", | ||||
|                     "iot_wash_delicate_colors_steam": "Kleuren + Stoom", | ||||
|                     "iot_wash_delicate_dark": "Donkere fijne was", | ||||
|                     "iot_wash_delicate_steam": "Fijne was + Stoom", | ||||
|                     "iot_wash_delicate_tablecloths": "Delicate tafellakens", | ||||
|                     "iot_wash_delicate_tablecloths_steam": "Delicate tafellakens + Stoom", | ||||
|                     "iot_wash_delicate_whites": "Witte fijne was", | ||||
|                     "iot_wash_denim_jeans": "Denim \u2013 Jeans", | ||||
|                     "iot_wash_diving_suits": "Duikpakken", | ||||
|                     "iot_wash_diving_suits_zelig": "Duikpakken", | ||||
|                     "iot_wash_down_jackets": "Donsjassen", | ||||
|                     "iot_wash_down_jackets_zelig": "Donsjassen", | ||||
|                     "iot_wash_duvet": "Dekbed", | ||||
|                     "iot_wash_fruit_stains": "Fruitvlekken", | ||||
|                     "iot_wash_gym_fit": "Sportkleding", | ||||
|                     "iot_wash_handwash": "Handwas", | ||||
|                     "iot_wash_handwash_colored": "Fijne handwas", | ||||
|                     "iot_wash_handwash_dark": "Donkere handwas", | ||||
|                     "iot_wash_lingerie": "Lingerie", | ||||
|                     "iot_wash_masks_refresh": "Maskers opfrissen", | ||||
|                     "iot_wash_masks_sanification": "Maskers ontsmetting", | ||||
|                     "iot_wash_masks_sanification_steam": "Maskers ontsmetting + Stoom", | ||||
|                     "iot_wash_mats": "Vloerkleden", | ||||
|                     "iot_wash_men_s_trousers": "Mannenbroeken", | ||||
|                     "iot_wash_mixed": "Gemengde vezels", | ||||
|                     "iot_wash_mixed_steam": "Gemengde vezels + Stoom", | ||||
|                     "iot_wash_mix_and_coloured_44": "Gemengde vezels en bonte was 44'", | ||||
|                     "iot_wash_mix_and_coloured_59": "Gemengde vezels en bonte was 59'", | ||||
|                     "iot_wash_mix_and_coloured_xl": "Gemengde vezels en bonte was XL", | ||||
|                     "iot_wash_new_clothes": "Nieuwe kleding", | ||||
|                     "iot_wash_perfect_white": "Perfect wit", | ||||
|                     "iot_wash_perfect_white_steam": "Perfect wit + Stoom", | ||||
|                     "iot_wash_pets": "Accessoires voor dieren", | ||||
|                     "iot_wash_pets_hair_removal": "Verwijderen van huisdierharen", | ||||
|                     "iot_wash_pets_odours_stains_removal": "Verwijderen van diergeuren en vlekken", | ||||
|                     "iot_wash_pets_steam": "Accessoires voor dieren", | ||||
|                     "iot_wash_playsuits": "Playsuits", | ||||
|                     "iot_wash_playsuits_steam": "Playsuits + Stoom", | ||||
|                     "iot_wash_quick_drum_cleaner": "Snelle trommelreiniger", | ||||
|                     "iot_wash_rapid_14": "Snel 14'", | ||||
|                     "iot_wash_rapid_30": "Snel 30'", | ||||
|                     "iot_wash_rapid_44": "Snel 44'", | ||||
|                     "iot_wash_rapid_59": "Snel 59'", | ||||
|                     "iot_wash_rapid_59_steam": "Snel 59' + Stoom", | ||||
|                     "iot_wash_refresh_14_min": "Opfrissen 14'", | ||||
|                     "iot_wash_resistant_colored": "Bont stevig wasgoed", | ||||
|                     "iot_wash_resistant_dark": "Donker stevig wasgoed", | ||||
|                     "iot_wash_resistant_whites": "Wit stevig wasgoed", | ||||
|                     "iot_wash_rinse": "Spoelen", | ||||
|                     "iot_wash_shirts": "Overhemden", | ||||
|                     "iot_wash_shirts_steam": "Overhemden + Stoom", | ||||
|                     "iot_wash_silk": "Zijde", | ||||
|                     "iot_wash_ski_suit": "Skipakken", | ||||
|                     "iot_wash_ski_suit_zelig": "Skipakken", | ||||
|                     "iot_wash_spin": "Centrifugeren", | ||||
|                     "iot_wash_sport": "Sport", | ||||
|                     "iot_wash_sport_anti_odor": "Anti-Odour sportkleding", | ||||
|                     "iot_wash_sport_anti_odor_zelig": "Anti-Odour sportkleding", | ||||
|                     "iot_wash_stains_remover": "Vlekkenverwijderaar", | ||||
|                     "iot_wash_swimsuits_and_bikinis": "Badkleding", | ||||
|                     "iot_wash_synthetic": "Synthetische stoffen", | ||||
|                     "iot_wash_synthetic_steam": "Synthetische stoffen + Stoom", | ||||
|                     "iot_wash_tablecloths": "Tafellakens", | ||||
|                     "iot_wash_tablecloths_steam": "Tafellakens + Stoom", | ||||
|                     "iot_wash_technical_fabrics": "Technische stoffen", | ||||
|                     "iot_wash_technical_fabrics_zelig": "Technische stoffen", | ||||
|                     "iot_wash_technical_jackets": "Technische jacks", | ||||
|                     "iot_wash_technical_jackets_zelig": "Technische jacks", | ||||
|                     "iot_wash_trainers": "Sportschoenen", | ||||
|                     "iot_wash_whites": "Witte was", | ||||
|                     "iot_wash_whites_44": "Witte was 44'", | ||||
|                     "iot_wash_whites_59": "Witte was 59'", | ||||
|                     "iot_wash_whites_xl": "Witte was XL", | ||||
|                     "iot_wash_wine_stains": "Wijnvlekken", | ||||
|                     "iot_wash_wool": "Wol", | ||||
|                     "jeans": "Jeans", | ||||
|                     "jeans_60": "Jeans", | ||||
|                     "low_dry": "Gemengde vezels drogen", | ||||
|                     "mixed": "Gemengde vezels", | ||||
|                     "mixed_and_colored_59": "Gemengde vezels en bonte was 59'", | ||||
|                     "mixed_steam": "Gemengde vezels + Stoom", | ||||
|                     "mix_and_colour_59": "Gemengd + Gekleurd 39'", | ||||
|                     "mix_and_colour_59_steam": "Gemengd en Gekleurd 59' + Stoom", | ||||
|                     "night_and_day": "Dag en nacht", | ||||
|                     "night_wash": "Nachtprogramma", | ||||
|                     "perfect_59": "Perfect 59'", | ||||
|                     "perfect_cotton_59": "Perfecte Katoen 59'", | ||||
|                     "perfect_cotton_59_steam": "Perfecte Katoen 59'", | ||||
|                     "perfect_whites_59": "Perfect wit 59'", | ||||
|                     "rapid_14_min": "Snel 14'", | ||||
|                     "rapid_30_min": "Rapid 30'", | ||||
|                     "rapid_44_min": "Rapid 44'", | ||||
|                     "rapid_a_class_60": "Snel klasse A 60", | ||||
|                     "rapid_a_class_60_steam": "Snel klasse A 60 + Stoom", | ||||
|                     "rapid_wash_and_dry_59_min": "Wassen en drogen 59'", | ||||
|                     "resistant_cotton": "Katoen", | ||||
|                     "resistant_cotton_steam": "Katoen + Stoom", | ||||
|                     "rinse": "Spoelen", | ||||
|                     "shirts_steam": "Shirts + stoom", | ||||
|                     "silent_night": "Nachtprogramma", | ||||
|                     "single_item": "E\u00e9n artikel", | ||||
|                     "single_item_steam": "E\u00e9n artikel + Stoom", | ||||
|                     "smart_wash": "Smart Wash", | ||||
|                     "soft_care": "Zachte verzorging", | ||||
|                     "soft_care_steam": "Soft Care + Steam", | ||||
|                     "soft_care_steam_title": "Soft Care + Steam", | ||||
|                     "special_39": "Speciaal 39'", | ||||
|                     "special_39_full_load": "Speciaal 39'", | ||||
|                     "special_39_full_load_steam": "Speciaal 39' + Stoom", | ||||
|                     "special_49": "Speciaal 49'", | ||||
|                     "sport_39": "Sport 39'", | ||||
|                     "sport_plus_29": "Sport Plus 29\"", | ||||
|                     "sport_plus_39": "Sport Plus 39'", | ||||
|                     "steam_39": "Stoom 39'", | ||||
|                     "steam_care_pro": "Steam Care Pro", | ||||
|                     "steam_care_pro_cotton": "Steam Care Pro - Katoen", | ||||
|                     "steam_care_pro_delicates": "Steam Care Pro - Fijne was", | ||||
|                     "steam_care_pro_synthetic": "Steam Care Pro - Synthetisch", | ||||
|                     "steam_hygiene_plus": "Hygi\u00ebne Plus Stoom ", | ||||
|                     "synthetics": "Synthetische stoffen", | ||||
|                     "synthetic_and_coloured": "Synthetische vezels en kleuren", | ||||
|                     "synthetic_and_coloured_steam": "Synthetisch en gekleurd + Stoom", | ||||
|                     "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|                     "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|                     "total_care": "Total Care", | ||||
|                     "tumbling": "Trommeldrogen", | ||||
|                     "wool": "Wol", | ||||
|                     "wool_and_delicates_49": "Wol/Fijne was 49'", | ||||
|                     "wool_dry": "Wol drogen", | ||||
|                     "wool_soft_care": "Wol & Soft Care" | ||||
|                 }, | ||||
|                 "name": "Programma" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Niet drogen", | ||||
|                     "1": "Strijken", | ||||
|                     "2": "Kastdroog", | ||||
|                     "3": "Kastdroog", | ||||
|                     "4": "Extra droog", | ||||
|                     "12": "Strijken", | ||||
|                     "13": "Kastdroog", | ||||
|                     "14": "Klaar om te dragen", | ||||
|                     "15": "Extra droog" | ||||
|                 }, | ||||
|                 "name": "Droogniveau" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Centrifugeren" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatuur" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Droogtijd" | ||||
|             } | ||||
|         }, | ||||
|         "switch": { | ||||
|             "anti_crease": { | ||||
|                 "name": "Kreukherstellend" | ||||
|             }, | ||||
|             "add_dish": { | ||||
|                 "name": "" | ||||
|             }, | ||||
|             "eco_express": { | ||||
|                 "name": "Eco" | ||||
|             }, | ||||
|             "extra_dry": { | ||||
|                 "name": "Extra droog" | ||||
|             }, | ||||
|             "half_load": { | ||||
|                 "name": "Halve lading" | ||||
|             }, | ||||
|             "open_door": { | ||||
|                 "name": "Open deur" | ||||
|             }, | ||||
|             "three_in_one": { | ||||
|                 "name": "3 in 1" | ||||
|             }, | ||||
|             "preheat": { | ||||
|                 "name": "Voorverwarmen" | ||||
|             }, | ||||
|             "dish_washer": { | ||||
|                 "name": "Vaatwasser" | ||||
|             }, | ||||
|             "tumble_dryer": { | ||||
|                 "name": "Droogtrommel" | ||||
|             }, | ||||
|             "washing_machine": { | ||||
|                 "name": "Wasmachine" | ||||
|             }, | ||||
|             "washer_dryer": { | ||||
|                 "name": "Was-droogcombinatie" | ||||
|             }, | ||||
|             "oven": { | ||||
|                 "name": "Oven" | ||||
|             }, | ||||
|             "prewash": { | ||||
|                 "name": "Voorwas" | ||||
|             }, | ||||
|             "pause": { | ||||
|                 "name": "Pauze" | ||||
|             }, | ||||
|             "keep_fresh": { | ||||
|                 "name": "Keep Fresh" | ||||
|             } | ||||
|         }, | ||||
|         "binary_sensor": { | ||||
|             "door_lock": { | ||||
|                 "name": "Deurvergrendeling" | ||||
|             }, | ||||
|             "extra_rinse_1": { | ||||
|                 "name": "+1 keer spoelen" | ||||
|             }, | ||||
|             "extra_rinse_2": { | ||||
|                 "name": "+2 keer spoelen" | ||||
|             }, | ||||
|             "extra_rinse_3": { | ||||
|                 "name": "+3 keer spoelen" | ||||
|             }, | ||||
|             "good_night": { | ||||
|                 "name": "Goede nacht" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Kreukherstellend" | ||||
|             }, | ||||
|             "aqua_plus": { | ||||
|                 "name": "Acquaplus" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Centrifugeren" | ||||
|             }, | ||||
|             "programs_dw": { | ||||
|                 "name": "Programma" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "name": "Programma" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "name": "Programma" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "name": "Programma" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "name": "Programma" | ||||
|             }, | ||||
|             "still_hot": { | ||||
|                 "name": "Nog heet" | ||||
|             }, | ||||
|             "pan_status": { | ||||
|                 "name": "Pan" | ||||
|             }, | ||||
|             "remote_control": { | ||||
|                 "name": "Afstandsbediening" | ||||
|             }, | ||||
|             "rinse_aid": { | ||||
|                 "name": "Niveau glansspoelmiddel" | ||||
|             }, | ||||
|             "salt_level": { | ||||
|                 "name": "Niveau zout" | ||||
|             }, | ||||
|             "door_open": { | ||||
|                 "name": "Deur open" | ||||
|             }, | ||||
|             "connection": { | ||||
|                 "name": "Het apparaat verbinden" | ||||
|             } | ||||
|         }, | ||||
|         "number": { | ||||
|             "power_management": { | ||||
|                 "name": "Vermogensbeheer" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatuur" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Vertraag Start" | ||||
|             }, | ||||
|             "water_hard": { | ||||
|                 "name": "Waterhardheid" | ||||
|             }, | ||||
|             "program_duration": { | ||||
|                 "name": "Programmaduur" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Doeltemperatuur" | ||||
|             }, | ||||
|             "rinse_iterations": { | ||||
|                 "name": "Aantal spoelbeurten" | ||||
|             }, | ||||
|             "wash_time": { | ||||
|                 "name": "Wastijd" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Droogtijd" | ||||
|             } | ||||
|         }, | ||||
|         "button": { | ||||
|             "induction_hob": { | ||||
|                 "name": "Inductiekookplaat" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @ -1,953 +0,0 @@ | ||||
| { | ||||
|     "entity": { | ||||
|         "sensor": { | ||||
|             "washing_modes": { | ||||
|                 "state": { | ||||
|                     "0": "Gotowe", | ||||
|                     "1": "Gotowe", | ||||
|                     "3": "Zatrzymaj", | ||||
|                     "4": "Zaplanowane", | ||||
|                     "5": "Zaplanowane", | ||||
|                     "6": "B\u0142\u0105d", | ||||
|                     "7": "Gotowe" | ||||
|                 } | ||||
|             }, | ||||
|             "program_phases_wm": { | ||||
|                 "state": { | ||||
|                     "0": "Gotowe", | ||||
|                     "1": "Pranie", | ||||
|                     "2": "Pranie", | ||||
|                     "3": "Wirowanie", | ||||
|                     "4": "P\u0142ukanie", | ||||
|                     "5": "P\u0142ukanie", | ||||
|                     "6": "P\u0142ukanie", | ||||
|                     "7": "Suszenie", | ||||
|                     "9": "Para", | ||||
|                     "10": "Gotowe", | ||||
|                     "11": "Wirowanie", | ||||
|                     "12": "Wa\u017cenie ", | ||||
|                     "13": "Wa\u017cenie ", | ||||
|                     "14": "Pranie", | ||||
|                     "15": "Pranie", | ||||
|                     "16": "Pranie", | ||||
|                     "17": "P\u0142ukanie", | ||||
|                     "18": "P\u0142ukanie", | ||||
|                     "19": "Zaplanowane", | ||||
|                     "20": "Utrzymaj \u015bwie\u017co\u015b\u0107", | ||||
|                     "24": "Od\u015bwie\u017canie", | ||||
|                     "25": "Pranie", | ||||
|                     "26": "Ogrzewanie", | ||||
|                     "27": "Pranie" | ||||
|                 }, | ||||
|                 "name": "Faza" | ||||
|             }, | ||||
|             "program_phases_td": { | ||||
|                 "state": { | ||||
|                     "0": "Gotowe", | ||||
|                     "1": "Suszenie", | ||||
|                     "2": "Suszenie", | ||||
|                     "3": "Ch\u0142odzenie", | ||||
|                     "13": "Ch\u0142odzenie", | ||||
|                     "14": "Suszenie", | ||||
|                     "15": "Suszenie", | ||||
|                     "16": "Ch\u0142odzenie", | ||||
|                     "18": "Utrzymaj \u015bwie\u017co\u015b\u0107", | ||||
|                     "19": "Suszenie", | ||||
|                     "20": "Suszenie" | ||||
|                 }, | ||||
|                 "name": "Faza" | ||||
|             }, | ||||
|             "program_phases_dw": { | ||||
|                 "state": { | ||||
|                     "0": "Gotowe", | ||||
|                     "1": "Zmywanie wst\u0119pne", | ||||
|                     "2": "Pranie", | ||||
|                     "3": "P\u0142ukanie", | ||||
|                     "4": "Suszenie", | ||||
|                     "5": "Gotowe", | ||||
|                     "6": "Hot rinse" | ||||
|                 }, | ||||
|                 "name": "Faza" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Bez suszenia", | ||||
|                     "1": "Prasowanie", | ||||
|                     "2": "Gotowe do garderoby", | ||||
|                     "3": "Gotowe do garderoby", | ||||
|                     "4": "Ekstra suchy", | ||||
|                     "12": "Prasowanie", | ||||
|                     "13": "Gotowe do garderoby", | ||||
|                     "14": "Gotowe do w\u0142o\u017cenia", | ||||
|                     "15": "Ekstra suchy" | ||||
|                 }, | ||||
|                 "name": "Poziom suszenia" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Przeciw gnieceniu" | ||||
|             }, | ||||
|             "power": { | ||||
|                 "name": "Poziom mocy" | ||||
|             }, | ||||
|             "remaining_time": { | ||||
|                 "name": "Pozosta\u0142y czas" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "water_efficiency": { | ||||
|                 "name": "Wydajno\u015b\u0107 zu\u017cycia wody" | ||||
|             }, | ||||
|             "water_saving": { | ||||
|                 "name": "Oszcz\u0119dno\u015b\u0107 wody" | ||||
|             }, | ||||
|             "duration": { | ||||
|                 "name": "Czas trwania" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Temperatura docelowa" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Wirowanie" | ||||
|             }, | ||||
|             "steam_leve": { | ||||
|                 "name": "Poziom pary" | ||||
|             }, | ||||
|             "dirt_level": { | ||||
|                 "name": "Stopie\u0144 zabrudzenia" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Op\u00f3\u017aniony Start" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Czas suszenia" | ||||
|             }, | ||||
|             "suggested_load": { | ||||
|                 "name": "\u0141adowno\u015b\u0107" | ||||
|             }, | ||||
|             "energy_label": { | ||||
|                 "name": "Efektywno\u015b\u0107 energetyczna" | ||||
|             }, | ||||
|             "det_dust": { | ||||
|                 "name": "Proszek" | ||||
|             }, | ||||
|             "det_liquid": { | ||||
|                 "name": "P\u0142yn" | ||||
|             } | ||||
|         }, | ||||
|         "select": { | ||||
|             "programs_dw": { | ||||
|                 "state": { | ||||
|                     "59_min": "Szybki 59'", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "auto_care_soil": "Auto Care", | ||||
|                     "auto_plus": "AutoPlus", | ||||
|                     "auto_sensor": "Auto Sensor", | ||||
|                     "auto_sensor_soil": "Auto Sensor", | ||||
|                     "auto_universal": "Auto Universalny 50 - 60\u00b0C", | ||||
|                     "auto_universal_plus": "Auto Universalny Plus 65 - 75\u00b0C", | ||||
|                     "auto_universal_plus_soil": "Auto Universalny Plus 65 - 75\u00b0C", | ||||
|                     "auto_universal_soil": "Auto Universalny 50 - 60\u00b0C", | ||||
|                     "auto_wash": "Auto Wash", | ||||
|                     "auto_wash_soil": "Auto Wash", | ||||
|                     "classe_a_59": "Zmywanie w klasie A 1 godz. 65\u00b0C", | ||||
|                     "delicate": "Delikatny 45\u00b0C", | ||||
|                     "dishwasher_care": "Cykl usuwania kamienia", | ||||
|                     "eco": "Eco", | ||||
|                     "eco_asynch": "Eco 45\u00b0C", | ||||
|                     "eco_bldc": "Eco 45\u00b0C", | ||||
|                     "eco_synch": "Eco 45\u00b0C", | ||||
|                     "gentle_wash": "Gentle wash", | ||||
|                     "glass": "Szk\u0142o", | ||||
|                     "glassware": "Szklane 45\u00b0C", | ||||
|                     "glass_care": "Glass Care", | ||||
|                     "hygiene": "Higiena", | ||||
|                     "hygiene_plus": "Higiena+ 75\u00b0C", | ||||
|                     "intensive": "Intensywne ", | ||||
|                     "intensive_rapid": "intensywny szybki", | ||||
|                     "iot_auto_sensor": "Auto Sensor", | ||||
|                     "iot_auto_universal_soil": "Auto Universalny 50 - 60\u00b0C", | ||||
|                     "iot_auto_wash_soil": "Auto Wash", | ||||
|                     "iot_baby_care": "Baby Care", | ||||
|                     "iot_breakfast": "\u015aniadanie", | ||||
|                     "iot_checkup": "Kontrola", | ||||
|                     "iot_china_crystals": "Kryszta\u0142y", | ||||
|                     "iot_classe_a_59": "Szybki 59'", | ||||
|                     "iot_cocktail_glasses": "Kieliszki", | ||||
|                     "iot_cocktail_glasses_soil": "Kieliszki", | ||||
|                     "iot_daily_care": "Daily Care", | ||||
|                     "iot_daily_care_soil": "Daily Care", | ||||
|                     "iot_delicate": "Delikatny 45\u00b0C", | ||||
|                     "iot_dinner_for_two": "Obiad dla dwojga", | ||||
|                     "iot_dinner_for_two_soil": "Obiad dla dwojga", | ||||
|                     "iot_dreft_quick_cycle": "Dreft Quick", | ||||
|                     "iot_eco_asynch": "Eco 45\u00b0C", | ||||
|                     "iot_eco_bldc": "Eco 45\u00b0C", | ||||
|                     "iot_eco_synch": "Eco 45\u00b0C", | ||||
|                     "iot_extra_hygiene": "Extra Higieniczne", | ||||
|                     "iot_fairy_quick_cycle": "Fairy Quick", | ||||
|                     "iot_happy_hour": "Happy Hour", | ||||
|                     "iot_jar_quick_cycle": "Jar Quick", | ||||
|                     "iot_party": "Imprezowy", | ||||
|                     "iot_party_soil": "Imprezowy", | ||||
|                     "iot_pizza_menu": "Pizza", | ||||
|                     "iot_pizza_menu_soil": "Pizza", | ||||
|                     "iot_plastic_tupperware": "Plastik i pojemniki", | ||||
|                     "iot_porcelain": "Porcelana", | ||||
|                     "iot_power_mix_wash": "Mieszanie zmywanie Power", | ||||
|                     "iot_power_mix_wash_soil": "Mieszanie zmywanie Power", | ||||
|                     "iot_prewash": "Mycie wst\u0119pne", | ||||
|                     "iot_pyrex_and_glassware": "Pyrex i Szk\u0142o", | ||||
|                     "iot_rapid_29": "Szybki 29'", | ||||
|                     "iot_rapid_39": "Szybkie 39' 60\u00b0C", | ||||
|                     "iot_single": "Pojedynczy", | ||||
|                     "iot_steam": "Para 75\u00b0C", | ||||
|                     "iot_super_flash": "Super Flash", | ||||
|                     "iot_super_wash": "Super Mycie", | ||||
|                     "iot_turbopower": "TurboPower", | ||||
|                     "iot_universal": "Uniwersalne 60\u00b0C", | ||||
|                     "iot_wok_grids_maxi_pans": "Specjalny do patelni (Woki, Patelnie karbowane, Patelnie maxi)", | ||||
|                     "iot_wok_grids_maxi_pans_soil": "Specjalny do patelni (Woki, Patelnie karbowane, Patelnie maxi)", | ||||
|                     "iot_yes_quick_cycle": "Yes Quick", | ||||
|                     "night": "Ultra Ciche 55\u00b0C", | ||||
|                     "prewash": "Mycie wst\u0119pne", | ||||
|                     "rapid_20": "Szybki 20'", | ||||
|                     "rapid_24": "Szybki 24'", | ||||
|                     "rapid_29": "Szybki 29' 50\u00b0C", | ||||
|                     "rapid_35": "Wash&Dry 35'", | ||||
|                     "rapid_39": "Szybkie 39' 60\u00b0C", | ||||
|                     "rapid_49": "Szybki 49'", | ||||
|                     "rapid_59": "Szybki 59'", | ||||
|                     "sanitising": "Dezynfekcja", | ||||
|                     "silence": "Silence", | ||||
|                     "silent": "Nocny", | ||||
|                     "silent_care": "Silent Care", | ||||
|                     "smart_ai": "Smart AI", | ||||
|                     "special": "specjalne", | ||||
|                     "special_pw_prz": "specjalne", | ||||
|                     "steam": "Para 75\u00b0C", | ||||
|                     "steam_plus": "Para Plus 75\u00b0C", | ||||
|                     "total_care": "Total Care 50\u00b0C", | ||||
|                     "ultra_silence": "Ultra Ciche 55\u00b0C", | ||||
|                     "ultra_silent": "Ultra Ciche 55\u00b0C", | ||||
|                     "universal": "Uniwersalne 60\u00b0C", | ||||
|                     "universal_plus": "Uniwersalne Plus 70\u00b0C", | ||||
|                     "zoom_39": "Zoom 39 min" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "state": { | ||||
|                     "iot_special_ash_brown": "Popielato-br\u0105zowy", | ||||
|                     "iot_special_beef_fillet": "Pol\u0119dwica wo\u0142owa", | ||||
|                     "iot_special_beef_veal_stew": "Gulasz wo\u0142owo-ciel\u0119cy", | ||||
|                     "iot_special_boiled_rice": "Ry\u017c gotowany", | ||||
|                     "iot_special_chicken_breast": "Pier\u015b z kurczaka", | ||||
|                     "iot_special_chicken_legs": "Udka kurczaka", | ||||
|                     "iot_special_chocolate_pudding": "Budy\u0144 czekoladowy", | ||||
|                     "iot_special_entrecote": "Antrykot", | ||||
|                     "iot_special_fresh_tuna": "\u015awie\u017cy tu\u0144czyk", | ||||
|                     "iot_special_grilled_vegetables": "Grillowane warzywa", | ||||
|                     "iot_special_lamb_cutlet": "Kotlet jagni\u0119cy", | ||||
|                     "iot_special_meatballs": "Klopsy mi\u0119sne", | ||||
|                     "iot_special_minestrone": "W\u0142oska zupa warzywna", | ||||
|                     "iot_special_mussels": "Ma\u0142\u017ce", | ||||
|                     "iot_special_omelette": "Omlet", | ||||
|                     "iot_special_pancakes": "Nale\u015bniki", | ||||
|                     "iot_special_paris_style_peas": "Groszek w stylu paryskim", | ||||
|                     "iot_special_poached_eggs": "Jajka w koszulce", | ||||
|                     "iot_special_pork_fillet": "Kotlet wieprzowy", | ||||
|                     "iot_special_pork_ribs": "\u017beberka wieprzowe", | ||||
|                     "iot_special_prawns": "Krewetki", | ||||
|                     "iot_special_quinoa": "Komosa ry\u017cowa (quinoa)", | ||||
|                     "iot_special_ratatouille": "Ratatuja", | ||||
|                     "iot_special_salmon_fillet": "Filet z \u0142ososia", | ||||
|                     "iot_special_saute_potatoes": "Sma\u017cone ziemniaki", | ||||
|                     "iot_special_scallops": "Ma\u0142\u017ce (przegrzebki)", | ||||
|                     "iot_special_scrambled_eggs": "Jajecznica", | ||||
|                     "iot_special_spelt": "Orkisz", | ||||
|                     "iot_special_veggy_noodles": "Makaron wegetaria\u0144ski", | ||||
|                     "iot_special_white_fish_fillet": "Filet z bia\u0142ej ryby", | ||||
|                     "iot_standard_boiling": "Gotowanie", | ||||
|                     "iot_standard_frying": "Sma\u017cenie", | ||||
|                     "iot_standard_keep_warm": "Podtrzymanie ciep\u0142a", | ||||
|                     "iot_standard_melting": "Roztapianie", | ||||
|                     "iot_standard_simmering": "Duszenie" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "state": { | ||||
|                     "bakery": "Makaron i Piekarnia", | ||||
|                     "bakery_steam": "Chleb pieczony na parze", | ||||
|                     "bottom_heating": "Grzanie dolne", | ||||
|                     "bottom_heating_fan": "Grzanie Dolne + Termoobieg", | ||||
|                     "bread": "Chleb", | ||||
|                     "bread_steam": "Ciasteczka pieczone na parze", | ||||
|                     "convection_fan": "Termoobieg", | ||||
|                     "convection_fan_turnspit": "Termoobieg + Fan + Ro\u017cen", | ||||
|                     "conventional": "Konwencjonalny", | ||||
|                     "conventional_turnspit": "Statyczny + Ro\u017cen", | ||||
|                     "defrost": "Rozmra\u017canie", | ||||
|                     "descaling": "Odkamienianie", | ||||
|                     "fish": "Ryby", | ||||
|                     "fish_steam": "Ryba gotowana na parze", | ||||
|                     "grill_cata": "Grill", | ||||
|                     "grill_fan_cata": "Grill + termoobieg", | ||||
|                     "grill_fan_pyro": "Grill + termoobieg", | ||||
|                     "grill_pyro": "Grill", | ||||
|                     "h20_clean": "H2O-Clean", | ||||
|                     "iot_bread": "Chleb", | ||||
|                     "iot_h20_clean": "h2O clean", | ||||
|                     "leavening": "Zaczyn", | ||||
|                     "low_temp_cooking": "Pieczenie w niskiej temperaturze", | ||||
|                     "low_temp_cooking_fish": "Pieczenie w niskiej temperaturze - ryby", | ||||
|                     "low_temp_cooking_fish_steam": "Gotowanie na parze w niskiej temperaturze \u2014 ryby", | ||||
|                     "low_temp_cooking_meat": "Pieczenie w niskiej temperaturze - mi\u0119so", | ||||
|                     "low_temp_cooking_meat_steam": "Gotowanie na parze w niskiej temperaturze \u2014 mi\u0119so", | ||||
|                     "low_temp_cooking_steam": "Gotowanie na parze w niskiej temperaturze", | ||||
|                     "meat": "Mi\u0119so", | ||||
|                     "meat_steam": "Mi\u0119so gotowane na parze", | ||||
|                     "multi_level": "Wielopoziomowo", | ||||
|                     "paella": "Paella", | ||||
|                     "pasta_and_bakery": "Makaron i Piekarnia", | ||||
|                     "pizza": "Pizza", | ||||
|                     "pyrolysis": "Pyroliza", | ||||
|                     "pyrolysis_plus": "Pyroliza +", | ||||
|                     "red_meat": "Czerwone mi\u0119so", | ||||
|                     "red_meat_steam": "Czerwone mi\u0119so gotowane na parze", | ||||
|                     "regenerate": "Regeneracja", | ||||
|                     "soft_plus": "Soft+", | ||||
|                     "super_grill": "Super Grill", | ||||
|                     "tailor_bake": "Tailor bake", | ||||
|                     "tailor_bake_cata": "Tailor bake", | ||||
|                     "tailor_bake_desctiption": "Idealnie nadaje si\u0119 do tego, aby potrawy by\u0142y mi\u0119kkie w \u015brodku i chrupi\u0105ce na zewn\u0105trz.\r\r\r\r\r\r\r\nFunkcja ta zmniejsza ilo\u015b\u0107 wykorzystywanego t\u0142uszczu lub oleju, dla zdrowej diety.\r\r\r\r\r\r\r\nPo\u0142\u0105czenie grza\u0142ek z pulsacyjnym cyklem powietrza zapewnia r\u00f3wnomierny efekt pieczenia.", | ||||
|                     "tailor_bake_pyro": "Tailor bake", | ||||
|                     "vegetables": "Warzywa", | ||||
|                     "vegetables_cata": "Warzywa", | ||||
|                     "vegetables_pyro": "Warzywa", | ||||
|                     "water_discharge": "Odp\u0142yw wody", | ||||
|                     "white_meat": "Bia\u0142e mi\u0119so", | ||||
|                     "white_meat_steam": "Bia\u0142e mi\u0119so gotowane na parze" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "state": { | ||||
|                     "active_dry": "Aktywne suche", | ||||
|                     "allergy_care": "Antiallergy", | ||||
|                     "all_in_one": "All in One", | ||||
|                     "antiallergy": "Antiallergy", | ||||
|                     "anti_odours": "Od\u015bwie\u017cenie", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "baby": "Dzieci", | ||||
|                     "bed_quilt": "Bed Quilt", | ||||
|                     "care_30": "Care 30", | ||||
|                     "care_45": "Care 45", | ||||
|                     "care_59": "Care 59", | ||||
|                     "coloured": "Kolorowe", | ||||
|                     "daily_45_min": "CODZIENNY 45'", | ||||
|                     "daily_perfect_59_min": "CODZIENNY PERFEKT 59'", | ||||
|                     "darks_and_coloured": "Darks & Coloured", | ||||
|                     "delicates": "Delikatne", | ||||
|                     "duvet": "Ko\u0142dry", | ||||
|                     "eco": "Bawe\u0142na ekologiczna", | ||||
|                     "ecospeed_cottons": "Ecospeed Cottons", | ||||
|                     "ecospeed_delicates": "Szybki Eco do tkanin delikatnych", | ||||
|                     "ecospeed_mixed": "Ecospeed Mixed", | ||||
|                     "extra_hygiene": "HIGIENICZNY", | ||||
|                     "fitness": "Fitness", | ||||
|                     "fresh_care": "Fresh Care", | ||||
|                     "genius": "Genius", | ||||
|                     "hqd_baby_care": "Baby Care", | ||||
|                     "hqd_bath_towel": "R\u0119czniki", | ||||
|                     "hqd_bed_sheets": "Prze\u015bcierad\u0142a", | ||||
|                     "hqd_bulky": "Elementy wielkogabarytowe", | ||||
|                     "hqd_casual": "Nieformalny", | ||||
|                     "hqd_cold_wind_30": "Ch\u0142odna bryza 30 minut", | ||||
|                     "hqd_cold_wind_timing": "Ch\u0142odny wietrzyk ", | ||||
|                     "hqd_cotton": "Bawe\u0142na", | ||||
|                     "hqd_curtain": "Zas\u0142ony", | ||||
|                     "hqd_delicate": "Delikatne", | ||||
|                     "hqd_diaper": "Pieluchy", | ||||
|                     "hqd_duvet": "Ko\u0142dry", | ||||
|                     "hqd_feather": "Kurtki puchowe", | ||||
|                     "hqd_hot_wind_timing": "Gor\u0105ce powietrze", | ||||
|                     "hqd_hygienic": "Higienizacja", | ||||
|                     "hqd_i_refresh": "I-Refresh", | ||||
|                     "hqd_i_refresh_pro": "I-Refresh Pro", | ||||
|                     "hqd_jacket": "Kurtki", | ||||
|                     "hqd_jeans": "D\u017cins", | ||||
|                     "hqd_luxury": "Luxury", | ||||
|                     "hqd_mix": "Mieszane", | ||||
|                     "hqd_night_dry": "Suszenie nocne", | ||||
|                     "hqd_outdoor": "Outdoor", | ||||
|                     "hqd_precious_cure": "Precious cure", | ||||
|                     "hqd_quick_20": "Szybkie 20", | ||||
|                     "hqd_quick_30": "Szybkie 30", | ||||
|                     "hqd_quick_dry": "Szybkoschn\u0105ce", | ||||
|                     "hqd_quilt": "Ko\u0142dry", | ||||
|                     "hqd_refresh": "Od\u015bwie\u017canie", | ||||
|                     "hqd_school_uniform": "Mundurek szkolny", | ||||
|                     "hqd_shirt": "Koszule", | ||||
|                     "hqd_shoes": "Buty", | ||||
|                     "hqd_silk": "Jedwab", | ||||
|                     "hqd_sports": "Odzie\u017c sportowa", | ||||
|                     "hqd_synthetics": "Syntetyki", | ||||
|                     "hqd_timer": "Czasowe", | ||||
|                     "hqd_towel": "R\u0119czniki", | ||||
|                     "hqd_underwear": "Bielizna", | ||||
|                     "hqd_warm_up": "Podgrzej", | ||||
|                     "hqd_wool": "We\u0142na", | ||||
|                     "hqd_working_suit": "Odzie\u017c robocza", | ||||
|                     "hygiene": "Higiena", | ||||
|                     "iot_checkup": "Kontrola", | ||||
|                     "iot_dry_anti_mites": "Przeciw roztoczom", | ||||
|                     "iot_dry_baby": "Dzieci", | ||||
|                     "iot_dry_backpacks": "Plecaki", | ||||
|                     "iot_dry_bathrobe": "Szlafroki", | ||||
|                     "iot_dry_bed_linen": "Po\u015bciel", | ||||
|                     "iot_dry_bed_quilt": "Bed Quilt", | ||||
|                     "iot_dry_cotton": "Bawe\u0142na", | ||||
|                     "iot_dry_cuddly_toys": "Zabawki pluszowe", | ||||
|                     "iot_dry_curtains": "Zas\u0142ony", | ||||
|                     "iot_dry_dehumidifier": "\u015arodek do usuwania wilgoci", | ||||
|                     "iot_dry_delicates": "Bielizna", | ||||
|                     "iot_dry_delicate_tablecloths": "Delikatne obrusy", | ||||
|                     "iot_dry_denim_jeans": "D\u017cinsy", | ||||
|                     "iot_dry_down_jacket": "Jacket", | ||||
|                     "iot_dry_duvet": "Ko\u0142dry", | ||||
|                     "iot_dry_easy_iron_cotton": "Super Easy Iron", | ||||
|                     "iot_dry_easy_iron_synthetics": "Super \u0142atwe prasowanie tkanin syntetycznych", | ||||
|                     "iot_dry_gym_fit": "Gimnastyczne - Fitness", | ||||
|                     "iot_dry_lingerie": "Bielizna", | ||||
|                     "iot_dry_mixed": "Mieszane", | ||||
|                     "iot_dry_playsuits": "Pajacyki", | ||||
|                     "iot_dry_rapid_30": "Rapid 30", | ||||
|                     "iot_dry_rapid_59": "Szybki 59\u2019.", | ||||
|                     "iot_dry_refresh": "Refresh", | ||||
|                     "iot_dry_regenerates_waterproof": "Regeneracja wodoodpornych", | ||||
|                     "iot_dry_relax_creases": "Relax Creases", | ||||
|                     "iot_dry_shirts": "Koszule", | ||||
|                     "iot_dry_small_load": "Small Load", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Stroje k\u0105pielowe", | ||||
|                     "iot_dry_synthetics": "Syntetyczne", | ||||
|                     "iot_dry_synthetic_dry": "Suszenie materia\u0142\u00f3w syntetycznych", | ||||
|                     "iot_dry_tablecloths": "Obrusy", | ||||
|                     "iot_dry_technical_fabrics": "Materia\u0142y techniczne", | ||||
|                     "iot_dry_warm_embrace": "Ciep\u0142e obj\u0119cie", | ||||
|                     "iot_dry_wool": "Woolmark", | ||||
|                     "jeans": "D\u017cinsy", | ||||
|                     "mix_and_dry": "Mix&Dry", | ||||
|                     "pets": "Zwierz\u0119ta domowe", | ||||
|                     "pre_iron": "Pre-Iron", | ||||
|                     "rapid_30": "Rapid 30", | ||||
|                     "rapid_45": "Rapid 45 min", | ||||
|                     "rapid_59": "Perfekcyjne szybkie w 59 min", | ||||
|                     "refresh": "Od\u015bwie\u017canie", | ||||
|                     "relax_creases": "Relax Creases", | ||||
|                     "saving_30_min": "ECO 30'", | ||||
|                     "shirts": "Koszule", | ||||
|                     "shoes": "Buty", | ||||
|                     "small_load": "Small Load", | ||||
|                     "soft_care": "Soft Care", | ||||
|                     "sport_plus": "Sportowe", | ||||
|                     "super_easy_iron_misti": "Super \u0142atwe prasowanie tkanin mieszanych", | ||||
|                     "super_easy_iron_xxl": "Super \u0142atwe prasowanie XXL", | ||||
|                     "super_fast_cottons": "Super Fast Cottons", | ||||
|                     "super_fast_delicates": "Super Fast Delicates", | ||||
|                     "synthetics": "Syntetyczne", | ||||
|                     "total_care": "Total Care", | ||||
|                     "trainers": "Buty sportowe", | ||||
|                     "ultra_care": "Ultra Care", | ||||
|                     "waterproof_revitalize": "Waterproof Revitalize", | ||||
|                     "whites": "Bia\u0142e", | ||||
|                     "wool": "Suszenie we\u0142ny", | ||||
|                     "woolmark": "Woolmark", | ||||
|                     "xxl_load": "XXL Load", | ||||
|                     "zoom_59": "Zoom 59" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "state": { | ||||
|                     "20_degrees_coloured_cottons": "20\u00b0 Kolorowe i Bawe\u0142na", | ||||
|                     "20_degrees_new_energy_label": "20\u00b0C", | ||||
|                     "active_steam": "Para", | ||||
|                     "active_wash": "Aktywne pranie", | ||||
|                     "active_wash_steam": "Aktywne pranie", | ||||
|                     "allergy_care": "Piel\u0119gnacja antyalergiczna", | ||||
|                     "allergy_care_pro": "Allergy Care Pro", | ||||
|                     "all_in_one_49": "Wszystko w jednym cyklu 49\u2019", | ||||
|                     "all_in_one_59": "Wszystko w jednym cyklu 59\u2019", | ||||
|                     "all_in_one_59_steam": "Aktywne pranie + Para", | ||||
|                     "autocare": "Piel\u0119gnacja w\u0142asna", | ||||
|                     "autoclean": "Czyszczenie b\u0119bna", | ||||
|                     "baby_60": "Wszystkie dziecinne 60\u00b0C", | ||||
|                     "care_14": "Rapid Care 14'", | ||||
|                     "care_30": "Rapid Care 30'", | ||||
|                     "care_44": "Rapid Care 44'", | ||||
|                     "checkup": "Kontrola", | ||||
|                     "colour_59": "Kolorowe 59'", | ||||
|                     "colour_59_steam": "Kolorowe 59' + Para", | ||||
|                     "cottons": "Bawe\u0142na", | ||||
|                     "cottons_prewash": "Bawe\u0142na + pranie wst\u0119pne", | ||||
|                     "cottons_steam": "Bawe\u0142na + Para", | ||||
|                     "cotton_care_59": "Cotton Care 59 Min", | ||||
|                     "delicate_59": "Delikatne 59\u2019", | ||||
|                     "delicate_silk": "Delikatny jedwab", | ||||
|                     "delicate_silk_steam": "Delikatny jedwab + Para", | ||||
|                     "delicati_59": "Delikatne 59\u2019", | ||||
|                     "delicati_59_steam": "Delikatne 59\u2019", | ||||
|                     "drain_spin": "Spu\u015b\u0107 wod\u0119 +i odwiruj", | ||||
|                     "easy_iron": "\u0141atwe prasowanie", | ||||
|                     "eco_40_60_new_energy_label": "Eco 40-60", | ||||
|                     "extra_care": "Extra Care", | ||||
|                     "fitness": "Fitness Care", | ||||
|                     "fitness_care": "Fitness Care", | ||||
|                     "fresh_care": "Fresh Care", | ||||
|                     "fresh_care_steam": "Fresh Care + Para", | ||||
|                     "handwash_wool": "Pranie r\u0119czne i we\u0142na", | ||||
|                     "high_dry": "Suszenie bawe\u0142ny", | ||||
|                     "hqd_20_degrees": "Bawe\u0142na 20\u2103", | ||||
|                     "hqd_allergy": "Piel\u0119gnacja antyalergiczna", | ||||
|                     "hqd_autoclean": "Czyszczenie b\u0119bna", | ||||
|                     "hqd_babycare": "Baby Care", | ||||
|                     "hqd_checkup": "Kontrola", | ||||
|                     "hqd_cottons": "Bawe\u0142na", | ||||
|                     "hqd_delicate": "Delikatne", | ||||
|                     "hqd_delicate_cradle": "Delikatne", | ||||
|                     "hqd_dry": "Suszenie bawe\u0142ny", | ||||
|                     "hqd_dry_synthetics": "Suszenie materia\u0142\u00f3w mieszanych", | ||||
|                     "hqd_duvet": "Ko\u0142dry", | ||||
|                     "hqd_eco_40_60_degrees": "Eco 40-60", | ||||
|                     "hqd_handwash_wool": "We\u0142na", | ||||
|                     "hqd_i_refresh": "i-Refresh", | ||||
|                     "hqd_mix": "Mieszane", | ||||
|                     "hqd_quick_15": "Szybki 15'", | ||||
|                     "hqd_quick_wash_57": "Szybkie pranie 57 min", | ||||
|                     "hqd_rapid_wash_and_dry": "Pranie + suszenie", | ||||
|                     "hqd_refresh": "Refresh", | ||||
|                     "hqd_rinse": "P\u0142ukanie", | ||||
|                     "hqd_shirts": "Koszule", | ||||
|                     "hqd_smart": "Smart A.I.", | ||||
|                     "hqd_spin": "Wirowanie", | ||||
|                     "hqd_sport": "Odzie\u017c sportowa", | ||||
|                     "hqd_super_fast": "Szybki 39\u2019", | ||||
|                     "hqd_synthetic_and_coloured": "Syntetyki", | ||||
|                     "hygiene_59": "Higiena Plus 59'", | ||||
|                     "hygiene_60": "Higiena 60 \u00b0", | ||||
|                     "hygiene_plus_59": "Higiena Plus 59'", | ||||
|                     "hygiene_plus_59_min": "Higiena Plus 59'", | ||||
|                     "hygiene_pro_49_min": "Hygiene Pro 49 min", | ||||
|                     "hygiene_pro_steam": "Hygiene Pro + Para", | ||||
|                     "intensive_40": "Intensywne 40\u00b0C", | ||||
|                     "intensive_40_steam": "Intensywny 40\u00b0C + Para", | ||||
|                     "iot_active_steam": "Para", | ||||
|                     "iot_active_wash_steam": "Aktywne pranie", | ||||
|                     "iot_allergy_care_pro": "Allergy Care Pro", | ||||
|                     "iot_all_in_one_59_steam": "Aktywne pranie + Para", | ||||
|                     "iot_checkup": "Kontrola", | ||||
|                     "iot_colour_59_steam": "Kolorowe 59' + Para", | ||||
|                     "iot_cottons_steam": "Bawe\u0142na + Para", | ||||
|                     "iot_delicate_silk_steam": "Delikatny jedwab + Para", | ||||
|                     "iot_delicati_59_steam": "Delikatne 59\u2019", | ||||
|                     "iot_dry_air_refresh": "Od\u015bwie\u017cacz powietrza", | ||||
|                     "iot_dry_anti_mites": "Przeciw roztoczom", | ||||
|                     "iot_dry_baby": "Dzieci\u0119ce", | ||||
|                     "iot_dry_backpacks": "Plecaki", | ||||
|                     "iot_dry_bathrobe": "Szlafroki i tkaniny porowate", | ||||
|                     "iot_dry_bed_linen": "Po\u015bciele", | ||||
|                     "iot_dry_cotton_dry": "Suszenie bawe\u0142ny", | ||||
|                     "iot_dry_cuddly_toys": "Pluszaki", | ||||
|                     "iot_dry_curtains": "Zas\u0142ony", | ||||
|                     "iot_dry_dehumidifier": "\u015arodek do usuwania wilgoci", | ||||
|                     "iot_dry_delicates_antiallergy": "Delikatne - przeciwalergiczne", | ||||
|                     "iot_dry_delicate_tablecloths": "Delikatne obrusy", | ||||
|                     "iot_dry_denim_jeans": "D\u017cinsy", | ||||
|                     "iot_dry_easy_iron_cotton": "\u0141atwe prasowanie - We\u0142na", | ||||
|                     "iot_dry_easy_iron_synthetics": "\u0141atwe prasowanie - Syntetyki", | ||||
|                     "iot_dry_gym_fit": "Ubrania na si\u0142owni\u0119", | ||||
|                     "iot_dry_lingerie": "Bielizna", | ||||
|                     "iot_dry_mixed_dry": "Suszenie materia\u0142\u00f3w mieszanych", | ||||
|                     "iot_dry_rapid_60_min_delicates": "Szybki 60 - Delikatne", | ||||
|                     "iot_dry_shirts": "Koszule", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Stroje k\u0105pielowe", | ||||
|                     "iot_dry_synthetics": "Suszenie materia\u0142\u00f3w syntetycznych", | ||||
|                     "iot_dry_synthetic_dry": "Suszenie materia\u0142\u00f3w syntetycznych", | ||||
|                     "iot_dry_tablecloths": "Obrusy", | ||||
|                     "iot_dry_technical_fabrics": "Tkaniny techniczne", | ||||
|                     "iot_dry_warm_embrace": "Delikatne suszenie", | ||||
|                     "iot_dry_wool_dry": "Suszenie we\u0142ny", | ||||
|                     "iot_easy_iron": "\u0141atwe prasowanie", | ||||
|                     "iot_fresh_care_steam": "Fresh Care + Para", | ||||
|                     "iot_hygiene_pro_steam": "Hygiene Pro + Para", | ||||
|                     "iot_intensive_40_steam": "Intensywny 40\u00b0C + Para", | ||||
|                     "iot_mixed_steam": "Mieszane + Para", | ||||
|                     "iot_mix_and_colour_59_steam": "Mieszane i kolorowe 59' + Para", | ||||
|                     "iot_perfect_cotton_59_steam": "Idealna Bawelna 59'", | ||||
|                     "iot_rapid_a_class_60_steam": "Szybki Klasa A 60 + Para", | ||||
|                     "iot_resistant_cotton_steam": "Bawe\u0142na + Para", | ||||
|                     "iot_shirts_steam": "Koszule + Para", | ||||
|                     "iot_single_item_steam": "Pojedynczy przedmiot + Para", | ||||
|                     "iot_smart_wash": "Inteligentne pranie", | ||||
|                     "iot_soft_care_steam": "Soft Care + Steam", | ||||
|                     "iot_special_39_full_load_steam": "Specjalny 39' + Para", | ||||
|                     "iot_steam_hygiene_plus": "Higiena Plus Para ", | ||||
|                     "iot_synthetic_and_coloured_steam": "Syntetyki i Kolorowe + Para", | ||||
|                     "iot_wash_and_dry": "Pranie + suszenie", | ||||
|                     "iot_wash_anti_mites": "Przeciw roztoczom", | ||||
|                     "iot_wash_anti_odor": "Usuwanie zapach\u00f3w", | ||||
|                     "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|                     "iot_wash_ariel_cold_cycle": "Ariel Cold Clean", | ||||
|                     "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", | ||||
|                     "iot_wash_baby_sanitizer": "\u015arodek dezynfekuj\u0105cy", | ||||
|                     "iot_wash_baby_sanitizer_steam": "Odka\u017cacz dla dzieci + Para", | ||||
|                     "iot_wash_backpacks": "Plecaki", | ||||
|                     "iot_wash_backpacks_zelig": "Plecaki", | ||||
|                     "iot_wash_bathrobe": "Szlafroki i r\u0119czniki", | ||||
|                     "iot_wash_bathrobe_steam": "Szlafroki + Para", | ||||
|                     "iot_wash_bed_linen": "Po\u015bciele", | ||||
|                     "iot_wash_bed_linen_steam": "Po\u015bciele + Para", | ||||
|                     "iot_wash_bed_linen_zelig": "Po\u015bciele", | ||||
|                     "iot_wash_big_single_load": "Du\u017cy pojedynczy \u0142adunek", | ||||
|                     "iot_wash_bleaching": "Wybielanie", | ||||
|                     "iot_wash_blood_stains": "Plamy krwi", | ||||
|                     "iot_wash_cashmere": "Kaszmir", | ||||
|                     "iot_wash_chocolate_stains": "Plamy z czekolady", | ||||
|                     "iot_wash_cold_wash": "Pranie w zimnej wodzie", | ||||
|                     "iot_wash_colored": "Kolorowe", | ||||
|                     "iot_wash_colored_anti_stain": "Usuwanie plam z tkanin kolorowych", | ||||
|                     "iot_wash_colored_delicate": "Kolorowe, delikatne", | ||||
|                     "iot_wash_coloured": "Tkaniny kolorowe", | ||||
|                     "iot_wash_coloured_bed_linen": "Kolorowa po\u015bciel", | ||||
|                     "iot_wash_coloured_bed_linen_steam": "Kolorowa po\u015bciel + Para", | ||||
|                     "iot_wash_coloured_curtains": "Kolorowe zas\u0142ony", | ||||
|                     "iot_wash_coloured_shirts": "Kolorowe koszule", | ||||
|                     "iot_wash_coloured_shirts_steam": "Kolorowe koszule + Para", | ||||
|                     "iot_wash_coloured_steam": "Tkaniny kolorowe + Para", | ||||
|                     "iot_wash_coloured_tableclothes": "Kolorowe obrusy", | ||||
|                     "iot_wash_coloured_tableclothes_steam": "Kolorowe obrusy + Para", | ||||
|                     "iot_wash_cotton": "Bawe\u0142na", | ||||
|                     "iot_wash_cotton_steam": "Bawe\u0142na + Para", | ||||
|                     "iot_wash_cuddly_toys": "Pluszaki", | ||||
|                     "iot_wash_curtains": "Zas\u0142ony", | ||||
|                     "iot_wash_curtains_steam": "Zas\u0142ony+Para", | ||||
|                     "iot_wash_curtains_zelig": "Zas\u0142ony", | ||||
|                     "iot_wash_dark": "Ciemne ubrania", | ||||
|                     "iot_wash_darks_and_coloured_44": "Ciemne i kolorowe 44'", | ||||
|                     "iot_wash_darks_and_coloured_59": "Ciemne i kolorowe 59'", | ||||
|                     "iot_wash_darks_and_coloured_xl": "Ciemne i kolorowe XL", | ||||
|                     "iot_wash_dark_steam": "Ciemne ubrania + Para", | ||||
|                     "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|                     "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|                     "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|                     "iot_wash_delicate": "Delikatne", | ||||
|                     "iot_wash_delicate_antiallergy": "Antyalergiczny dla delikatnych", | ||||
|                     "iot_wash_delicate_antiallergy_steam": "Antyalergiczny dla delikatnych + Para", | ||||
|                     "iot_wash_delicate_antiallergy_zelig": "Antyalergiczny dla delikatnych", | ||||
|                     "iot_wash_delicate_colors": "Delikatne tkaniny kolorowe", | ||||
|                     "iot_wash_delicate_colors_steam": "Kolorowe + Para", | ||||
|                     "iot_wash_delicate_dark": "Delikatne, ciemne", | ||||
|                     "iot_wash_delicate_steam": "Delikatne + Para", | ||||
|                     "iot_wash_delicate_tablecloths": "Delikatne obrusy", | ||||
|                     "iot_wash_delicate_tablecloths_steam": "Delikatne obrusy + Para", | ||||
|                     "iot_wash_delicate_whites": "Delikatne, bia\u0142e", | ||||
|                     "iot_wash_denim_jeans": "D\u017cinsy", | ||||
|                     "iot_wash_diving_suits": "Kombinezony do nurkowania", | ||||
|                     "iot_wash_diving_suits_zelig": "Kombinezony do nurkowania", | ||||
|                     "iot_wash_down_jackets": "Kurtki puchowe", | ||||
|                     "iot_wash_down_jackets_zelig": "Kurtki puchowe", | ||||
|                     "iot_wash_duvet": "Ko\u0142dry", | ||||
|                     "iot_wash_fruit_stains": "Plamy z owoc\u00f3w", | ||||
|                     "iot_wash_gym_fit": "Ubrania na si\u0142owni\u0119", | ||||
|                     "iot_wash_handwash": "Pranie r\u0119czne", | ||||
|                     "iot_wash_handwash_colored": "Pranie r\u0119czne, kolorowe", | ||||
|                     "iot_wash_handwash_dark": "Pranie r\u0119czne, ciemne", | ||||
|                     "iot_wash_lingerie": "Bielizna", | ||||
|                     "iot_wash_masks_refresh": "Od\u015bwie\u017canie masek", | ||||
|                     "iot_wash_masks_sanification": "Dezynfekcja masek", | ||||
|                     "iot_wash_masks_sanification_steam": "Dezynfekcja masek + Para", | ||||
|                     "iot_wash_mats": "Dywany", | ||||
|                     "iot_wash_men_s_trousers": "Spodnie", | ||||
|                     "iot_wash_mixed": "Mieszane", | ||||
|                     "iot_wash_mixed_steam": "Mieszane + Para", | ||||
|                     "iot_wash_mix_and_coloured_44": "Mieszane i kolorowe 44'", | ||||
|                     "iot_wash_mix_and_coloured_59": "Mieszane i kolorowe 59'", | ||||
|                     "iot_wash_mix_and_coloured_xl": "Mieszane i kolorowe XL", | ||||
|                     "iot_wash_new_clothes": "Nowe ubrania", | ||||
|                     "iot_wash_perfect_white": "Idealnie bia\u0142e tkaniny", | ||||
|                     "iot_wash_perfect_white_steam": "Idealnie bia\u0142e tkaniny + Para", | ||||
|                     "iot_wash_pets": "Akcesoria dla zwierz\u0105t", | ||||
|                     "iot_wash_pets_hair_removal": "Usuwanie sier\u015bci zwierz\u0105t", | ||||
|                     "iot_wash_pets_odours_stains_removal": "Usuwanie zapach\u00f3w i plam po zwierz\u0119tach domowych", | ||||
|                     "iot_wash_pets_steam": "Akcesoria dla zwierz\u0105t", | ||||
|                     "iot_wash_playsuits": "Kombinezony", | ||||
|                     "iot_wash_playsuits_steam": "Kombinezony + Para", | ||||
|                     "iot_wash_quick_drum_cleaner": "\u015arodek do szybkiego czyszczenia b\u0119bna", | ||||
|                     "iot_wash_rapid_14": "Szybki 14\u2019", | ||||
|                     "iot_wash_rapid_30": "Szybki 30\u2019", | ||||
|                     "iot_wash_rapid_44": "Szybki 44\u2019", | ||||
|                     "iot_wash_rapid_59": "Szybki 59\u2019", | ||||
|                     "iot_wash_rapid_59_steam": "Szybki 59' + Para", | ||||
|                     "iot_wash_refresh_14_min": "Od\u015bwie\u017canie 14\u2019", | ||||
|                     "iot_wash_resistant_colored": "Wytrzyma\u0142e, kolorowe", | ||||
|                     "iot_wash_resistant_dark": "Wytrzyma\u0142e ciemne", | ||||
|                     "iot_wash_resistant_whites": "Wytrzyma\u0142e bia\u0142e", | ||||
|                     "iot_wash_rinse": "P\u0142ukanie", | ||||
|                     "iot_wash_shirts": "Koszule", | ||||
|                     "iot_wash_shirts_steam": "Koszule + Para", | ||||
|                     "iot_wash_silk": "Jedwab", | ||||
|                     "iot_wash_ski_suit": "Kombinezony narciarskie", | ||||
|                     "iot_wash_ski_suit_zelig": "Kombinezony narciarskie", | ||||
|                     "iot_wash_spin": "Wirowanie", | ||||
|                     "iot_wash_sport": "Odzie\u017c sportowa", | ||||
|                     "iot_wash_sport_anti_odor": "Odzie\u017c sportowa zapobiegaj\u0105ca powstawaniu nieprzyjemnych zapach\u00f3w", | ||||
|                     "iot_wash_sport_anti_odor_zelig": "Odzie\u017c sportowa zapobiegaj\u0105ca powstawaniu nieprzyjemnych zapach\u00f3w", | ||||
|                     "iot_wash_stains_remover": "Wywabiacz", | ||||
|                     "iot_wash_swimsuits_and_bikinis": "Stroje k\u0105pielowe", | ||||
|                     "iot_wash_synthetic": "Syntetyki", | ||||
|                     "iot_wash_synthetic_steam": "Syntetyki + Para", | ||||
|                     "iot_wash_tablecloths": "Obrusy", | ||||
|                     "iot_wash_tablecloths_steam": "Obrusy + Para", | ||||
|                     "iot_wash_technical_fabrics": "Tkaniny techniczne", | ||||
|                     "iot_wash_technical_fabrics_zelig": "Tkaniny techniczne", | ||||
|                     "iot_wash_technical_jackets": "Kurtki techniczne", | ||||
|                     "iot_wash_technical_jackets_zelig": "Kurtki techniczne", | ||||
|                     "iot_wash_trainers": "Buty sportowe", | ||||
|                     "iot_wash_whites": "Bia\u0142e", | ||||
|                     "iot_wash_whites_44": "Bia\u0142e 44\u2019", | ||||
|                     "iot_wash_whites_59": "Bia\u0142e 59\u2019", | ||||
|                     "iot_wash_whites_xl": "Bia\u0142e XL", | ||||
|                     "iot_wash_wine_stains": "Plamy z wina", | ||||
|                     "iot_wash_wool": "We\u0142na", | ||||
|                     "jeans": "D\u017cins", | ||||
|                     "jeans_60": "D\u017cinsy", | ||||
|                     "low_dry": "Suszenie materia\u0142\u00f3w mieszanych", | ||||
|                     "mixed": "Mieszane", | ||||
|                     "mixed_and_colored_59": "Mieszane i kolorowe 59 '", | ||||
|                     "mixed_steam": "Mieszane + Para", | ||||
|                     "mix_and_colour_59": "Mieszane i kolorowe 59'", | ||||
|                     "mix_and_colour_59_steam": "Mieszane i kolorowe 59' + Para", | ||||
|                     "night_and_day": "Noc i Dzie\u0144", | ||||
|                     "night_wash": "Cykl nocny", | ||||
|                     "perfect_59": "Perfekcyjne 59\u2019", | ||||
|                     "perfect_cotton_59": "Idealna Bawelna 59'", | ||||
|                     "perfect_cotton_59_steam": "Idealna Bawelna 59'", | ||||
|                     "perfect_whites_59": "Idealna biel 59'", | ||||
|                     "rapid_14_min": "Szybkie 14'", | ||||
|                     "rapid_30_min": "Szybki 30'", | ||||
|                     "rapid_44_min": "Szybki 44'", | ||||
|                     "rapid_a_class_60": "Szybki Klasa A 60", | ||||
|                     "rapid_a_class_60_steam": "Szybki Klasa A 60 + Para", | ||||
|                     "rapid_wash_and_dry_59_min": "Pranie i suszenie 59\u2019", | ||||
|                     "resistant_cotton": "Bawe\u0142na", | ||||
|                     "resistant_cotton_steam": "Bawe\u0142na + Para", | ||||
|                     "rinse": "P\u0142ukanie", | ||||
|                     "shirts_steam": "Koszule + Para", | ||||
|                     "silent_night": "Cykl nocny", | ||||
|                     "single_item": "Pojedynczy przedmiot", | ||||
|                     "single_item_steam": "Pojedynczy przedmiot + Para", | ||||
|                     "smart_wash": "Inteligentne pranie", | ||||
|                     "soft_care": "Soft Care", | ||||
|                     "soft_care_steam": "Soft Care + Steam", | ||||
|                     "soft_care_steam_title": "Soft Care + Steam", | ||||
|                     "special_39": "Specjalny 39'", | ||||
|                     "special_39_full_load": "Specjalny 39'", | ||||
|                     "special_39_full_load_steam": "Specjalny 39' + Para", | ||||
|                     "special_49": "Specjalne 49\u2019", | ||||
|                     "sport_39": "Sport 39\u2019", | ||||
|                     "sport_plus_29": "Sportowy Plus 29\"", | ||||
|                     "sport_plus_39": "Sportowy Plus 39'", | ||||
|                     "steam_39": "Para 39\u2019", | ||||
|                     "steam_care_pro": "Steam Care Pro", | ||||
|                     "steam_care_pro_cotton": "Steam Care Pro - Bawe\u0142na", | ||||
|                     "steam_care_pro_delicates": "Steam Care Pro - Delikatne", | ||||
|                     "steam_care_pro_synthetic": "Steam Care Pro - Syntetyki", | ||||
|                     "steam_hygiene_plus": "Higiena Plus Para ", | ||||
|                     "synthetics": "Syntetyki", | ||||
|                     "synthetic_and_coloured": "Syntetyki i Kolorowe", | ||||
|                     "synthetic_and_coloured_steam": "Syntetyki i Kolorowe + Para", | ||||
|                     "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|                     "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|                     "total_care": "Total Care", | ||||
|                     "tumbling": "B\u0119ben", | ||||
|                     "wool": "We\u0142na", | ||||
|                     "wool_and_delicates_49": "We\u0142na/Delikatne 49'", | ||||
|                     "wool_dry": "Suszenie we\u0142ny", | ||||
|                     "wool_soft_care": "We\u0142na & Soft Care" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Bez suszenia", | ||||
|                     "1": "Prasowanie", | ||||
|                     "2": "Gotowe do garderoby", | ||||
|                     "3": "Gotowe do garderoby", | ||||
|                     "4": "Ekstra suchy", | ||||
|                     "12": "Prasowanie", | ||||
|                     "13": "Gotowe do garderoby", | ||||
|                     "14": "Gotowe do w\u0142o\u017cenia", | ||||
|                     "15": "Ekstra suchy" | ||||
|                 }, | ||||
|                 "name": "Poziom suszenia" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Wirowanie" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Czas suszenia" | ||||
|             } | ||||
|         }, | ||||
|         "switch": { | ||||
|             "anti_crease": { | ||||
|                 "name": "Przeciw gnieceniu" | ||||
|             }, | ||||
|             "add_dish": { | ||||
|                 "name": "" | ||||
|             }, | ||||
|             "eco_express": { | ||||
|                 "name": "Eco" | ||||
|             }, | ||||
|             "extra_dry": { | ||||
|                 "name": "Ekstra suchy" | ||||
|             }, | ||||
|             "half_load": { | ||||
|                 "name": "Po\u0142owa wsadu" | ||||
|             }, | ||||
|             "open_door": { | ||||
|                 "name": "Otw\u00f3rz drzwi" | ||||
|             }, | ||||
|             "three_in_one": { | ||||
|                 "name": "3 w 1" | ||||
|             }, | ||||
|             "preheat": { | ||||
|                 "name": "Wst\u0119pne nagrzewanie" | ||||
|             }, | ||||
|             "dish_washer": { | ||||
|                 "name": "Zmywarka" | ||||
|             }, | ||||
|             "tumble_dryer": { | ||||
|                 "name": "Suszarka b\u0119bnowa" | ||||
|             }, | ||||
|             "washing_machine": { | ||||
|                 "name": "Pralka" | ||||
|             }, | ||||
|             "washer_dryer": { | ||||
|                 "name": "Pralkosuszarka" | ||||
|             }, | ||||
|             "oven": { | ||||
|                 "name": "Piekarnik" | ||||
|             }, | ||||
|             "prewash": { | ||||
|                 "name": "Mycie wst\u0119pne" | ||||
|             }, | ||||
|             "pause": { | ||||
|                 "name": "Pauza" | ||||
|             }, | ||||
|             "keep_fresh": { | ||||
|                 "name": "Keep Fresh" | ||||
|             } | ||||
|         }, | ||||
|         "binary_sensor": { | ||||
|             "door_lock": { | ||||
|                 "name": "Drzwi s\u0105 zablokowane" | ||||
|             }, | ||||
|             "extra_rinse_1": { | ||||
|                 "name": "+1 p\u0142ukanie" | ||||
|             }, | ||||
|             "extra_rinse_2": { | ||||
|                 "name": "+2 p\u0142ukania" | ||||
|             }, | ||||
|             "extra_rinse_3": { | ||||
|                 "name": "+3 p\u0142ukania" | ||||
|             }, | ||||
|             "good_night": { | ||||
|                 "name": "Dobranoc" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Przeciw gnieceniu" | ||||
|             }, | ||||
|             "aqua_plus": { | ||||
|                 "name": "Acquaplus" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Wirowanie" | ||||
|             }, | ||||
|             "programs_dw": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "still_hot": { | ||||
|                 "name": "Nadal gor\u0105ce" | ||||
|             }, | ||||
|             "pan_status": { | ||||
|                 "name": "Patelnia" | ||||
|             }, | ||||
|             "remote_control": { | ||||
|                 "name": "Zdalne sterowanie" | ||||
|             }, | ||||
|             "rinse_aid": { | ||||
|                 "name": "Poziom nab\u0142yszczacza" | ||||
|             }, | ||||
|             "salt_level": { | ||||
|                 "name": "Poziom soli" | ||||
|             }, | ||||
|             "door_open": { | ||||
|                 "name": "Drzwi otwarte" | ||||
|             }, | ||||
|             "connection": { | ||||
|                 "name": "Pod\u0142\u0105czenie urz\u0105dzenia" | ||||
|             } | ||||
|         }, | ||||
|         "number": { | ||||
|             "power_management": { | ||||
|                 "name": "Zarz\u0105dzanie zasilaniem" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Op\u00f3\u017aniony Start" | ||||
|             }, | ||||
|             "water_hard": { | ||||
|                 "name": "Twardo\u015b\u0107 wody" | ||||
|             }, | ||||
|             "program_duration": { | ||||
|                 "name": "Czas trwania programu" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Temperatura docelowa" | ||||
|             }, | ||||
|             "rinse_iterations": { | ||||
|                 "name": "Ilo\u015b\u0107 p\u0142uka\u0144" | ||||
|             }, | ||||
|             "wash_time": { | ||||
|                 "name": "Czas prania" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Czas suszenia" | ||||
|             } | ||||
|         }, | ||||
|         "button": { | ||||
|             "induction_hob": { | ||||
|                 "name": "P\u0142yta indukcyjna" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @ -1,953 +0,0 @@ | ||||
| { | ||||
|     "entity": { | ||||
|         "sensor": { | ||||
|             "washing_modes": { | ||||
|                 "state": { | ||||
|                     "0": "Pronto", | ||||
|                     "1": "Pronto", | ||||
|                     "3": "Pausa", | ||||
|                     "4": "Agendado", | ||||
|                     "5": "Agendado", | ||||
|                     "6": "Erro", | ||||
|                     "7": "Pronto" | ||||
|                 } | ||||
|             }, | ||||
|             "program_phases_wm": { | ||||
|                 "state": { | ||||
|                     "0": "Pronto", | ||||
|                     "1": "Lavar", | ||||
|                     "2": "Lavar", | ||||
|                     "3": "Centrifugar", | ||||
|                     "4": "Lavagem", | ||||
|                     "5": "Lavagem", | ||||
|                     "6": "Lavagem", | ||||
|                     "7": "Secagem", | ||||
|                     "9": "Vapor", | ||||
|                     "10": "Pronto", | ||||
|                     "11": "Centrifugar", | ||||
|                     "12": "Pesagem ", | ||||
|                     "13": "Pesagem ", | ||||
|                     "14": "Lavar", | ||||
|                     "15": "Lavar", | ||||
|                     "16": "Lavar", | ||||
|                     "17": "Lavagem", | ||||
|                     "18": "Lavagem", | ||||
|                     "19": "Agendado", | ||||
|                     "20": "Manter Fresco", | ||||
|                     "24": "Refrescar", | ||||
|                     "25": "Lavar", | ||||
|                     "26": "Aquecimento", | ||||
|                     "27": "Lavar" | ||||
|                 }, | ||||
|                 "name": "Fase" | ||||
|             }, | ||||
|             "program_phases_td": { | ||||
|                 "state": { | ||||
|                     "0": "Pronto", | ||||
|                     "1": "Secagem", | ||||
|                     "2": "Secagem", | ||||
|                     "3": "Arrefecimento", | ||||
|                     "13": "Arrefecimento", | ||||
|                     "14": "Secagem", | ||||
|                     "15": "Secagem", | ||||
|                     "16": "Arrefecimento", | ||||
|                     "18": "Manter Fresco", | ||||
|                     "19": "Secagem", | ||||
|                     "20": "Secagem" | ||||
|                 }, | ||||
|                 "name": "Fase" | ||||
|             }, | ||||
|             "program_phases_dw": { | ||||
|                 "state": { | ||||
|                     "0": "Pronto", | ||||
|                     "1": "Pr\u00e9-lavagem", | ||||
|                     "2": "Lavar", | ||||
|                     "3": "Lavagem", | ||||
|                     "4": "Secagem", | ||||
|                     "5": "Pronto", | ||||
|                     "6": "Hot rinse" | ||||
|                 }, | ||||
|                 "name": "Fase" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Sem secagem", | ||||
|                     "1": "Engomar", | ||||
|                     "2": "Guarda-Roupa pronto", | ||||
|                     "3": "Guarda-Roupa pronto", | ||||
|                     "4": "Extra seco", | ||||
|                     "12": "Engomar", | ||||
|                     "13": "Guarda-Roupa pronto", | ||||
|                     "14": "Pronto a usar", | ||||
|                     "15": "Extra seco" | ||||
|                 }, | ||||
|                 "name": "N\u00edvel de secagem" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Anti-vincos" | ||||
|             }, | ||||
|             "power": { | ||||
|                 "name": "N\u00edvel de pot\u00eancia" | ||||
|             }, | ||||
|             "remaining_time": { | ||||
|                 "name": "Tempo restante" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "water_efficiency": { | ||||
|                 "name": "Efici\u00eancia da \u00e1gua" | ||||
|             }, | ||||
|             "water_saving": { | ||||
|                 "name": "Poupan\u00e7a de \u00e1gua" | ||||
|             }, | ||||
|             "duration": { | ||||
|                 "name": "Dura\u00e7\u00e3o" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Temperatura alvo" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Centrifugar" | ||||
|             }, | ||||
|             "steam_leve": { | ||||
|                 "name": "N\u00edvel de vapor" | ||||
|             }, | ||||
|             "dirt_level": { | ||||
|                 "name": "N\u00edvel de sujidade" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "In\u00edcio adiado" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Tempo de secagem" | ||||
|             }, | ||||
|             "suggested_load": { | ||||
|                 "name": "Capacidade de carga" | ||||
|             }, | ||||
|             "energy_label": { | ||||
|                 "name": "Efici\u00eancia energ\u00e9tica" | ||||
|             }, | ||||
|             "det_dust": { | ||||
|                 "name": "P\u00f3" | ||||
|             }, | ||||
|             "det_liquid": { | ||||
|                 "name": "L\u00edquido" | ||||
|             } | ||||
|         }, | ||||
|         "select": { | ||||
|             "programs_dw": { | ||||
|                 "state": { | ||||
|                     "59_min": "R\u00e1pido 59'", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "auto_care_soil": "Auto Care", | ||||
|                     "auto_plus": "AutoPlus", | ||||
|                     "auto_sensor": "Auto Sensor", | ||||
|                     "auto_sensor_soil": "Auto Sensor", | ||||
|                     "auto_universal": "Auto Universal 50 - 60\u00b0C", | ||||
|                     "auto_universal_plus": "Auto Universal Plus 65 - 75\u00b0C", | ||||
|                     "auto_universal_plus_soil": "Auto Universal Plus 65 - 75\u00b0C", | ||||
|                     "auto_universal_soil": "Auto Universal 50 - 60\u00b0C", | ||||
|                     "auto_wash": "Auto Wash", | ||||
|                     "auto_wash_soil": "Auto Wash", | ||||
|                     "classe_a_59": "Classe A 59' 65\u00b0C", | ||||
|                     "delicate": "Delicados 45\u00b0C", | ||||
|                     "dishwasher_care": "Ciclo de limpeza de calc\u00e1rio", | ||||
|                     "eco": "Eco", | ||||
|                     "eco_asynch": "Eco 45\u00b0C", | ||||
|                     "eco_bldc": "Eco 45\u00b0C", | ||||
|                     "eco_synch": "Eco 45\u00b0C", | ||||
|                     "gentle_wash": "Gentle wash", | ||||
|                     "glass": "Vidro", | ||||
|                     "glassware": "Vidros 45 \u00b0C", | ||||
|                     "glass_care": "Glass Care", | ||||
|                     "hygiene": "Higiene", | ||||
|                     "hygiene_plus": "Higiene+ 75 \u00b0C", | ||||
|                     "intensive": "Intensivo ", | ||||
|                     "intensive_rapid": "R\u00e1pido intensivo", | ||||
|                     "iot_auto_sensor": "Auto Sensor", | ||||
|                     "iot_auto_universal_soil": "Auto Universal 50 - 60\u00b0C", | ||||
|                     "iot_auto_wash_soil": "Auto Wash", | ||||
|                     "iot_baby_care": "Roupa de beb\u00e9", | ||||
|                     "iot_breakfast": "Pequeno-almo\u00e7o", | ||||
|                     "iot_checkup": "Check-Up", | ||||
|                     "iot_china_crystals": "Porcelana chinesa", | ||||
|                     "iot_classe_a_59": "R\u00e1pido 59'", | ||||
|                     "iot_cocktail_glasses": "Copos para Cocktail", | ||||
|                     "iot_cocktail_glasses_soil": "Copos para Cocktail", | ||||
|                     "iot_daily_care": "Roupa Di\u00e1ria", | ||||
|                     "iot_daily_care_soil": "Roupa Di\u00e1ria", | ||||
|                     "iot_delicate": "Delicados 45\u00b0C", | ||||
|                     "iot_dinner_for_two": "Jantar para 2", | ||||
|                     "iot_dinner_for_two_soil": "Jantar para 2", | ||||
|                     "iot_dreft_quick_cycle": "Dreft Quick", | ||||
|                     "iot_eco_asynch": "Eco 45\u00b0C", | ||||
|                     "iot_eco_bldc": "Eco 45\u00b0C", | ||||
|                     "iot_eco_synch": "Eco 45\u00b0C", | ||||
|                     "iot_extra_hygiene": "Higiene Extra", | ||||
|                     "iot_fairy_quick_cycle": "Fairy Quick", | ||||
|                     "iot_happy_hour": "Happy Hour", | ||||
|                     "iot_jar_quick_cycle": "Jar Quick", | ||||
|                     "iot_party": "Loi\u00e7a de festas", | ||||
|                     "iot_party_soil": "Loi\u00e7a de festas", | ||||
|                     "iot_pizza_menu": "Menu de Pizza", | ||||
|                     "iot_pizza_menu_soil": "Menu de Pizza", | ||||
|                     "iot_plastic_tupperware": "Pl\u00e1sticos e Tupperwares", | ||||
|                     "iot_porcelain": "Porcelana", | ||||
|                     "iot_power_mix_wash": "Lavagem Power Mix", | ||||
|                     "iot_power_mix_wash_soil": "Lavagem Power Mix", | ||||
|                     "iot_prewash": "Pr\u00e9-lavagem", | ||||
|                     "iot_pyrex_and_glassware": "Pyrex e Recipientes de vidro", | ||||
|                     "iot_rapid_29": "Rapido 29'", | ||||
|                     "iot_rapid_39": "R\u00e1pido 39 min. 60 \u00b0C", | ||||
|                     "iot_single": "Solteiros", | ||||
|                     "iot_steam": "Vapor 75 \u00b0C", | ||||
|                     "iot_super_flash": "Super Flash", | ||||
|                     "iot_super_wash": "Lavagem Super", | ||||
|                     "iot_turbopower": "TurboPower", | ||||
|                     "iot_universal": "Universal 60 \u00b0C", | ||||
|                     "iot_wok_grids_maxi_pans": "Tachos Especiais (Wok - Grelhas e Tachos M\u00e1xi)", | ||||
|                     "iot_wok_grids_maxi_pans_soil": "Tachos Especiais (Wok - Grelhas e Tachos M\u00e1xi)", | ||||
|                     "iot_yes_quick_cycle": "Yes Quick", | ||||
|                     "night": "Ultra Silencioso 55\u00b0C", | ||||
|                     "prewash": "Pr\u00e9-lavagem", | ||||
|                     "rapid_20": "R\u00e1pido 20'", | ||||
|                     "rapid_24": "Rapido 24'", | ||||
|                     "rapid_29": "Rapido 29' 50\u00b0C", | ||||
|                     "rapid_35": "Wash&Dry 35'", | ||||
|                     "rapid_39": "R\u00e1pido 39 min. 60 \u00b0C", | ||||
|                     "rapid_49": "R\u00e1pido 49'", | ||||
|                     "rapid_59": "R\u00e1pido 59'", | ||||
|                     "sanitising": "Desinfetante", | ||||
|                     "silence": "Silence", | ||||
|                     "silent": "Noite", | ||||
|                     "silent_care": "Silent Care", | ||||
|                     "smart_ai": "Smart AI", | ||||
|                     "special": "especial", | ||||
|                     "special_pw_prz": "especial", | ||||
|                     "steam": "Vapor 75 \u00b0C", | ||||
|                     "steam_plus": "Vapor Mais 75\u00b0C", | ||||
|                     "total_care": "Total Care 50\u00b0C", | ||||
|                     "ultra_silence": "Ultra Silencioso 55\u00b0C", | ||||
|                     "ultra_silent": "Ultra Silencioso 55\u00b0C", | ||||
|                     "universal": "Universal 60 \u00b0C", | ||||
|                     "universal_plus": "Universal plus 70 \u00b0C", | ||||
|                     "zoom_39": "Zoom 39 min" | ||||
|                 }, | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "state": { | ||||
|                     "iot_special_ash_brown": "Castanho cinza", | ||||
|                     "iot_special_beef_fillet": "Lombo de novilho", | ||||
|                     "iot_special_beef_veal_stew": "Carne de vitela guisada ", | ||||
|                     "iot_special_boiled_rice": "Arroz cozido", | ||||
|                     "iot_special_chicken_breast": "Peito de frango", | ||||
|                     "iot_special_chicken_legs": "Pernas de frango", | ||||
|                     "iot_special_chocolate_pudding": "Pudim de chocolate", | ||||
|                     "iot_special_entrecote": "Entrec\u00f4te", | ||||
|                     "iot_special_fresh_tuna": "Atum fresco", | ||||
|                     "iot_special_grilled_vegetables": "Legumes grelhados", | ||||
|                     "iot_special_lamb_cutlet": "Costeleta de borrego", | ||||
|                     "iot_special_meatballs": "Alm\u00f4ndegas", | ||||
|                     "iot_special_minestrone": "Minestrone", | ||||
|                     "iot_special_mussels": "Mexilh\u00f5es", | ||||
|                     "iot_special_omelette": "Omelete", | ||||
|                     "iot_special_pancakes": "Panquecas", | ||||
|                     "iot_special_paris_style_peas": "Ervilhas ao estilo parisiense", | ||||
|                     "iot_special_poached_eggs": "Ovos escalfados", | ||||
|                     "iot_special_pork_fillet": "Lombo porco ", | ||||
|                     "iot_special_pork_ribs": "Lombo de porco", | ||||
|                     "iot_special_prawns": "Camar\u00f5es", | ||||
|                     "iot_special_quinoa": "Quinoa", | ||||
|                     "iot_special_ratatouille": "Ratatouille", | ||||
|                     "iot_special_salmon_fillet": "Fil\u00e9 de salm\u00e3o", | ||||
|                     "iot_special_saute_potatoes": "Batatas salteadas", | ||||
|                     "iot_special_scallops": "Vieiras", | ||||
|                     "iot_special_scrambled_eggs": "Ovos mexidos", | ||||
|                     "iot_special_spelt": "Espelta", | ||||
|                     "iot_special_veggy_noodles": "Massa vegetariana", | ||||
|                     "iot_special_white_fish_fillet": "Filetes de peixe branco", | ||||
|                     "iot_standard_boiling": "Boiling", | ||||
|                     "iot_standard_frying": "Fritar", | ||||
|                     "iot_standard_keep_warm": "Manter quente", | ||||
|                     "iot_standard_melting": "Derreter", | ||||
|                     "iot_standard_simmering": "Simmering" | ||||
|                 }, | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "state": { | ||||
|                     "bakery": "Massas e bolos", | ||||
|                     "bakery_steam": "P\u00e3o cozido a vapor", | ||||
|                     "bottom_heating": "Aquecimento inferior", | ||||
|                     "bottom_heating_fan": "Aquecimento Inferior + Ventila\u00e7\u00e3o", | ||||
|                     "bread": "P\u00e3o", | ||||
|                     "bread_steam": "Pastelaria cozida a vapor", | ||||
|                     "convection_fan": "Convec\u00e7\u00e3o + Ventilador", | ||||
|                     "convection_fan_turnspit": "Convec\u00e7\u00e3o + Ventilador + Espeto girat\u00f3rio", | ||||
|                     "conventional": "Est\u00e1tico", | ||||
|                     "conventional_turnspit": "Convec\u00e7\u00e3o + Espeto girat\u00f3rio", | ||||
|                     "defrost": "Descongelar", | ||||
|                     "descaling": "Descalcifica\u00e7\u00e3o", | ||||
|                     "fish": "Peixe", | ||||
|                     "fish_steam": "Peixe cozinhado a vapor", | ||||
|                     "grill_cata": "Grelhar", | ||||
|                     "grill_fan_cata": "Grelhar com ventila\u00e7\u00e3o", | ||||
|                     "grill_fan_pyro": "Grelhar + Ventila\u00e7\u00e3o", | ||||
|                     "grill_pyro": "Grelhar", | ||||
|                     "h20_clean": "H2O-Clean", | ||||
|                     "iot_bread": "P\u00e3o", | ||||
|                     "iot_h20_clean": "h2O clean", | ||||
|                     "leavening": "Leveda\u00e7\u00e3o", | ||||
|                     "low_temp_cooking": "Cozinhar a baixa temperatura", | ||||
|                     "low_temp_cooking_fish": "Cozinhar carne a baixa temperatura - Peixe", | ||||
|                     "low_temp_cooking_fish_steam": "Cozedura a vapor a baixa temperatura - Peixe", | ||||
|                     "low_temp_cooking_meat": "Cozinhar carne a baixa temperatura - Carne", | ||||
|                     "low_temp_cooking_meat_steam": "Cozedura a vapor a baixa temperatura - Carne", | ||||
|                     "low_temp_cooking_steam": "Cozedura a vapor a baixa temperatura", | ||||
|                     "meat": "Carne", | ||||
|                     "meat_steam": "Carne cozinhada a vapor", | ||||
|                     "multi_level": "Multin\u00edvel", | ||||
|                     "paella": "Paella", | ||||
|                     "pasta_and_bakery": "Massas e bolos", | ||||
|                     "pizza": "Pizza", | ||||
|                     "pyrolysis": "Pir\u00f3lise", | ||||
|                     "pyrolysis_plus": "Pir\u00f3lise +", | ||||
|                     "red_meat": "Carne vermelha", | ||||
|                     "red_meat_steam": "Carne vermelha cozinhada a vapor", | ||||
|                     "regenerate": "Regenera\u00e7\u00e3o", | ||||
|                     "soft_plus": "Soft+", | ||||
|                     "super_grill": "Super Grelhador", | ||||
|                     "tailor_bake": "Tailor bake", | ||||
|                     "tailor_bake_cata": "Tailor Bake", | ||||
|                     "tailor_bake_desctiption": "Esta fun\u00e7\u00e3o \u00e9 ideal para manter os alimentos macios no interior e estaladi\u00e7os por fora.\r\r\r\r\r\nEsta fun\u00e7\u00e3o reduz a quantidade de gordura ou \u00f3leo necess\u00e1ria, para uma dieta saud\u00e1vel.\r\r\r\r\r\nA combina\u00e7\u00e3o de resist\u00eancias com um ciclo pulsante de ar garante resultados de assadura uniformes.", | ||||
|                     "tailor_bake_pyro": "Tailor Bake", | ||||
|                     "vegetables": "Vegetais", | ||||
|                     "vegetables_cata": "Legumes", | ||||
|                     "vegetables_pyro": "Legumes", | ||||
|                     "water_discharge": "Drenagem de \u00e1gua", | ||||
|                     "white_meat": "Carne branca", | ||||
|                     "white_meat_steam": "Carne branca cozinhada a vapor" | ||||
|                 }, | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "state": { | ||||
|                     "active_dry": "Secagem ativa", | ||||
|                     "allergy_care": "Anti alergias", | ||||
|                     "all_in_one": "All in One", | ||||
|                     "antiallergy": "Anti alergias", | ||||
|                     "anti_odours": "Anti-odor", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "baby": "Roupa de beb\u00e9", | ||||
|                     "bed_quilt": "Colchas", | ||||
|                     "care_30": "Cuidado 30", | ||||
|                     "care_45": "Cuidado 45", | ||||
|                     "care_59": "Cuidado 59", | ||||
|                     "coloured": "Cores", | ||||
|                     "daily_45_min": "DIARIO 45'", | ||||
|                     "daily_perfect_59_min": "DIARIO PERFEITO 59'", | ||||
|                     "darks_and_coloured": "Roupa escura e colorida", | ||||
|                     "delicates": "Delicados", | ||||
|                     "duvet": "Edred\u00e3os", | ||||
|                     "eco": "Eco Algod\u00e3o", | ||||
|                     "ecospeed_cottons": "Velocidade eco algod\u00f5es", | ||||
|                     "ecospeed_delicates": "Ecospeed roupa delicada", | ||||
|                     "ecospeed_mixed": "Velocidade eco mistos", | ||||
|                     "extra_hygiene": "Higiene Extra", | ||||
|                     "fitness": "Fitness", | ||||
|                     "fresh_care": "Cuidado Fresco", | ||||
|                     "genius": "Genius", | ||||
|                     "hqd_baby_care": "Baby Care", | ||||
|                     "hqd_bath_towel": "Toalhas", | ||||
|                     "hqd_bed_sheets": "Len\u00e7\u00f3is", | ||||
|                     "hqd_bulky": "Itens volumosos", | ||||
|                     "hqd_casual": "Casual", | ||||
|                     "hqd_cold_wind_30": "Brisa fresca durante 30 minutos", | ||||
|                     "hqd_cold_wind_timing": "Brisa fresca ", | ||||
|                     "hqd_cotton": "Algod\u00e3o", | ||||
|                     "hqd_curtain": "Cortinas", | ||||
|                     "hqd_delicate": "Roupa delicada", | ||||
|                     "hqd_diaper": "Fraldas", | ||||
|                     "hqd_duvet": "Edred\u00f5es", | ||||
|                     "hqd_feather": "Blus\u00f5es", | ||||
|                     "hqd_hot_wind_timing": "Ar quente", | ||||
|                     "hqd_hygienic": "Higieniza\u00e7\u00e3o", | ||||
|                     "hqd_i_refresh": "I-Refresh", | ||||
|                     "hqd_i_refresh_pro": "I-Refresh Pro", | ||||
|                     "hqd_jacket": "Casacos", | ||||
|                     "hqd_jeans": "Jeans", | ||||
|                     "hqd_luxury": "Pe\u00e7as requintadas", | ||||
|                     "hqd_mix": "Mistos", | ||||
|                     "hqd_night_dry": "Secagem durante a noite", | ||||
|                     "hqd_outdoor": "Outdoor", | ||||
|                     "hqd_precious_cure": "Precious cure", | ||||
|                     "hqd_quick_20": "R\u00e1pido 20", | ||||
|                     "hqd_quick_30": "R\u00e1pido 30", | ||||
|                     "hqd_quick_dry": "Secagem r\u00e1pida", | ||||
|                     "hqd_quilt": "Colchas", | ||||
|                     "hqd_refresh": "Refrescar", | ||||
|                     "hqd_school_uniform": "Farda da escola", | ||||
|                     "hqd_shirt": "Camisas", | ||||
|                     "hqd_shoes": "Cal\u00e7ado", | ||||
|                     "hqd_silk": "Seda", | ||||
|                     "hqd_sports": "Desporto", | ||||
|                     "hqd_synthetics": "Sint\u00e9ticos", | ||||
|                     "hqd_timer": "Temporizado", | ||||
|                     "hqd_towel": "Toalhas", | ||||
|                     "hqd_underwear": "Roupa interior", | ||||
|                     "hqd_warm_up": "Aquecer", | ||||
|                     "hqd_wool": "L\u00e3s", | ||||
|                     "hqd_working_suit": "Roupa de trabalho", | ||||
|                     "hygiene": "Higiene", | ||||
|                     "iot_checkup": "Check-Up", | ||||
|                     "iot_dry_anti_mites": "Anti-\u00e1caros", | ||||
|                     "iot_dry_baby": "Roupa de beb\u00e9", | ||||
|                     "iot_dry_backpacks": "Mochilas", | ||||
|                     "iot_dry_bathrobe": "Roup\u00f5es", | ||||
|                     "iot_dry_bed_linen": "Roupa de cama", | ||||
|                     "iot_dry_bed_quilt": "Colchas", | ||||
|                     "iot_dry_cotton": "Algod\u00e3o", | ||||
|                     "iot_dry_cuddly_toys": "Brinquedos macios", | ||||
|                     "iot_dry_curtains": "Cortinas", | ||||
|                     "iot_dry_dehumidifier": "Removedor de humidade", | ||||
|                     "iot_dry_delicates": "Roupa delicada", | ||||
|                     "iot_dry_delicate_tablecloths": "Roupa de mesa delicada", | ||||
|                     "iot_dry_denim_jeans": "Ganga - Jeans", | ||||
|                     "iot_dry_down_jacket": "Jacket", | ||||
|                     "iot_dry_duvet": "Edred\u00e3os", | ||||
|                     "iot_dry_easy_iron_cotton": "Engomar f\u00e1cil", | ||||
|                     "iot_dry_easy_iron_synthetics": "Engomar Super F\u00e1cil de Sint\u00e9ticos", | ||||
|                     "iot_dry_gym_fit": "Roupa de desporto - Fitness", | ||||
|                     "iot_dry_lingerie": "Roupa interior", | ||||
|                     "iot_dry_mixed": "Mistos", | ||||
|                     "iot_dry_playsuits": "Macac\u00f5es", | ||||
|                     "iot_dry_rapid_30": "Rapid 30", | ||||
|                     "iot_dry_rapid_59": "R\u00e1pido 59\u2019.", | ||||
|                     "iot_dry_refresh": "Refrescar", | ||||
|                     "iot_dry_regenerates_waterproof": "Regenera\u00e7\u00e3o da Impermeabiliza\u00e7\u00e3o (?)", | ||||
|                     "iot_dry_relax_creases": "Menos vincos", | ||||
|                     "iot_dry_shirts": "Camisas", | ||||
|                     "iot_dry_small_load": "Pequena carga", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Fatos de banho", | ||||
|                     "iot_dry_synthetics": "Sint\u00e9ticos", | ||||
|                     "iot_dry_synthetic_dry": "Secagem de Sint\u00e9ticos", | ||||
|                     "iot_dry_tablecloths": "Roupa de mesa", | ||||
|                     "iot_dry_technical_fabrics": "Tecidos t\u00e9cnicos", | ||||
|                     "iot_dry_warm_embrace": "Warm Embrace (?)", | ||||
|                     "iot_dry_wool": "Woolmark", | ||||
|                     "jeans": "Jeans", | ||||
|                     "mix_and_dry": "Mix&Dry (Mista e Seca)", | ||||
|                     "pets": "Animais de estima\u00e7\u00e3o", | ||||
|                     "pre_iron": "Pr\u00e9 engomar", | ||||
|                     "rapid_30": "Rapid 30", | ||||
|                     "rapid_45": "R\u00e1pido 45 min", | ||||
|                     "rapid_59": "R\u00e1pida Perfeita 59 min", | ||||
|                     "refresh": "Refrescar", | ||||
|                     "relax_creases": "Menos vincos", | ||||
|                     "saving_30_min": "ECO 30'", | ||||
|                     "shirts": "Camisas", | ||||
|                     "shoes": "Cal\u00e7ado", | ||||
|                     "small_load": "Pequena carga", | ||||
|                     "soft_care": "Cuidado Suave", | ||||
|                     "sport_plus": "Roupa desportiva", | ||||
|                     "super_easy_iron_misti": "Engomar Super F\u00e1cil de mistos", | ||||
|                     "super_easy_iron_xxl": "Engomar Super F\u00e1cil XXL", | ||||
|                     "super_fast_cottons": "Algod\u00f5es super r\u00e1pido", | ||||
|                     "super_fast_delicates": "Delicados super r\u00e1pido", | ||||
|                     "synthetics": "Sint\u00e9ticos", | ||||
|                     "total_care": "Total Care", | ||||
|                     "trainers": "T\u00e9nis", | ||||
|                     "ultra_care": "Ultra Care", | ||||
|                     "waterproof_revitalize": "Revitaliza\u00e7\u00e3o da impermeabializa\u00e7\u00e3o", | ||||
|                     "whites": "Roupa branca", | ||||
|                     "wool": "Secagem de l\u00e3s", | ||||
|                     "woolmark": "Woolmark", | ||||
|                     "xxl_load": "Carga XXL", | ||||
|                     "zoom_59": "Zoom 59" | ||||
|                 }, | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "state": { | ||||
|                     "20_degrees_coloured_cottons": "20\u00b0 Cores e Algod\u00f5es", | ||||
|                     "20_degrees_new_energy_label": "20\u00b0C", | ||||
|                     "active_steam": "Vapor", | ||||
|                     "active_wash": "Lavagem Ativa", | ||||
|                     "active_wash_steam": "Lavagem Ativa", | ||||
|                     "allergy_care": "Cuidado de Alergias", | ||||
|                     "allergy_care_pro": "Cuidado Alergias Pro", | ||||
|                     "all_in_one_49": "Tudo em Um 49'.", | ||||
|                     "all_in_one_59": "Tudo em Um 59'.", | ||||
|                     "all_in_one_59_steam": "Active Wash + Vapor", | ||||
|                     "autocare": "Cuidado autom\u00e1tico", | ||||
|                     "autoclean": "Limpeza do tambor", | ||||
|                     "baby_60": "All Baby 60\u00b0C", | ||||
|                     "care_14": "Cuidado Rapido 14'", | ||||
|                     "care_30": "Cuidado Rapido 30'", | ||||
|                     "care_44": "Cuidado Rapido 44'", | ||||
|                     "checkup": "Check-Up", | ||||
|                     "colour_59": "Cores 59'", | ||||
|                     "colour_59_steam": "Cores 59' + vapor", | ||||
|                     "cottons": "Algod\u00e3o", | ||||
|                     "cottons_prewash": "Algod\u00f5es + Pr\u00e9-lavagem", | ||||
|                     "cottons_steam": "Algod\u00e3o + Vapor", | ||||
|                     "cotton_care_59": "Algod\u00f5es 59 min", | ||||
|                     "delicate_59": "Delicados 59'", | ||||
|                     "delicate_silk": "Seda delicada", | ||||
|                     "delicate_silk_steam": "Seda delicada + vapor", | ||||
|                     "delicati_59": "Delicados 59'", | ||||
|                     "delicati_59_steam": "Delicados 59'", | ||||
|                     "drain_spin": "Drenar +e Centrifugar", | ||||
|                     "easy_iron": "Engomar F\u00e1cil", | ||||
|                     "eco_40_60_new_energy_label": "Eco 40-60", | ||||
|                     "extra_care": "Cuidado extra", | ||||
|                     "fitness": "Fitness Care", | ||||
|                     "fitness_care": "Fitness Care", | ||||
|                     "fresh_care": "Cuidado Fresco", | ||||
|                     "fresh_care_steam": "Fresh Care + Vapor", | ||||
|                     "handwash_wool": "Lavagem manual e l\u00e3", | ||||
|                     "high_dry": "Secagem de algod\u00e3o", | ||||
|                     "hqd_20_degrees": "Algod\u00e3o 20\u2103", | ||||
|                     "hqd_allergy": "Cuidado de Alergias", | ||||
|                     "hqd_autoclean": "Limpeza do tambor", | ||||
|                     "hqd_babycare": "Roupa de beb\u00e9", | ||||
|                     "hqd_checkup": "Check-Up", | ||||
|                     "hqd_cottons": "Algod\u00e3o", | ||||
|                     "hqd_delicate": "Roupa delicada", | ||||
|                     "hqd_delicate_cradle": "Roupa delicada", | ||||
|                     "hqd_dry": "Secagem de algod\u00e3o", | ||||
|                     "hqd_dry_synthetics": "Secos mistos", | ||||
|                     "hqd_duvet": "Edred\u00e3os", | ||||
|                     "hqd_eco_40_60_degrees": "Eco 40-60", | ||||
|                     "hqd_handwash_wool": "L\u00e3s", | ||||
|                     "hqd_i_refresh": "i-Refresh", | ||||
|                     "hqd_mix": "Misto", | ||||
|                     "hqd_quick_15": "R\u00e1pido 15'", | ||||
|                     "hqd_quick_wash_57": "Ciclo R\u00e1pido 57 min", | ||||
|                     "hqd_rapid_wash_and_dry": "Lavar & secar", | ||||
|                     "hqd_refresh": "Refrescar", | ||||
|                     "hqd_rinse": "Lavagem", | ||||
|                     "hqd_shirts": "Camisas", | ||||
|                     "hqd_smart": "Smart A.I.", | ||||
|                     "hqd_spin": "Centrifugar", | ||||
|                     "hqd_sport": "Desporto", | ||||
|                     "hqd_super_fast": "R\u00e1pido 39\u2019", | ||||
|                     "hqd_synthetic_and_coloured": "Sint\u00e9ticos", | ||||
|                     "hygiene_59": "Higiene Plus 59'", | ||||
|                     "hygiene_60": "Higiene 60\u00b0", | ||||
|                     "hygiene_plus_59": "Higiene Plus 59'", | ||||
|                     "hygiene_plus_59_min": "Higiene Plus 59'", | ||||
|                     "hygiene_pro_49_min": "Hygiene Pro 49 min", | ||||
|                     "hygiene_pro_steam": "Hygiene Pro + Vapor", | ||||
|                     "intensive_40": "Intensivo 40\u00b0C", | ||||
|                     "intensive_40_steam": "Intensivo 40\u00b0C + vapor", | ||||
|                     "iot_active_steam": "Vapor", | ||||
|                     "iot_active_wash_steam": "Lavagem Ativa", | ||||
|                     "iot_allergy_care_pro": "Cuidado Alergias Pro", | ||||
|                     "iot_all_in_one_59_steam": "Active Wash + Vapor", | ||||
|                     "iot_checkup": "Check-Up", | ||||
|                     "iot_colour_59_steam": "Cores 59' + vapor", | ||||
|                     "iot_cottons_steam": "Algod\u00e3o + Vapor", | ||||
|                     "iot_delicate_silk_steam": "Seda delicada + vapor", | ||||
|                     "iot_delicati_59_steam": "Delicados 59'", | ||||
|                     "iot_dry_air_refresh": "Refrescar ao Ar", | ||||
|                     "iot_dry_anti_mites": "Anti-\u00e1caros", | ||||
|                     "iot_dry_baby": "Beb\u00e9", | ||||
|                     "iot_dry_backpacks": "Mochilas", | ||||
|                     "iot_dry_bathrobe": "Roup\u00f5es e tecidos porosos", | ||||
|                     "iot_dry_bed_linen": "Roupa de cama", | ||||
|                     "iot_dry_cotton_dry": "Secagem de algod\u00e3o", | ||||
|                     "iot_dry_cuddly_toys": "Animais de peluche", | ||||
|                     "iot_dry_curtains": "Cortinas", | ||||
|                     "iot_dry_dehumidifier": "Removedor de humidade", | ||||
|                     "iot_dry_delicates_antiallergy": "Delicados - antial\u00e9rgicos", | ||||
|                     "iot_dry_delicate_tablecloths": "Toalhas delicadas", | ||||
|                     "iot_dry_denim_jeans": "Ganga - Jeans", | ||||
|                     "iot_dry_easy_iron_cotton": "Engomagem F\u00e1cil - Algod\u00e3o", | ||||
|                     "iot_dry_easy_iron_synthetics": "Engomar F\u00e1cil - Sint\u00e9ticos", | ||||
|                     "iot_dry_gym_fit": "Vestu\u00e1rio de gin\u00e1sio - fitness", | ||||
|                     "iot_dry_lingerie": "Lingerie", | ||||
|                     "iot_dry_mixed_dry": "Secos mistos", | ||||
|                     "iot_dry_rapid_60_min_delicates": "R\u00e1pido 60' - Delicados", | ||||
|                     "iot_dry_shirts": "Camisas", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Fatos de banho", | ||||
|                     "iot_dry_synthetics": "Secagem de Sint\u00e9ticos", | ||||
|                     "iot_dry_synthetic_dry": "Secagem de Sint\u00e9ticos", | ||||
|                     "iot_dry_tablecloths": "Toalhas de mesa", | ||||
|                     "iot_dry_technical_fabrics": "Tecidos t\u00e9cnicos", | ||||
|                     "iot_dry_warm_embrace": "Secagem a quente", | ||||
|                     "iot_dry_wool_dry": "Secagem de l\u00e3s", | ||||
|                     "iot_easy_iron": "Engomar F\u00e1cil", | ||||
|                     "iot_fresh_care_steam": "Fresh Care + Vapor", | ||||
|                     "iot_hygiene_pro_steam": "Hygiene Pro + Vapor", | ||||
|                     "iot_intensive_40_steam": "Intensivo 40\u00b0C + vapor", | ||||
|                     "iot_mixed_steam": "Mistos + Vapor", | ||||
|                     "iot_mix_and_colour_59_steam": "Mistos E Cores 59' + Vapor", | ||||
|                     "iot_perfect_cotton_59_steam": "Algodao Perfeito 59'", | ||||
|                     "iot_rapid_a_class_60_steam": "Classe A r\u00e1pida 60 + vapor", | ||||
|                     "iot_resistant_cotton_steam": "Algod\u00e3o + Vapor", | ||||
|                     "iot_shirts_steam": "Camisas + Vapor", | ||||
|                     "iot_single_item_steam": "Pe\u00e7a \u00fanica + Vapor", | ||||
|                     "iot_smart_wash": "Smart Wash", | ||||
|                     "iot_soft_care_steam": "Soft Care + Steam", | ||||
|                     "iot_special_39_full_load_steam": "Special 39' + Vapor", | ||||
|                     "iot_steam_hygiene_plus": "Hygiene Plus Steam ", | ||||
|                     "iot_synthetic_and_coloured_steam": "Sint\u00e9ticos e Cores + Vapor", | ||||
|                     "iot_wash_and_dry": "Lavar & secar", | ||||
|                     "iot_wash_anti_mites": "Anti-\u00e1caros", | ||||
|                     "iot_wash_anti_odor": "Anti-odor", | ||||
|                     "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|                     "iot_wash_ariel_cold_cycle": "Ariel Cold Clean", | ||||
|                     "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", | ||||
|                     "iot_wash_baby_sanitizer": "Desinfetante", | ||||
|                     "iot_wash_baby_sanitizer_steam": "higienizador para beb\u00ea + vapor", | ||||
|                     "iot_wash_backpacks": "Mochilas", | ||||
|                     "iot_wash_backpacks_zelig": "Mochilas", | ||||
|                     "iot_wash_bathrobe": "Roup\u00f5es e toalhas", | ||||
|                     "iot_wash_bathrobe_steam": "Roup\u00e3o + Vapor", | ||||
|                     "iot_wash_bed_linen": "Roupa de cama", | ||||
|                     "iot_wash_bed_linen_steam": "Roupa de cama + Vapor", | ||||
|                     "iot_wash_bed_linen_zelig": "Roupa de cama", | ||||
|                     "iot_wash_big_single_load": "Pe\u00e7a \u00fanica grande", | ||||
|                     "iot_wash_bleaching": "Branqueamento", | ||||
|                     "iot_wash_blood_stains": "N\u00f3doas de sangue", | ||||
|                     "iot_wash_cashmere": "Cachemira", | ||||
|                     "iot_wash_chocolate_stains": "N\u00f3doas de chocolate", | ||||
|                     "iot_wash_cold_wash": "Lavagem a frio", | ||||
|                     "iot_wash_colored": "Cores", | ||||
|                     "iot_wash_colored_anti_stain": "Remo\u00e7\u00e3o de n\u00f3doas para roupas de cor", | ||||
|                     "iot_wash_colored_delicate": "Cores delicadas", | ||||
|                     "iot_wash_coloured": "Cores", | ||||
|                     "iot_wash_coloured_bed_linen": "Roupa de cama de cores", | ||||
|                     "iot_wash_coloured_bed_linen_steam": "Roupa de cama de cores + vapor", | ||||
|                     "iot_wash_coloured_curtains": "Cortinas de cor", | ||||
|                     "iot_wash_coloured_shirts": "Camisas de cor", | ||||
|                     "iot_wash_coloured_shirts_steam": "Camisas de cor + vapor", | ||||
|                     "iot_wash_coloured_steam": "Cores + Vapor", | ||||
|                     "iot_wash_coloured_tableclothes": "Toalhas de mesa de cor", | ||||
|                     "iot_wash_coloured_tableclothes_steam": "Toalhas de mesa de cor + Vapor", | ||||
|                     "iot_wash_cotton": "Algod\u00e3o", | ||||
|                     "iot_wash_cotton_steam": "Algod\u00e3o + Vapor", | ||||
|                     "iot_wash_cuddly_toys": "Animais de peluche", | ||||
|                     "iot_wash_curtains": "Cortinas", | ||||
|                     "iot_wash_curtains_steam": "Cortinas+Vapor", | ||||
|                     "iot_wash_curtains_zelig": "Cortinas", | ||||
|                     "iot_wash_dark": "Rupas escuras", | ||||
|                     "iot_wash_darks_and_coloured_44": "Escuros e cores 44'", | ||||
|                     "iot_wash_darks_and_coloured_59": "Escuros e cores 59'", | ||||
|                     "iot_wash_darks_and_coloured_xl": "Escuros e cores XL", | ||||
|                     "iot_wash_dark_steam": "Rupas escuras + Vapor", | ||||
|                     "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|                     "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|                     "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|                     "iot_wash_delicate": "Roupa delicada", | ||||
|                     "iot_wash_delicate_antiallergy": "Antial\u00e9rgico para roupas delicadas", | ||||
|                     "iot_wash_delicate_antiallergy_steam": "Antial\u00e9rgico para roupas delicadas + Vapor", | ||||
|                     "iot_wash_delicate_antiallergy_zelig": "Antial\u00e9rgico para roupas delicadas", | ||||
|                     "iot_wash_delicate_colors": "Delicados de cor", | ||||
|                     "iot_wash_delicate_colors_steam": "Cores + vapor", | ||||
|                     "iot_wash_delicate_dark": "Escuros delicados", | ||||
|                     "iot_wash_delicate_steam": "Roupa delicada + Vapor", | ||||
|                     "iot_wash_delicate_tablecloths": "Toalhas delicadas", | ||||
|                     "iot_wash_delicate_tablecloths_steam": "Toalhas delicadas + Vapor", | ||||
|                     "iot_wash_delicate_whites": "Brancos delicados", | ||||
|                     "iot_wash_denim_jeans": "Ganga - Jeans", | ||||
|                     "iot_wash_diving_suits": "Fatos de mergulho", | ||||
|                     "iot_wash_diving_suits_zelig": "Fatos de mergulho", | ||||
|                     "iot_wash_down_jackets": "Blus\u00f5es", | ||||
|                     "iot_wash_down_jackets_zelig": "Blus\u00f5es", | ||||
|                     "iot_wash_duvet": "Edred\u00e3os", | ||||
|                     "iot_wash_fruit_stains": "N\u00f3doas de fruta", | ||||
|                     "iot_wash_gym_fit": "Vestu\u00e1rio de gin\u00e1sio - fitness", | ||||
|                     "iot_wash_handwash": "Lavagem \u00e0 m\u00e3o", | ||||
|                     "iot_wash_handwash_colored": "Lavagem \u00e0 m\u00e3o cores", | ||||
|                     "iot_wash_handwash_dark": "Lavagem \u00e0 m\u00e3o de escuros", | ||||
|                     "iot_wash_lingerie": "Lingerie", | ||||
|                     "iot_wash_masks_refresh": "Refrescar M\u00e1scaras", | ||||
|                     "iot_wash_masks_sanification": "Desinfe\u00e7\u00e3o de M\u00e1scaras", | ||||
|                     "iot_wash_masks_sanification_steam": "Desinfe\u00e7\u00e3o de M\u00e1scaras + Vapor", | ||||
|                     "iot_wash_mats": "Tapetes", | ||||
|                     "iot_wash_men_s_trousers": "Cal\u00e7as ", | ||||
|                     "iot_wash_mixed": "Misto", | ||||
|                     "iot_wash_mixed_steam": "Mistos + Vapor", | ||||
|                     "iot_wash_mix_and_coloured_44": "Misto e cores 44'", | ||||
|                     "iot_wash_mix_and_coloured_59": "Misto e cores 59'", | ||||
|                     "iot_wash_mix_and_coloured_xl": "Misto e cores XL", | ||||
|                     "iot_wash_new_clothes": "Roupa nova", | ||||
|                     "iot_wash_perfect_white": "Branco perfeito", | ||||
|                     "iot_wash_perfect_white_steam": "Branco perfeito + Vapor", | ||||
|                     "iot_wash_pets": "Acess\u00f3rios de animais", | ||||
|                     "iot_wash_pets_hair_removal": "Remo\u00e7\u00e3o de pelo de animais de estima\u00e7\u00e3o", | ||||
|                     "iot_wash_pets_odours_stains_removal": "Remo\u00e7\u00e3o de odores e manchas de animais de estima\u00e7\u00e3o", | ||||
|                     "iot_wash_pets_steam": "Acess\u00f3rios de animais", | ||||
|                     "iot_wash_playsuits": "Macac\u00f5es", | ||||
|                     "iot_wash_playsuits_steam": "Macac\u00f5es + Vapor", | ||||
|                     "iot_wash_quick_drum_cleaner": "Produto de limpeza r\u00e1pida do tambor", | ||||
|                     "iot_wash_rapid_14": "R\u00e1pido 14\u2019", | ||||
|                     "iot_wash_rapid_30": "R\u00e1pido 30\u2019", | ||||
|                     "iot_wash_rapid_44": "R\u00e1pido 44\u2019", | ||||
|                     "iot_wash_rapid_59": "R\u00e1pido 59\u2019", | ||||
|                     "iot_wash_rapid_59_steam": "R\u00e1pido 59' + vapor", | ||||
|                     "iot_wash_refresh_14_min": "Refrescar 14'", | ||||
|                     "iot_wash_resistant_colored": "Cores resistentes", | ||||
|                     "iot_wash_resistant_dark": "Escuros resistentes", | ||||
|                     "iot_wash_resistant_whites": "Brancos resistentes", | ||||
|                     "iot_wash_rinse": "Lavagem", | ||||
|                     "iot_wash_shirts": "Camisas", | ||||
|                     "iot_wash_shirts_steam": "Camisas + Vapor", | ||||
|                     "iot_wash_silk": "Seda", | ||||
|                     "iot_wash_ski_suit": "Fatos de Ski", | ||||
|                     "iot_wash_ski_suit_zelig": "Fatos de Ski", | ||||
|                     "iot_wash_spin": "Centrifugar", | ||||
|                     "iot_wash_sport": "Desporto", | ||||
|                     "iot_wash_sport_anti_odor": "Roupa de desporto anti odor", | ||||
|                     "iot_wash_sport_anti_odor_zelig": "Roupa de desporto anti odor", | ||||
|                     "iot_wash_stains_remover": "Removedor de n\u00f3doas", | ||||
|                     "iot_wash_swimsuits_and_bikinis": "Fatos de banho", | ||||
|                     "iot_wash_synthetic": "Sint\u00e9ticos", | ||||
|                     "iot_wash_synthetic_steam": "Sint\u00e9ticos + Vapor", | ||||
|                     "iot_wash_tablecloths": "Toalhas de mesa", | ||||
|                     "iot_wash_tablecloths_steam": "Toalhas de mesa + Vapor", | ||||
|                     "iot_wash_technical_fabrics": "Tecidos t\u00e9cnicos", | ||||
|                     "iot_wash_technical_fabrics_zelig": "Tecidos t\u00e9cnicos", | ||||
|                     "iot_wash_technical_jackets": "Casacos t\u00e9cnicos", | ||||
|                     "iot_wash_technical_jackets_zelig": "Casacos t\u00e9cnicos", | ||||
|                     "iot_wash_trainers": "T\u00e9nis", | ||||
|                     "iot_wash_whites": "Brancos", | ||||
|                     "iot_wash_whites_44": "Brancos 44'", | ||||
|                     "iot_wash_whites_59": "Brancos 59'", | ||||
|                     "iot_wash_whites_xl": "Brancos XL", | ||||
|                     "iot_wash_wine_stains": "N\u00f3doas de vinho", | ||||
|                     "iot_wash_wool": "L\u00e3s", | ||||
|                     "jeans": "Jeans", | ||||
|                     "jeans_60": "Jeans", | ||||
|                     "low_dry": "Secos mistos", | ||||
|                     "mixed": "Mistos", | ||||
|                     "mixed_and_colored_59": "Misto e Cores 59'", | ||||
|                     "mixed_steam": "Mistos + Vapor", | ||||
|                     "mix_and_colour_59": "Mistos E Cores 59'", | ||||
|                     "mix_and_colour_59_steam": "Mistos E Cores 59' + Vapor", | ||||
|                     "night_and_day": "Noite e Dia", | ||||
|                     "night_wash": "Ciclo durante a noite", | ||||
|                     "perfect_59": "Perfeito 59'", | ||||
|                     "perfect_cotton_59": "Algodao Perfeito 59'", | ||||
|                     "perfect_cotton_59_steam": "Algodao Perfeito 59'", | ||||
|                     "perfect_whites_59": "Branco perfeito 59'", | ||||
|                     "rapid_14_min": "R\u00e1pido 14'", | ||||
|                     "rapid_30_min": "R\u00e1pido 30'", | ||||
|                     "rapid_44_min": "R\u00e1pido 44'", | ||||
|                     "rapid_a_class_60": "Classe A r\u00e1pida 60", | ||||
|                     "rapid_a_class_60_steam": "Classe A r\u00e1pida 60 + vapor", | ||||
|                     "rapid_wash_and_dry_59_min": "Lavar e Secar 59'.", | ||||
|                     "resistant_cotton": "Algod\u00e3o", | ||||
|                     "resistant_cotton_steam": "Algod\u00e3o + Vapor", | ||||
|                     "rinse": "Lavagem", | ||||
|                     "shirts_steam": "Camisas + Vapor", | ||||
|                     "silent_night": "Ciclo durante a noite", | ||||
|                     "single_item": "Pe\u00e7a \u00fanica", | ||||
|                     "single_item_steam": "Pe\u00e7a \u00fanica + Vapor", | ||||
|                     "smart_wash": "Smart Wash", | ||||
|                     "soft_care": "Cuidado Suave", | ||||
|                     "soft_care_steam": "Soft Care + Steam", | ||||
|                     "soft_care_steam_title": "Soft Care + Steam", | ||||
|                     "special_39": "Especial 39'", | ||||
|                     "special_39_full_load": "Especial 39'", | ||||
|                     "special_39_full_load_steam": "Special 39' + Vapor", | ||||
|                     "special_49": "Especial 49'", | ||||
|                     "sport_39": "Desporto 39'", | ||||
|                     "sport_plus_29": "Desporto Plus 29\"", | ||||
|                     "sport_plus_39": "Desporto Plus 39'", | ||||
|                     "steam_39": "Vapor 39'", | ||||
|                     "steam_care_pro": "Steam Care Pro", | ||||
|                     "steam_care_pro_cotton": "Steam Care Pro - Algod\u00f5es", | ||||
|                     "steam_care_pro_delicates": "Steam Care Pro - Delicados", | ||||
|                     "steam_care_pro_synthetic": "Steam Care Pro - Sint\u00e9ticos", | ||||
|                     "steam_hygiene_plus": "Hygiene Plus Steam ", | ||||
|                     "synthetics": "Sint\u00e9ticos", | ||||
|                     "synthetic_and_coloured": "Sint\u00e9ticos e Cores", | ||||
|                     "synthetic_and_coloured_steam": "Sint\u00e9ticos e Cores + Vapor", | ||||
|                     "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|                     "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|                     "total_care": "Cuidado Total", | ||||
|                     "tumbling": "Secar na m\u00e1quina", | ||||
|                     "wool": "L\u00e3s", | ||||
|                     "wool_and_delicates_49": "L\u00e3s/Delicados 49'", | ||||
|                     "wool_dry": "Secagem de l\u00e3s", | ||||
|                     "wool_soft_care": "L\u00e3s & Cuidado Suavidade" | ||||
|                 }, | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Sem secagem", | ||||
|                     "1": "Engomar", | ||||
|                     "2": "Guarda-Roupa pronto", | ||||
|                     "3": "Guarda-Roupa pronto", | ||||
|                     "4": "Extra seco", | ||||
|                     "12": "Engomar", | ||||
|                     "13": "Guarda-Roupa pronto", | ||||
|                     "14": "Pronto a usar", | ||||
|                     "15": "Extra seco" | ||||
|                 }, | ||||
|                 "name": "N\u00edvel de secagem" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Centrifugar" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Tempo de secagem" | ||||
|             } | ||||
|         }, | ||||
|         "switch": { | ||||
|             "anti_crease": { | ||||
|                 "name": "Anti-vincos" | ||||
|             }, | ||||
|             "add_dish": { | ||||
|                 "name": "" | ||||
|             }, | ||||
|             "eco_express": { | ||||
|                 "name": "Eco" | ||||
|             }, | ||||
|             "extra_dry": { | ||||
|                 "name": "Extra seco" | ||||
|             }, | ||||
|             "half_load": { | ||||
|                 "name": "Meia carga" | ||||
|             }, | ||||
|             "open_door": { | ||||
|                 "name": "Abrir porta" | ||||
|             }, | ||||
|             "three_in_one": { | ||||
|                 "name": "3 em 1" | ||||
|             }, | ||||
|             "preheat": { | ||||
|                 "name": "Pr\u00e9-aquecimento" | ||||
|             }, | ||||
|             "dish_washer": { | ||||
|                 "name": "M\u00e1quina de lavar loi\u00e7a" | ||||
|             }, | ||||
|             "tumble_dryer": { | ||||
|                 "name": "M\u00e1quina de secar" | ||||
|             }, | ||||
|             "washing_machine": { | ||||
|                 "name": "M\u00e1quina de lavar" | ||||
|             }, | ||||
|             "washer_dryer": { | ||||
|                 "name": "M\u00e1quina de lavar e secar" | ||||
|             }, | ||||
|             "oven": { | ||||
|                 "name": "Forno" | ||||
|             }, | ||||
|             "prewash": { | ||||
|                 "name": "Pr\u00e9-lavagem" | ||||
|             }, | ||||
|             "pause": { | ||||
|                 "name": "Pausa" | ||||
|             }, | ||||
|             "keep_fresh": { | ||||
|                 "name": "Keep Fresh" | ||||
|             } | ||||
|         }, | ||||
|         "binary_sensor": { | ||||
|             "door_lock": { | ||||
|                 "name": "Fecho da porta" | ||||
|             }, | ||||
|             "extra_rinse_1": { | ||||
|                 "name": "+1 enxaguamento" | ||||
|             }, | ||||
|             "extra_rinse_2": { | ||||
|                 "name": "+2 enxaguamentos" | ||||
|             }, | ||||
|             "extra_rinse_3": { | ||||
|                 "name": "+3 enxaguamentos" | ||||
|             }, | ||||
|             "good_night": { | ||||
|                 "name": "Boa Noite" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Anti-vincos" | ||||
|             }, | ||||
|             "aqua_plus": { | ||||
|                 "name": "Acquaplus" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Centrifugar" | ||||
|             }, | ||||
|             "programs_dw": { | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "name": "Programa" | ||||
|             }, | ||||
|             "still_hot": { | ||||
|                 "name": "Ainda quente" | ||||
|             }, | ||||
|             "pan_status": { | ||||
|                 "name": "Frigideira" | ||||
|             }, | ||||
|             "remote_control": { | ||||
|                 "name": "Controlo remoto" | ||||
|             }, | ||||
|             "rinse_aid": { | ||||
|                 "name": "N\u00edvel de Abrilhantador" | ||||
|             }, | ||||
|             "salt_level": { | ||||
|                 "name": "N\u00edvel de sal" | ||||
|             }, | ||||
|             "door_open": { | ||||
|                 "name": "Porta aberta" | ||||
|             }, | ||||
|             "connection": { | ||||
|                 "name": "Liga\u00e7\u00e3o do aparelho" | ||||
|             } | ||||
|         }, | ||||
|         "number": { | ||||
|             "power_management": { | ||||
|                 "name": "Gest\u00e3o de energia" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "In\u00edcio adiado" | ||||
|             }, | ||||
|             "water_hard": { | ||||
|                 "name": "Dureza da \u00e1gua" | ||||
|             }, | ||||
|             "program_duration": { | ||||
|                 "name": "Dura\u00e7\u00e3o do programa" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Temperatura alvo" | ||||
|             }, | ||||
|             "rinse_iterations": { | ||||
|                 "name": "N\u00famero de enxaguamentos" | ||||
|             }, | ||||
|             "wash_time": { | ||||
|                 "name": "Tempo de lavagem" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Tempo de secagem" | ||||
|             } | ||||
|         }, | ||||
|         "button": { | ||||
|             "induction_hob": { | ||||
|                 "name": "Placa de indu\u00e7\u00e3o" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @ -1,953 +0,0 @@ | ||||
| { | ||||
|     "entity": { | ||||
|         "sensor": { | ||||
|             "washing_modes": { | ||||
|                 "state": { | ||||
|                     "0": "Preg\u0103tit", | ||||
|                     "1": "Preg\u0103tit", | ||||
|                     "3": "Pauz\u0103", | ||||
|                     "4": "Programat", | ||||
|                     "5": "Programat", | ||||
|                     "6": "Eroare", | ||||
|                     "7": "Preg\u0103tit" | ||||
|                 } | ||||
|             }, | ||||
|             "program_phases_wm": { | ||||
|                 "state": { | ||||
|                     "0": "Preg\u0103tit", | ||||
|                     "1": "Sp\u0103lare", | ||||
|                     "2": "Sp\u0103lare", | ||||
|                     "3": "Stoarcere", | ||||
|                     "4": "Cl\u0103tire", | ||||
|                     "5": "Cl\u0103tire", | ||||
|                     "6": "Cl\u0103tire", | ||||
|                     "7": "Uscare", | ||||
|                     "9": "Abur", | ||||
|                     "10": "Preg\u0103tit", | ||||
|                     "11": "Stoarcere", | ||||
|                     "12": "C\u00e2nt\u0103rire ", | ||||
|                     "13": "C\u00e2nt\u0103rire ", | ||||
|                     "14": "Sp\u0103lare", | ||||
|                     "15": "Sp\u0103lare", | ||||
|                     "16": "Sp\u0103lare", | ||||
|                     "17": "Cl\u0103tire", | ||||
|                     "18": "Cl\u0103tire", | ||||
|                     "19": "Programat", | ||||
|                     "20": "Men\u021binere prospe\u021bime", | ||||
|                     "24": "Re\u00eemprosp\u0103tare", | ||||
|                     "25": "Sp\u0103lare", | ||||
|                     "26": "\u00cenc\u0103lzire", | ||||
|                     "27": "Sp\u0103lare" | ||||
|                 }, | ||||
|                 "name": "Faz\u0103" | ||||
|             }, | ||||
|             "program_phases_td": { | ||||
|                 "state": { | ||||
|                     "0": "Preg\u0103tit", | ||||
|                     "1": "Uscare", | ||||
|                     "2": "Uscare", | ||||
|                     "3": "R\u0103cire", | ||||
|                     "13": "R\u0103cire", | ||||
|                     "14": "Uscare", | ||||
|                     "15": "Uscare", | ||||
|                     "16": "R\u0103cire", | ||||
|                     "18": "Men\u021binere prospe\u021bime", | ||||
|                     "19": "Uscare", | ||||
|                     "20": "Uscare" | ||||
|                 }, | ||||
|                 "name": "Faz\u0103" | ||||
|             }, | ||||
|             "program_phases_dw": { | ||||
|                 "state": { | ||||
|                     "0": "Preg\u0103tit", | ||||
|                     "1": "Presp\u0103lare", | ||||
|                     "2": "Sp\u0103lare", | ||||
|                     "3": "Cl\u0103tire", | ||||
|                     "4": "Uscare", | ||||
|                     "5": "Preg\u0103tit", | ||||
|                     "6": "Hot rinse" | ||||
|                 }, | ||||
|                 "name": "Faz\u0103" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "F\u0103r\u0103 uscare", | ||||
|                     "1": "C\u0103lcare", | ||||
|                     "2": "\u0218ifonier preg\u0103tit", | ||||
|                     "3": "\u0218ifonier preg\u0103tit", | ||||
|                     "4": "Uscare suplimentar\u0103", | ||||
|                     "12": "C\u0103lcare", | ||||
|                     "13": "\u0218ifonier preg\u0103tit", | ||||
|                     "14": "Gata de purtat", | ||||
|                     "15": "Uscare suplimentar\u0103" | ||||
|                 }, | ||||
|                 "name": "Nivel de uscare" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Anti\u0219ifonare" | ||||
|             }, | ||||
|             "power": { | ||||
|                 "name": "Nivel de putere" | ||||
|             }, | ||||
|             "remaining_time": { | ||||
|                 "name": "Timp r\u0103mas" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatur\u0103" | ||||
|             }, | ||||
|             "water_efficiency": { | ||||
|                 "name": "Eficien\u021ba apei" | ||||
|             }, | ||||
|             "water_saving": { | ||||
|                 "name": "Economii de ap\u0103" | ||||
|             }, | ||||
|             "duration": { | ||||
|                 "name": "Durat\u0103" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Temperatur\u0103 vizat\u0103" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Stoarcere" | ||||
|             }, | ||||
|             "steam_leve": { | ||||
|                 "name": "Nivel abur" | ||||
|             }, | ||||
|             "dirt_level": { | ||||
|                 "name": "Nivel de murd\u0103rie" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Pornire \u00eent\u00e2rziat\u0103" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Timp de uscare" | ||||
|             }, | ||||
|             "suggested_load": { | ||||
|                 "name": "Capacitate de \u00eenc\u0103rcare" | ||||
|             }, | ||||
|             "energy_label": { | ||||
|                 "name": "Eficien\u021b\u0103 energetic\u0103" | ||||
|             }, | ||||
|             "det_dust": { | ||||
|                 "name": "Pudr\u0103" | ||||
|             }, | ||||
|             "det_liquid": { | ||||
|                 "name": "Lichid" | ||||
|             } | ||||
|         }, | ||||
|         "select": { | ||||
|             "programs_dw": { | ||||
|                 "state": { | ||||
|                     "59_min": "Rapid 59'", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "auto_care_soil": "Auto Care", | ||||
|                     "auto_plus": "AutoPlus", | ||||
|                     "auto_sensor": "Auto Sensor", | ||||
|                     "auto_sensor_soil": "Auto Sensor", | ||||
|                     "auto_universal": "Auto Universal 50 - 60\u00b0C", | ||||
|                     "auto_universal_plus": "Auto Universal+ 65 - 75\u00b0C", | ||||
|                     "auto_universal_plus_soil": "Auto Universal+ 65 - 75\u00b0C", | ||||
|                     "auto_universal_soil": "Auto Universal 50 - 60\u00b0C", | ||||
|                     "auto_wash": "Sp\u0103lare automat\u0103", | ||||
|                     "auto_wash_soil": "Sp\u0103lare automat\u0103", | ||||
|                     "classe_a_59": "Clasa A 59' 65\u00b0C", | ||||
|                     "delicate": "Delicate 45\u00b0C", | ||||
|                     "dishwasher_care": "Ciclu de cur\u0103\u021bare a calcarului", | ||||
|                     "eco": "Eco", | ||||
|                     "eco_asynch": "Eco 45\u00b0C", | ||||
|                     "eco_bldc": "Eco 45\u00b0C", | ||||
|                     "eco_synch": "Eco 45\u00b0C", | ||||
|                     "gentle_wash": "Gentle wash", | ||||
|                     "glass": "Sticl\u0103", | ||||
|                     "glassware": "Sticl\u0103rie 45 \u00b0C", | ||||
|                     "glass_care": "Glass Care", | ||||
|                     "hygiene": "Igien\u0103", | ||||
|                     "hygiene_plus": "Igien\u0103+ 75 \u00b0C", | ||||
|                     "intensive": "Intensiv ", | ||||
|                     "intensive_rapid": "rapid intensiv", | ||||
|                     "iot_auto_sensor": "Auto Sensor", | ||||
|                     "iot_auto_universal_soil": "Auto Universal 50 - 60\u00b0C", | ||||
|                     "iot_auto_wash_soil": "Sp\u0103lare automat\u0103", | ||||
|                     "iot_baby_care": "\u00cengrijirea bebelu\u0219ilor", | ||||
|                     "iot_breakfast": "Mic dejun", | ||||
|                     "iot_checkup": "Verificare", | ||||
|                     "iot_china_crystals": "Vase din cristal", | ||||
|                     "iot_classe_a_59": "Rapid 59'", | ||||
|                     "iot_cocktail_glasses": "Pahare de cocktail", | ||||
|                     "iot_cocktail_glasses_soil": "Pahare de cocktail", | ||||
|                     "iot_daily_care": "Utilizare zilnic\u0103", | ||||
|                     "iot_daily_care_soil": "Utilizare zilnic\u0103", | ||||
|                     "iot_delicate": "Delicate 45\u00b0C", | ||||
|                     "iot_dinner_for_two": "Cin\u0103 pentru 2", | ||||
|                     "iot_dinner_for_two_soil": "Cin\u0103 pentru 2", | ||||
|                     "iot_dreft_quick_cycle": "Dreft Quick", | ||||
|                     "iot_eco_asynch": "Eco 45\u00b0C", | ||||
|                     "iot_eco_bldc": "Eco 45\u00b0C", | ||||
|                     "iot_eco_synch": "Eco 45\u00b0C", | ||||
|                     "iot_extra_hygiene": "Extra Igien\u0103", | ||||
|                     "iot_fairy_quick_cycle": "Fairy Quick", | ||||
|                     "iot_happy_hour": "Happy Hour", | ||||
|                     "iot_jar_quick_cycle": "Jar Quick", | ||||
|                     "iot_party": "Petrecere", | ||||
|                     "iot_party_soil": "Petrecere", | ||||
|                     "iot_pizza_menu": "Meniu Pizza", | ||||
|                     "iot_pizza_menu_soil": "Meniu Pizza", | ||||
|                     "iot_plastic_tupperware": "Recipiente din plastic", | ||||
|                     "iot_porcelain": "Por\u021belan", | ||||
|                     "iot_power_mix_wash": "Sp\u0103lare Putere Mixt\u0103", | ||||
|                     "iot_power_mix_wash_soil": "Sp\u0103lare Putere Mixt\u0103", | ||||
|                     "iot_prewash": "Presp\u0103lare", | ||||
|                     "iot_pyrex_and_glassware": "Articole din sticl\u0103", | ||||
|                     "iot_rapid_29": "Rapid 29'", | ||||
|                     "iot_rapid_39": "Rapid 39' 60 \u00b0C", | ||||
|                     "iot_single": "Singur", | ||||
|                     "iot_steam": "Abur 75 \u00b0C", | ||||
|                     "iot_super_flash": "Super rapid", | ||||
|                     "iot_super_wash": "Super sp\u0103lare", | ||||
|                     "iot_turbopower": "Putere Turbo", | ||||
|                     "iot_universal": "Universal 60 \u00b0C", | ||||
|                     "iot_wok_grids_maxi_pans": "Recipiente speciale (Wok - Gr\u0103tare & Oale mari)", | ||||
|                     "iot_wok_grids_maxi_pans_soil": "Recipiente speciale (Wok - Gr\u0103tare & Oale mari)", | ||||
|                     "iot_yes_quick_cycle": "Yes Quick", | ||||
|                     "night": "Ultra Silen\u021bios 55\u00b0C", | ||||
|                     "prewash": "Presp\u0103lare", | ||||
|                     "rapid_20": "Rapid 20'", | ||||
|                     "rapid_24": "Rapid 24'", | ||||
|                     "rapid_29": "Rapid 29' 50\u00b0C", | ||||
|                     "rapid_35": "Wash&Dry 35'", | ||||
|                     "rapid_39": "Rapid 39' 60 \u00b0C", | ||||
|                     "rapid_49": "Rapid 49'", | ||||
|                     "rapid_59": "Rapid 59'", | ||||
|                     "sanitising": "Igienizare", | ||||
|                     "silence": "Silence", | ||||
|                     "silent": "Noapte", | ||||
|                     "silent_care": "Silent Care", | ||||
|                     "smart_ai": "Smart AI", | ||||
|                     "special": "special", | ||||
|                     "special_pw_prz": "special", | ||||
|                     "steam": "Abur 75 \u00b0C", | ||||
|                     "steam_plus": "Vapor Plus 75 \u00b0C", | ||||
|                     "total_care": "Total Care 50\u00b0C", | ||||
|                     "ultra_silence": "Ultra Silen\u021bios 55\u00b0C", | ||||
|                     "ultra_silent": "Ultra Silen\u021bios 55\u00b0C", | ||||
|                     "universal": "Universal 60 \u00b0C", | ||||
|                     "universal_plus": "Universal Plus 70 \u00b0C", | ||||
|                     "zoom_39": "Zoom 39 min" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "state": { | ||||
|                     "iot_special_ash_brown": "Tocinei", | ||||
|                     "iot_special_beef_fillet": "File de vit\u0103", | ||||
|                     "iot_special_beef_veal_stew": "Tocan\u0103 de vit\u0103 \u0219i vi\u021bel", | ||||
|                     "iot_special_boiled_rice": "Orez fiert", | ||||
|                     "iot_special_chicken_breast": "Piept de pui", | ||||
|                     "iot_special_chicken_legs": "Pulpe de pui", | ||||
|                     "iot_special_chocolate_pudding": "Budinc\u0103 de ciocolat\u0103", | ||||
|                     "iot_special_entrecote": "Antricot", | ||||
|                     "iot_special_fresh_tuna": "Ton proasp\u0103t", | ||||
|                     "iot_special_grilled_vegetables": "Legume pe gr\u0103tar", | ||||
|                     "iot_special_lamb_cutlet": "Cotlet de miel", | ||||
|                     "iot_special_meatballs": "Piftelu\u021be de carne", | ||||
|                     "iot_special_minestrone": "Sup\u0103 minestrone", | ||||
|                     "iot_special_mussels": "Midii", | ||||
|                     "iot_special_omelette": "Omlet\u0103", | ||||
|                     "iot_special_pancakes": "Cl\u0103tite", | ||||
|                     "iot_special_paris_style_peas": "Maz\u0103re \u00een stil parizian", | ||||
|                     "iot_special_poached_eggs": "Ou\u0103 fierte", | ||||
|                     "iot_special_pork_fillet": "Mu\u015fchi file", | ||||
|                     "iot_special_pork_ribs": "Coaste de porc", | ||||
|                     "iot_special_prawns": "Creve\u021bi", | ||||
|                     "iot_special_quinoa": "Quinoa", | ||||
|                     "iot_special_ratatouille": "Ratatouille", | ||||
|                     "iot_special_salmon_fillet": "File de somon", | ||||
|                     "iot_special_saute_potatoes": "Cartofi sote", | ||||
|                     "iot_special_scallops": "Scoici", | ||||
|                     "iot_special_scrambled_eggs": "Scrob", | ||||
|                     "iot_special_spelt": "Alac", | ||||
|                     "iot_special_veggy_noodles": "T\u0103i\u0163ei vegetali", | ||||
|                     "iot_special_white_fish_fillet": "File de pe\u0219te alb", | ||||
|                     "iot_standard_boiling": "Fierbere", | ||||
|                     "iot_standard_frying": "Pr\u0103jire", | ||||
|                     "iot_standard_keep_warm": "Men\u021binere la cald", | ||||
|                     "iot_standard_melting": "Topire", | ||||
|                     "iot_standard_simmering": "Fierbere \u00een\u0103bu\u0219it\u0103" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "state": { | ||||
|                     "bakery": "Paste \u0219i patiserie", | ||||
|                     "bakery_steam": "P\u00e2ine g\u0103tit\u0103 la abur", | ||||
|                     "bottom_heating": "\u00cenc\u0103lzire de jos", | ||||
|                     "bottom_heating_fan": "\u00cenc\u0103lzire De Jos + Ventila\u021bie", | ||||
|                     "bread": "P\u00e2ine", | ||||
|                     "bread_steam": "Produse de patiserie g\u0103tite la abur", | ||||
|                     "convection_fan": "Convec\u021bie \u0219i ventila\u021bie", | ||||
|                     "convection_fan_turnspit": "Convec\u021bie + Ventilator + Rotisor", | ||||
|                     "conventional": "Conven\u021bional", | ||||
|                     "conventional_turnspit": "Convec\u021bie + Rotisor", | ||||
|                     "defrost": "Decongelare", | ||||
|                     "descaling": "\u00cendep\u0103rtarea calcarului", | ||||
|                     "fish": "Pe\u0219te", | ||||
|                     "fish_steam": "Pe\u0219te g\u0103tit la abur", | ||||
|                     "grill_cata": "Gril", | ||||
|                     "grill_fan_cata": "Grill + Ventila\u021bie", | ||||
|                     "grill_fan_pyro": "Grill + Ventila\u021bie", | ||||
|                     "grill_pyro": "Grill", | ||||
|                     "h20_clean": "H2O-Clean", | ||||
|                     "iot_bread": "P\u00e2ine", | ||||
|                     "iot_h20_clean": "h2O clean", | ||||
|                     "leavening": "Dospire", | ||||
|                     "low_temp_cooking": "G\u0103tire la temperatur\u0103 sc\u0103zut\u0103", | ||||
|                     "low_temp_cooking_fish": "G\u0103tire la temperatur\u0103 sc\u0103zut\u0103 - Pe\u0219te", | ||||
|                     "low_temp_cooking_fish_steam": "G\u0103titul cu abur la temperatur\u0103 sc\u0103zut\u0103 - Pe\u0219te", | ||||
|                     "low_temp_cooking_meat": "G\u0103tire la temperatur\u0103 sc\u0103zut\u0103 - Carne", | ||||
|                     "low_temp_cooking_meat_steam": "G\u0103titul la abur la temperatur\u0103 sc\u0103zut\u0103 - carne", | ||||
|                     "low_temp_cooking_steam": "G\u0103titul la abur la temperaturi sc\u0103zute", | ||||
|                     "meat": "Carne", | ||||
|                     "meat_steam": "Carne g\u0103tit\u0103 la abur", | ||||
|                     "multi_level": "Multi-Nivel", | ||||
|                     "paella": "Paella", | ||||
|                     "pasta_and_bakery": "Paste \u0219i patiserie", | ||||
|                     "pizza": "Pizza", | ||||
|                     "pyrolysis": "Piroliz\u0103", | ||||
|                     "pyrolysis_plus": "Piroliz\u0103+", | ||||
|                     "red_meat": "Carne ro\u0219ie", | ||||
|                     "red_meat_steam": "Carne ro\u0219ie g\u0103tit\u0103 la abur", | ||||
|                     "regenerate": "Regenerare", | ||||
|                     "soft_plus": "Soft+", | ||||
|                     "super_grill": "Super Grill", | ||||
|                     "tailor_bake": "Tailor bake", | ||||
|                     "tailor_bake_cata": "Tailor Bake", | ||||
|                     "tailor_bake_desctiption": "Aceast\u0103 func\u021bie este ideal\u0103 pentru a men\u021bine preparatele moi la interior \u0219i crocante la exterior.\r\r\r\r\r\r\r\nAceast\u0103 func\u021bie reduce cantitatea de gr\u0103sime sau de ulei necesar\u0103 pentru o diet\u0103 s\u0103n\u0103toas\u0103.\r\r\r\r\r\r\r\nCombina\u021bia elementelor de \u00eenc\u0103lzire cu un ciclu pulsatil de aer garanteaz\u0103 un rezultate de coacere uniforme.", | ||||
|                     "tailor_bake_pyro": "Tailor Bake", | ||||
|                     "vegetables": "Legume", | ||||
|                     "vegetables_cata": "Legume", | ||||
|                     "vegetables_pyro": "Legume", | ||||
|                     "water_discharge": "Scurgerea apei", | ||||
|                     "white_meat": "Carne alb\u0103", | ||||
|                     "white_meat_steam": "Carne alb\u0103 g\u0103tit\u0103 la abur" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "state": { | ||||
|                     "active_dry": "Uscare activ\u0103", | ||||
|                     "allergy_care": "Anti-alergic", | ||||
|                     "all_in_one": "Tot \u00een unu", | ||||
|                     "antiallergy": "Anti-alergic", | ||||
|                     "anti_odours": "Anti mirosuri", | ||||
|                     "auto_care": "\u00cengrijire automat\u0103", | ||||
|                     "baby": "Haine copii", | ||||
|                     "bed_quilt": "Pilote", | ||||
|                     "care_30": "\u00cengrijire 30", | ||||
|                     "care_45": "\u00cengrijire 45", | ||||
|                     "care_59": "\u00cengrijire 59", | ||||
|                     "coloured": "Colorate", | ||||
|                     "daily_45_min": "ZILNIC 45'", | ||||
|                     "daily_perfect_59_min": "ZILNIC PERFECT 59'", | ||||
|                     "darks_and_coloured": "\u021aes\u0103turi \u00eenchise & colorate", | ||||
|                     "delicates": "Delicate", | ||||
|                     "duvet": "P\u0103tur\u0103", | ||||
|                     "eco": "Bumbac Eco", | ||||
|                     "ecospeed_cottons": "Bumbac Ecospeed", | ||||
|                     "ecospeed_delicates": "Delicate Ecospeed", | ||||
|                     "ecospeed_mixed": "\u021aes\u0103turi mixte Ecospeed", | ||||
|                     "extra_hygiene": "EXTRA IGIENIZARE", | ||||
|                     "fitness": "Fitness", | ||||
|                     "fresh_care": "\u00cengrijire proasp\u0103t\u0103", | ||||
|                     "genius": "Genius", | ||||
|                     "hqd_baby_care": "Baby Care", | ||||
|                     "hqd_bath_towel": "Prosoape", | ||||
|                     "hqd_bed_sheets": "Cearceafuri", | ||||
|                     "hqd_bulky": "Articole voluminoase", | ||||
|                     "hqd_casual": "Articole obi\u0219nuite", | ||||
|                     "hqd_cold_wind_30": "V\u00e2nt rece 30 minute", | ||||
|                     "hqd_cold_wind_timing": "V\u00e2nt rece ", | ||||
|                     "hqd_cotton": "Bumbac", | ||||
|                     "hqd_curtain": "Perdele", | ||||
|                     "hqd_delicate": "Delicate", | ||||
|                     "hqd_diaper": "Scutece", | ||||
|                     "hqd_duvet": "Cuvertur\u0103", | ||||
|                     "hqd_feather": "Geci", | ||||
|                     "hqd_hot_wind_timing": "Aer cald", | ||||
|                     "hqd_hygienic": "Igienizare", | ||||
|                     "hqd_i_refresh": "I-Refresh", | ||||
|                     "hqd_i_refresh_pro": "I-Refresh Pro", | ||||
|                     "hqd_jacket": "Jachete", | ||||
|                     "hqd_jeans": "Blugi", | ||||
|                     "hqd_luxury": "Luxury", | ||||
|                     "hqd_mix": "Mixte", | ||||
|                     "hqd_night_dry": "Uscare peste noapte", | ||||
|                     "hqd_outdoor": "Outdoor", | ||||
|                     "hqd_precious_cure": "Precious cure", | ||||
|                     "hqd_quick_20": "Rapid 20", | ||||
|                     "hqd_quick_30": "Rapid 30", | ||||
|                     "hqd_quick_dry": "Uscare rapid\u0103", | ||||
|                     "hqd_quilt": "Pilote", | ||||
|                     "hqd_refresh": "Re\u00eemprosp\u0103tare", | ||||
|                     "hqd_school_uniform": "Uniform\u0103 \u0219colar\u0103", | ||||
|                     "hqd_shirt": "C\u0103m\u0103\u0219i", | ||||
|                     "hqd_shoes": "\u00cenc\u0103l\u021b\u0103minte", | ||||
|                     "hqd_silk": "M\u0103tase", | ||||
|                     "hqd_sports": "Articole sportive", | ||||
|                     "hqd_synthetics": "Sintetice", | ||||
|                     "hqd_timer": "Cronometrat", | ||||
|                     "hqd_towel": "Prosoape", | ||||
|                     "hqd_underwear": "Lenjerie", | ||||
|                     "hqd_warm_up": "\u00cenc\u0103lzire", | ||||
|                     "hqd_wool": "L\u00e2n\u0103", | ||||
|                     "hqd_working_suit": "\u00cembr\u0103c\u0103minte de lucru", | ||||
|                     "hygiene": "Igienizare", | ||||
|                     "iot_checkup": "Verificare", | ||||
|                     "iot_dry_anti_mites": "Anti-acarieni", | ||||
|                     "iot_dry_baby": "Haine copii", | ||||
|                     "iot_dry_backpacks": "Rucsaci", | ||||
|                     "iot_dry_bathrobe": "Halat de baie", | ||||
|                     "iot_dry_bed_linen": "Lenjerie de pat", | ||||
|                     "iot_dry_bed_quilt": "Pilote", | ||||
|                     "iot_dry_cotton": "Bumbac", | ||||
|                     "iot_dry_cuddly_toys": "Juc\u0103rii", | ||||
|                     "iot_dry_curtains": "Perdele", | ||||
|                     "iot_dry_dehumidifier": "Dispozitiv pentru \u00eendep\u0103rtarea umidit\u0103\u021bii", | ||||
|                     "iot_dry_delicates": "Delicate", | ||||
|                     "iot_dry_delicate_tablecloths": "Fe\u021be de mas\u0103 delicate", | ||||
|                     "iot_dry_denim_jeans": "Denim - Blugi", | ||||
|                     "iot_dry_down_jacket": "Jacket", | ||||
|                     "iot_dry_duvet": "P\u0103tur\u0103", | ||||
|                     "iot_dry_easy_iron_cotton": "C\u0103lcare Super Easy", | ||||
|                     "iot_dry_easy_iron_synthetics": "C\u0103lcare super u\u0219oar\u0103 a rufelor sintetice", | ||||
|                     "iot_dry_gym_fit": "Articole sportive - Fitness", | ||||
|                     "iot_dry_lingerie": "Lenjerie", | ||||
|                     "iot_dry_mixed": "Mixte", | ||||
|                     "iot_dry_playsuits": "Haine de joac\u0103", | ||||
|                     "iot_dry_rapid_30": "Rapid 30", | ||||
|                     "iot_dry_rapid_59": "Rapid 59'.", | ||||
|                     "iot_dry_refresh": "Re\u00eemprosp\u0103tare", | ||||
|                     "iot_dry_regenerates_waterproof": "Rezistente la ap\u0103", | ||||
|                     "iot_dry_relax_creases": "Reducere \u0219ifonare", | ||||
|                     "iot_dry_shirts": "C\u0103m\u0103\u0219i", | ||||
|                     "iot_dry_small_load": "\u00cenc\u0103rcare mic\u0103", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Costume de baie", | ||||
|                     "iot_dry_synthetics": "Sintetice", | ||||
|                     "iot_dry_synthetic_dry": "Uscare material sintetic", | ||||
|                     "iot_dry_tablecloths": "Fe\u021be de mas\u0103", | ||||
|                     "iot_dry_technical_fabrics": "\u021aes\u0103turi industriale", | ||||
|                     "iot_dry_warm_embrace": "\u00cembr\u0103\u021bi\u0219are cald\u0103", | ||||
|                     "iot_dry_wool": "Woolmark", | ||||
|                     "jeans": "Jeans", | ||||
|                     "mix_and_dry": "Mix&Uscare", | ||||
|                     "pets": "Animale de companie", | ||||
|                     "pre_iron": "Pre-C\u0103lcare", | ||||
|                     "rapid_30": "Rapid 30", | ||||
|                     "rapid_45": "Rapid 45 min", | ||||
|                     "rapid_59": "Rapid Perfect 59 Min", | ||||
|                     "refresh": "Re\u00eemprosp\u0103tare", | ||||
|                     "relax_creases": "Reducere \u0219ifonare", | ||||
|                     "saving_30_min": "ECO 30'", | ||||
|                     "shirts": "C\u0103m\u0103\u0219i", | ||||
|                     "shoes": "\u00cenc\u0103l\u021b\u0103minte", | ||||
|                     "small_load": "\u00cenc\u0103rcare mic\u0103", | ||||
|                     "soft_care": "\u00cengrijire bl\u00e2nd\u0103", | ||||
|                     "sport_plus": "Haine sport", | ||||
|                     "super_easy_iron_misti": "C\u0103lcare super u\u0219oar\u0103 a rufelor cu fibre mixte", | ||||
|                     "super_easy_iron_xxl": "C\u0103lcare super u\u0219oar\u0103 a rufelor XXL", | ||||
|                     "super_fast_cottons": "Bumbac Super Rapid", | ||||
|                     "super_fast_delicates": "Delicate Super Rapid", | ||||
|                     "synthetics": "Sintetice", | ||||
|                     "total_care": "Total Care", | ||||
|                     "trainers": "\u00cenc\u0103l\u021b\u0103minte sport", | ||||
|                     "ultra_care": "Ultra Care", | ||||
|                     "waterproof_revitalize": "Revitalizare impermeabile", | ||||
|                     "whites": "Albe", | ||||
|                     "wool": "Uscare l\u00e2n\u0103", | ||||
|                     "woolmark": "Woolmark", | ||||
|                     "xxl_load": "\u00cenc\u0103rcare XXL", | ||||
|                     "zoom_59": "Zoom 59" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "state": { | ||||
|                     "20_degrees_coloured_cottons": "20\u00b0 Colorate \u0219i bumbac", | ||||
|                     "20_degrees_new_energy_label": "20 \u00b0C", | ||||
|                     "active_steam": "Abur", | ||||
|                     "active_wash": "Sp\u0103lare activ\u0103", | ||||
|                     "active_wash_steam": "Sp\u0103lare activ\u0103", | ||||
|                     "allergy_care": "\u00cengrijire antialergic\u0103", | ||||
|                     "allergy_care_pro": "\u00cengrijire alergie pro", | ||||
|                     "all_in_one_49": "Toate \u00een One 49'.", | ||||
|                     "all_in_one_59": "Toate \u00een One 59'.", | ||||
|                     "all_in_one_59_steam": "Sp\u0103lare activ\u0103 + abur", | ||||
|                     "autocare": "Auto\u00eengrijire", | ||||
|                     "autoclean": "Cur\u0103\u021barea tamburului", | ||||
|                     "baby_60": "Haine bebelu\u0219i 60\u00b0C", | ||||
|                     "care_14": "Rapid Care 14'", | ||||
|                     "care_30": "Rapid Care 30'", | ||||
|                     "care_44": "Rapid Care 44'", | ||||
|                     "checkup": "Verificare", | ||||
|                     "colour_59": "Colorate 59'", | ||||
|                     "colour_59_steam": "Colorate 59' + Abur", | ||||
|                     "cottons": "Bumbac", | ||||
|                     "cottons_prewash": "Bumbac + Presp\u0103lare", | ||||
|                     "cottons_steam": "Bumbac + Abur", | ||||
|                     "cotton_care_59": "Bumbac 59 Min", | ||||
|                     "delicate_59": "Delicate 59'", | ||||
|                     "delicate_silk": "M\u0103tase delicat\u0103", | ||||
|                     "delicate_silk_steam": "M\u0103tase delicat\u0103 + abur", | ||||
|                     "delicati_59": "Delicate 59'", | ||||
|                     "delicati_59_steam": "Delicate 59'", | ||||
|                     "drain_spin": "Drenare +\u0219i stoarcere", | ||||
|                     "easy_iron": "C\u0103lcare u\u0219oar\u0103", | ||||
|                     "eco_40_60_new_energy_label": "Eco 40-60", | ||||
|                     "extra_care": "\u00cengrijire Suplimentar\u0103", | ||||
|                     "fitness": "Fitness Care", | ||||
|                     "fitness_care": "Fitness Care", | ||||
|                     "fresh_care": "\u00cengrijire proasp\u0103t\u0103", | ||||
|                     "fresh_care_steam": "\u00cengrijire proasp\u0103t\u0103 + abur", | ||||
|                     "handwash_wool": "Sp\u0103lare manual\u0103 \u0219i l\u00e2n\u0103", | ||||
|                     "high_dry": "Uscarea bumbacului", | ||||
|                     "hqd_20_degrees": "Bumbac 20 \u2103", | ||||
|                     "hqd_allergy": "\u00cengrijire antialergic\u0103", | ||||
|                     "hqd_autoclean": "Cur\u0103\u021barea tamburului", | ||||
|                     "hqd_babycare": "\u00cengrijirea bebelu\u0219ilor", | ||||
|                     "hqd_checkup": "Verificare", | ||||
|                     "hqd_cottons": "Bumbac", | ||||
|                     "hqd_delicate": "Delicate", | ||||
|                     "hqd_delicate_cradle": "Delicate", | ||||
|                     "hqd_dry": "Uscarea bumbacului", | ||||
|                     "hqd_dry_synthetics": "Uscarea fibrelor mixte", | ||||
|                     "hqd_duvet": "P\u0103tur\u0103", | ||||
|                     "hqd_eco_40_60_degrees": "Eco 40-60", | ||||
|                     "hqd_handwash_wool": "L\u00e2n\u0103", | ||||
|                     "hqd_i_refresh": "i-Refresh", | ||||
|                     "hqd_mix": "Mixte", | ||||
|                     "hqd_quick_15": "Rapid 15'", | ||||
|                     "hqd_quick_wash_57": "Sp\u0103lare rapid\u0103 57 min", | ||||
|                     "hqd_rapid_wash_and_dry": "Sp\u0103lare \u0219i uscare", | ||||
|                     "hqd_refresh": "Re\u00eemprosp\u0103tare", | ||||
|                     "hqd_rinse": "Cl\u0103tire", | ||||
|                     "hqd_shirts": "C\u0103m\u0103\u0219i", | ||||
|                     "hqd_smart": "Smart A.I.", | ||||
|                     "hqd_spin": "Stoarcere", | ||||
|                     "hqd_sport": "Sport", | ||||
|                     "hqd_super_fast": "Rapid 39\u2019", | ||||
|                     "hqd_synthetic_and_coloured": "Sintetice", | ||||
|                     "hygiene_59": "Igiena Plus 59'", | ||||
|                     "hygiene_60": "Igien\u0103 60\u00b0", | ||||
|                     "hygiene_plus_59": "Igiena Plus 59'", | ||||
|                     "hygiene_plus_59_min": "Igiena Plus 59'", | ||||
|                     "hygiene_pro_49_min": "Igien\u0103 Pro 49 min", | ||||
|                     "hygiene_pro_steam": "Hygiene Pro + Abur", | ||||
|                     "intensive_40": "Intensiv 40\u00b0C", | ||||
|                     "intensive_40_steam": "Intensiv 40\u00b0C + Abur", | ||||
|                     "iot_active_steam": "Abur", | ||||
|                     "iot_active_wash_steam": "Sp\u0103lare activ\u0103", | ||||
|                     "iot_allergy_care_pro": "\u00cengrijire alergie pro", | ||||
|                     "iot_all_in_one_59_steam": "Sp\u0103lare activ\u0103 + abur", | ||||
|                     "iot_checkup": "Verificare", | ||||
|                     "iot_colour_59_steam": "Colorate 59' + Abur", | ||||
|                     "iot_cottons_steam": "Bumbac + Abur", | ||||
|                     "iot_delicate_silk_steam": "M\u0103tase delicat\u0103 + abur", | ||||
|                     "iot_delicati_59_steam": "Delicate 59'", | ||||
|                     "iot_dry_air_refresh": "Re\u00eemprosp\u0103tarea aerului", | ||||
|                     "iot_dry_anti_mites": "Anti-acarieni", | ||||
|                     "iot_dry_baby": "Bebelu\u0219", | ||||
|                     "iot_dry_backpacks": "Rucsaci", | ||||
|                     "iot_dry_bathrobe": "Halate de baie \u0219i materiale poroase", | ||||
|                     "iot_dry_bed_linen": "Lenjerie de pat", | ||||
|                     "iot_dry_cotton_dry": "Uscarea bumbacului", | ||||
|                     "iot_dry_cuddly_toys": "Animale de plu\u0219 umplute", | ||||
|                     "iot_dry_curtains": "Perdele", | ||||
|                     "iot_dry_dehumidifier": "Dispozitiv pentru \u00eendep\u0103rtarea umidit\u0103\u021bii", | ||||
|                     "iot_dry_delicates_antiallergy": "Delicate - antialergic", | ||||
|                     "iot_dry_delicate_tablecloths": "Fe\u021be de mas\u0103 delicate", | ||||
|                     "iot_dry_denim_jeans": "Denim - Blugi", | ||||
|                     "iot_dry_easy_iron_cotton": "Anti\u0219ifonare - Bumbac", | ||||
|                     "iot_dry_easy_iron_synthetics": "Anti\u0219ifonare - Sintetice", | ||||
|                     "iot_dry_gym_fit": "Fitness - haine de fitness", | ||||
|                     "iot_dry_lingerie": "Lenjerie intim\u0103", | ||||
|                     "iot_dry_mixed_dry": "Uscarea fibrelor mixte", | ||||
|                     "iot_dry_rapid_60_min_delicates": "Rapid 60'- Delicate", | ||||
|                     "iot_dry_shirts": "C\u0103m\u0103\u0219i", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Costume de baie", | ||||
|                     "iot_dry_synthetics": "Uscare material sintetic", | ||||
|                     "iot_dry_synthetic_dry": "Uscare material sintetic", | ||||
|                     "iot_dry_tablecloths": "Fe\u021be de mas\u0103", | ||||
|                     "iot_dry_technical_fabrics": "Materiale tehnice", | ||||
|                     "iot_dry_warm_embrace": "Uscarea \u00een tambur", | ||||
|                     "iot_dry_wool_dry": "Uscarea l\u00e2nii", | ||||
|                     "iot_easy_iron": "C\u0103lcare u\u0219oar\u0103", | ||||
|                     "iot_fresh_care_steam": "\u00cengrijire proasp\u0103t\u0103 + abur", | ||||
|                     "iot_hygiene_pro_steam": "Hygiene Pro + Abur", | ||||
|                     "iot_intensive_40_steam": "Intensiv 40\u00b0C + Abur", | ||||
|                     "iot_mixed_steam": "Mixte + Abur", | ||||
|                     "iot_mix_and_colour_59_steam": "Mixte \u0219i colorate 59' + abur", | ||||
|                     "iot_perfect_cotton_59_steam": "Bumbac Perfect 59'", | ||||
|                     "iot_rapid_a_class_60_steam": "Rapid Clasa A 60 + Abur", | ||||
|                     "iot_resistant_cotton_steam": "Bumbac + Abur", | ||||
|                     "iot_shirts_steam": "C\u0103m\u0103\u0219i + Abur", | ||||
|                     "iot_single_item_steam": "Un singur articol + abur", | ||||
|                     "iot_smart_wash": "Sp\u0103lare inteligent\u0103", | ||||
|                     "iot_soft_care_steam": "Soft Care + Steam", | ||||
|                     "iot_special_39_full_load_steam": "Special 39' + abur", | ||||
|                     "iot_steam_hygiene_plus": "Hygiene Plus Steam ", | ||||
|                     "iot_synthetic_and_coloured_steam": "Sintetice \u0219i colorate + abur", | ||||
|                     "iot_wash_and_dry": "Sp\u0103lare \u0219i uscare", | ||||
|                     "iot_wash_anti_mites": "Anti-acarieni", | ||||
|                     "iot_wash_anti_odor": "Anti-miros", | ||||
|                     "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|                     "iot_wash_ariel_cold_cycle": "Ariel Cold Clean", | ||||
|                     "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", | ||||
|                     "iot_wash_baby_sanitizer": "Igienizare", | ||||
|                     "iot_wash_baby_sanitizer_steam": "Igien\u0103 bebelu\u0219 + Abur", | ||||
|                     "iot_wash_backpacks": "Rucsaci", | ||||
|                     "iot_wash_backpacks_zelig": "Rucsaci", | ||||
|                     "iot_wash_bathrobe": "Halate de baie \u0219i prosoape", | ||||
|                     "iot_wash_bathrobe_steam": "Halat de baie + Abur", | ||||
|                     "iot_wash_bed_linen": "Lenjerie de pat", | ||||
|                     "iot_wash_bed_linen_steam": "Lenjerie de pat + Abur", | ||||
|                     "iot_wash_bed_linen_zelig": "Lenjerie de pat", | ||||
|                     "iot_wash_big_single_load": "\u00cenc\u0103rcare unic\u0103 mare", | ||||
|                     "iot_wash_bleaching": "\u00cen\u0103lbire", | ||||
|                     "iot_wash_blood_stains": "Pete de s\u00e2nge", | ||||
|                     "iot_wash_cashmere": "Ca\u0219mir", | ||||
|                     "iot_wash_chocolate_stains": "Pete de ciocolat\u0103", | ||||
|                     "iot_wash_cold_wash": "Sp\u0103lare rece", | ||||
|                     "iot_wash_colored": "Colorate", | ||||
|                     "iot_wash_colored_anti_stain": "Eliminarea petelor de pe materiale colorate", | ||||
|                     "iot_wash_colored_delicate": "Colorate delicate", | ||||
|                     "iot_wash_coloured": "Culori", | ||||
|                     "iot_wash_coloured_bed_linen": "Lenjerie de pat colorat\u0103", | ||||
|                     "iot_wash_coloured_bed_linen_steam": "Lenjerie de pat colorat\u0103 + Abur", | ||||
|                     "iot_wash_coloured_curtains": "Perdele colorate", | ||||
|                     "iot_wash_coloured_shirts": "C\u0103m\u0103\u0219i colorate", | ||||
|                     "iot_wash_coloured_shirts_steam": "C\u0103m\u0103\u0219i colorate + Abur", | ||||
|                     "iot_wash_coloured_steam": "Culori + Abur", | ||||
|                     "iot_wash_coloured_tableclothes": "Fe\u021be de masa colorate", | ||||
|                     "iot_wash_coloured_tableclothes_steam": "Fe\u021be de mas\u0103 colorate + abur", | ||||
|                     "iot_wash_cotton": "Bumbac", | ||||
|                     "iot_wash_cotton_steam": "Bumbac + Abur", | ||||
|                     "iot_wash_cuddly_toys": "Animale de plu\u0219 umplute", | ||||
|                     "iot_wash_curtains": "Perdele", | ||||
|                     "iot_wash_curtains_steam": "Perdele+Abur", | ||||
|                     "iot_wash_curtains_zelig": "Perdele", | ||||
|                     "iot_wash_dark": "Haine cu culori \u00eenchise", | ||||
|                     "iot_wash_darks_and_coloured_44": "\u00cenchise la culoare \u0219i colorate 44\u2019", | ||||
|                     "iot_wash_darks_and_coloured_59": "\u00cenchise la culoare \u0219i colorate 59\u2019", | ||||
|                     "iot_wash_darks_and_coloured_xl": "\u00cenchise la culoare \u0219i colorate XL", | ||||
|                     "iot_wash_dark_steam": "Haine cu culori \u00eenchise + Abur", | ||||
|                     "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|                     "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|                     "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|                     "iot_wash_delicate": "Delicate", | ||||
|                     "iot_wash_delicate_antiallergy": "Antialergic pentru haine delicate", | ||||
|                     "iot_wash_delicate_antiallergy_steam": "Anti-alergenic pentru \u021bes\u0103turi delicate  + Abur", | ||||
|                     "iot_wash_delicate_antiallergy_zelig": "Antialergic pentru haine delicate", | ||||
|                     "iot_wash_delicate_colors": "Colorate delicate", | ||||
|                     "iot_wash_delicate_colors_steam": "Culori + Abur", | ||||
|                     "iot_wash_delicate_dark": "Culori \u00eenchise delicate", | ||||
|                     "iot_wash_delicate_steam": "Delicate + Abur", | ||||
|                     "iot_wash_delicate_tablecloths": "Fe\u021be de mas\u0103 delicate", | ||||
|                     "iot_wash_delicate_tablecloths_steam": "Fe\u021be de mas\u0103 delicate + Abur", | ||||
|                     "iot_wash_delicate_whites": "Albe delicate", | ||||
|                     "iot_wash_denim_jeans": "Denim - Blugi", | ||||
|                     "iot_wash_diving_suits": "Costume de baie", | ||||
|                     "iot_wash_diving_suits_zelig": "Costume de baie", | ||||
|                     "iot_wash_down_jackets": "Geci", | ||||
|                     "iot_wash_down_jackets_zelig": "Geci", | ||||
|                     "iot_wash_duvet": "P\u0103tur\u0103", | ||||
|                     "iot_wash_fruit_stains": "Pete de fructe", | ||||
|                     "iot_wash_gym_fit": "Fitness - haine de fitness", | ||||
|                     "iot_wash_handwash": "Sp\u0103lare manual\u0103", | ||||
|                     "iot_wash_handwash_colored": "Sp\u0103lare manual\u0103 colorate", | ||||
|                     "iot_wash_handwash_dark": "Sp\u0103lare manual\u0103 \u00eenchise la culoare", | ||||
|                     "iot_wash_lingerie": "Lenjerie intim\u0103", | ||||
|                     "iot_wash_masks_refresh": "Re\u00eemprosp\u0103tarea m\u0103\u0219tilor", | ||||
|                     "iot_wash_masks_sanification": "Igienizarea m\u0103\u0219tilor", | ||||
|                     "iot_wash_masks_sanification_steam": "Igienizarea m\u0103\u0219tilor + Abur", | ||||
|                     "iot_wash_mats": "Covoare", | ||||
|                     "iot_wash_men_s_trousers": "Pantaloni", | ||||
|                     "iot_wash_mixed": "Mixte", | ||||
|                     "iot_wash_mixed_steam": "Mixte + Abur", | ||||
|                     "iot_wash_mix_and_coloured_44": "Mixte \u0219i colorate 44\u2019", | ||||
|                     "iot_wash_mix_and_coloured_59": "Mixte \u0219i colorate 59\u2019", | ||||
|                     "iot_wash_mix_and_coloured_xl": "Mixte \u0219i colorate XL", | ||||
|                     "iot_wash_new_clothes": "Haine noi", | ||||
|                     "iot_wash_perfect_white": "Albul perfect", | ||||
|                     "iot_wash_perfect_white_steam": "Albul perfect + Abur", | ||||
|                     "iot_wash_pets": "Accesorii pentru animale de cas\u0103", | ||||
|                     "iot_wash_pets_hair_removal": "Elimin\u0103 p\u0103rul animalelor de companie", | ||||
|                     "iot_wash_pets_odours_stains_removal": "\u00cendep\u0103rtarea mirosurilor animalelor de companie \u0219i a petelor", | ||||
|                     "iot_wash_pets_steam": "Accesorii pentru animale de cas\u0103", | ||||
|                     "iot_wash_playsuits": "Costume de joac\u0103", | ||||
|                     "iot_wash_playsuits_steam": "Costume de joac\u0103 + Abur", | ||||
|                     "iot_wash_quick_drum_cleaner": "Agent de cur\u0103\u021bare rapid\u0103 a tamburului", | ||||
|                     "iot_wash_rapid_14": "Rapid 14\u2019", | ||||
|                     "iot_wash_rapid_30": "Rapid 30\u2019", | ||||
|                     "iot_wash_rapid_44": "Rapid 44'", | ||||
|                     "iot_wash_rapid_59": "Rapid 59'", | ||||
|                     "iot_wash_rapid_59_steam": "Rapid 59' + Steam", | ||||
|                     "iot_wash_refresh_14_min": "Re\u00eemprosp\u0103tare 14'", | ||||
|                     "iot_wash_resistant_colored": "Colorate rezistente", | ||||
|                     "iot_wash_resistant_dark": "\u00cenchise la culoare rezistente", | ||||
|                     "iot_wash_resistant_whites": "Albe rezistente", | ||||
|                     "iot_wash_rinse": "Cl\u0103tire", | ||||
|                     "iot_wash_shirts": "C\u0103m\u0103\u0219i", | ||||
|                     "iot_wash_shirts_steam": "C\u0103m\u0103\u0219i + Abur", | ||||
|                     "iot_wash_silk": "M\u0103tase", | ||||
|                     "iot_wash_ski_suit": "Costume de schi", | ||||
|                     "iot_wash_ski_suit_zelig": "Costume de schi", | ||||
|                     "iot_wash_spin": "Stoarcere", | ||||
|                     "iot_wash_sport": "Sport", | ||||
|                     "iot_wash_sport_anti_odor": "\u00cembr\u0103c\u0103minte sportiv\u0103 anti-miros", | ||||
|                     "iot_wash_sport_anti_odor_zelig": "\u00cembr\u0103c\u0103minte sportiv\u0103 anti-miros", | ||||
|                     "iot_wash_stains_remover": "Eliminare de pete", | ||||
|                     "iot_wash_swimsuits_and_bikinis": "Costume de baie", | ||||
|                     "iot_wash_synthetic": "Sintetice", | ||||
|                     "iot_wash_synthetic_steam": "Sintetice + Abur", | ||||
|                     "iot_wash_tablecloths": "Fe\u021be de mas\u0103", | ||||
|                     "iot_wash_tablecloths_steam": "Fe\u021be de mas\u0103 + Abur", | ||||
|                     "iot_wash_technical_fabrics": "Materiale tehnice", | ||||
|                     "iot_wash_technical_fabrics_zelig": "Materiale tehnice", | ||||
|                     "iot_wash_technical_jackets": "Haine tehnice", | ||||
|                     "iot_wash_technical_jackets_zelig": "Haine tehnice", | ||||
|                     "iot_wash_trainers": "\u00cenc\u0103l\u021b\u0103minte sport", | ||||
|                     "iot_wash_whites": "Albe", | ||||
|                     "iot_wash_whites_44": "Albe 44\u2019", | ||||
|                     "iot_wash_whites_59": "Albe 59\u2019", | ||||
|                     "iot_wash_whites_xl": "Albe XL", | ||||
|                     "iot_wash_wine_stains": "Pete de vin", | ||||
|                     "iot_wash_wool": "L\u00e2n\u0103", | ||||
|                     "jeans": "Blugi", | ||||
|                     "jeans_60": "Jeans", | ||||
|                     "low_dry": "Uscarea fibrelor mixte", | ||||
|                     "mixed": "Mixte", | ||||
|                     "mixed_and_colored_59": "Mixte \u0219i colorate 59\u2019", | ||||
|                     "mixed_steam": "Mixte + Abur", | ||||
|                     "mix_and_colour_59": "Mixte + Colorate 59'", | ||||
|                     "mix_and_colour_59_steam": "Mixte \u0219i colorate 59' + abur", | ||||
|                     "night_and_day": "Zi \u0219i noapte", | ||||
|                     "night_wash": "Ciclu peste noapte", | ||||
|                     "perfect_59": "Perfect 59'", | ||||
|                     "perfect_cotton_59": "Bumbac Perfect 59'", | ||||
|                     "perfect_cotton_59_steam": "Bumbac Perfect 59'", | ||||
|                     "perfect_whites_59": "Albul perfect 59'", | ||||
|                     "rapid_14_min": "Rapid 14'", | ||||
|                     "rapid_30_min": "Rapid 30'", | ||||
|                     "rapid_44_min": "Rapid 44'", | ||||
|                     "rapid_a_class_60": "Rapid Clasa A 60", | ||||
|                     "rapid_a_class_60_steam": "Rapid Clasa A 60 + Abur", | ||||
|                     "rapid_wash_and_dry_59_min": "Sp\u0103lare \u0219i uscare 59'.", | ||||
|                     "resistant_cotton": "Bumbac", | ||||
|                     "resistant_cotton_steam": "Bumbac + Abur", | ||||
|                     "rinse": "Cl\u0103tire", | ||||
|                     "shirts_steam": "C\u0103m\u0103\u0219i + Abur", | ||||
|                     "silent_night": "Ciclu peste noapte", | ||||
|                     "single_item": "Un singur articol", | ||||
|                     "single_item_steam": "Un singur articol + abur", | ||||
|                     "smart_wash": "Sp\u0103lare inteligent\u0103", | ||||
|                     "soft_care": "\u00cengrijire bl\u00e2nd\u0103", | ||||
|                     "soft_care_steam": "Soft Care + Steam", | ||||
|                     "soft_care_steam_title": "Soft Care + Steam", | ||||
|                     "special_39": "Special 39'", | ||||
|                     "special_39_full_load": "Special 39'", | ||||
|                     "special_39_full_load_steam": "Special 39' + abur", | ||||
|                     "special_49": "Special 49'", | ||||
|                     "sport_39": "Sport 39'", | ||||
|                     "sport_plus_29": "Sport Plus 29\"", | ||||
|                     "sport_plus_39": "Sport Plus 39'", | ||||
|                     "steam_39": "Abur 39'", | ||||
|                     "steam_care_pro": "Steam Care Pro", | ||||
|                     "steam_care_pro_cotton": "Steam Care Pro - bumbac", | ||||
|                     "steam_care_pro_delicates": "Steam Care Pro - delicate", | ||||
|                     "steam_care_pro_synthetic": "Steam Care Pro - sintetice", | ||||
|                     "steam_hygiene_plus": "Hygiene Plus Steam ", | ||||
|                     "synthetics": "Sintetice", | ||||
|                     "synthetic_and_coloured": "Sintetice \u0219i colorate", | ||||
|                     "synthetic_and_coloured_steam": "Sintetice \u0219i colorate + abur", | ||||
|                     "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|                     "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|                     "total_care": "\u00cengrijire total\u0103", | ||||
|                     "tumbling": "Tambur", | ||||
|                     "wool": "L\u00e2n\u0103", | ||||
|                     "wool_and_delicates_49": "L\u00e2n\u0103/Delicate 49'", | ||||
|                     "wool_dry": "Uscarea l\u00e2nii", | ||||
|                     "wool_soft_care": "L\u00e2n\u0103 & \u00cengrijire Bl\u00e2nd\u0103" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "F\u0103r\u0103 uscare", | ||||
|                     "1": "C\u0103lcare", | ||||
|                     "2": "\u0218ifonier preg\u0103tit", | ||||
|                     "3": "\u0218ifonier preg\u0103tit", | ||||
|                     "4": "Uscare suplimentar\u0103", | ||||
|                     "12": "C\u0103lcare", | ||||
|                     "13": "\u0218ifonier preg\u0103tit", | ||||
|                     "14": "Gata de purtat", | ||||
|                     "15": "Uscare suplimentar\u0103" | ||||
|                 }, | ||||
|                 "name": "Nivel de uscare" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Stoarcere" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatur\u0103" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Timp de uscare" | ||||
|             } | ||||
|         }, | ||||
|         "switch": { | ||||
|             "anti_crease": { | ||||
|                 "name": "Anti\u0219ifonare" | ||||
|             }, | ||||
|             "add_dish": { | ||||
|                 "name": "" | ||||
|             }, | ||||
|             "eco_express": { | ||||
|                 "name": "Eco" | ||||
|             }, | ||||
|             "extra_dry": { | ||||
|                 "name": "Uscare suplimentar\u0103" | ||||
|             }, | ||||
|             "half_load": { | ||||
|                 "name": "\u00cenc\u0103rcare pe jum\u0103tate" | ||||
|             }, | ||||
|             "open_door": { | ||||
|                 "name": "Deschide u\u0219a" | ||||
|             }, | ||||
|             "three_in_one": { | ||||
|                 "name": "3 \u00een 1" | ||||
|             }, | ||||
|             "preheat": { | ||||
|                 "name": "Pre\u00eenc\u0103lzire" | ||||
|             }, | ||||
|             "dish_washer": { | ||||
|                 "name": "Ma\u0219in\u0103 de sp\u0103lat vase" | ||||
|             }, | ||||
|             "tumble_dryer": { | ||||
|                 "name": "Usc\u0103tor de rufe" | ||||
|             }, | ||||
|             "washing_machine": { | ||||
|                 "name": "Ma\u0219in\u0103 de sp\u0103lat" | ||||
|             }, | ||||
|             "washer_dryer": { | ||||
|                 "name": "Ma\u0219in\u0103 de sp\u0103lat cu usc\u0103tor \u00eencorporat" | ||||
|             }, | ||||
|             "oven": { | ||||
|                 "name": "Cuptor" | ||||
|             }, | ||||
|             "prewash": { | ||||
|                 "name": "Presp\u0103lare" | ||||
|             }, | ||||
|             "pause": { | ||||
|                 "name": "Pauz\u0103" | ||||
|             }, | ||||
|             "keep_fresh": { | ||||
|                 "name": "Keep Fresh" | ||||
|             } | ||||
|         }, | ||||
|         "binary_sensor": { | ||||
|             "door_lock": { | ||||
|                 "name": "Blocaj u\u0219\u0103" | ||||
|             }, | ||||
|             "extra_rinse_1": { | ||||
|                 "name": "+1 cl\u0103tire" | ||||
|             }, | ||||
|             "extra_rinse_2": { | ||||
|                 "name": "+2 cl\u0103tiri" | ||||
|             }, | ||||
|             "extra_rinse_3": { | ||||
|                 "name": "+3 cl\u0103tiri" | ||||
|             }, | ||||
|             "good_night": { | ||||
|                 "name": "Noapte bun\u0103" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Anti\u0219ifonare" | ||||
|             }, | ||||
|             "aqua_plus": { | ||||
|                 "name": "Acquaplus" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Stoarcere" | ||||
|             }, | ||||
|             "programs_dw": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "still_hot": { | ||||
|                 "name": "\u00cenc\u0103 fierbinte" | ||||
|             }, | ||||
|             "pan_status": { | ||||
|                 "name": "Tigaie" | ||||
|             }, | ||||
|             "remote_control": { | ||||
|                 "name": "Control la distan\u021b\u0103" | ||||
|             }, | ||||
|             "rinse_aid": { | ||||
|                 "name": "Nivel de agent de cl\u0103tire" | ||||
|             }, | ||||
|             "salt_level": { | ||||
|                 "name": "Nivel de sare" | ||||
|             }, | ||||
|             "door_open": { | ||||
|                 "name": "U\u0219\u0103 deschis\u0103" | ||||
|             }, | ||||
|             "connection": { | ||||
|                 "name": "Conectarea aparatului" | ||||
|             } | ||||
|         }, | ||||
|         "number": { | ||||
|             "power_management": { | ||||
|                 "name": "Administrarea puterii" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatur\u0103" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Pornire \u00eent\u00e2rziat\u0103" | ||||
|             }, | ||||
|             "water_hard": { | ||||
|                 "name": "Duritate ap\u0103" | ||||
|             }, | ||||
|             "program_duration": { | ||||
|                 "name": "Durat\u0103 program" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Temperatur\u0103 vizat\u0103" | ||||
|             }, | ||||
|             "rinse_iterations": { | ||||
|                 "name": "Num\u0103rul de cl\u0103tiri" | ||||
|             }, | ||||
|             "wash_time": { | ||||
|                 "name": "Timp de sp\u0103lare" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Timp de uscare" | ||||
|             } | ||||
|         }, | ||||
|         "button": { | ||||
|             "induction_hob": { | ||||
|                 "name": "Plita cu induc\u021bie" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @ -1,953 +0,0 @@ | ||||
| { | ||||
|     "entity": { | ||||
|         "sensor": { | ||||
|             "washing_modes": { | ||||
|                 "state": { | ||||
|                     "0": "\u0413\u043e\u0442\u043e\u0432\u043e", | ||||
|                     "1": "\u0413\u043e\u0442\u043e\u0432\u043e", | ||||
|                     "3": "\u041f\u0430\u0443\u0437\u0430", | ||||
|                     "4": "\u0417\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043e", | ||||
|                     "5": "\u0417\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043e", | ||||
|                     "6": "\u041e\u0448\u0438\u0431\u043a\u0430", | ||||
|                     "7": "\u0413\u043e\u0442\u043e\u0432\u043e" | ||||
|                 } | ||||
|             }, | ||||
|             "program_phases_wm": { | ||||
|                 "state": { | ||||
|                     "0": "\u0413\u043e\u0442\u043e\u0432\u043e", | ||||
|                     "1": "\u0421\u0442\u0438\u0440\u043a\u0430", | ||||
|                     "2": "\u0421\u0442\u0438\u0440\u043a\u0430", | ||||
|                     "3": "\u041e\u0442\u0436\u0438\u043c", | ||||
|                     "4": "\u041f\u043e\u043b\u043e\u0441\u043a\u0430\u043d\u0438\u0435", | ||||
|                     "5": "\u041f\u043e\u043b\u043e\u0441\u043a\u0430\u043d\u0438\u0435", | ||||
|                     "6": "\u041f\u043e\u043b\u043e\u0441\u043a\u0430\u043d\u0438\u0435", | ||||
|                     "7": "\u0421\u0443\u0448\u043a\u0430", | ||||
|                     "9": "\u041f\u0430\u0440", | ||||
|                     "10": "\u0413\u043e\u0442\u043e\u0432\u043e", | ||||
|                     "11": "\u041e\u0442\u0436\u0438\u043c", | ||||
|                     "12": "\u0412\u0437\u0432\u0435\u0448\u0438\u0432\u0430\u043d\u0438\u0435 ", | ||||
|                     "13": "\u0412\u0437\u0432\u0435\u0448\u0438\u0432\u0430\u043d\u0438\u0435 ", | ||||
|                     "14": "\u0421\u0442\u0438\u0440\u043a\u0430", | ||||
|                     "15": "\u0421\u0442\u0438\u0440\u043a\u0430", | ||||
|                     "16": "\u0421\u0442\u0438\u0440\u043a\u0430", | ||||
|                     "17": "\u041f\u043e\u043b\u043e\u0441\u043a\u0430\u043d\u0438\u0435", | ||||
|                     "18": "\u041f\u043e\u043b\u043e\u0441\u043a\u0430\u043d\u0438\u0435", | ||||
|                     "19": "\u0417\u0430\u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043e", | ||||
|                     "20": "\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u0441\u0432\u0435\u0436\u0435\u0441\u0442\u0438", | ||||
|                     "24": "\u041e\u0441\u0432\u0435\u0436\u0438\u0442\u044c", | ||||
|                     "25": "\u0421\u0442\u0438\u0440\u043a\u0430", | ||||
|                     "26": "\u041d\u0430\u0433\u0440\u0435\u0432", | ||||
|                     "27": "\u0421\u0442\u0438\u0440\u043a\u0430" | ||||
|                 }, | ||||
|                 "name": "\u0424\u0430\u0437\u0430" | ||||
|             }, | ||||
|             "program_phases_td": { | ||||
|                 "state": { | ||||
|                     "0": "\u0413\u043e\u0442\u043e\u0432\u043e", | ||||
|                     "1": "\u0421\u0443\u0448\u043a\u0430", | ||||
|                     "2": "\u0421\u0443\u0448\u043a\u0430", | ||||
|                     "3": "\u041e\u0445\u043b\u0430\u0436\u0434\u0435\u043d\u0438\u0435", | ||||
|                     "13": "\u041e\u0445\u043b\u0430\u0436\u0434\u0435\u043d\u0438\u0435", | ||||
|                     "14": "\u0421\u0443\u0448\u043a\u0430", | ||||
|                     "15": "\u0421\u0443\u0448\u043a\u0430", | ||||
|                     "16": "\u041e\u0445\u043b\u0430\u0436\u0434\u0435\u043d\u0438\u0435", | ||||
|                     "18": "Keep Fresh (\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u0441\u0432\u0435\u0436\u0435\u0441\u0442\u0438)", | ||||
|                     "19": "\u0421\u0443\u0448\u043a\u0430", | ||||
|                     "20": "\u0421\u0443\u0448\u043a\u0430" | ||||
|                 }, | ||||
|                 "name": "\u0424\u0430\u0437\u0430" | ||||
|             }, | ||||
|             "program_phases_dw": { | ||||
|                 "state": { | ||||
|                     "0": "\u0413\u043e\u0442\u043e\u0432\u043e", | ||||
|                     "1": "\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u043c\u043e\u0439\u043a\u0430", | ||||
|                     "2": "\u0421\u0442\u0438\u0440\u043a\u0430", | ||||
|                     "3": "\u041f\u043e\u043b\u043e\u0441\u043a\u0430\u043d\u0438\u0435", | ||||
|                     "4": "\u0421\u0443\u0448\u043a\u0430", | ||||
|                     "5": "\u0413\u043e\u0442\u043e\u0432\u043e", | ||||
|                     "6": "Hot rinse" | ||||
|                 }, | ||||
|                 "name": "\u0424\u0430\u0437\u0430" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "\u0411\u0435\u0437 \u0441\u0443\u0448\u043a\u0438", | ||||
|                     "1": "\u041f\u043e\u0434 \u0443\u0442\u044e\u0433", | ||||
|                     "2": "\u0412 \u0448\u043a\u0430\u0444", | ||||
|                     "3": "\u0413\u043e\u0442\u043e\u0432\u043e \u0432 \u0448\u043a\u0430\u0444", | ||||
|                     "4": "\u042d\u043a\u0441\u0442\u0440\u0430 \u0441\u0443\u0448\u043a\u0430", | ||||
|                     "12": "\u041f\u043e\u0434 \u0443\u0442\u044e\u0433", | ||||
|                     "13": "\u0413\u043e\u0442\u043e\u0432\u043e \u0432 \u0448\u043a\u0430\u0444", | ||||
|                     "14": "\u0413\u043e\u0442\u043e\u0432\u043e \u0434\u043b\u044f \u043d\u0430\u0434\u0435\u0432\u0430\u043d\u0438\u044f", | ||||
|                     "15": "\u042d\u043a\u0441\u0442\u0440\u0430 \u0441\u0443\u0448\u043a\u0430" | ||||
|                 }, | ||||
|                 "name": "\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u0441\u0443\u0445\u043e\u0441\u0442\u0438" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "\u041f\u0440\u043e\u0442\u0438\u0432\u043e\u0441\u043c\u0438\u043d\u0430\u043d\u0438\u0435" | ||||
|             }, | ||||
|             "power": { | ||||
|                 "name": "\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043c\u043e\u0449\u043d\u043e\u0441\u0442\u0438" | ||||
|             }, | ||||
|             "remaining_time": { | ||||
|                 "name": "\u041e\u0441\u0442\u0430\u0432\u0448\u0435\u0435\u0441\u044f \u0432\u0440\u0435\u043c\u044f" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "\u0422\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430" | ||||
|             }, | ||||
|             "water_efficiency": { | ||||
|                 "name": "\u042d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u0440\u0430\u0441\u0445\u043e\u0434\u0430 \u0432\u043e\u0434\u044b" | ||||
|             }, | ||||
|             "water_saving": { | ||||
|                 "name": "\u042d\u043a\u043e\u043d\u043e\u043c\u0438\u044f \u0432\u043e\u0434\u044b" | ||||
|             }, | ||||
|             "duration": { | ||||
|                 "name": "\u0414\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "\u0417\u0430\u0434\u0430\u043d\u043d\u0430\u044f \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "\u041e\u0442\u0436\u0438\u043c" | ||||
|             }, | ||||
|             "steam_leve": { | ||||
|                 "name": "\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043f\u0430\u0440\u0430" | ||||
|             }, | ||||
|             "dirt_level": { | ||||
|                 "name": "\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u0437\u0430\u0433\u0440\u044f\u0437\u043d\u0435\u043d\u0438\u044f" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "\u041e\u0442\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0439 \u043f\u0443\u0441\u043a" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u0412\u0440\u0435\u043c\u044f \u0441\u0443\u0448\u043a\u0438" | ||||
|             }, | ||||
|             "suggested_load": { | ||||
|                 "name": "\u0414\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0430\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430" | ||||
|             }, | ||||
|             "energy_label": { | ||||
|                 "name": "\u042d\u043d\u0435\u0440\u0433\u043e\u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c" | ||||
|             }, | ||||
|             "det_dust": { | ||||
|                 "name": "\u0421\u0442\u0438\u0440\u0430\u043b\u044c\u043d\u044b\u0439 \u043f\u043e\u0440\u043e\u0448\u043e\u043a" | ||||
|             }, | ||||
|             "det_liquid": { | ||||
|                 "name": "\u0416\u0438\u0434\u043a\u043e\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043e" | ||||
|             } | ||||
|         }, | ||||
|         "select": { | ||||
|             "programs_dw": { | ||||
|                 "state": { | ||||
|                     "59_min": "\u0411\u044bc\u0442\u0440\u0430\u044f \u041c\u043e\u0439k\u0430 59'", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "auto_care_soil": "Auto Care", | ||||
|                     "auto_plus": "AutoPlus", | ||||
|                     "auto_sensor": "Auto Sensor", | ||||
|                     "auto_sensor_soil": "Auto Sensor", | ||||
|                     "auto_universal": "\u0430\u0432\u0442\u043e \u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u0430\u044f 50 - 60\u00b0C", | ||||
|                     "auto_universal_plus": "\u0430\u0432\u0442\u043e \u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u043b\u044e\u0441 65 - 75\u00b0C", | ||||
|                     "auto_universal_plus_soil": "\u0430\u0432\u0442\u043e \u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u043b\u044e\u0441 65 - 75\u00b0C", | ||||
|                     "auto_universal_soil": "\u0430\u0432\u0442\u043e \u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u0430\u044f 50 - 60\u00b0C", | ||||
|                     "auto_wash": "Auto Wash", | ||||
|                     "auto_wash_soil": "Auto Wash", | ||||
|                     "classe_a_59": "\u0430 \u043a\u043b\u0430\u0441\u0441 \u0437\u0430 1 \u0447\u0430\u0441 65\u00b0C", | ||||
|                     "delicate": "\u0434\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u0430\u044f 45\u00b0C", | ||||
|                     "dishwasher_care": "\u0426\u0438\u043a\u043b \u043e\u0447\u0438\u0441\u0442\u043a\u0438 \u043e\u0442 \u043d\u0430\u043a\u0438\u043f\u0438", | ||||
|                     "eco": "\u042d\u043a\u043e", | ||||
|                     "eco_asynch": "\u044d\u043a\u043e 45\u00b0C", | ||||
|                     "eco_bldc": "\u044d\u043a\u043e 45\u00b0C", | ||||
|                     "eco_synch": "\u044d\u043a\u043e 45\u00b0C", | ||||
|                     "gentle_wash": "Gentle wash", | ||||
|                     "glass": "\u0421\u0442\u0435\u043a\u043b\u043e", | ||||
|                     "glassware": "\u0441\u0442\u0435\u043a\u043b\u043e 45\u00b0C", | ||||
|                     "glass_care": "Glass Care", | ||||
|                     "hygiene": "\u0413\u0438\u0433\u0438\u0435\u043d\u0430", | ||||
|                     "hygiene_plus": "\u0433\u0438\u0433\u0438\u0435\u043d\u0430+ 75\u00b0C", | ||||
|                     "intensive": "\u0418\u043d\u0442\u0435\u043d\u0441\u0438\u0432\u043d\u0430\u044f 40", | ||||
|                     "intensive_rapid": "\u0438\u043d\u0442\u0435\u043dc\u0438\u0432\u043d\u0430\u044f \u0431\u044bc\u0442\u0440\u0430\u044f", | ||||
|                     "iot_auto_sensor": "Auto Sensor", | ||||
|                     "iot_auto_universal_soil": "\u0430\u0432\u0442\u043e \u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u0430\u044f 50 - 60\u00b0C", | ||||
|                     "iot_auto_wash_soil": "Auto Wash", | ||||
|                     "iot_baby_care": "\u0414\u0435\u0442\u0441\u043a\u0430\u044f \u043e\u0434\u0435\u0436\u0434\u0430", | ||||
|                     "iot_breakfast": "\u0417\u0430\u0432\u0442\u0440\u0430\u043a", | ||||
|                     "iot_checkup": "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430", | ||||
|                     "iot_china_crystals": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0438\u0439 \u0445\u0440\u0443\u0441\u0442\u0430\u043b\u044c", | ||||
|                     "iot_classe_a_59": "\u0411\u044bc\u0442\u0440\u0430\u044f \u041c\u043e\u0439k\u0430 59'", | ||||
|                     "iot_cocktail_glasses": "\u0411\u043e\u043a\u0430\u043b\u044b \u0434\u043b\u044f \u043a\u043e\u043a\u0442\u0435\u0439\u043b\u0435\u0439", | ||||
|                     "iot_cocktail_glasses_soil": "\u0411\u043e\u043a\u0430\u043b\u044b \u0434\u043b\u044f \u043a\u043e\u043a\u0442\u0435\u0439\u043b\u0435\u0439", | ||||
|                     "iot_daily_care": "\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u044b\u0439 \u0443\u0445\u043e\u0434", | ||||
|                     "iot_daily_care_soil": "\u0415\u0436\u0435\u0434\u043d\u0435\u0432\u043d\u044b\u0439 \u0443\u0445\u043e\u0434", | ||||
|                     "iot_delicate": "\u0434\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u0430\u044f 45\u00b0C", | ||||
|                     "iot_dinner_for_two": "\u0423\u0436\u0438\u043d \u0434\u043b\u044f \u0434\u0432\u043e\u0438\u0445", | ||||
|                     "iot_dinner_for_two_soil": "\u0423\u0436\u0438\u043d \u0434\u043b\u044f \u0434\u0432\u043e\u0438\u0445", | ||||
|                     "iot_dreft_quick_cycle": "Dreft Quick", | ||||
|                     "iot_eco_asynch": "\u044d\u043a\u043e 45\u00b0C", | ||||
|                     "iot_eco_bldc": "\u044d\u043a\u043e 45\u00b0C", | ||||
|                     "iot_eco_synch": "\u044d\u043a\u043e 45\u00b0C", | ||||
|                     "iot_extra_hygiene": "\u0426\u0438\u043a\u043b \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043f\u0430\u0440\u043e\u043c", | ||||
|                     "iot_fairy_quick_cycle": "Fairy Quick", | ||||
|                     "iot_happy_hour": "\u0421\u0447\u0430\u0441\u0442\u043b\u0438\u0432\u044b\u0439 \u0447\u0430\u0441", | ||||
|                     "iot_jar_quick_cycle": "Jar Quick", | ||||
|                     "iot_party": "\u0412\u0435\u0447\u0435\u0440\u0438\u043d\u043a\u0430", | ||||
|                     "iot_party_soil": "\u0412\u0435\u0447\u0435\u0440\u0438\u043d\u043a\u0430", | ||||
|                     "iot_pizza_menu": "\u041c\u0435\u043d\u044e \u043f\u0438\u0446\u0446\u0430", | ||||
|                     "iot_pizza_menu_soil": "\u041c\u0435\u043d\u044e \u043f\u0438\u0446\u0446\u0430", | ||||
|                     "iot_plastic_tupperware": "\u041f\u043b\u0430\u0441\u0442\u043c\u0430\u0441\u0441\u043e\u0432\u044b\u0435 \u043b\u043e\u0442\u043a\u0438 \u0438 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u044b", | ||||
|                     "iot_porcelain": "\u0424\u0430\u0440\u0444\u043e\u0440", | ||||
|                     "iot_power_mix_wash": "\u0418\u043d\u0442\u0435\u043d\u0441\u0438\u0432\u043d\u043e\u0435 \u043c\u044b\u0442\u044c\u0435 \u0441\u043c\u0435\u0448\u0430\u043d\u043d\u043e\u0439 \u043f\u043e\u0441\u0443\u0434\u044b", | ||||
|                     "iot_power_mix_wash_soil": "\u0418\u043d\u0442\u0435\u043d\u0441\u0438\u0432\u043d\u043e\u0435 \u043c\u044b\u0442\u044c\u0435 \u0441\u043c\u0435\u0448\u0430\u043d\u043d\u043e\u0439 \u043f\u043e\u0441\u0443\u0434\u044b", | ||||
|                     "iot_prewash": "\u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u043c\u043e\u0439\u043a\u0430", | ||||
|                     "iot_pyrex_and_glassware": "\u0416\u0430\u0440\u043e\u0441\u0442\u043e\u0439\u043a\u0430\u044f \u0438 \u0441\u0442\u0435\u043a\u043b\u044f\u043d\u043d\u0430\u044f \u043f\u043e\u0441\u0443\u0434\u0430", | ||||
|                     "iot_rapid_29": "\u0431\u044b\u0441\u0442\u0440\u0430\u044f 29'", | ||||
|                     "iot_rapid_39": "\u0431\u044b\u0441\u0442\u0440\u0430\u044f 39' 60\u00b0C", | ||||
|                     "iot_single": "\u041e\u0434\u0438\u043d\u043e\u043a\u0438\u0435", | ||||
|                     "iot_steam": "\u043f\u0430\u0440 75\u00b0C", | ||||
|                     "iot_super_flash": "Super Flash", | ||||
|                     "iot_super_wash": "\u0421\u0443\u043f\u0435\u0440\u043c\u043e\u0439\u043a\u0430", | ||||
|                     "iot_turbopower": "TurboPower", | ||||
|                     "iot_universal": "\u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u0430\u044f 60\u00b0C", | ||||
|                     "iot_wok_grids_maxi_pans": "\u0411\u043e\u043b\u044c\u0448\u0438\u0435 \u0441\u043a\u043e\u0432\u043e\u0440\u043e\u0434\u043a\u0438 \u0438 \u0440\u0435\u0448\u0435\u0442\u043a\u0438", | ||||
|                     "iot_wok_grids_maxi_pans_soil": "\u0411\u043e\u043b\u044c\u0448\u0438\u0435 \u0441\u043a\u043e\u0432\u043e\u0440\u043e\u0434\u043a\u0438 \u0438 \u0440\u0435\u0448\u0435\u0442\u043a\u0438", | ||||
|                     "iot_yes_quick_cycle": "Yes Quick", | ||||
|                     "night": "\u0443\u043b\u044c\u0442\u0440\u0430 \u0442\u0438\u0445\u0430\u044f 55\u00b0\u0441", | ||||
|                     "prewash": "\u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u043c\u043e\u0439\u043a\u0430", | ||||
|                     "rapid_20": "\u0411\u044bc\u0442\u0440\u0430\u044f \u041c\u043e\u0439k\u0430 20'", | ||||
|                     "rapid_24": "\u0431\u044b\u0441\u0442\u0440\u0430\u044f 24'", | ||||
|                     "rapid_29": "\u0431\u044b\u0441\u0442\u0440\u0430\u044f 29' 50\u00b0C", | ||||
|                     "rapid_35": "Wash&Dry 35'", | ||||
|                     "rapid_39": "\u0431\u044b\u0441\u0442\u0440\u0430\u044f 39' 60\u00b0C", | ||||
|                     "rapid_49": "\u0411\u044bc\u0442\u0440\u0430\u044f \u041c\u043e\u0439k\u0430 49'", | ||||
|                     "rapid_59": "\u0411\u044bc\u0442\u0440\u0430\u044f \u041c\u043e\u0439k\u0430 59'", | ||||
|                     "sanitising": "\u0413\u0438\u0433\u0438\u0435\u043d\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0441\u0442\u0438\u0440\u043a\u0430", | ||||
|                     "silence": "Silence", | ||||
|                     "silent": "\u041d\u043e\u0447\u044c", | ||||
|                     "silent_care": "Silent Care", | ||||
|                     "smart_ai": "Smart AI", | ||||
|                     "special": "\u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435", | ||||
|                     "special_pw_prz": "\u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435", | ||||
|                     "steam": "\u043f\u0430\u0440 75\u00b0C", | ||||
|                     "steam_plus": "\u041f\u0430\u0440 \u043f\u043b\u044e\u0441 75\u00b0C", | ||||
|                     "total_care": "\u043e\u0431\u0449\u0438\u0439 \u0443\u0445\u043e\u0434 50\u00b0C", | ||||
|                     "ultra_silence": "\u0443\u043b\u044c\u0442\u0440\u0430 \u0442\u0438\u0445\u0430\u044f 55\u00b0\u0441", | ||||
|                     "ultra_silent": "\u0443\u043b\u044c\u0442\u0440\u0430 \u0442\u0438\u0445\u0430\u044f 55\u00b0\u0441", | ||||
|                     "universal": "\u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u0430\u044f 60\u00b0C", | ||||
|                     "universal_plus": "\u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0430\u043b\u044c\u043d\u0430\u044f \u043f\u043b\u044e\u0441 70\u00b0C", | ||||
|                     "zoom_39": "Zoom 39 min" | ||||
|                 }, | ||||
|                 "name": "\u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "state": { | ||||
|                     "iot_special_ash_brown": "\u041f\u043e\u0434\u0440\u0443\u043c\u044f\u043d\u0435\u043d\u043d\u044b\u0439", | ||||
|                     "iot_special_beef_fillet": "\u0424\u0438\u043b\u0435 \u0433\u043e\u0432\u044f\u0434\u0438\u043d\u044b", | ||||
|                     "iot_special_beef_veal_stew": "\u0422\u0443\u0448\u0435\u043d\u0430\u044f \u0433\u043e\u0432\u044f\u0434\u0438\u043d\u0430 \u0438 \u0442\u0435\u043b\u044f\u0442\u0438\u043d\u0430", | ||||
|                     "iot_special_boiled_rice": "\u0420\u0438\u0441 \u043e\u0442\u0432\u0430\u0440\u043d\u043e\u0439", | ||||
|                     "iot_special_chicken_breast": "\u041a\u0443\u0440\u0438\u043d\u0430\u044f \u0433\u0440\u0443\u0434\u043a\u0430", | ||||
|                     "iot_special_chicken_legs": "\u041a\u0443\u0440\u0438\u043d\u044b\u0435 \u043d\u043e\u0436\u043a\u0438", | ||||
|                     "iot_special_chocolate_pudding": "\u0428\u043e\u043a\u043e\u043b\u0430\u0434\u043d\u044b\u0439 \u043f\u0443\u0434\u0438\u043d\u0433", | ||||
|                     "iot_special_entrecote": "\u0410\u043d\u0442\u0440\u0435\u043a\u043e\u0442", | ||||
|                     "iot_special_fresh_tuna": "\u0421\u0432\u0435\u0436\u0438\u0439 \u0442\u0443\u043d\u0435\u0446", | ||||
|                     "iot_special_grilled_vegetables": "\u041e\u0432\u043e\u0449\u0438 \u043d\u0430 \u0433\u0440\u0438\u043b\u0435", | ||||
|                     "iot_special_lamb_cutlet": "\u041a\u0430\u0440\u0435 \u044f\u0433\u043d\u0435\u043d\u043a\u0430", | ||||
|                     "iot_special_meatballs": "\u041c\u0438\u0442\u0431\u043e\u043b\u044b", | ||||
|                     "iot_special_minestrone": "\u041c\u0438\u043d\u0435\u0441\u0442\u0440\u043e\u043d\u0435", | ||||
|                     "iot_special_mussels": "\u041c\u0438\u0434\u0438\u0438", | ||||
|                     "iot_special_omelette": "\u041e\u043c\u043b\u0435\u0442", | ||||
|                     "iot_special_pancakes": "\u041e\u043b\u0430\u0434\u044c\u0438", | ||||
|                     "iot_special_paris_style_peas": "\u0413\u043e\u0440\u043e\u0448\u0435\u043a \u043f\u043e-\u043f\u0430\u0440\u0438\u0436\u0441\u043a\u0438", | ||||
|                     "iot_special_poached_eggs": "\u042f\u0439\u0446\u0430-\u043f\u0430\u0448\u043e\u0442", | ||||
|                     "iot_special_pork_fillet": "\u0421\u0432\u0438\u043d\u043e\u0435 \u0444\u0438\u043b\u0435", | ||||
|                     "iot_special_pork_ribs": "\u0421\u0432\u0438\u043d\u044b\u0435 \u0440\u0435\u0431\u0440\u0430", | ||||
|                     "iot_special_prawns": "\u041a\u0440\u0435\u0432\u0435\u0442\u043a\u0438", | ||||
|                     "iot_special_quinoa": "\u041a\u0438\u043d\u043e\u0430", | ||||
|                     "iot_special_ratatouille": "\u0420\u0430\u0442\u0430\u0442\u0443\u0439", | ||||
|                     "iot_special_salmon_fillet": "\u0424\u0438\u043b\u0435 \u043b\u043e\u0441\u043e\u0441\u044f", | ||||
|                     "iot_special_saute_potatoes": "\u041a\u0430\u0440\u0442\u043e\u0444\u0435\u043b\u044c \u0436\u0430\u0440\u0435\u043d\u044b\u0439", | ||||
|                     "iot_special_scallops": "\u0413\u0440\u0435\u0431\u0435\u0448\u043a\u0438", | ||||
|                     "iot_special_scrambled_eggs": "\u042f\u0438\u0447\u043d\u0438\u0446\u0430-\u0431\u043e\u043b\u0442\u0443\u043d\u044c\u044f", | ||||
|                     "iot_special_spelt": "\u0421\u043f\u0435\u043b\u044c\u0442\u0430", | ||||
|                     "iot_special_veggy_noodles": "\u0412\u0435\u0433\u0435\u0442\u0430\u0440\u0438\u0430\u043d\u0441\u043a\u0430\u044f \u043b\u0430\u043f\u0448\u0430", | ||||
|                     "iot_special_white_fish_fillet": "\u0424\u0438\u043b\u0435 \u0431\u0435\u043b\u043e\u0439 \u0440\u044b\u0431\u044b", | ||||
|                     "iot_standard_boiling": "\u041a\u0438\u043f\u044f\u0447\u0435\u043d\u0438\u0435", | ||||
|                     "iot_standard_frying": "\u0416\u0430\u0440\u043a\u0430", | ||||
|                     "iot_standard_keep_warm": "\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u0431\u043b\u044e\u0434 \u0432 \u0442\u0435\u043f\u043b\u043e\u043c \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438", | ||||
|                     "iot_standard_melting": "\u041f\u043b\u0430\u0432\u043b\u0435\u043d\u0438\u0435", | ||||
|                     "iot_standard_simmering": "\u041f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e\u043c \u043e\u0433\u043d\u0435" | ||||
|                 }, | ||||
|                 "name": "\u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "state": { | ||||
|                     "bakery": "\u041f\u0430\u0441\u0442\u0430 \u0438 \u0432\u044b\u043f\u0435\u0447\u043a\u0430", | ||||
|                     "bakery_steam": "\u0425\u043b\u0435\u0431, \u0438\u0441\u043f\u0435\u0447\u0435\u043d\u043d\u044b\u0439 \u043d\u0430 \u043f\u0430\u0440\u0443", | ||||
|                     "bottom_heating": "\u041d\u0438\u0436\u043d\u0438\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442", | ||||
|                     "bottom_heating_fan": "\u041d\u0438\u0436\u043d\u0438\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 + \u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0442\u043e\u0440", | ||||
|                     "bread": "\u0425\u043b\u0435\u0431", | ||||
|                     "bread_steam": "\u0412\u044b\u043f\u0435\u0447\u043a\u0430, \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u043d\u0430\u044f \u043d\u0430 \u043f\u0430\u0440\u0443", | ||||
|                     "convection_fan": "\u0412\u0435\u0440\u0445\u043d\u0438\u0439 \u0438 \u043d\u0438\u0436\u043d\u0438\u0439 \u043d\u0430\u0433\u0440\u0435\u0432 \u0441 \u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0442\u043e\u0440\u043e\u043c", | ||||
|                     "convection_fan_turnspit": "\u041e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u0430\u044f \u0434\u0443\u0445\u043e\u0432\u043a\u0430 + \u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0442\u043e\u0440 + \u0432\u0435\u0440\u0442\u0435\u043b", | ||||
|                     "conventional": "\u0412\u0435\u0440\u0445\u043d\u0438\u0439 \u0438 \u043d\u0438\u0436\u043d\u0438\u0439 \u043d\u0430\u0433\u0440\u0435\u0432", | ||||
|                     "conventional_turnspit": "\u041e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u0430\u044f \u0434\u0443\u0445\u043e\u0432\u043a\u0430 + \u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0442\u043e\u0440", | ||||
|                     "defrost": "\u0420\u0430\u0437\u043c\u043e\u0440\u0430\u0436\u0438\u0432\u0430\u043d\u0438\u0435", | ||||
|                     "descaling": "\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u043a\u0438\u043f\u0438", | ||||
|                     "fish": "\u0420\u044b\u0431\u0430", | ||||
|                     "fish_steam": "\u0420\u044b\u0431\u0430, \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u043d\u0430\u044f \u043d\u0430 \u043f\u0430\u0440\u0443", | ||||
|                     "grill_cata": "\u0413\u0440\u0438\u043b\u044c", | ||||
|                     "grill_fan_cata": "\u0413\u0440\u0438\u043b\u044c \u0441 \u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0442\u043e\u0440\u043e\u043c", | ||||
|                     "grill_fan_pyro": "\u0413\u0440\u0438\u043b\u044c + \u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0442\u043e\u0440", | ||||
|                     "grill_pyro": "\u0413\u0440\u0438\u043b\u044c", | ||||
|                     "h20_clean": "H2O-Clean", | ||||
|                     "iot_bread": "\u0425\u043b\u0435\u0431", | ||||
|                     "iot_h20_clean": "h2O clean", | ||||
|                     "leavening": "\u0417\u0430\u043a\u0432\u0430\u0448\u0438\u0432\u0430\u043d\u0438\u0435", | ||||
|                     "low_temp_cooking": "\u041f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u043d\u0438\u0437\u043a\u043e\u0439 \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0435", | ||||
|                     "low_temp_cooking_fish": "\u041f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u043d\u0438\u0437\u043a\u043e\u0439 \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0435 - \u0420\u044b\u0431\u0430", | ||||
|                     "low_temp_cooking_fish_steam": "\u041f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u043d\u0438\u0437\u043a\u043e\u0439 \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0435 \u043d\u0430 \u043f\u0430\u0440\u0443 - \u0420\u044b\u0431\u0430", | ||||
|                     "low_temp_cooking_meat": "\u041f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u043d\u0438\u0437\u043a\u043e\u0439 \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0435 - \u041c\u044f\u0441\u043e", | ||||
|                     "low_temp_cooking_meat_steam": "\u041f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u043d\u0438\u0437\u043a\u043e\u0439 \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0435 \u043d\u0430 \u043f\u0430\u0440\u0443 - \u041c\u044f\u0441\u043e", | ||||
|                     "low_temp_cooking_steam": "\u041f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u043d\u0438\u0437\u043a\u043e\u0439 \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0435 \u043d\u0430 \u043f\u0430\u0440\u0443", | ||||
|                     "meat": "\u041c\u044f\u0441\u043e", | ||||
|                     "meat_steam": "\u041c\u044f\u0441\u043e, \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0435 \u043d\u0430 \u043f\u0430\u0440\u0443", | ||||
|                     "multi_level": "\u041c\u043d\u043e\u0433\u043e\u0443\u0440\u043e\u0432\u043d\u0435\u0432\u043e\u0435 \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u0435", | ||||
|                     "paella": "Paella", | ||||
|                     "pasta_and_bakery": "\u041f\u0430\u0441\u0442\u0430 \u0438 \u0432\u044b\u043f\u0435\u0447\u043a\u0430", | ||||
|                     "pizza": "Pizza", | ||||
|                     "pyrolysis": "\u041f\u0438\u0440\u043e\u043b\u0438\u0437", | ||||
|                     "pyrolysis_plus": "\u041f\u0438\u0440\u043e\u043b\u0438\u0437 +", | ||||
|                     "red_meat": "\u041a\u0440\u0430\u0441\u043d\u043e\u0435 \u043c\u044f\u0441\u043e", | ||||
|                     "red_meat_steam": "\u041a\u0440\u0430\u0441\u043d\u043e\u0435 \u043c\u044f\u0441\u043e, \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0435 \u043d\u0430 \u043f\u0430\u0440\u0443", | ||||
|                     "regenerate": "\u0420\u0435\u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0438\u044f", | ||||
|                     "soft_plus": "Soft+", | ||||
|                     "super_grill": "\u0421\u0443\u043f\u0435\u0440-\u0433\u0440\u0438\u043b\u044c", | ||||
|                     "tailor_bake": "Tailor bake", | ||||
|                     "tailor_bake_cata": "Tailor Bake", | ||||
|                     "tailor_bake_desctiption": "\u042d\u0442\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f \u0438\u0434\u0435\u0430\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u0445\u043e\u0434\u0438\u0442 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0438\u0437\u0434\u0435\u043b\u0438\u0435 \u0431\u044b\u043b\u043e \u043c\u044f\u0433\u043a\u0438\u043c \u0432\u043d\u0443\u0442\u0440\u0438 \u0438 \u0441 \u043a\u043e\u0440\u043e\u0447\u043a\u043e\u0439 \u0441\u043d\u0430\u0440\u0443\u0436\u0438.\r\r\r\r\r\n\u042d\u0442\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f \u0443\u043c\u0435\u043d\u044c\u0448\u0430\u0435\u0442 \u0442\u0440\u0435\u0431\u0443\u044e\u0449\u0435\u0435\u0441\u044f \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0436\u0438\u0440\u0430 \u0438 \u043c\u0430\u0441\u043b\u0430 \u0434\u043b\u044f \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0431\u043e\u043b\u0435\u0435 \u0437\u0434\u043e\u0440\u043e\u0432\u043e\u0439 \u043f\u0438\u0449\u0438.\r\r\r\r\r\n\u0421\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0435 \u043d\u0430\u0433\u0440\u0435\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 \u0441 \u043f\u0443\u043b\u044c\u0441\u0438\u0440\u0443\u044e\u0449\u0438\u043c \u0446\u0438\u043a\u043b\u043e\u043c\r\r\r\r\r\n\u0446\u0438\u0440\u043a\u0443\u043b\u044f\u0446\u0438\u0438 \u0432\u043e\u0437\u0434\u0443\u0445\u0430 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u0435\u0442 \u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u044b\u0435 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u0432\u044b\u043f\u0435\u043a\u0430\u043d\u0438\u044f.", | ||||
|                     "tailor_bake_pyro": "Tailor Bake", | ||||
|                     "vegetables": "\u041e\u0432\u043e\u0449\u0438", | ||||
|                     "vegetables_cata": "\u041e\u0432\u043e\u0449\u0438", | ||||
|                     "vegetables_pyro": "\u041e\u0432\u043e\u0449\u0438", | ||||
|                     "water_discharge": "\u0412\u043e\u0434\u043e\u043e\u0442\u0432\u043e\u0434", | ||||
|                     "white_meat": "\u0411\u0435\u043b\u043e\u0435 \u043c\u044f\u0441\u043e", | ||||
|                     "white_meat_steam": "\u0411\u0435\u043b\u043e\u0435 \u043c\u044f\u0441\u043e, \u043f\u0440\u0438\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0435 \u043d\u0430 \u043f\u0430\u0440\u0443" | ||||
|                 }, | ||||
|                 "name": "\u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "state": { | ||||
|                     "active_dry": "\u0410\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u0441\u0443\u0448\u043a\u0430", | ||||
|                     "allergy_care": "\u041f\u0440\u043e\u0442\u0438\u0432\u043e\u0430\u043b\u043b\u0435\u0440\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", | ||||
|                     "all_in_one": "\u0412\u0441\u0435 \u0432 \u043e\u0434\u043d\u043e\u043c", | ||||
|                     "antiallergy": "\u041f\u0440\u043e\u0442\u0438\u0432\u043e\u0430\u043b\u043b\u0435\u0440\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435", | ||||
|                     "anti_odours": "\u041f\u0440\u043e\u0442\u0438\u0432 \u0437\u0430\u043f\u0430\u0445\u0430", | ||||
|                     "auto_care": "\u0410\u0432\u0442\u043e\u0443\u0445\u043e\u0434", | ||||
|                     "baby": "\u0414\u0435\u0442\u0441\u043a\u0430\u044f \u043e\u0434\u0435\u0436\u0434\u0430", | ||||
|                     "bed_quilt": "\u0421\u0442\u0435\u0433\u0430\u043d\u044b\u0435 \u0438 \u043f\u0443\u0445\u043e\u0432\u044b\u0435 \u043e\u0434\u0435\u044f\u043b\u0430", | ||||
|                     "care_30": "\u0423\u0445\u043e\u0434 30", | ||||
|                     "care_45": "\u0423\u0445\u043e\u0434 45", | ||||
|                     "care_59": "\u0423\u0445\u043e\u0434 59", | ||||
|                     "coloured": "\u0446\u0432\u0435\u0442\u043d\u044b\u0435", | ||||
|                     "daily_45_min": "\u0415\u0416\u0415\u0414\u041d\u0415\u0412\u041d\u0410\u042f 45'", | ||||
|                     "daily_perfect_59_min": "\u0415\u0416\u0415\u0414\u041d\u0415\u0412\u041d\u0410\u042f \u0418\u0414\u0415\u0410\u041b\u042c\u041d\u0410\u042f 59'", | ||||
|                     "darks_and_coloured": "\u0422\u0435\u043c\u043d\u044b\u0435 \u0438 \u0426\u0432\u0435\u0442\u043d\u044b\u0435", | ||||
|                     "delicates": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435", | ||||
|                     "duvet": "\u041f\u0443\u0445\u043e\u0432\u043e\u0435 \u043e\u0434\u0435\u044f\u043b\u043e", | ||||
|                     "eco": "\u042d\u043a\u043e \u0445\u043b\u043e\u043f\u043e\u043a", | ||||
|                     "ecospeed_cottons": "\u042d\u043a\u043e \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0445\u043b\u043e\u043f\u043e\u043a", | ||||
|                     "ecospeed_delicates": "\u042d\u043a\u043e \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0434\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435", | ||||
|                     "ecospeed_mixed": "\u042d\u043a\u043e \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0441\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435", | ||||
|                     "extra_hygiene": "\u042d\u041a\u0421\u0422\u0420\u0410 \u0413\u0418\u0413\u0418\u0415\u041d\u0410", | ||||
|                     "fitness": "\u0424\u0438\u0442\u043d\u0435\u0441", | ||||
|                     "fresh_care": "\u0421\u0432\u0435\u0436\u0435\u0441\u0442\u044c", | ||||
|                     "genius": "Genius", | ||||
|                     "hqd_baby_care": "Baby Care", | ||||
|                     "hqd_bath_towel": "\u041f\u043e\u043b\u043e\u0442\u0435\u043d\u0446\u0430", | ||||
|                     "hqd_bed_sheets": "\u041f\u0440\u043e\u0441\u0442\u044b\u043d\u0438", | ||||
|                     "hqd_bulky": "\u041e\u0431\u044a\u0435\u043c\u043d\u044b\u0435 \u0438\u0437\u0434\u0435\u043b\u0438\u044f", | ||||
|                     "hqd_casual": "\u041f\u043e\u0432\u0441\u0435\u0434\u043d\u0435\u0432\u043d\u0430\u044f \u043e\u0434\u0435\u0436\u0434\u0430", | ||||
|                     "hqd_cold_wind_30": "\u041f\u0440\u043e\u0445\u043b\u0430\u0434\u043d\u044b\u0439 \u043e\u0431\u0434\u0443\u0432 30 \u043c\u0438\u043d\u0443\u0442", | ||||
|                     "hqd_cold_wind_timing": "\u041f\u0440\u043e\u0445\u043b\u0430\u0434\u043d\u044b\u0439 \u043e\u0431\u0434\u0443\u0432 ", | ||||
|                     "hqd_cotton": "\u0425\u043b\u043e\u043f\u043e\u043a", | ||||
|                     "hqd_curtain": "\u0428\u0442\u043e\u0440\u044b", | ||||
|                     "hqd_delicate": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435 \u0432\u0435\u0449\u0438", | ||||
|                     "hqd_diaper": "\u041f\u0435\u043b\u0435\u043d\u043a\u0438", | ||||
|                     "hqd_duvet": "\u041f\u0443\u0445\u043e\u0432\u043e\u0435 \u043e\u0434\u0435\u044f\u043b\u043e", | ||||
|                     "hqd_feather": "\u041f\u0443\u0445\u043e\u0432\u0438\u043a\u0438", | ||||
|                     "hqd_hot_wind_timing": "\u0413\u043e\u0440\u044f\u0447\u0438\u0439 \u0432\u043e\u0437\u0434\u0443\u0445", | ||||
|                     "hqd_hygienic": "\u0421\u0430\u043d\u0438\u0442\u0430\u0440\u043d\u0430\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430", | ||||
|                     "hqd_i_refresh": "I-Refresh", | ||||
|                     "hqd_i_refresh_pro": "I-Refresh Pro", | ||||
|                     "hqd_jacket": "\u041a\u0443\u0440\u0442\u043a\u0438", | ||||
|                     "hqd_jeans": "\u0414\u0436\u0438\u043d\u0441\u044b", | ||||
|                     "hqd_luxury": "\u041b\u044e\u043a\u0441\u043e\u0432\u044b\u0435 \u0438\u0437\u0434\u0435\u043b\u0438\u044f", | ||||
|                     "hqd_mix": "\u0421\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "hqd_night_dry": "\u041d\u043e\u0447\u043d\u0430\u044f \u0441\u0443\u0448\u043a\u0430", | ||||
|                     "hqd_outdoor": "Outdoor", | ||||
|                     "hqd_precious_cure": "Precious cure", | ||||
|                     "hqd_quick_20": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f 20", | ||||
|                     "hqd_quick_30": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f 30", | ||||
|                     "hqd_quick_dry": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f \u0441\u0443\u0448\u043a\u0430", | ||||
|                     "hqd_quilt": "\u0421\u0442\u0435\u0433\u0430\u043d\u044b\u0435 \u043e\u0434\u0435\u044f\u043b\u0430", | ||||
|                     "hqd_refresh": "\u041e\u0441\u0432\u0435\u0436\u0435\u043d\u0438\u0435", | ||||
|                     "hqd_school_uniform": "\u0428\u043a\u043e\u043b\u044c\u043d\u0430\u044f \u0444\u043e\u0440\u043c\u0430", | ||||
|                     "hqd_shirt": "\u0420\u0443\u0431\u0430\u0448\u043a\u0438", | ||||
|                     "hqd_shoes": "\u041e\u0431\u0443\u0432\u044c", | ||||
|                     "hqd_silk": "\u0428\u0435\u043b\u043a", | ||||
|                     "hqd_sports": "\u0421\u043f\u043e\u0440\u0442\u0438\u0432\u043d\u0430\u044f \u043e\u0434\u0435\u0436\u0434\u0430", | ||||
|                     "hqd_synthetics": "\u0421\u0438\u043d\u0442\u0435\u0442\u0438\u043a\u0430", | ||||
|                     "hqd_timer": "Timed", | ||||
|                     "hqd_towel": "\u041f\u043e\u043b\u043e\u0442\u0435\u043d\u0446\u0430", | ||||
|                     "hqd_underwear": "\u041d\u0438\u0436\u043d\u0435\u0435 \u0431\u0435\u043b\u044c\u0435", | ||||
|                     "hqd_warm_up": "\u041f\u043e\u0434\u043e\u0433\u0440\u0435\u0432", | ||||
|                     "hqd_wool": "\u0428\u0435\u0440\u0441\u0442\u044c", | ||||
|                     "hqd_working_suit": "\u0420\u0430\u0431\u043e\u0447\u0430\u044f \u043e\u0434\u0435\u0436\u0434\u0430", | ||||
|                     "hygiene": "\u0413\u0438\u0433\u0438\u0435\u043d\u0430", | ||||
|                     "iot_checkup": "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430", | ||||
|                     "iot_dry_anti_mites": "\u041f\u0440\u043e\u0442\u0438\u0432\u043e\u043a\u043b\u0435\u0449\u0435\u0432\u0430\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430", | ||||
|                     "iot_dry_baby": "\u0414\u0435\u0442\u0441\u043a\u0430\u044f \u043e\u0434\u0435\u0436\u0434\u0430", | ||||
|                     "iot_dry_backpacks": "\u0420\u044e\u043a\u0437\u0430\u043a\u0438", | ||||
|                     "iot_dry_bathrobe": "\u0411\u0430\u043d\u043d\u044b\u0435 \u0445\u0430\u043b\u0430\u0442\u044b", | ||||
|                     "iot_dry_bed_linen": "\u041f\u043e\u0441\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0431\u0435\u043b\u044c\u0435", | ||||
|                     "iot_dry_bed_quilt": "\u0421\u0442\u0435\u0433\u0430\u043d\u044b\u0435 \u0438 \u043f\u0443\u0445\u043e\u0432\u044b\u0435 \u043e\u0434\u0435\u044f\u043b\u0430", | ||||
|                     "iot_dry_cotton": "\u0425\u043b\u043e\u043f\u043e\u043a", | ||||
|                     "iot_dry_cuddly_toys": "\u041c\u044f\u0433\u043a\u0438\u0435 \u0438\u0433\u0440\u0443\u0448\u043a\u0438", | ||||
|                     "iot_dry_curtains": "\u0428\u0442\u043e\u0440\u044b", | ||||
|                     "iot_dry_dehumidifier": "\u0412\u043b\u0430\u0433\u043e\u043f\u043e\u0433\u043b\u043e\u0442\u0438\u0442\u0435\u043b\u044c", | ||||
|                     "iot_dry_delicates": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435", | ||||
|                     "iot_dry_delicate_tablecloths": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435 \u0441\u043a\u0430\u0442\u0435\u0440\u0442\u0438", | ||||
|                     "iot_dry_denim_jeans": "\u0414\u0435\u043d\u0438\u043c \u2013 \u0434\u0436\u0438\u043d\u0441\u044b", | ||||
|                     "iot_dry_down_jacket": "\u041a\u0443\u0440\u0442\u043a\u0438", | ||||
|                     "iot_dry_duvet": "\u041f\u0443\u0445\u043e\u0432\u043e\u0435 \u043e\u0434\u0435\u044f\u043b\u043e", | ||||
|                     "iot_dry_easy_iron_cotton": "\u0421\u0432\u0435\u0440\u0445\u043b\u0435\u0433\u043a\u0430\u044f \u0433\u043b\u0430\u0436\u043a\u0430", | ||||
|                     "iot_dry_easy_iron_synthetics": "\u0421\u0443\u043f\u0435\u0440\u0443\u0434\u043e\u0431\u043d\u0430\u044f \u0433\u043b\u0430\u0436\u043a\u0430 \u0441\u0438\u043d\u0442\u0435\u0442\u0438\u043a\u0438", | ||||
|                     "iot_dry_gym_fit": "\u041e\u0434\u0435\u0436\u0434\u0430 \u0434\u043b\u044f \u0441\u043f\u043e\u0440\u0442\u0437\u0430\u043b\u0430 \u2013 \u0424\u0438\u0442\u043d\u0435\u0441", | ||||
|                     "iot_dry_lingerie": "\u0411\u0435\u043b\u044c\u0435", | ||||
|                     "iot_dry_mixed": "\u0421\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "iot_dry_playsuits": "\u041f\u043b\u044f\u0436\u043d\u044b\u0435 \u043a\u043e\u0441\u0442\u044e\u043c\u044b", | ||||
|                     "iot_dry_rapid_30": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f 30'", | ||||
|                     "iot_dry_rapid_59": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f 59 \u043c\u0438\u043d.", | ||||
|                     "iot_dry_refresh": "\u041e\u0441\u0432\u0435\u0436\u0438\u0442\u044c", | ||||
|                     "iot_dry_regenerates_waterproof": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0432\u043e\u0434\u043e\u043d\u0435\u043f\u0440\u043e\u043d\u0438\u0446\u0430\u0435\u043c\u044b\u0445 \u0442\u043a\u0430\u043d\u0435\u0439", | ||||
|                     "iot_dry_relax_creases": "\u0423\u043c\u0435\u043d\u044c\u0448\u0435\u043d\u0438\u0435 \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0441\u043a\u043b\u0430\u0434\u043e\u043a", | ||||
|                     "iot_dry_shirts": "\u0420\u0443\u0431\u0430\u0448\u043a\u0438", | ||||
|                     "iot_dry_small_load": "\u041c\u0430\u043b\u0430\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "\u041a\u0443\u043f\u0430\u043b\u044c\u043d\u0438\u043a\u0438", | ||||
|                     "iot_dry_synthetics": "\u0421\u0438\u043d\u0442\u0435\u0442\u0438\u043a\u0430", | ||||
|                     "iot_dry_synthetic_dry": "\u0421\u0443\u0448\u043a\u0430 \u0441\u0438\u043d\u0442\u0435\u0442\u0438\u043a\u0438", | ||||
|                     "iot_dry_tablecloths": "\u0421\u043a\u0430\u0442\u0435\u0440\u0442\u0438", | ||||
|                     "iot_dry_technical_fabrics": "\u0422\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "iot_dry_warm_embrace": "\u041e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430 \u0442\u0435\u043f\u043b\u043e\u043c", | ||||
|                     "iot_dry_wool": "\u0428\u0435\u0440\u0441\u0442\u044c", | ||||
|                     "jeans": "\u0434\u0436\u0438\u043d\u0441\u044b", | ||||
|                     "mix_and_dry": "\u0421\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435+\u0441\u0443\u0448\u043a\u0430", | ||||
|                     "pets": "\u0416\u0438\u0432\u043e\u0442\u043d\u044b\u0435", | ||||
|                     "pre_iron": "\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u0433\u043b\u0430\u0436\u043a\u0430", | ||||
|                     "rapid_30": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f 30'", | ||||
|                     "rapid_45": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f 45 \u043c\u0438\u043d", | ||||
|                     "rapid_59": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f \u0438\u0434\u0435\u0430\u043b\u044c\u043d\u0430\u044f 59 \u043c\u0438\u043d.", | ||||
|                     "refresh": "\u041e\u0441\u0432\u0435\u0436\u0438\u0442\u044c", | ||||
|                     "relax_creases": "\u0423\u043c\u0435\u043d\u044c\u0448\u0435\u043d\u0438\u0435 \u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0441\u043a\u043b\u0430\u0434\u043e\u043a", | ||||
|                     "saving_30_min": "\u042d\u041a\u041e 30'", | ||||
|                     "shirts": "\u0420\u0443\u0431\u0430\u0448\u043a\u0438", | ||||
|                     "shoes": "\u041e\u0431\u0443\u0432\u044c", | ||||
|                     "small_load": "\u041c\u0430\u043b\u0430\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430", | ||||
|                     "soft_care": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0439 \u0443\u0445\u043e\u0434", | ||||
|                     "sport_plus": "\u0421\u043f\u043e\u0440\u0442", | ||||
|                     "super_easy_iron_misti": "\u0421\u0443\u043f\u0435\u0440\u043b\u0435\u0433\u043a\u0430\u044f \u0433\u043b\u0430\u0436\u043a\u0430 \u0441\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435", | ||||
|                     "super_easy_iron_xxl": "\u0421\u0443\u043f\u0435\u0440\u043b\u0435\u0433\u043a\u0430\u044f \u0433\u043b\u0430\u0436\u043a\u0430 XXL", | ||||
|                     "super_fast_cottons": "\u0421\u0443\u043f\u0435\u0440-\u0411\u042b\u0421\u0422\u0420\u0410\u042f \u0445\u043b\u043e\u043f\u043e\u043a", | ||||
|                     "super_fast_delicates": "\u0421\u0443\u043f\u0435\u0440-\u0411\u042b\u0421\u0422\u0420\u0410\u042f \u0434\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435", | ||||
|                     "synthetics": "\u0421\u0438\u043d\u0442\u0435\u0442\u0438\u043a\u0430", | ||||
|                     "total_care": "\u041e\u0431\u0449\u0438\u0438 \u0443\u0445\u043e\u0434", | ||||
|                     "trainers": "\u0421\u043f\u043e\u0440\u0442\u0438\u0432\u043d\u0430\u044f \u043e\u0431\u0443\u0432\u044c", | ||||
|                     "ultra_care": "Ultra Care", | ||||
|                     "waterproof_revitalize": "\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0432\u043e\u0434\u043e\u043d\u0435\u043f\u0440\u043e\u043d\u0438\u0446\u0430\u0435\u043c\u043e\u0441\u0442\u0438", | ||||
|                     "whites": "\u0411\u0435\u043b\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "wool": "\u0421\u0443\u0448\u043a\u0430 \u0448\u0435\u0440\u0441\u0442\u0438", | ||||
|                     "woolmark": "\u0428\u0435\u0440\u0441\u0442\u044c", | ||||
|                     "xxl_load": "\u041e\u0431\u044a\u0435\u043c\u043d\u044b\u0435 \u0432\u0435\u0449\u0438", | ||||
|                     "zoom_59": "Zoom 59 (\u0417\u0443\u043c 59)" | ||||
|                 }, | ||||
|                 "name": "\u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "state": { | ||||
|                     "20_degrees_coloured_cottons": "20\u00b0 \u0426\u0432\u0435\u0442\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438 \u0438 \u0425\u043b\u043e\u043f\u043e\u043a", | ||||
|                     "20_degrees_new_energy_label": "20\u00b0C", | ||||
|                     "active_steam": "\u041f\u0430\u0440", | ||||
|                     "active_wash": "\u0410\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u0441\u0442\u0438\u0440\u043a\u0430", | ||||
|                     "active_wash_steam": "\u0410\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u0441\u0442\u0438\u0440\u043a\u0430", | ||||
|                     "allergy_care": "\u0423\u0445\u043e\u0434 \u0434\u043b\u044f \u0430\u043b\u043b\u0435\u0440\u0433\u0438\u043a\u043e\u0432", | ||||
|                     "allergy_care_pro": "\u0423\u0445\u043e\u0434 \u0434\u043b\u044f \u0430\u043b\u043b\u0435\u0440\u0433\u0438\u043a\u043e\u0432 \u043f\u0440\u043e", | ||||
|                     "all_in_one_49": "\u0412\u0441\u0435 \u0432 \u043e\u0434\u043d\u043e\u043c 49 \u043c\u0438\u043d.", | ||||
|                     "all_in_one_59": "\u0412\u0441\u0435 \u0432 \u043e\u0434\u043d\u043e\u043c 59 \u043c\u0438\u043d.", | ||||
|                     "all_in_one_59_steam": "\u0410\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u0441\u0442\u0438\u0440\u043a\u0430\u00a0+ \u043f\u0430\u0440", | ||||
|                     "autocare": "\u0410\u0432\u0442\u043e\u0443\u0445\u043e\u0434", | ||||
|                     "autoclean": "\u041e\u0447\u0438\u0441\u0442\u043a\u0430 \u0431\u0430\u0440\u0430\u0431\u0430\u043d\u0430", | ||||
|                     "baby_60": "\u0421\u0442\u0438\u0440\u043a\u0430 \u0434\u0435\u0442\u0441\u043a\u043e\u0433\u043e \u0431\u0435\u043b\u044c\u044f \u043f\u0440\u0438 60\u00b0\u0421", | ||||
|                     "care_14": "\u0411\u042b\u0421\u0422\u0420\u042b\u0419 \u0423\u0445\u043e\u0434 14'", | ||||
|                     "care_30": "\u0411\u042b\u0421\u0422\u0420\u042b\u0419 \u0423\u0445\u043e\u0434 30'", | ||||
|                     "care_44": "\u0411\u042b\u0421\u0422\u0420\u042b\u0419 \u0423\u0445\u043e\u0434 44'", | ||||
|                     "checkup": "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430", | ||||
|                     "colour_59": "\u0446\u0432\u0435\u0442\u043d\u044b\u0435 59'", | ||||
|                     "colour_59_steam": "\u0426\u0432\u0435\u0442\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438 59' + \u043f\u0430\u0440", | ||||
|                     "cottons": "\u0425\u043b\u043e\u043f\u043e\u043a", | ||||
|                     "cottons_prewash": "\u0445\u043b\u043e\u043f\u043e\u043a + \u043f\u0440\u0435\u0434\u0432\u0430\u0440.", | ||||
|                     "cottons_steam": "\u0425\u043b\u043e\u043f\u043e\u043a + \u041f\u0430\u0440", | ||||
|                     "cotton_care_59": "\u0445\u043b\u043e\u043f\u043e\u043a 59 \u043c\u0438\u043d\u0443\u0442", | ||||
|                     "delicate_59": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u0430\u044f 59 \u043c\u0438\u043d.", | ||||
|                     "delicate_silk": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u0430\u044f \u0442\u043a\u0430\u043d\u044c (\u0448\u0435\u043b\u043a)", | ||||
|                     "delicate_silk_steam": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u0430\u044f \u0442\u043a\u0430\u043d\u044c (\u0448\u0435\u043b\u043a) + \u043f\u0430\u0440", | ||||
|                     "delicati_59": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u0430\u044f 59 \u043c\u0438\u043d.", | ||||
|                     "delicati_59_steam": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u0430\u044f 59 \u043c\u0438\u043d.", | ||||
|                     "drain_spin": "\u0421\u043b\u0438\u0432 + \u043e\u0442\u0436\u0438\u043c", | ||||
|                     "easy_iron": "\u043b\u0435\u0433\u043a\u0430\u044f \u0433\u043b\u0430\u0436\u043a\u0430", | ||||
|                     "eco_40_60_new_energy_label": "Eco 40-60", | ||||
|                     "extra_care": "\u042d\u041a\u0421\u0422\u0420\u0410 \u0423\u0425\u041e\u0414", | ||||
|                     "fitness": "\u0424\u0438\u0442\u043d\u0435\u0441", | ||||
|                     "fitness_care": "\u0424\u0438\u0442\u043d\u0435\u0441", | ||||
|                     "fresh_care": "\u0421\u0432\u0435\u0436\u0435\u0441\u0442\u044c", | ||||
|                     "fresh_care_steam": "\u0421\u0432\u0435\u0436\u0435\u0441\u0442\u044c\u00a0+ \u043f\u0430\u0440", | ||||
|                     "handwash_wool": "\u0420\u0443\u0447\u043d\u0430\u044f \u0441\u0442\u0438\u0440\u043a\u0430 \u0438 \u0448\u0435\u0440\u0441\u0442\u044c", | ||||
|                     "high_dry": "\u0421\u0443\u0448\u043a\u0430 \u0445\u043b\u043e\u043f\u043a\u0430", | ||||
|                     "hqd_20_degrees": "\u0425\u043b\u043e\u043f\u043e\u043a 20\u2103", | ||||
|                     "hqd_allergy": "\u0423\u0445\u043e\u0434 \u0434\u043b\u044f \u0430\u043b\u043b\u0435\u0440\u0433\u0438\u043a\u043e\u0432", | ||||
|                     "hqd_autoclean": "\u041e\u0447\u0438\u0441\u0442\u043a\u0430 \u0431\u0430\u0440\u0430\u0431\u0430\u043d\u0430", | ||||
|                     "hqd_babycare": "\u0414\u0435\u0442\u0441\u043a\u0430\u044f \u043e\u0434\u0435\u0436\u0434\u0430", | ||||
|                     "hqd_checkup": "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430", | ||||
|                     "hqd_cottons": "\u0425\u043b\u043e\u043f\u043e\u043a", | ||||
|                     "hqd_delicate": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435 \u0432\u0435\u0449\u0438", | ||||
|                     "hqd_delicate_cradle": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435 \u0432\u0435\u0449\u0438", | ||||
|                     "hqd_dry": "\u0421\u0443\u0448\u043a\u0430 \u0445\u043b\u043e\u043f\u043a\u0430", | ||||
|                     "hqd_dry_synthetics": "\u0421\u0443\u0448\u043a\u0430 \u0441\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0445 \u0442\u043a\u0430\u043d\u0435\u0439", | ||||
|                     "hqd_duvet": "\u041f\u0443\u0445\u043e\u0432\u043e\u0435 \u043e\u0434\u0435\u044f\u043b\u043e", | ||||
|                     "hqd_eco_40_60_degrees": "Eco 40-60", | ||||
|                     "hqd_handwash_wool": "\u0428\u0435\u0440\u0441\u0442\u044c", | ||||
|                     "hqd_i_refresh": "i-Refresh", | ||||
|                     "hqd_mix": "\u0421\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "hqd_quick_15": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f 15 \u043c\u0438\u043d.", | ||||
|                     "hqd_quick_wash_57": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f \u0441\u0442\u0438\u0440\u043a\u0430 57 \u043c\u0438\u043d", | ||||
|                     "hqd_rapid_wash_and_dry": "\u0421\u0442\u0438\u0440\u043a\u0430 \u0438 \u0441\u0443\u0448\u043a\u0430", | ||||
|                     "hqd_refresh": "\u041e\u0441\u0432\u0435\u0436\u0438\u0442\u044c", | ||||
|                     "hqd_rinse": "\u041f\u043e\u043b\u043e\u0441\u043a\u0430\u043d\u0438\u0435", | ||||
|                     "hqd_shirts": "\u0420\u0443\u0431\u0430\u0448\u043a\u0438", | ||||
|                     "hqd_smart": "Smart A.I.", | ||||
|                     "hqd_spin": "\u041e\u0442\u0436\u0438\u043c", | ||||
|                     "hqd_sport": "\u0421\u043f\u043e\u0440\u0442", | ||||
|                     "hqd_super_fast": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f 39 \u043c\u0438\u043d.", | ||||
|                     "hqd_synthetic_and_coloured": "\u0421\u0438\u043d\u0442\u0435\u0442\u0438\u043a\u0430", | ||||
|                     "hygiene_59": "\u0413\u0418\u0413\u0418\u0415\u041d\u0418\u0427\u041d\u0410\u042f \u041f\u041b\u042e\u0421 59'", | ||||
|                     "hygiene_60": "\u0413\u0438\u0433\u0438\u0435\u043d\u0438\u0447\u043d\u0430\u044f 60\u00b0", | ||||
|                     "hygiene_plus_59": "\u0413\u0418\u0413\u0418\u0415\u041d\u0418\u0427\u041d\u0410\u042f \u041f\u041b\u042e\u0421 59'", | ||||
|                     "hygiene_plus_59_min": "\u0413\u0418\u0413\u0418\u0415\u041d\u0418\u0427\u041d\u0410\u042f \u041f\u041b\u042e\u0421 59'", | ||||
|                     "hygiene_pro_49_min": "Hygiene Pro 49 \u043c\u0438\u043d.", | ||||
|                     "hygiene_pro_steam": "Hygiene Pro + \u041f\u0430\u0440", | ||||
|                     "intensive_40": "\u0418\u043d\u0442\u0435\u043d\u0441\u0438\u0432\u043d\u0430\u044f 40\u00b0\u0421", | ||||
|                     "intensive_40_steam": "\u0418\u043d\u0442\u0435\u043d\u0441\u0438\u0432\u043d\u044b\u0439 \u043f\u0430\u0440 40\u00b0C +", | ||||
|                     "iot_active_steam": "\u041f\u0430\u0440", | ||||
|                     "iot_active_wash_steam": "\u0410\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u0441\u0442\u0438\u0440\u043a\u0430", | ||||
|                     "iot_allergy_care_pro": "\u0423\u0445\u043e\u0434 \u0434\u043b\u044f \u0430\u043b\u043b\u0435\u0440\u0433\u0438\u043a\u043e\u0432 \u043f\u0440\u043e", | ||||
|                     "iot_all_in_one_59_steam": "\u0410\u043a\u0442\u0438\u0432\u043d\u0430\u044f \u0441\u0442\u0438\u0440\u043a\u0430\u00a0+ \u043f\u0430\u0440", | ||||
|                     "iot_checkup": "\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430", | ||||
|                     "iot_colour_59_steam": "\u0426\u0432\u0435\u0442\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438 59' + \u043f\u0430\u0440", | ||||
|                     "iot_cottons_steam": "\u0425\u043b\u043e\u043f\u043e\u043a + \u041f\u0430\u0440", | ||||
|                     "iot_delicate_silk_steam": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u0430\u044f \u0442\u043a\u0430\u043d\u044c (\u0448\u0435\u043b\u043a) + \u043f\u0430\u0440", | ||||
|                     "iot_delicati_59_steam": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u0430\u044f 59 \u043c\u0438\u043d.", | ||||
|                     "iot_dry_air_refresh": "\u041e\u0441\u0432\u0435\u0436\u0435\u043d\u0438\u0435 \u0432\u043e\u0437\u0434\u0443\u0445\u043e\u043c", | ||||
|                     "iot_dry_anti_mites": "\u041f\u0440\u043e\u0442\u0438\u0432\u043e\u043a\u043b\u0435\u0449\u0435\u0432\u0430\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430", | ||||
|                     "iot_dry_baby": "\u0414\u0435\u0442\u0441\u043a\u0438\u0435 \u0432\u0435\u0449\u0438", | ||||
|                     "iot_dry_backpacks": "\u0420\u044e\u043a\u0437\u0430\u043a\u0438", | ||||
|                     "iot_dry_bathrobe": "\u041a\u0443\u043f\u0430\u043b\u044c\u043d\u044b\u0435 \u0445\u0430\u043b\u0430\u0442\u044b \u0438 \u0440\u044b\u0445\u043b\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "iot_dry_bed_linen": "\u041f\u043e\u0441\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0431\u0435\u043b\u044c\u0435", | ||||
|                     "iot_dry_cotton_dry": "\u0421\u0443\u0448\u043a\u0430 \u0445\u043b\u043e\u043f\u043a\u0430", | ||||
|                     "iot_dry_cuddly_toys": "\u041c\u044f\u0433\u043a\u0438\u0435 \u0438\u0433\u0440\u0443\u0448\u043a\u0438", | ||||
|                     "iot_dry_curtains": "\u0428\u0442\u043e\u0440\u044b", | ||||
|                     "iot_dry_dehumidifier": "\u0412\u043b\u0430\u0433\u043e\u043f\u043e\u0433\u043b\u043e\u0442\u0438\u0442\u0435\u043b\u044c", | ||||
|                     "iot_dry_delicates_antiallergy": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435 \u0432\u0435\u0449\u0438 \u2013 \u0437\u0430\u0449\u0438\u0442\u0430 \u043e\u0442 \u0430\u043b\u043b\u0435\u0440\u0433\u0438\u0438", | ||||
|                     "iot_dry_delicate_tablecloths": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435 \u0441\u043a\u0430\u0442\u0435\u0440\u0442\u0438", | ||||
|                     "iot_dry_denim_jeans": "\u0414\u0435\u043d\u0438\u043c \u2013 \u0434\u0436\u0438\u043d\u0441\u044b", | ||||
|                     "iot_dry_easy_iron_cotton": "\u041b\u0435\u0433\u043a\u0430\u044f \u0433\u043b\u0430\u0436\u043a\u0430 \u2013 \u0445\u043b\u043e\u043f\u043e\u043a", | ||||
|                     "iot_dry_easy_iron_synthetics": "\u041b\u0435\u0433\u043a\u0430\u044f \u0433\u043b\u0430\u0436\u043a\u0430 \u2013 \u0441\u0438\u043d\u0442\u0435\u0442\u0438\u043a\u0430", | ||||
|                     "iot_dry_gym_fit": "\u041e\u0434\u0435\u0436\u0434\u0430 \u0434\u043b\u044f \u0441\u043f\u043e\u0440\u0442\u0437\u0430\u043b\u0430", | ||||
|                     "iot_dry_lingerie": "\u0411\u0435\u043b\u044c\u0435", | ||||
|                     "iot_dry_mixed_dry": "\u0421\u0443\u0448\u043a\u0430 \u0441\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0445 \u0442\u043a\u0430\u043d\u0435\u0439", | ||||
|                     "iot_dry_rapid_60_min_delicates": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f \u0441\u0443\u0448\u043a\u0430 60 \u043c\u0438\u043d. \u2013 \u0434\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "iot_dry_shirts": "\u0420\u0443\u0431\u0430\u0448\u043a\u0438", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "\u041a\u0443\u043f\u0430\u043b\u044c\u043d\u0438\u043a\u0438", | ||||
|                     "iot_dry_synthetics": "\u0421\u0443\u0448\u043a\u0430 \u0441\u0438\u043d\u0442\u0435\u0442\u0438\u043a\u0438", | ||||
|                     "iot_dry_synthetic_dry": "\u0421\u0443\u0448\u043a\u0430 \u0441\u0438\u043d\u0442\u0435\u0442\u0438\u043a\u0438", | ||||
|                     "iot_dry_tablecloths": "\u0421\u043a\u0430\u0442\u0435\u0440\u0442\u0438", | ||||
|                     "iot_dry_technical_fabrics": "\u0421\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "iot_dry_warm_embrace": "\u0422\u0435\u043f\u043b\u0430\u044f \u043c\u0430\u0448\u0438\u043d\u043d\u0430\u044f \u0441\u0443\u0448\u043a\u0430", | ||||
|                     "iot_dry_wool_dry": "\u0421\u0443\u0448\u043a\u0430 \u0448\u0435\u0440\u0441\u0442\u0438", | ||||
|                     "iot_easy_iron": "\u043b\u0435\u0433\u043a\u0430\u044f \u0433\u043b\u0430\u0436\u043a\u0430", | ||||
|                     "iot_fresh_care_steam": "\u0421\u0432\u0435\u0436\u0435\u0441\u0442\u044c\u00a0+ \u043f\u0430\u0440", | ||||
|                     "iot_hygiene_pro_steam": "Hygiene Pro + \u041f\u0430\u0440", | ||||
|                     "iot_intensive_40_steam": "\u0418\u043d\u0442\u0435\u043d\u0441\u0438\u0432\u043d\u044b\u0439 \u043f\u0430\u0440 40\u00b0C +", | ||||
|                     "iot_mixed_steam": "\u0421\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438 + \u041f\u0430\u0440", | ||||
|                     "iot_mix_and_colour_59_steam": "\u0421\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435 \u0438 \u0446\u0432\u0435\u0442\u043d\u044b\u0435 59\u00a0\u043c\u0438\u043d\u00a0+ \u043f\u0430\u0440", | ||||
|                     "iot_perfect_cotton_59_steam": "\u0425\u041b\u041e\u041f\u041e\u041a: \u0418\u0414\u0415\u0410\u041b\u042c\u041d\u0410\u042f \u0421\u0422\u0418\u0420\u041a\u0410 59'", | ||||
|                     "iot_rapid_a_class_60_steam": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f \u041a\u043b\u0430\u0441\u0441 A 60 + \u043f\u0430\u0440", | ||||
|                     "iot_resistant_cotton_steam": "\u0425\u043b\u043e\u043f\u043e\u043a + \u041f\u0430\u0440", | ||||
|                     "iot_shirts_steam": "\u0420\u0443\u0431\u0430\u0448\u043a\u0438 + \u041f\u0430\u0440", | ||||
|                     "iot_single_item_steam": "\u041e\u0434\u043d\u0430 \u0432\u0435\u0449\u044c\u00a0+ \u043f\u0430\u0440", | ||||
|                     "iot_smart_wash": "Smart Wash", | ||||
|                     "iot_soft_care_steam": "Soft Care + Steam", | ||||
|                     "iot_special_39_full_load_steam": "\u0421\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u0430\u044f 39\u00a0\u043c\u0438\u043d\u00a0+ \u043f\u0430\u0440", | ||||
|                     "iot_steam_hygiene_plus": "\u0413\u0438\u0433\u0438\u0435\u043d\u0430 \u043f\u043b\u044e\u0441 \u043f\u0430\u0440\u043e\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430 ", | ||||
|                     "iot_synthetic_and_coloured_steam": "\u0421\u0438\u043d\u0442\u0435\u0442\u0438\u043a\u0430 \u0438 \u0446\u0432\u0435\u0442\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438\u00a0+ \u043f\u0430\u0440", | ||||
|                     "iot_wash_and_dry": "\u0421\u0442\u0438\u0440\u043a\u0430 \u0438 \u0441\u0443\u0448\u043a\u0430", | ||||
|                     "iot_wash_anti_mites": "\u041f\u0440\u043e\u0442\u0438\u0432\u043e\u043a\u043b\u0435\u0449\u0435\u0432\u0430\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430", | ||||
|                     "iot_wash_anti_odor": "\u0423\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0430\u0445\u043e\u0432", | ||||
|                     "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|                     "iot_wash_ariel_cold_cycle": "Ariel Cold Clean", | ||||
|                     "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", | ||||
|                     "iot_wash_baby_sanitizer": "\u0413\u0438\u0433\u0438\u0435\u043d\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0441\u0442\u0438\u0440\u043a\u0430", | ||||
|                     "iot_wash_baby_sanitizer_steam": "\u0413\u0438\u0433\u0438\u0435\u043d\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0441\u0442\u0438\u0440\u043a\u0430 \u0434\u0435\u0442\u0441\u043a\u0438\u0445 \u0432\u0435\u0449\u0435\u0439 + \u043f\u0430\u0440", | ||||
|                     "iot_wash_backpacks": "\u0420\u044e\u043a\u0437\u0430\u043a\u0438", | ||||
|                     "iot_wash_backpacks_zelig": "\u0420\u044e\u043a\u0437\u0430\u043a\u0438", | ||||
|                     "iot_wash_bathrobe": "\u0411\u0430\u043d\u043d\u044b\u0435 \u0445\u0430\u043b\u0430\u0442\u044b \u0438 \u043f\u043e\u043b\u043e\u0442\u0435\u043d\u0446\u0430", | ||||
|                     "iot_wash_bathrobe_steam": "\u0411\u0430\u043d\u043d\u044b\u0435 \u0445\u0430\u043b\u0430\u0442\u044b + \u041f\u0430\u0440", | ||||
|                     "iot_wash_bed_linen": "\u041f\u043e\u0441\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0431\u0435\u043b\u044c\u0435", | ||||
|                     "iot_wash_bed_linen_steam": "\u041f\u043e\u0441\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0431\u0435\u043b\u044c\u0435 + \u041f\u0430\u0440", | ||||
|                     "iot_wash_bed_linen_zelig": "\u041f\u043e\u0441\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0431\u0435\u043b\u044c\u0435", | ||||
|                     "iot_wash_big_single_load": "\u0411\u043e\u043b\u044c\u0448\u0430\u044f \u0440\u0430\u0437\u043e\u0432\u0430\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430", | ||||
|                     "iot_wash_bleaching": "\u041e\u0442\u0431\u0435\u043b\u0438\u0432\u0430\u043d\u0438\u0435", | ||||
|                     "iot_wash_blood_stains": "\u041f\u044f\u0442\u043d\u0430 \u043a\u0440\u043e\u0432\u0438", | ||||
|                     "iot_wash_cashmere": "\u041a\u0430\u0448\u0435\u043c\u0438\u0440", | ||||
|                     "iot_wash_chocolate_stains": "\u041f\u044f\u0442\u043d\u0430 \u0448\u043e\u043a\u043e\u043b\u0430\u0434\u0430", | ||||
|                     "iot_wash_cold_wash": "\u0421\u0442\u0438\u0440\u043a\u0430 \u0432 \u0445\u043e\u043b\u043e\u0434\u043d\u043e\u0439 \u0432\u043e\u0434\u0435", | ||||
|                     "iot_wash_colored": "\u0426\u0432\u0435\u0442\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "iot_wash_colored_anti_stain": "\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043f\u044f\u0442\u0435\u043d \u0441 \u0446\u0432\u0435\u0442\u043d\u044b\u0445 \u0432\u0435\u0449\u0435\u0439", | ||||
|                     "iot_wash_colored_delicate": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435 \u0446\u0432\u0435\u0442\u043d\u044b\u0435", | ||||
|                     "iot_wash_coloured": "\u0426\u0432\u0435\u0442\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "iot_wash_coloured_bed_linen": "\u0426\u0432\u0435\u0442\u043d\u043e\u0435 \u043f\u043e\u0441\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0431\u0435\u043b\u044c\u0435", | ||||
|                     "iot_wash_coloured_bed_linen_steam": "\u0426\u0432\u0435\u0442\u043d\u043e\u0435 \u043f\u043e\u0441\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0431\u0435\u043b\u044c\u0435 + \u043f\u0430\u0440", | ||||
|                     "iot_wash_coloured_curtains": "\u0426\u0432\u0435\u0442\u043d\u044b\u0435 \u0448\u0442\u043e\u0440\u044b", | ||||
|                     "iot_wash_coloured_shirts": "\u0426\u0432\u0435\u0442\u043d\u044b\u0435 \u0440\u0443\u0431\u0430\u0448\u043a\u0438", | ||||
|                     "iot_wash_coloured_shirts_steam": "\u0426\u0432\u0435\u0442\u043d\u044b\u0435 \u0440\u0443\u0431\u0430\u0448\u043a\u0438 + \u043f\u0430\u0440", | ||||
|                     "iot_wash_coloured_steam": "\u0426\u0432\u0435\u0442\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438 + \u041f\u0430\u0440", | ||||
|                     "iot_wash_coloured_tableclothes": "\u0426\u0432\u0435\u0442\u043d\u044b\u0435 \u0441\u043a\u0430\u0442\u0435\u0440\u0442\u0438", | ||||
|                     "iot_wash_coloured_tableclothes_steam": "\u0426\u0432\u0435\u0442\u043d\u044b\u0435 \u0441\u043a\u0430\u0442\u0435\u0440\u0442\u0438\u00a0+ \u043f\u0430\u0440", | ||||
|                     "iot_wash_cotton": "\u0425\u043b\u043e\u043f\u043e\u043a", | ||||
|                     "iot_wash_cotton_steam": "\u0425\u043b\u043e\u043f\u043e\u043a + \u041f\u0430\u0440", | ||||
|                     "iot_wash_cuddly_toys": "\u041c\u044f\u0433\u043a\u0438\u0435 \u0438\u0433\u0440\u0443\u0448\u043a\u0438", | ||||
|                     "iot_wash_curtains": "\u0428\u0442\u043e\u0440\u044b", | ||||
|                     "iot_wash_curtains_steam": "\u0428\u0442\u043e\u0440\u044b+\u041f\u0430\u0440", | ||||
|                     "iot_wash_curtains_zelig": "\u0428\u0442\u043e\u0440\u044b", | ||||
|                     "iot_wash_dark": "\u0422\u0435\u043c\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "iot_wash_darks_and_coloured_44": "\u0422\u0435\u043c\u043d\u044b\u0435 \u0438 \u0446\u0432\u0435\u0442\u043d\u044b\u0435 44 \u043c\u0438\u043d.", | ||||
|                     "iot_wash_darks_and_coloured_59": "\u0422\u0435\u043c\u043d\u044b\u0435 \u0438 \u0446\u0432\u0435\u0442\u043d\u044b\u0435 59 \u043c\u0438\u043d.", | ||||
|                     "iot_wash_darks_and_coloured_xl": "\u0422\u0435\u043c\u043d\u044b\u0435 \u0438 \u0446\u0432\u0435\u0442\u043d\u044b\u0435 XL", | ||||
|                     "iot_wash_dark_steam": "\u0422\u0435\u043c\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438 + \u041f\u0430\u0440", | ||||
|                     "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|                     "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|                     "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|                     "iot_wash_delicate": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435 \u0432\u0435\u0449\u0438", | ||||
|                     "iot_wash_delicate_antiallergy": "\u0417\u0430\u0449\u0438\u0442\u0430 \u043e\u0442 \u0430\u043b\u043b\u0435\u0440\u0433\u0438\u0438 \u0434\u043b\u044f \u0434\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0445 \u0432\u0435\u0449\u0435\u0439", | ||||
|                     "iot_wash_delicate_antiallergy_steam": "\u0417\u0430\u0449\u0438\u0442\u0430 \u043e\u0442 \u0430\u043b\u043b\u0435\u0440\u0433\u0438\u0438 \u0434\u043b\u044f \u0434\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0445 \u0432\u0435\u0449\u0435\u0439 + \u041f\u0430\u0440", | ||||
|                     "iot_wash_delicate_antiallergy_zelig": "\u0417\u0430\u0449\u0438\u0442\u0430 \u043e\u0442 \u0430\u043b\u043b\u0435\u0440\u0433\u0438\u0438 \u0434\u043b\u044f \u0434\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0445 \u0432\u0435\u0449\u0435\u0439", | ||||
|                     "iot_wash_delicate_colors": "\u0426\u0432\u0435\u0442\u043d\u044b\u0435 \u0434\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "iot_wash_delicate_colors_steam": "\u0426\u0432\u0435\u0442\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438 + \u043f\u0430\u0440", | ||||
|                     "iot_wash_delicate_dark": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435 \u0442\u0435\u043c\u043d\u044b\u0435", | ||||
|                     "iot_wash_delicate_steam": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435 \u0432\u0435\u0449\u0438 + \u041f\u0430\u0440", | ||||
|                     "iot_wash_delicate_tablecloths": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435 \u0441\u043a\u0430\u0442\u0435\u0440\u0442\u0438", | ||||
|                     "iot_wash_delicate_tablecloths_steam": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435 \u0441\u043a\u0430\u0442\u0435\u0440\u0442\u0438 + \u041f\u0430\u0440", | ||||
|                     "iot_wash_delicate_whites": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435 \u0431\u0435\u043b\u044b\u0435", | ||||
|                     "iot_wash_denim_jeans": "\u0414\u0435\u043d\u0438\u043c \u2013 \u0434\u0436\u0438\u043d\u0441\u044b", | ||||
|                     "iot_wash_diving_suits": "\u0413\u0438\u0434\u0440\u043e\u043a\u043e\u0441\u0442\u044e\u043c\u044b", | ||||
|                     "iot_wash_diving_suits_zelig": "\u0413\u0438\u0434\u0440\u043e\u043a\u043e\u0441\u0442\u044e\u043c\u044b", | ||||
|                     "iot_wash_down_jackets": "\u041f\u0443\u0445\u043e\u0432\u0438\u043a\u0438", | ||||
|                     "iot_wash_down_jackets_zelig": "\u041f\u0443\u0445\u043e\u0432\u0438\u043a\u0438", | ||||
|                     "iot_wash_duvet": "\u041f\u0443\u0445\u043e\u0432\u043e\u0435 \u043e\u0434\u0435\u044f\u043b\u043e", | ||||
|                     "iot_wash_fruit_stains": "\u041f\u044f\u0442\u043d\u0430 \u043e\u0442 \u0444\u0440\u0443\u043a\u0442\u043e\u0432", | ||||
|                     "iot_wash_gym_fit": "\u041e\u0434\u0435\u0436\u0434\u0430 \u0434\u043b\u044f \u0441\u043f\u043e\u0440\u0442\u0437\u0430\u043b\u0430", | ||||
|                     "iot_wash_handwash": "\u0420\u0443\u0447\u043d\u0430\u044f \u0441\u0442\u0438\u0440\u043a\u0430", | ||||
|                     "iot_wash_handwash_colored": "\u0420\u0443\u0447\u043d\u0430\u044f \u0441\u0442\u0438\u0440\u043a\u0430 \u0446\u0432\u0435\u0442\u043d\u044b\u0445 \u0442\u043a\u0430\u043d\u0435\u0439", | ||||
|                     "iot_wash_handwash_dark": "\u0420\u0443\u0447\u043d\u0430\u044f \u0441\u0442\u0438\u0440\u043a\u0430 \u0442\u0435\u043c\u043d\u044b\u0445 \u0442\u043a\u0430\u043d\u0435\u0439", | ||||
|                     "iot_wash_lingerie": "\u0411\u0435\u043b\u044c\u0435", | ||||
|                     "iot_wash_masks_refresh": "\u041e\u0441\u0432\u0435\u0436\u0435\u043d\u0438\u0435 \u043c\u0430\u0441\u043e\u043a", | ||||
|                     "iot_wash_masks_sanification": "\u0414\u0435\u0437\u0438\u043d\u0444\u0435\u043a\u0446\u0438\u044f \u043c\u0430\u0441\u043e\u043a", | ||||
|                     "iot_wash_masks_sanification_steam": "\u0414\u0435\u0437\u0438\u043d\u0444\u0435\u043a\u0446\u0438\u044f \u043c\u0430\u0441\u043e\u043a + \u041f\u0430\u0440", | ||||
|                     "iot_wash_mats": "\u041a\u043e\u0432\u0440\u044b", | ||||
|                     "iot_wash_men_s_trousers": "\u0431\u0440\u044e\u043a\u0438", | ||||
|                     "iot_wash_mixed": "\u0421\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "iot_wash_mixed_steam": "\u0421\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438 + \u041f\u0430\u0440", | ||||
|                     "iot_wash_mix_and_coloured_44": "\u0421\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435 \u0438 \u0446\u0432\u0435\u0442\u043d\u044b\u0435 44 \u043c\u0438\u043d.", | ||||
|                     "iot_wash_mix_and_coloured_59": "\u0421\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435 \u0438 \u0446\u0432\u0435\u0442\u043d\u044b\u0435 59 \u043c\u0438\u043d.", | ||||
|                     "iot_wash_mix_and_coloured_xl": "\u0421\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435 \u0438 \u0446\u0432\u0435\u0442\u043d\u044b\u0435 XL", | ||||
|                     "iot_wash_new_clothes": "\u041d\u043e\u0432\u0430\u044f \u043e\u0434\u0435\u0436\u0434\u0430", | ||||
|                     "iot_wash_perfect_white": "\u0411\u0435\u0437\u0443\u043f\u0440\u0435\u0447\u043d\u044b\u0439 \u0431\u0435\u043b\u044b\u0439", | ||||
|                     "iot_wash_perfect_white_steam": "\u0411\u0435\u0437\u0443\u043f\u0440\u0435\u0447\u043d\u044b\u0439 \u0431\u0435\u043b\u044b\u0439 + \u041f\u0430\u0440", | ||||
|                     "iot_wash_pets": "\u041f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u043d\u043e\u0441\u0442\u0438 \u0434\u043b\u044f \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445", | ||||
|                     "iot_wash_pets_hair_removal": "\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u0448\u0435\u0440\u0441\u0442\u0438 \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445", | ||||
|                     "iot_wash_pets_odours_stains_removal": "\u0423\u0434\u0430\u043b\u0435\u043d\u0438\u0435 \u043f\u044f\u0442\u0435\u043d \u0438 \u0437\u0430\u043f\u0430\u0445\u043e\u0432 \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445", | ||||
|                     "iot_wash_pets_steam": "\u041f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u043d\u043e\u0441\u0442\u0438 \u0434\u043b\u044f \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445", | ||||
|                     "iot_wash_playsuits": "\u041f\u043b\u044f\u0436\u043d\u044b\u0435 \u043a\u043e\u0441\u0442\u044e\u043c\u044b", | ||||
|                     "iot_wash_playsuits_steam": "\u041f\u043b\u044f\u0436\u043d\u044b\u0435 \u043a\u043e\u0441\u0442\u044e\u043c\u044b + \u041f\u0430\u0440", | ||||
|                     "iot_wash_quick_drum_cleaner": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f \u043e\u0447\u0438\u0441\u0442\u043a\u0430 \u0431\u0430\u0440\u0430\u0431\u0430\u043d\u0430", | ||||
|                     "iot_wash_rapid_14": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f 14 \u043c\u0438\u043d.", | ||||
|                     "iot_wash_rapid_30": "(\u0411\u044b\u0441\u0442\u0440\u0430\u044f 30 \u043c\u0438\u043d.", | ||||
|                     "iot_wash_rapid_44": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f 44 \u043c\u0438\u043d.", | ||||
|                     "iot_wash_rapid_59": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f 59 \u043c\u0438\u043d", | ||||
|                     "iot_wash_rapid_59_steam": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f 59' + \u043f\u0430\u0440", | ||||
|                     "iot_wash_refresh_14_min": "\u041e\u0441\u0432\u0435\u0436\u0435\u043d\u0438\u0435 14 \u043c\u0438\u043d.", | ||||
|                     "iot_wash_resistant_colored": "\u041f\u0440\u043e\u0447\u043d\u044b\u0435 \u0446\u0432\u0435\u0442\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "iot_wash_resistant_dark": "\u041f\u0440\u043e\u0447\u043d\u044b\u0435 \u0442\u0435\u043c\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "iot_wash_resistant_whites": "\u041f\u0440\u043e\u0447\u043d\u044b\u0435 \u0431\u0435\u043b\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "iot_wash_rinse": "\u041f\u043e\u043b\u043e\u0441\u043a\u0430\u043d\u0438\u0435", | ||||
|                     "iot_wash_shirts": "\u0420\u0443\u0431\u0430\u0448\u043a\u0438", | ||||
|                     "iot_wash_shirts_steam": "\u0420\u0443\u0431\u0430\u0448\u043a\u0438 + \u041f\u0430\u0440", | ||||
|                     "iot_wash_silk": "\u0428\u0435\u043b\u043a", | ||||
|                     "iot_wash_ski_suit": "\u041b\u044b\u0436\u043d\u044b\u0435 \u043a\u043e\u0441\u0442\u044e\u043c\u044b", | ||||
|                     "iot_wash_ski_suit_zelig": "\u041b\u044b\u0436\u043d\u044b\u0435 \u043a\u043e\u0441\u0442\u044e\u043c\u044b", | ||||
|                     "iot_wash_spin": "\u041e\u0442\u0436\u0438\u043c", | ||||
|                     "iot_wash_sport": "\u0421\u043f\u043e\u0440\u0442", | ||||
|                     "iot_wash_sport_anti_odor": "\u0423\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0430\u0445\u0430 \u0441\u043e \u0441\u043f\u043e\u0440\u0442\u0438\u0432\u043d\u043e\u0439 \u043e\u0434\u0435\u0436\u0434\u044b", | ||||
|                     "iot_wash_sport_anti_odor_zelig": "\u0423\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0430\u0445\u0430 \u0441\u043e \u0441\u043f\u043e\u0440\u0442\u0438\u0432\u043d\u043e\u0439 \u043e\u0434\u0435\u0436\u0434\u044b", | ||||
|                     "iot_wash_stains_remover": "\u0412\u044b\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u043f\u044f\u0442\u0435\u043d", | ||||
|                     "iot_wash_swimsuits_and_bikinis": "\u041a\u0443\u043f\u0430\u043b\u044c\u043d\u0438\u043a\u0438", | ||||
|                     "iot_wash_synthetic": "\u0421\u0438\u043d\u0442\u0435\u0442\u0438\u043a\u0430", | ||||
|                     "iot_wash_synthetic_steam": "\u0421\u0438\u043d\u0442\u0435\u0442\u0438\u043a\u0430 + \u041f\u0430\u0440", | ||||
|                     "iot_wash_tablecloths": "\u0421\u043a\u0430\u0442\u0435\u0440\u0442\u0438", | ||||
|                     "iot_wash_tablecloths_steam": "\u0421\u043a\u0430\u0442\u0435\u0440\u0442\u0438 + \u041f\u0430\u0440", | ||||
|                     "iot_wash_technical_fabrics": "\u0421\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "iot_wash_technical_fabrics_zelig": "\u0421\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "iot_wash_technical_jackets": "\u0421\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435 \u043a\u0443\u0440\u0442\u043a\u0438", | ||||
|                     "iot_wash_technical_jackets_zelig": "\u0421\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435 \u043a\u0443\u0440\u0442\u043a\u0438", | ||||
|                     "iot_wash_trainers": "\u0421\u043f\u043e\u0440\u0442\u0438\u0432\u043d\u0430\u044f \u043e\u0431\u0443\u0432\u044c", | ||||
|                     "iot_wash_whites": "\u0411\u0435\u043b\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "iot_wash_whites_44": "\u0411\u0435\u043b\u044b\u0435 \u0442\u043a\u0430\u043d\u0438 44 \u043c\u0438\u043d.", | ||||
|                     "iot_wash_whites_59": "\u0411\u0435\u043b\u044b\u0435 \u0442\u043a\u0430\u043d\u0438 59 \u043c\u0438\u043d.", | ||||
|                     "iot_wash_whites_xl": "\u0411\u0435\u043b\u044b\u0435 \u0442\u043a\u0430\u043d\u0438 XL", | ||||
|                     "iot_wash_wine_stains": "\u041f\u044f\u0442\u043d\u0430 \u043e\u0442 \u0432\u0438\u043d\u0430", | ||||
|                     "iot_wash_wool": "\u0428\u0435\u0440\u0441\u0442\u044c", | ||||
|                     "jeans": "\u0414\u0436\u0438\u043d\u0441\u044b", | ||||
|                     "jeans_60": "\u0434\u0436\u0438\u043d\u0441\u044b", | ||||
|                     "low_dry": "\u0421\u0443\u0448\u043a\u0430 \u0441\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0445 \u0442\u043a\u0430\u043d\u0435\u0439", | ||||
|                     "mixed": "\u0421\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "mixed_and_colored_59": "\u0421\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435 \u0438 \u0446\u0432\u0435\u0442\u043d\u044b\u0435 59 \u043c\u0438\u043d.", | ||||
|                     "mixed_steam": "\u0421\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438 + \u041f\u0430\u0440", | ||||
|                     "mix_and_colour_59": "\u0421\u041c\u0415\u0428\u0410\u041d\u041d\u042b\u0415 \u0418 \u0426\u0412\u0415\u0422\u041d\u042b\u0415 59'", | ||||
|                     "mix_and_colour_59_steam": "\u0421\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0435 \u0438 \u0446\u0432\u0435\u0442\u043d\u044b\u0435 59\u00a0\u043c\u0438\u043d\u00a0+ \u043f\u0430\u0440", | ||||
|                     "night_and_day": "\u041d\u043e\u0447\u043d\u0430\u044f \u0441\u0442\u0438\u0440\u043a\u0430", | ||||
|                     "night_wash": "\u041d\u043e\u0447\u043d\u043e\u0439 \u0446\u0438\u043a\u043b", | ||||
|                     "perfect_59": "\u0418\u0434\u0435\u0430\u043b\u044c\u043d\u0430\u044f 59 \u043c\u0438\u043d.", | ||||
|                     "perfect_cotton_59": "\u0425\u041b\u041e\u041f\u041e\u041a: \u0418\u0414\u0415\u0410\u041b\u042c\u041d\u0410\u042f \u0421\u0422\u0418\u0420\u041a\u0410 59'", | ||||
|                     "perfect_cotton_59_steam": "\u0425\u041b\u041e\u041f\u041e\u041a: \u0418\u0414\u0415\u0410\u041b\u042c\u041d\u0410\u042f \u0421\u0422\u0418\u0420\u041a\u0410 59'", | ||||
|                     "perfect_whites_59": "\u0438\u0434\u0435\u0430\u043b\u044c\u043d\u043e \u0431\u0435\u043b\u043e\u0435 59'", | ||||
|                     "rapid_14_min": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f 14 \u043c\u0438\u043d", | ||||
|                     "rapid_30_min": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f 30 \u043c\u0438\u043d.", | ||||
|                     "rapid_44_min": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f 44 \u043c\u0438\u043d.", | ||||
|                     "rapid_a_class_60": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f \u041a\u043b\u0430\u0441\u0441 A 60", | ||||
|                     "rapid_a_class_60_steam": "\u0411\u044b\u0441\u0442\u0440\u0430\u044f \u041a\u043b\u0430\u0441\u0441 A 60 + \u043f\u0430\u0440", | ||||
|                     "rapid_wash_and_dry_59_min": "\u0421\u0442\u0438\u0440\u043a\u0430 \u0438 \u0441\u0443\u0448\u043a\u0430 59 \u043c\u0438\u043d.", | ||||
|                     "resistant_cotton": "\u0425\u043b\u043e\u043f\u043e\u043a", | ||||
|                     "resistant_cotton_steam": "\u0425\u043b\u043e\u043f\u043e\u043a + \u041f\u0430\u0440", | ||||
|                     "rinse": "\u041f\u043e\u043b\u043e\u0441\u043a\u0430\u043d\u0438\u0435", | ||||
|                     "shirts_steam": "\u0420\u0443\u0431\u0430\u0448\u043a\u0438 + \u041f\u0430\u0440", | ||||
|                     "silent_night": "\u041d\u043e\u0447\u043d\u043e\u0439 \u0446\u0438\u043a\u043b", | ||||
|                     "single_item": "\u041e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442", | ||||
|                     "single_item_steam": "\u041e\u0434\u043d\u0430 \u0432\u0435\u0449\u044c\u00a0+ \u043f\u0430\u0440", | ||||
|                     "smart_wash": "Smart Wash", | ||||
|                     "soft_care": "\u0414\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0439 \u0443\u0445\u043e\u0434", | ||||
|                     "soft_care_steam": "Soft Care + Steam", | ||||
|                     "soft_care_steam_title": "Soft Care + Steam", | ||||
|                     "special_39": "C\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 39'", | ||||
|                     "special_39_full_load": "C\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 39'", | ||||
|                     "special_39_full_load_steam": "\u0421\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u0430\u044f 39\u00a0\u043c\u0438\u043d\u00a0+ \u043f\u0430\u0440", | ||||
|                     "special_49": "\u0421\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 49 \u043c\u0438\u043d.", | ||||
|                     "sport_39": "\u0421\u043f\u043e\u0440\u0442 39 \u043c\u0438\u043d.", | ||||
|                     "sport_plus_29": "\u0421\u041f\u041e\u0420\u0422 \u041f\u041b\u042e\u0421 29\"", | ||||
|                     "sport_plus_39": "\u0421\u041f\u041e\u0420\u0422 \u041f\u041b\u042e\u0421 39'", | ||||
|                     "steam_39": "\u041f\u0430\u0440 39 \u043c\u0438\u043d.", | ||||
|                     "steam_care_pro": "Steam Care Pro", | ||||
|                     "steam_care_pro_cotton": "Steam Care Pro\u00a0\u2014 \u0445\u043b\u043e\u043f\u043e\u043a", | ||||
|                     "steam_care_pro_delicates": "Steam Care Pro\u00a0\u2014 \u0434\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435 \u0432\u0435\u0449\u0438", | ||||
|                     "steam_care_pro_synthetic": "Steam Care Pro\u00a0\u2014 \u0441\u0438\u043d\u0442\u0435\u0442\u0438\u043a\u0430", | ||||
|                     "steam_hygiene_plus": "\u0413\u0438\u0433\u0438\u0435\u043d\u0430 \u043f\u043b\u044e\u0441 \u043f\u0430\u0440\u043e\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430 ", | ||||
|                     "synthetics": "\u0421\u0438\u043d\u0442\u0435\u0442\u0438\u043a\u0430", | ||||
|                     "synthetic_and_coloured": "\u0421\u0438\u043d\u0442\u0435\u0442\u0438\u043a\u0430 \u0438 \u0446\u0432\u0435\u0442\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438", | ||||
|                     "synthetic_and_coloured_steam": "\u0421\u0438\u043d\u0442\u0435\u0442\u0438\u043a\u0430 \u0438 \u0446\u0432\u0435\u0442\u043d\u044b\u0435 \u0442\u043a\u0430\u043d\u0438\u00a0+ \u043f\u0430\u0440", | ||||
|                     "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|                     "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|                     "total_care": "\u041e\u0431\u0449\u0438\u0439 \u0443\u0445\u043e\u0434", | ||||
|                     "tumbling": "\u0411\u0430\u0440\u0430\u0431\u0430\u043d", | ||||
|                     "wool": "\u0428\u0435\u0440\u0441\u0442\u044c", | ||||
|                     "wool_and_delicates_49": "\u0448\u0435\u0440\u0441\u0442\u044c/\u0434\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0435 49'", | ||||
|                     "wool_dry": "\u0421\u0443\u0448\u043a\u0430 \u0448\u0435\u0440\u0441\u0442\u0438", | ||||
|                     "wool_soft_care": "\u0448\u0435\u0440\u0441\u0442\u044c & \u0434\u0435\u043b\u0438\u043a\u0430\u0442\u043d\u044b\u0439 \u0443\u0445\u043e\u0434" | ||||
|                 }, | ||||
|                 "name": "\u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "\u0411\u0435\u0437 \u0441\u0443\u0448\u043a\u0438", | ||||
|                     "1": "\u041f\u043e\u0434 \u0443\u0442\u044e\u0433", | ||||
|                     "2": "\u0412 \u0448\u043a\u0430\u0444", | ||||
|                     "3": "\u0413\u043e\u0442\u043e\u0432\u043e \u0432 \u0448\u043a\u0430\u0444", | ||||
|                     "4": "\u042d\u043a\u0441\u0442\u0440\u0430 \u0441\u0443\u0448\u043a\u0430", | ||||
|                     "12": "\u041f\u043e\u0434 \u0443\u0442\u044e\u0433", | ||||
|                     "13": "\u0413\u043e\u0442\u043e\u0432\u043e \u0432 \u0448\u043a\u0430\u0444", | ||||
|                     "14": "\u0413\u043e\u0442\u043e\u0432\u043e \u0434\u043b\u044f \u043d\u0430\u0434\u0435\u0432\u0430\u043d\u0438\u044f", | ||||
|                     "15": "\u042d\u043a\u0441\u0442\u0440\u0430 \u0441\u0443\u0448\u043a\u0430" | ||||
|                 }, | ||||
|                 "name": "\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u0441\u0443\u0445\u043e\u0441\u0442\u0438" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "\u041e\u0442\u0436\u0438\u043c" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "\u0422\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u0412\u0440\u0435\u043c\u044f \u0441\u0443\u0448\u043a\u0438" | ||||
|             } | ||||
|         }, | ||||
|         "switch": { | ||||
|             "anti_crease": { | ||||
|                 "name": "\u041f\u0440\u043e\u0442\u0438\u0432\u043e\u0441\u043c\u0438\u043d\u0430\u043d\u0438\u0435" | ||||
|             }, | ||||
|             "add_dish": { | ||||
|                 "name": "" | ||||
|             }, | ||||
|             "eco_express": { | ||||
|                 "name": "\u042d\u043a\u043e" | ||||
|             }, | ||||
|             "extra_dry": { | ||||
|                 "name": "\u0421\u0443\u043f\u0435\u0440\u0441\u0443\u0448\u043a\u0430" | ||||
|             }, | ||||
|             "half_load": { | ||||
|                 "name": "\u041f\u043e\u043b\u043e\u0432\u0438\u043d\u043d\u0430\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430" | ||||
|             }, | ||||
|             "open_door": { | ||||
|                 "name": "\u041e\u0442\u043a\u0440\u043e\u0439\u0442\u0435 \u0434\u0432\u0435\u0440\u0446\u0443" | ||||
|             }, | ||||
|             "three_in_one": { | ||||
|                 "name": "3 \u0432 1" | ||||
|             }, | ||||
|             "preheat": { | ||||
|                 "name": "\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u0440\u0430\u0437\u043e\u0433\u0440\u0435\u0432" | ||||
|             }, | ||||
|             "dish_washer": { | ||||
|                 "name": "\u041f\u043e\u0441\u0443\u0434\u043e\u043c\u043e\u0435\u0447\u043d\u0430\u044f \u043c\u0430\u0448\u0438\u043d\u0430" | ||||
|             }, | ||||
|             "tumble_dryer": { | ||||
|                 "name": "\u0421\u0443\u0448\u0438\u043b\u044c\u043d\u0430\u044f \u043c\u0430\u0448\u0438\u043d\u0430" | ||||
|             }, | ||||
|             "washing_machine": { | ||||
|                 "name": "\u0421\u0442\u0438\u0440\u0430\u043b\u044c\u043d\u0430\u044f \u043c\u0430\u0448\u0438\u043d\u0430" | ||||
|             }, | ||||
|             "washer_dryer": { | ||||
|                 "name": "\u0421\u0442\u0438\u0440\u0430\u043b\u044c\u043d\u0430\u044f \u043c\u0430\u0448\u0438\u043d\u0430 \u0441 \u0441\u0443\u0448\u043a\u043e\u0439" | ||||
|             }, | ||||
|             "oven": { | ||||
|                 "name": "\u0414\u0443\u0445\u043e\u0432\u043e\u0439 \u0448\u043a\u0430\u0444" | ||||
|             }, | ||||
|             "prewash": { | ||||
|                 "name": "\u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f \u043c\u043e\u0439\u043a\u0430" | ||||
|             }, | ||||
|             "pause": { | ||||
|                 "name": "\u041f\u0430\u0443\u0437\u0430" | ||||
|             }, | ||||
|             "keep_fresh": { | ||||
|                 "name": "Keep Fresh (\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u0441\u0432\u0435\u0436\u0435\u0441\u0442\u0438)" | ||||
|             } | ||||
|         }, | ||||
|         "binary_sensor": { | ||||
|             "door_lock": { | ||||
|                 "name": "\u0411\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0430 \u0434\u0432\u0435\u0440\u0446\u044b" | ||||
|             }, | ||||
|             "extra_rinse_1": { | ||||
|                 "name": "+1 \u043f\u043e\u043b\u043e\u0441\u043a\u0430\u043d\u0438\u0435" | ||||
|             }, | ||||
|             "extra_rinse_2": { | ||||
|                 "name": "+2 \u043f\u043e\u043b\u043e\u0441\u043a\u0430\u043d\u0438\u044f" | ||||
|             }, | ||||
|             "extra_rinse_3": { | ||||
|                 "name": "+3 \u043f\u043e\u043b\u043e\u0441\u043a\u0430\u043d\u0438\u044f" | ||||
|             }, | ||||
|             "good_night": { | ||||
|                 "name": "\u0421\u043f\u043e\u043a\u043e\u0439\u043d\u043e\u0439 \u043d\u043e\u0447\u0438" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "\u041f\u0440\u043e\u0442\u0438\u0432\u043e\u0441\u043c\u0438\u043d\u0430\u043d\u0438\u0435" | ||||
|             }, | ||||
|             "aqua_plus": { | ||||
|                 "name": "\u0410\u043a\u0432\u0430\u043f\u043b\u044e\u0441" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "\u041e\u0442\u0436\u0438\u043c" | ||||
|             }, | ||||
|             "programs_dw": { | ||||
|                 "name": "\u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "name": "\u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "name": "\u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "name": "\u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "name": "\u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430" | ||||
|             }, | ||||
|             "still_hot": { | ||||
|                 "name": "\u0415\u0449\u0435 \u0433\u043e\u0440\u044f\u0447\u0438\u0439" | ||||
|             }, | ||||
|             "pan_status": { | ||||
|                 "name": "\u041f\u043e\u0441\u0443\u0434\u0430" | ||||
|             }, | ||||
|             "remote_control": { | ||||
|                 "name": "\u0414\u0438\u0441\u0442\u0430\u043d\u0446\u0438\u043e\u043d\u043d\u043e\u0435 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435" | ||||
|             }, | ||||
|             "rinse_aid": { | ||||
|                 "name": "\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u043e\u043b\u0430\u0441\u043a\u0438\u0432\u0430\u0442\u0435\u043b\u044f" | ||||
|             }, | ||||
|             "salt_level": { | ||||
|                 "name": "\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u0441\u043e\u043b\u0438" | ||||
|             }, | ||||
|             "door_open": { | ||||
|                 "name": "\u0414\u0432\u0435\u0440\u0446\u0430 \u043e\u0442\u043a\u0440\u044b\u0442\u0430" | ||||
|             }, | ||||
|             "connection": { | ||||
|                 "name": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u044f" | ||||
|             } | ||||
|         }, | ||||
|         "number": { | ||||
|             "power_management": { | ||||
|                 "name": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043f\u0438\u0442\u0430\u043d\u0438\u0435\u043c" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "\u0422\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "\u041e\u0442\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0439 \u043f\u0443\u0441\u043a" | ||||
|             }, | ||||
|             "water_hard": { | ||||
|                 "name": "\u0416\u0435\u0441\u0442\u043a\u043e\u0441\u0442\u044c \u0432\u043e\u0434\u044b" | ||||
|             }, | ||||
|             "program_duration": { | ||||
|                 "name": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "\u0417\u0430\u0434\u0430\u043d\u043d\u0430\u044f \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430" | ||||
|             }, | ||||
|             "rinse_iterations": { | ||||
|                 "name": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u043b\u043e\u0441\u043a\u0430\u043d\u0438\u0439" | ||||
|             }, | ||||
|             "wash_time": { | ||||
|                 "name": "\u0412\u0440\u0435\u043c\u044f \u0441\u0442\u0438\u0440\u043a\u0438" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u0412\u0440\u0435\u043c\u044f \u0441\u0443\u0448\u043a\u0438" | ||||
|             } | ||||
|         }, | ||||
|         "button": { | ||||
|             "induction_hob": { | ||||
|                 "name": "\u0418\u043d\u0434\u0443\u043a\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0432\u0430\u0440\u043e\u0447\u043d\u0430\u044f \u043f\u0430\u043d\u0435\u043b\u044c" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @ -1,953 +0,0 @@ | ||||
| { | ||||
|     "entity": { | ||||
|         "sensor": { | ||||
|             "washing_modes": { | ||||
|                 "state": { | ||||
|                     "0": "Pripraven\u00e9", | ||||
|                     "1": "Pripraven\u00e9", | ||||
|                     "3": "Pozastavi\u0165", | ||||
|                     "4": "Napl\u00e1novan\u00e9", | ||||
|                     "5": "Napl\u00e1novan\u00e9", | ||||
|                     "6": "Chyba", | ||||
|                     "7": "Pripraven\u00e9" | ||||
|                 } | ||||
|             }, | ||||
|             "program_phases_wm": { | ||||
|                 "state": { | ||||
|                     "0": "Pripraven\u00e9", | ||||
|                     "1": "Pranie", | ||||
|                     "2": "Pranie", | ||||
|                     "3": "Odstre\u010fovanie", | ||||
|                     "4": "Oplachovanie", | ||||
|                     "5": "Oplachovanie", | ||||
|                     "6": "Oplachovanie", | ||||
|                     "7": "Su\u0161enie", | ||||
|                     "9": "Para", | ||||
|                     "10": "Pripraven\u00e9", | ||||
|                     "11": "Odstre\u010fovanie", | ||||
|                     "12": "V\u00e1\u017eenie ", | ||||
|                     "13": "V\u00e1\u017eenie ", | ||||
|                     "14": "Pranie", | ||||
|                     "15": "Pranie", | ||||
|                     "16": "Pranie", | ||||
|                     "17": "Oplachovanie", | ||||
|                     "18": "Oplachovanie", | ||||
|                     "19": "Napl\u00e1novan\u00e9", | ||||
|                     "20": "Uchova\u0165 svie\u017ee", | ||||
|                     "24": "Osvie\u017eenie", | ||||
|                     "25": "Pranie", | ||||
|                     "26": "Ohrev", | ||||
|                     "27": "Pranie" | ||||
|                 }, | ||||
|                 "name": "F\u00e1za" | ||||
|             }, | ||||
|             "program_phases_td": { | ||||
|                 "state": { | ||||
|                     "0": "Pripraven\u00e9", | ||||
|                     "1": "Su\u0161enie", | ||||
|                     "2": "Su\u0161enie", | ||||
|                     "3": "Schladi\u0165", | ||||
|                     "13": "Schladi\u0165", | ||||
|                     "14": "Su\u0161enie", | ||||
|                     "15": "Su\u0161enie", | ||||
|                     "16": "Schladi\u0165", | ||||
|                     "18": "Uchova\u0165 svie\u017ee", | ||||
|                     "19": "Su\u0161enie", | ||||
|                     "20": "Su\u0161enie" | ||||
|                 }, | ||||
|                 "name": "F\u00e1za" | ||||
|             }, | ||||
|             "program_phases_dw": { | ||||
|                 "state": { | ||||
|                     "0": "Pripraven\u00e9", | ||||
|                     "1": "Predpierka", | ||||
|                     "2": "Pranie", | ||||
|                     "3": "Oplachovanie", | ||||
|                     "4": "Su\u0161enie", | ||||
|                     "5": "Pripraven\u00e9", | ||||
|                     "6": "Hot rinse" | ||||
|                 }, | ||||
|                 "name": "F\u00e1za" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Bez su\u0161enia", | ||||
|                     "1": "\u017dehlenie", | ||||
|                     "2": "\u0160atn\u00edk pripraven\u00fd", | ||||
|                     "3": "\u0160atn\u00edk pripraven\u00fd", | ||||
|                     "4": "Extra su\u0161enie", | ||||
|                     "12": "\u017dehlenie", | ||||
|                     "13": "\u0160atn\u00edk pripraven\u00fd", | ||||
|                     "14": "Hotov\u00e9 na nosenie", | ||||
|                     "15": "Extra su\u0161enie" | ||||
|                 }, | ||||
|                 "name": "\u00darove\u0148 su\u0161enia" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Proti pokr\u010deniu" | ||||
|             }, | ||||
|             "power": { | ||||
|                 "name": "\u00darove\u0148 v\u00fdkonu" | ||||
|             }, | ||||
|             "remaining_time": { | ||||
|                 "name": "Zost\u00e1vaj\u00faci \u010das" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Teplota" | ||||
|             }, | ||||
|             "water_efficiency": { | ||||
|                 "name": "\u00da\u010dinnos\u0165 vody" | ||||
|             }, | ||||
|             "water_saving": { | ||||
|                 "name": "\u00daspora vody" | ||||
|             }, | ||||
|             "duration": { | ||||
|                 "name": "Trvanie" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Cie\u013eov\u00e1 teplota" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Odstre\u010fovanie" | ||||
|             }, | ||||
|             "steam_leve": { | ||||
|                 "name": "\u00darove\u0148 nastavenia pary" | ||||
|             }, | ||||
|             "dirt_level": { | ||||
|                 "name": "\u00darove\u0148 zne\u010distenia" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Odlo\u017een\u00fd \u0161tart" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u010cas su\u0161enia" | ||||
|             }, | ||||
|             "suggested_load": { | ||||
|                 "name": "Kapacita naplnenia" | ||||
|             }, | ||||
|             "energy_label": { | ||||
|                 "name": "Energetick\u00e1 \u00fa\u010dinnos\u0165" | ||||
|             }, | ||||
|             "det_dust": { | ||||
|                 "name": "Pr\u00e1\u0161ok" | ||||
|             }, | ||||
|             "det_liquid": { | ||||
|                 "name": "Kvapaln\u00e9 pracie prostriedky" | ||||
|             } | ||||
|         }, | ||||
|         "select": { | ||||
|             "programs_dw": { | ||||
|                 "state": { | ||||
|                     "59_min": "R\u00fdchly 59'", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "auto_care_soil": "Auto Care", | ||||
|                     "auto_plus": "AutoPlus", | ||||
|                     "auto_sensor": "Auto Sensor", | ||||
|                     "auto_sensor_soil": "Auto Sensor", | ||||
|                     "auto_universal": "Auto univerz\u00e1lny 50 -60\u00b0C", | ||||
|                     "auto_universal_plus": "Auto univerz\u00e1lny plus 65 - 75\u00b0C", | ||||
|                     "auto_universal_plus_soil": "Auto univerz\u00e1lny plus 65 - 75\u00b0C", | ||||
|                     "auto_universal_soil": "Auto univerz\u00e1lny 50 -60\u00b0C", | ||||
|                     "auto_wash": "Automatick\u00e9 pranie", | ||||
|                     "auto_wash_soil": "Automatick\u00e9 pranie", | ||||
|                     "classe_a_59": "A trieda 1 h 65\u00b0C", | ||||
|                     "delicate": "Jemn\u00fd 45\u00b0C", | ||||
|                     "dishwasher_care": "Cyklus \u010distenia vodn\u00e9ho kame\u0148a", | ||||
|                     "eco": "Eko", | ||||
|                     "eco_asynch": "Eco 45\u00b0C", | ||||
|                     "eco_bldc": "Eco 45\u00b0C", | ||||
|                     "eco_synch": "Eco 45\u00b0C", | ||||
|                     "gentle_wash": "Gentle wash", | ||||
|                     "glass": "Sklo", | ||||
|                     "glassware": "Sklo 45 \u00b0C", | ||||
|                     "glass_care": "Glass Care", | ||||
|                     "hygiene": "Hygiena", | ||||
|                     "hygiene_plus": "Hygienick\u00e9 um\u00fdvanie + 75 \u00b0C", | ||||
|                     "intensive": "Intenz\u00edvne pranie ", | ||||
|                     "intensive_rapid": "intenz\u00edvny r\u00fdchly", | ||||
|                     "iot_auto_sensor": "Auto Sensor", | ||||
|                     "iot_auto_universal_soil": "Auto univerz\u00e1lny 50 -60\u00b0C", | ||||
|                     "iot_auto_wash_soil": "Automatick\u00e9 pranie", | ||||
|                     "iot_baby_care": "Detsk\u00e1 starostlivos\u0165", | ||||
|                     "iot_breakfast": "Ra\u0148ajky", | ||||
|                     "iot_checkup": "Kontrola", | ||||
|                     "iot_china_crystals": "Kri\u0161t\u00e1\u013e", | ||||
|                     "iot_classe_a_59": "R\u00fdchly 59'", | ||||
|                     "iot_cocktail_glasses": "Koktailov\u00e9 poh\u00e1re", | ||||
|                     "iot_cocktail_glasses_soil": "Koktailov\u00e9 poh\u00e1re", | ||||
|                     "iot_daily_care": "Denn\u00e1 starostlivos\u0165", | ||||
|                     "iot_daily_care_soil": "Denn\u00e1 starostlivos\u0165", | ||||
|                     "iot_delicate": "Jemn\u00fd 45\u00b0C", | ||||
|                     "iot_dinner_for_two": "Ve\u010dera pre dvoch", | ||||
|                     "iot_dinner_for_two_soil": "Ve\u010dera pre dvoch", | ||||
|                     "iot_dreft_quick_cycle": "Dreft Quick", | ||||
|                     "iot_eco_asynch": "Eco 45\u00b0C", | ||||
|                     "iot_eco_bldc": "Eco 45\u00b0C", | ||||
|                     "iot_eco_synch": "Eco 45\u00b0C", | ||||
|                     "iot_extra_hygiene": "Extra hygienick\u00fd", | ||||
|                     "iot_fairy_quick_cycle": "Fairy Quick", | ||||
|                     "iot_happy_hour": "Happy Hour", | ||||
|                     "iot_jar_quick_cycle": "Jar Quick", | ||||
|                     "iot_party": "P\u00e1rty (ve\u010dierok)", | ||||
|                     "iot_party_soil": "P\u00e1rty (ve\u010dierok)", | ||||
|                     "iot_pizza_menu": "Pizza Menu", | ||||
|                     "iot_pizza_menu_soil": "Pizza Menu", | ||||
|                     "iot_plastic_tupperware": "Plastov\u00e9 riady a misky", | ||||
|                     "iot_porcelain": "Porcel\u00e1n", | ||||
|                     "iot_power_mix_wash": "Power Mix Wash", | ||||
|                     "iot_power_mix_wash_soil": "Power Mix Wash", | ||||
|                     "iot_prewash": "Predum\u00fdvanie", | ||||
|                     "iot_pyrex_and_glassware": "Pyrex a sklenen\u00e9 riady", | ||||
|                     "iot_rapid_29": "Rychly 29'", | ||||
|                     "iot_rapid_39": "R\u00fdchle 39' 60 \u00b0C", | ||||
|                     "iot_single": "Jeden", | ||||
|                     "iot_steam": "Para 75 \u00b0C", | ||||
|                     "iot_super_flash": "Super oplach", | ||||
|                     "iot_super_wash": "Super Wash", | ||||
|                     "iot_turbopower": "Turbo Power", | ||||
|                     "iot_universal": "Univerz\u00e1lne 60 \u00b0C", | ||||
|                     "iot_wok_grids_maxi_pans": "\u0160peci\u00e1lne panvice (Wok, ro\u0161ty, maxi panvice)", | ||||
|                     "iot_wok_grids_maxi_pans_soil": "\u0160peci\u00e1lne panvice (Wok, ro\u0161ty, maxi panvice)", | ||||
|                     "iot_yes_quick_cycle": "Yes Quick", | ||||
|                     "night": "Ultra tich\u00fd 55\u00b0C", | ||||
|                     "prewash": "Predum\u00fdvanie", | ||||
|                     "rapid_20": "R\u00fdchly 20'", | ||||
|                     "rapid_24": "Rychly 24'", | ||||
|                     "rapid_29": "Rychly 29' 50\u00b0C", | ||||
|                     "rapid_35": "Wash&Dry 35'", | ||||
|                     "rapid_39": "R\u00fdchle 39' 60 \u00b0C", | ||||
|                     "rapid_49": "R\u00fdchly 49'", | ||||
|                     "rapid_59": "R\u00fdchly 59'", | ||||
|                     "sanitising": "Dezinfekcia", | ||||
|                     "silence": "Silence", | ||||
|                     "silent": "Noc", | ||||
|                     "silent_care": "Silent Care", | ||||
|                     "smart_ai": "Smart AI", | ||||
|                     "special": "\u0161peci\u00e1l", | ||||
|                     "special_pw_prz": "\u0161peci\u00e1l", | ||||
|                     "steam": "Para 75 \u00b0C", | ||||
|                     "steam_plus": "Para Plus 75 \u00b0C", | ||||
|                     "total_care": "Total Care 50\u00b0C", | ||||
|                     "ultra_silence": "Ultra tich\u00fd 55\u00b0C", | ||||
|                     "ultra_silent": "Ultra tich\u00fd 55\u00b0C", | ||||
|                     "universal": "Univerz\u00e1lne 60 \u00b0C", | ||||
|                     "universal_plus": "Univerz\u00e1lne Plus 70 \u00b0C", | ||||
|                     "zoom_39": "Zoom 39 min" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "state": { | ||||
|                     "iot_special_ash_brown": "Zemiakov\u00e9 placky", | ||||
|                     "iot_special_beef_fillet": "Svie\u010dkov\u00e1", | ||||
|                     "iot_special_beef_veal_stew": "Dusen\u00e9 hov\u00e4dzie a te\u013eacie m\u00e4so", | ||||
|                     "iot_special_boiled_rice": "Varen\u00e1 ry\u017ea", | ||||
|                     "iot_special_chicken_breast": "Kuracie prsia", | ||||
|                     "iot_special_chicken_legs": "Kuracie stehn\u00e1", | ||||
|                     "iot_special_chocolate_pudding": "\u010cokol\u00e1dov\u00fd puding", | ||||
|                     "iot_special_entrecote": "Ro\u0161tenka", | ||||
|                     "iot_special_fresh_tuna": "\u010cerstv\u00fd tuniak", | ||||
|                     "iot_special_grilled_vegetables": "Grilovan\u00e1 zelenina", | ||||
|                     "iot_special_lamb_cutlet": "Jah\u0148acie kotlety", | ||||
|                     "iot_special_meatballs": "M\u00e4sov\u00e9 knedli\u010dky", | ||||
|                     "iot_special_minestrone": "Minestrone", | ||||
|                     "iot_special_mussels": "Mu\u0161le", | ||||
|                     "iot_special_omelette": "Omeleta", | ||||
|                     "iot_special_pancakes": "Palacinky", | ||||
|                     "iot_special_paris_style_peas": "Hr\u00e1\u0161ok po par\u00ed\u017esky", | ||||
|                     "iot_special_poached_eggs": "Straten\u00e9 vajcia", | ||||
|                     "iot_special_pork_fillet": "Brav\u010dov\u00e1 fileta", | ||||
|                     "iot_special_pork_ribs": "Brav\u010dov\u00e9 rebierka", | ||||
|                     "iot_special_prawns": "Krevety", | ||||
|                     "iot_special_quinoa": "Quinoa", | ||||
|                     "iot_special_ratatouille": "Ratatouille", | ||||
|                     "iot_special_salmon_fillet": "Fileta z lososa", | ||||
|                     "iot_special_saute_potatoes": "Restovan\u00e9 zemiaky", | ||||
|                     "iot_special_scallops": "Last\u00fary", | ||||
|                     "iot_special_scrambled_eggs": "Pra\u017eenica", | ||||
|                     "iot_special_spelt": "\u0160palda", | ||||
|                     "iot_special_veggy_noodles": "Vegetari\u00e1nske rezance", | ||||
|                     "iot_special_white_fish_fillet": "Filety z bielych r\u00fdb", | ||||
|                     "iot_standard_boiling": "Vrenie", | ||||
|                     "iot_standard_frying": "Vypr\u00e1\u017ea\u0165", | ||||
|                     "iot_standard_keep_warm": "Udr\u017eiavanie tepla", | ||||
|                     "iot_standard_melting": "Topi\u0165", | ||||
|                     "iot_standard_simmering": "Slab\u00e9 vrenie" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "state": { | ||||
|                     "bakery": "Cestoviny a pe\u010denie", | ||||
|                     "bakery_steam": "Chlieb pe\u010den\u00fd v pare", | ||||
|                     "bottom_heating": "Spodn\u00fd ohrev", | ||||
|                     "bottom_heating_fan": "Spodn\u00fd ohrev + Ventil\u00e1tor", | ||||
|                     "bread": "Chlieb", | ||||
|                     "bread_steam": "Pe\u010divo pe\u010den\u00e9 v pare", | ||||
|                     "convection_fan": "Statick\u00fd + ventil\u00e1tor", | ||||
|                     "convection_fan_turnspit": "Statick\u00e9 + ventil\u00e1tor + oto\u010dn\u00fd ra\u017ee\u0148", | ||||
|                     "conventional": "Statick\u00fd", | ||||
|                     "conventional_turnspit": "Statick\u00e9 + oto\u010dn\u00fd ra\u017ee\u0148", | ||||
|                     "defrost": "Rozmrazi\u0165", | ||||
|                     "descaling": "Odstr\u00e1nenie vodn\u00e9ho kame\u0148a", | ||||
|                     "fish": "Ryby", | ||||
|                     "fish_steam": "Ryby varen\u00e9 v pare", | ||||
|                     "grill_cata": "Gril", | ||||
|                     "grill_fan_cata": "Gril + ventil\u00e1tor", | ||||
|                     "grill_fan_pyro": "Gril + ventil\u00e1tor", | ||||
|                     "grill_pyro": "Gril", | ||||
|                     "h20_clean": "H2O-Clean", | ||||
|                     "iot_bread": "Chlieb", | ||||
|                     "iot_h20_clean": "h2O clean", | ||||
|                     "leavening": "Kysnutie", | ||||
|                     "low_temp_cooking": "Varenie pri n\u00edzkych teplot\u00e1ch", | ||||
|                     "low_temp_cooking_fish": "Varenie pri n\u00edzkych teplot\u00e1ch \u2013 Ryby", | ||||
|                     "low_temp_cooking_fish_steam": "Varenie pri n\u00edzkych teplot\u00e1ch v pare \u2013 Ryby", | ||||
|                     "low_temp_cooking_meat": "Varenie pri n\u00edzkych teplot\u00e1ch \u2013 M\u00e4so", | ||||
|                     "low_temp_cooking_meat_steam": "Varenie pri n\u00edzkych teplot\u00e1ch v pare", | ||||
|                     "low_temp_cooking_steam": "Varenie pri n\u00edzkych teplot\u00e1ch v pare", | ||||
|                     "meat": "M\u00e4so", | ||||
|                     "meat_steam": "M\u00e4so uvaren\u00e9 v pare", | ||||
|                     "multi_level": "Viac\u00farov\u0148ov\u00e9", | ||||
|                     "paella": "Paella", | ||||
|                     "pasta_and_bakery": "Cestoviny a pe\u010denie", | ||||
|                     "pizza": "Pizza", | ||||
|                     "pyrolysis": "Pyrol\u00fdza", | ||||
|                     "pyrolysis_plus": "Pyrol\u00fdza +", | ||||
|                     "red_meat": "\u010cerven\u00e9 m\u00e4so", | ||||
|                     "red_meat_steam": "\u010cerven\u00e9 m\u00e4so varen\u00e9 v pare", | ||||
|                     "regenerate": "Regener\u00e1cia", | ||||
|                     "soft_plus": "Soft+", | ||||
|                     "super_grill": "Super Gril", | ||||
|                     "tailor_bake": "Tailor bake", | ||||
|                     "tailor_bake_cata": "Tailor Bake", | ||||
|                     "tailor_bake_desctiption": "T\u00e1to funkcia je ide\u00e1lna na zachovania m\u00e4kkosti vo vn\u00fatri jedla s chrumkav\u00fdm vonkaj\u0161kom.\r\r\nT\u00e1to funkcia zni\u017euje mno\u017estvo tuku alebo oleja potrebn\u00e9 pre zdrav\u00fa v\u00fd\u017eivu.\r\r\nKombin\u00e1cia ohrievac\u00edch \u010dl\u00e1nkov s pulzuj\u00facim cyklom vzduchu zabezpe\u010duje rovnomern\u00e9 pe\u010denie.", | ||||
|                     "tailor_bake_pyro": "Tailor Bake", | ||||
|                     "vegetables": "Zelenina", | ||||
|                     "vegetables_cata": "Zelenina", | ||||
|                     "vegetables_pyro": "Zelenina", | ||||
|                     "water_discharge": "Odtok vody", | ||||
|                     "white_meat": "Biele m\u00e4so", | ||||
|                     "white_meat_steam": "Biele m\u00e4so varen\u00e9 v pare" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "state": { | ||||
|                     "active_dry": "Akt\u00edvne su\u0161enie", | ||||
|                     "allergy_care": "Antialergick\u00fd", | ||||
|                     "all_in_one": "All in One", | ||||
|                     "antiallergy": "Antialergick\u00fd", | ||||
|                     "anti_odours": "O\u017eivenie", | ||||
|                     "auto_care": "Automatick\u00e1 starostlivos\u0165", | ||||
|                     "baby": "Detsk\u00e1", | ||||
|                     "bed_quilt": "Poste\u013en\u00e1 prikr\u00fdvka", | ||||
|                     "care_30": "Starostlivos\u0165 30", | ||||
|                     "care_45": "Starostlivos\u0165 45", | ||||
|                     "care_59": "Starostlivos\u0165 59", | ||||
|                     "coloured": "Farebn\u00e1", | ||||
|                     "daily_45_min": "DENNY 45'", | ||||
|                     "daily_perfect_59_min": "DAILY PERFECT 59'", | ||||
|                     "darks_and_coloured": "Tmav\u00e1 a farebn\u00e1", | ||||
|                     "delicates": "Jemn\u00e9", | ||||
|                     "duvet": "Prikr\u00fdvky", | ||||
|                     "eco": "Eco bavlna", | ||||
|                     "ecospeed_cottons": "Ecospeed bavlna", | ||||
|                     "ecospeed_delicates": "Eco rychly - jemne", | ||||
|                     "ecospeed_mixed": "Ecospeed zmie\u0161an\u00e1", | ||||
|                     "extra_hygiene": "EXTRA HYGIENA", | ||||
|                     "fitness": "Fitnes", | ||||
|                     "fresh_care": "Svie\u017ea starostlivos\u0165", | ||||
|                     "genius": "Genius", | ||||
|                     "hqd_baby_care": "Baby Care", | ||||
|                     "hqd_bath_towel": "Osu\u0161ky", | ||||
|                     "hqd_bed_sheets": "Poste\u013en\u00e1 bielize\u0148", | ||||
|                     "hqd_bulky": "Objemn\u00e9 polo\u017eky", | ||||
|                     "hqd_casual": "Neform\u00e1lne", | ||||
|                     "hqd_cold_wind_30": "Chladn\u00fd v\u00e1nok 30 min\u00fat", | ||||
|                     "hqd_cold_wind_timing": "Studen\u00fd v\u00e1nok ", | ||||
|                     "hqd_cotton": "Bavlna", | ||||
|                     "hqd_curtain": "Z\u00e1clony", | ||||
|                     "hqd_delicate": "Jemn\u00e9 materi\u00e1ly", | ||||
|                     "hqd_diaper": "Plienky", | ||||
|                     "hqd_duvet": "Papl\u00f3n", | ||||
|                     "hqd_feather": "Pre\u0161\u00edvan\u00e9 bundy", | ||||
|                     "hqd_hot_wind_timing": "Hor\u00faci vzduch", | ||||
|                     "hqd_hygienic": "Hygieniz\u00e1cia", | ||||
|                     "hqd_i_refresh": "I-Refresh", | ||||
|                     "hqd_i_refresh_pro": "I-Refresh Pro", | ||||
|                     "hqd_jacket": "Bundy", | ||||
|                     "hqd_jeans": "D\u017e\u00ednsy", | ||||
|                     "hqd_luxury": "Luxury", | ||||
|                     "hqd_mix": "Zmie\u0161an\u00e9", | ||||
|                     "hqd_night_dry": "No\u010dn\u00e9 su\u0161enie", | ||||
|                     "hqd_outdoor": "Outdoor", | ||||
|                     "hqd_precious_cure": "Precious cure", | ||||
|                     "hqd_quick_20": "R\u00fdchle 20", | ||||
|                     "hqd_quick_30": "R\u00fdchle 30", | ||||
|                     "hqd_quick_dry": "R\u00fdchle su\u0161enie", | ||||
|                     "hqd_quilt": "Prikr\u00fdvky", | ||||
|                     "hqd_refresh": "Osvie\u017eenie", | ||||
|                     "hqd_school_uniform": "\u0160kolsk\u00e1 uniforma", | ||||
|                     "hqd_shirt": "Ko\u0161ele", | ||||
|                     "hqd_shoes": "Obuv", | ||||
|                     "hqd_silk": "Hodv\u00e1b", | ||||
|                     "hqd_sports": "\u0160port", | ||||
|                     "hqd_synthetics": "Syntetika", | ||||
|                     "hqd_timer": "Na\u010dasovan\u00e9", | ||||
|                     "hqd_towel": "Osu\u0161ky", | ||||
|                     "hqd_underwear": "Spodn\u00e1 bielize\u0148", | ||||
|                     "hqd_warm_up": "Zahriatie", | ||||
|                     "hqd_wool": "Vlna", | ||||
|                     "hqd_working_suit": "Pracovn\u00e9 odevy", | ||||
|                     "hygiene": "Hygiena", | ||||
|                     "iot_checkup": "Kontrola", | ||||
|                     "iot_dry_anti_mites": "Proti rozto\u010dom", | ||||
|                     "iot_dry_baby": "Detsk\u00e1", | ||||
|                     "iot_dry_backpacks": "Batohy", | ||||
|                     "iot_dry_bathrobe": "Bathrobe", | ||||
|                     "iot_dry_bed_linen": "Poste\u013en\u00e1 bielize\u0148", | ||||
|                     "iot_dry_bed_quilt": "Poste\u013en\u00e1 prikr\u00fdvka", | ||||
|                     "iot_dry_cotton": "Bavlna", | ||||
|                     "iot_dry_cuddly_toys": "Ply\u0161ov\u00e9 hra\u010dky", | ||||
|                     "iot_dry_curtains": "Z\u00e1vesy", | ||||
|                     "iot_dry_dehumidifier": "Odstra\u0148ova\u010d vlhkosti", | ||||
|                     "iot_dry_delicates": "Jemn\u00e1", | ||||
|                     "iot_dry_delicate_tablecloths": "Jemn\u00e9 obrusy", | ||||
|                     "iot_dry_denim_jeans": "D\u017e\u00ednsovina \u2013 d\u017e\u00ednsy", | ||||
|                     "iot_dry_down_jacket": "Jacket", | ||||
|                     "iot_dry_duvet": "Prikr\u00fdvky", | ||||
|                     "iot_dry_easy_iron_cotton": "Super \u013eahk\u00e9 \u017eehlenie", | ||||
|                     "iot_dry_easy_iron_synthetics": "Super \u013eahk\u00e9 \u017eehlenie syntetiky", | ||||
|                     "iot_dry_gym_fit": "\u0160portovn\u00e9 oble\u010denie", | ||||
|                     "iot_dry_lingerie": "Spodn\u00e1 bielize\u0148", | ||||
|                     "iot_dry_mixed": "Zmie\u0161an\u00e9", | ||||
|                     "iot_dry_playsuits": "Tepl\u00e1ky", | ||||
|                     "iot_dry_rapid_30": "Rapid 30", | ||||
|                     "iot_dry_rapid_59": "R\u00fdchly 59 min.", | ||||
|                     "iot_dry_refresh": "Osvie\u017eenie", | ||||
|                     "iot_dry_regenerates_waterproof": "O\u017eiven\u00ed nepromokav\u00fdch tkanin", | ||||
|                     "iot_dry_relax_creases": "Uvo\u013enenie z\u00e1hybov", | ||||
|                     "iot_dry_shirts": "Ko\u0161ele", | ||||
|                     "iot_dry_small_load": "Mal\u00e1 n\u00e1pl\u0148", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Plavky", | ||||
|                     "iot_dry_synthetics": "Syntetick\u00e1", | ||||
|                     "iot_dry_synthetic_dry": "Syntetika \u2013 su\u0161enie", | ||||
|                     "iot_dry_tablecloths": "Obrusy", | ||||
|                     "iot_dry_technical_fabrics": "Technick\u00e9 tkaniny", | ||||
|                     "iot_dry_warm_embrace": "Detsk\u00e1 zavinova\u010dka", | ||||
|                     "iot_dry_wool": "Woolmark", | ||||
|                     "jeans": "D\u017e\u00ednsy", | ||||
|                     "mix_and_dry": "Mix&Dry", | ||||
|                     "pets": "Dom\u00e1ce zvierat\u00e1", | ||||
|                     "pre_iron": "Pred \u017eehlen\u00edm", | ||||
|                     "rapid_30": "Rapid 30", | ||||
|                     "rapid_45": "R\u00fdchly 45 min", | ||||
|                     "rapid_59": "Perfektne r\u00fdchly 59 min", | ||||
|                     "refresh": "Osvie\u017eenie", | ||||
|                     "relax_creases": "Uvo\u013enenie z\u00e1hybov", | ||||
|                     "saving_30_min": "EKONOMICKY 30'", | ||||
|                     "shirts": "Ko\u0161ele", | ||||
|                     "shoes": "Obuv", | ||||
|                     "small_load": "Mal\u00e1 n\u00e1pl\u0148", | ||||
|                     "soft_care": "Jemn\u00e1 starostlivos\u0165", | ||||
|                     "sport_plus": "Sportovy", | ||||
|                     "super_easy_iron_misti": "Super \u013eahk\u00e9 \u017eehlenie pre Zmie\u0161an\u00e9", | ||||
|                     "super_easy_iron_xxl": "Super \u013eahk\u00e9 \u017eehlenie XXL", | ||||
|                     "super_fast_cottons": "Super r\u00fdchly bavlna", | ||||
|                     "super_fast_delicates": "Super r\u00fdchly jemn\u00e1", | ||||
|                     "synthetics": "Syntetick\u00e1", | ||||
|                     "total_care": "Total Care", | ||||
|                     "trainers": "\u0160portov\u00e1 obuv", | ||||
|                     "ultra_care": "Ultra Care", | ||||
|                     "waterproof_revitalize": "Obnovenie vodeodolnosti", | ||||
|                     "whites": "Biela", | ||||
|                     "wool": "Su\u0161enie vlny", | ||||
|                     "woolmark": "Woolmark", | ||||
|                     "xxl_load": "XXL n\u00e1pl\u0148", | ||||
|                     "zoom_59": "Zoom 59" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "state": { | ||||
|                     "20_degrees_coloured_cottons": "20\u00b0 farebn\u00e9 a bavlnen\u00e9", | ||||
|                     "20_degrees_new_energy_label": "20\u00b0C", | ||||
|                     "active_steam": "Para", | ||||
|                     "active_wash": "Akt\u00edvne pranie", | ||||
|                     "active_wash_steam": "Akt\u00edvne pranie", | ||||
|                     "allergy_care": "Antialergick\u00e9 o\u0161etrenie", | ||||
|                     "allergy_care_pro": "Antialergick\u00e9 o\u0161etrenie Pro", | ||||
|                     "all_in_one_49": "V\u0161etko v jednom 49 min.", | ||||
|                     "all_in_one_59": "V\u0161etko v jednom 59 min.", | ||||
|                     "all_in_one_59_steam": "Akt\u00edvne pranie + para", | ||||
|                     "autocare": "Automatick\u00e1 starostlivos\u0165", | ||||
|                     "autoclean": "\u010cistenie bubna", | ||||
|                     "baby_60": "V\u0161etka detsk\u00e1 60\u00b0C", | ||||
|                     "care_14": " Starostlivost 14'", | ||||
|                     "care_30": " Starostlivost 30'", | ||||
|                     "care_44": "Starostlivost 44'", | ||||
|                     "checkup": "Kontrola", | ||||
|                     "colour_59": "Farebn\u00e1 59'", | ||||
|                     "colour_59_steam": "Farebn\u00e1 bielize\u0148 59' + Para", | ||||
|                     "cottons": "Bavlna", | ||||
|                     "cottons_prewash": "Bavlna + Predpierka", | ||||
|                     "cottons_steam": "Bavlna + Para", | ||||
|                     "cotton_care_59": "Bavlna 59 Min", | ||||
|                     "delicate_59": "Jemn\u00e9 materi\u00e1ly 59 min.", | ||||
|                     "delicate_silk": "Jemn\u00fd hodv\u00e1b", | ||||
|                     "delicate_silk_steam": "Jemn\u00fd hodv\u00e1b + Para", | ||||
|                     "delicati_59": "Jemn\u00e9 materi\u00e1ly 59 min.", | ||||
|                     "delicati_59_steam": "Jemn\u00e9 materi\u00e1ly 59 min.", | ||||
|                     "drain_spin": "Vyp\u00fa\u0161\u0165anie a odstre\u010fovanie", | ||||
|                     "easy_iron": "Jednoduch\u00e9 \u017eehlenie", | ||||
|                     "eco_40_60_new_energy_label": "Eco 40 \u2013 60", | ||||
|                     "extra_care": "Extra Starostlivost", | ||||
|                     "fitness": "Fitnes", | ||||
|                     "fitness_care": "Fitnes", | ||||
|                     "fresh_care": "Svie\u017ea starostlivos\u0165", | ||||
|                     "fresh_care_steam": "Fresh Care + Para", | ||||
|                     "handwash_wool": "Pranie v ruk\u00e1ch a vlna", | ||||
|                     "high_dry": "Bavlna such\u00e1", | ||||
|                     "hqd_20_degrees": "Bavlna 20 \u2103", | ||||
|                     "hqd_allergy": "Antialergick\u00e9 o\u0161etrenie", | ||||
|                     "hqd_autoclean": "\u010cistenie bubna", | ||||
|                     "hqd_babycare": "Detsk\u00e1 starostlivos\u0165", | ||||
|                     "hqd_checkup": "Kontrola", | ||||
|                     "hqd_cottons": "Bavlna", | ||||
|                     "hqd_delicate": "Jemn\u00e9 materi\u00e1ly", | ||||
|                     "hqd_delicate_cradle": "Jemn\u00e9 materi\u00e1ly", | ||||
|                     "hqd_dry": "Bavlna such\u00e1", | ||||
|                     "hqd_dry_synthetics": "Zmie\u0161an\u00e9 such\u00e9", | ||||
|                     "hqd_duvet": "Prikr\u00fdvky", | ||||
|                     "hqd_eco_40_60_degrees": "Eco 40 \u2013 60", | ||||
|                     "hqd_handwash_wool": "Vlna", | ||||
|                     "hqd_i_refresh": "i-Refresh", | ||||
|                     "hqd_mix": "Zmie\u0161an\u00e9", | ||||
|                     "hqd_quick_15": "R\u00fdchly 15 min.", | ||||
|                     "hqd_quick_wash_57": "R\u00fdchle pranie 57 min.", | ||||
|                     "hqd_rapid_wash_and_dry": "Pranie a su\u0161enie", | ||||
|                     "hqd_refresh": "Osvie\u017eenie", | ||||
|                     "hqd_rinse": "Oplachovanie", | ||||
|                     "hqd_shirts": "Ko\u0161ele", | ||||
|                     "hqd_smart": "Smart A.I.", | ||||
|                     "hqd_spin": "Odstre\u010fovanie", | ||||
|                     "hqd_sport": "\u0160port", | ||||
|                     "hqd_super_fast": "R\u00fdchly 39 min.", | ||||
|                     "hqd_synthetic_and_coloured": "Syntetika", | ||||
|                     "hygiene_59": "Hygiena Plus 59'", | ||||
|                     "hygiene_60": "Hygiena 60\u00b0", | ||||
|                     "hygiene_plus_59": "Hygiena Plus 59'", | ||||
|                     "hygiene_plus_59_min": "Hygiena Plus 59'", | ||||
|                     "hygiene_pro_49_min": "Hygiene Pro 49 min", | ||||
|                     "hygiene_pro_steam": "Hygiene Pro + para", | ||||
|                     "intensive_40": "Intenz\u00edvne pranie 40\u00b0C", | ||||
|                     "intensive_40_steam": "Intensive 40\u00b0C + Para", | ||||
|                     "iot_active_steam": "Para", | ||||
|                     "iot_active_wash_steam": "Akt\u00edvne pranie", | ||||
|                     "iot_allergy_care_pro": "Antialergick\u00e9 o\u0161etrenie Pro", | ||||
|                     "iot_all_in_one_59_steam": "Akt\u00edvne pranie + para", | ||||
|                     "iot_checkup": "Kontrola", | ||||
|                     "iot_colour_59_steam": "Farebn\u00e1 bielize\u0148 59' + Para", | ||||
|                     "iot_cottons_steam": "Bavlna + Para", | ||||
|                     "iot_delicate_silk_steam": "Jemn\u00fd hodv\u00e1b + Para", | ||||
|                     "iot_delicati_59_steam": "Jemn\u00e9 materi\u00e1ly 59 min.", | ||||
|                     "iot_dry_air_refresh": "Prevzdu\u0161nenie", | ||||
|                     "iot_dry_anti_mites": "Proti rozto\u010dom", | ||||
|                     "iot_dry_baby": "Odevy pre bato\u013ea", | ||||
|                     "iot_dry_backpacks": "Plecniaky", | ||||
|                     "iot_dry_bathrobe": "\u017dupany a por\u00e9zne tkaniny", | ||||
|                     "iot_dry_bed_linen": "Poste\u013en\u00e9 oblie\u010dky", | ||||
|                     "iot_dry_cotton_dry": "Bavlna such\u00e1", | ||||
|                     "iot_dry_cuddly_toys": "Ply\u0161ov\u00e9 zvieratk\u00e1", | ||||
|                     "iot_dry_curtains": "Z\u00e1clony", | ||||
|                     "iot_dry_dehumidifier": "Odstra\u0148ova\u010d vlhkosti", | ||||
|                     "iot_dry_delicates_antiallergy": "Jemn\u00e9 materi\u00e1ly \u2013 antialergick\u00fd program", | ||||
|                     "iot_dry_delicate_tablecloths": "Obrusy z jemn\u00fdch materi\u00e1lov", | ||||
|                     "iot_dry_denim_jeans": "D\u017e\u00ednsovina \u2013 d\u017e\u00ednsy", | ||||
|                     "iot_dry_easy_iron_cotton": "Jednoduch\u00e9 \u017eehlenie \u2013 bavlna", | ||||
|                     "iot_dry_easy_iron_synthetics": "Jednoduch\u00e9 \u017eehlenie \u2013 syntetika", | ||||
|                     "iot_dry_gym_fit": "Oble\u010denie do telocvi\u010dne a posil\u0148ovne", | ||||
|                     "iot_dry_lingerie": "Spodn\u00e1 bielize\u0148", | ||||
|                     "iot_dry_mixed_dry": "Zmie\u0161an\u00e9 such\u00e9", | ||||
|                     "iot_dry_rapid_60_min_delicates": "R\u00fdchly 60 min. \u2013 jemn\u00e9 materi\u00e1ly", | ||||
|                     "iot_dry_shirts": "Ko\u0161ele", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Plavky", | ||||
|                     "iot_dry_synthetics": "Syntetika \u2013 su\u0161enie", | ||||
|                     "iot_dry_synthetic_dry": "Syntetika \u2013 su\u0161enie", | ||||
|                     "iot_dry_tablecloths": "Obrusy", | ||||
|                     "iot_dry_technical_fabrics": "Technick\u00e9 tkaniny", | ||||
|                     "iot_dry_warm_embrace": "Tepl\u00e9 bubnov\u00e9 su\u0161enie", | ||||
|                     "iot_dry_wool_dry": "Vlna such\u00e1", | ||||
|                     "iot_easy_iron": "Jednoduch\u00e9 \u017eehlenie", | ||||
|                     "iot_fresh_care_steam": "Fresh Care + Para", | ||||
|                     "iot_hygiene_pro_steam": "Hygiene Pro + para", | ||||
|                     "iot_intensive_40_steam": "Intensive 40\u00b0C + Para", | ||||
|                     "iot_mixed_steam": "Zmie\u0161an\u00e9 + Para", | ||||
|                     "iot_mix_and_colour_59_steam": "Zmie\u0161an\u00e9 a Farebn\u00e9 59' + Para", | ||||
|                     "iot_perfect_cotton_59_steam": "Cista Bavlna 59'", | ||||
|                     "iot_rapid_a_class_60_steam": "R\u00fdchly Trieda A 60 + Para", | ||||
|                     "iot_resistant_cotton_steam": "Bavlna + Para", | ||||
|                     "iot_shirts_steam": "Ko\u0161ele + para", | ||||
|                     "iot_single_item_steam": "Jedna polo\u017eka + Para", | ||||
|                     "iot_smart_wash": "Smart Wash", | ||||
|                     "iot_soft_care_steam": "Soft Care + Steam", | ||||
|                     "iot_special_39_full_load_steam": "\u0160peci\u00e1l 39' + Para", | ||||
|                     "iot_steam_hygiene_plus": "Para Hygiene Plus ", | ||||
|                     "iot_synthetic_and_coloured_steam": "Syntetika a farebn\u00e9 materi\u00e1ly + para", | ||||
|                     "iot_wash_and_dry": "Pranie a su\u0161enie", | ||||
|                     "iot_wash_anti_mites": "Proti rozto\u010dom", | ||||
|                     "iot_wash_anti_odor": "Odstr\u00e1nenie z\u00e1pachu", | ||||
|                     "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|                     "iot_wash_ariel_cold_cycle": "Ariel Cold Clean", | ||||
|                     "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", | ||||
|                     "iot_wash_baby_sanitizer": "Dezinfekcia", | ||||
|                     "iot_wash_baby_sanitizer_steam": "Dezinfek\u010dn\u00fd pre odevy pre bato\u013ea + Para", | ||||
|                     "iot_wash_backpacks": "Plecniaky", | ||||
|                     "iot_wash_backpacks_zelig": "Batohy", | ||||
|                     "iot_wash_bathrobe": "\u017dupany a uter\u00e1ky", | ||||
|                     "iot_wash_bathrobe_steam": "\u017dupan + Para", | ||||
|                     "iot_wash_bed_linen": "Poste\u013en\u00e9 oblie\u010dky", | ||||
|                     "iot_wash_bed_linen_steam": "Poste\u013en\u00e9 oblie\u010dky + Para", | ||||
|                     "iot_wash_bed_linen_zelig": "Poste\u013en\u00e9 oblie\u010dky", | ||||
|                     "iot_wash_big_single_load": "Ve\u013ek\u00e1 jednorazov\u00e1 n\u00e1pl\u0148", | ||||
|                     "iot_wash_bleaching": "Bielenie", | ||||
|                     "iot_wash_blood_stains": "Krvav\u00e9 \u0161kvrny", | ||||
|                     "iot_wash_cashmere": "Ka\u0161m\u00edr", | ||||
|                     "iot_wash_chocolate_stains": "\u010cokol\u00e1dov\u00e9 \u0161kvrny", | ||||
|                     "iot_wash_cold_wash": "Studen\u00e9 pranie", | ||||
|                     "iot_wash_colored": "Farebn\u00e9", | ||||
|                     "iot_wash_colored_anti_stain": "Odstra\u0148ovanie \u0161kv\u0155n z farebn\u00fdch materi\u00e1lov", | ||||
|                     "iot_wash_colored_delicate": "Farebn\u00e9 ch\u00falostiv\u00e9", | ||||
|                     "iot_wash_coloured": "Farebn\u00e9", | ||||
|                     "iot_wash_coloured_bed_linen": "Farebn\u00e9 poste\u013en\u00e9 oblie\u010dky", | ||||
|                     "iot_wash_coloured_bed_linen_steam": "Farebn\u00e9 poste\u013en\u00e9 oblie\u010dky + Para", | ||||
|                     "iot_wash_coloured_curtains": "Farebn\u00e9 z\u00e1vesy", | ||||
|                     "iot_wash_coloured_shirts": "Farebn\u00e9 ko\u0161ele", | ||||
|                     "iot_wash_coloured_shirts_steam": "Farebn\u00e9 ko\u0161ele + Para", | ||||
|                     "iot_wash_coloured_steam": "Farebn\u00e9 + Para", | ||||
|                     "iot_wash_coloured_tableclothes": "Farebn\u00e9 obrusy", | ||||
|                     "iot_wash_coloured_tableclothes_steam": "Farebn\u00e9 obrusy + Para", | ||||
|                     "iot_wash_cotton": "Bavlna", | ||||
|                     "iot_wash_cotton_steam": "Bavlna + Para", | ||||
|                     "iot_wash_cuddly_toys": "Ply\u0161ov\u00e9 zvieratk\u00e1", | ||||
|                     "iot_wash_curtains": "Z\u00e1clony", | ||||
|                     "iot_wash_curtains_steam": "Z\u00e1clony+Para", | ||||
|                     "iot_wash_curtains_zelig": "Z\u00e1clony", | ||||
|                     "iot_wash_dark": "Tmav\u00e9 odevy", | ||||
|                     "iot_wash_darks_and_coloured_44": "Tmav\u00e9 a farebn\u00e9 44 min.", | ||||
|                     "iot_wash_darks_and_coloured_59": "Tmav\u00e9 a farebn\u00e9 59 min.", | ||||
|                     "iot_wash_darks_and_coloured_xl": "Tmav\u00e9 a farebn\u00e9 XL", | ||||
|                     "iot_wash_dark_steam": "Tmav\u00e9 odevy + Para", | ||||
|                     "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|                     "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|                     "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|                     "iot_wash_delicate": "Jemn\u00e9 materi\u00e1ly", | ||||
|                     "iot_wash_delicate_antiallergy": "Antialergick\u00fd program pre jemn\u00e9 materi\u00e1ly", | ||||
|                     "iot_wash_delicate_antiallergy_steam": "Antialergick\u00fd program pre jemn\u00e9 materi\u00e1ly + Para", | ||||
|                     "iot_wash_delicate_antiallergy_zelig": "Antialergick\u00fd program pre jemn\u00e9 materi\u00e1ly", | ||||
|                     "iot_wash_delicate_colors": "Farebn\u00e9 jemn\u00e9 materi\u00e1ly", | ||||
|                     "iot_wash_delicate_colors_steam": "Farebn\u00e1 bielize\u0148 + Para", | ||||
|                     "iot_wash_delicate_dark": "Ch\u00falostiv\u00e9 tmav\u00e9", | ||||
|                     "iot_wash_delicate_steam": "Jemn\u00e9 materi\u00e1ly + Para", | ||||
|                     "iot_wash_delicate_tablecloths": "Obrusy z jemn\u00fdch materi\u00e1lov", | ||||
|                     "iot_wash_delicate_tablecloths_steam": "Obrusy z\u00a0jemn\u00fdch materi\u00e1lov + Para", | ||||
|                     "iot_wash_delicate_whites": "Ch\u00falostiv\u00e9 biele", | ||||
|                     "iot_wash_denim_jeans": "D\u017e\u00ednsovina \u2013 d\u017e\u00ednsy", | ||||
|                     "iot_wash_diving_suits": "Pot\u00e1pa\u010dsk\u00e9 obleky", | ||||
|                     "iot_wash_diving_suits_zelig": "Pot\u00e1pa\u010dsk\u00e9 obleky", | ||||
|                     "iot_wash_down_jackets": "Pre\u0161\u00edvan\u00e9 bundy", | ||||
|                     "iot_wash_down_jackets_zelig": "Pre\u0161\u00edvan\u00e9 bundy", | ||||
|                     "iot_wash_duvet": "Prikr\u00fdvky", | ||||
|                     "iot_wash_fruit_stains": "Ovocn\u00e9 \u0161kvrny", | ||||
|                     "iot_wash_gym_fit": "Oble\u010denie do telocvi\u010dne a posil\u0148ovne", | ||||
|                     "iot_wash_handwash": "Prepieranie", | ||||
|                     "iot_wash_handwash_colored": "Prepieranie farebn\u00e9ho", | ||||
|                     "iot_wash_handwash_dark": "Prepieranie tmav\u00e9ho", | ||||
|                     "iot_wash_lingerie": "Spodn\u00e1 bielize\u0148", | ||||
|                     "iot_wash_masks_refresh": "Osvie\u017eenie r\u00fa\u0161ok", | ||||
|                     "iot_wash_masks_sanification": "Dezinfekcia r\u00fa\u0161ok", | ||||
|                     "iot_wash_masks_sanification_steam": "Dezinfekcia r\u00fa\u0161ok + Para", | ||||
|                     "iot_wash_mats": "Roho\u017ee", | ||||
|                     "iot_wash_men_s_trousers": "Nohavice", | ||||
|                     "iot_wash_mixed": "Zmie\u0161an\u00e9", | ||||
|                     "iot_wash_mixed_steam": "Zmie\u0161an\u00e9 + Para", | ||||
|                     "iot_wash_mix_and_coloured_44": "Zmie\u0161an\u00e9 a\u00a0farebn\u00e9 44\u00a0min.", | ||||
|                     "iot_wash_mix_and_coloured_59": "Zmie\u0161an\u00e9 a\u00a0farebn\u00e9 59\u00a0min.", | ||||
|                     "iot_wash_mix_and_coloured_xl": "Zmie\u0161an\u00e9 a farebn\u00e9 XL", | ||||
|                     "iot_wash_new_clothes": "Nov\u00e9 oble\u010denie", | ||||
|                     "iot_wash_perfect_white": "Dokonal\u00e1 biela", | ||||
|                     "iot_wash_perfect_white_steam": "Dokonal\u00e1 biela + Para", | ||||
|                     "iot_wash_pets": "Doplnky pre dom\u00e1cich mil\u00e1\u010dikov", | ||||
|                     "iot_wash_pets_hair_removal": "Odstr\u00e1nenie ch\u013apkov z dom\u00e1cich mil\u00e1\u010dikov", | ||||
|                     "iot_wash_pets_odours_stains_removal": "Odstra\u0148ovanie z\u00e1pachu a \u0161kv\u0155n po dom\u00e1cich zvierat\u00e1ch", | ||||
|                     "iot_wash_pets_steam": "Doplnky pre dom\u00e1cich mil\u00e1\u010dikov", | ||||
|                     "iot_wash_playsuits": "Overaly", | ||||
|                     "iot_wash_playsuits_steam": "Overaly + Para", | ||||
|                     "iot_wash_quick_drum_cleaner": "R\u00fdchly \u010disti\u010d bubna", | ||||
|                     "iot_wash_rapid_14": "R\u00fdchly 14 min.", | ||||
|                     "iot_wash_rapid_30": "R\u00fdchly 30 min.", | ||||
|                     "iot_wash_rapid_44": "R\u00fdchly 44 min.", | ||||
|                     "iot_wash_rapid_59": "R\u00fdchly 59 min", | ||||
|                     "iot_wash_rapid_59_steam": "R\u00fdchly 59' + Para", | ||||
|                     "iot_wash_refresh_14_min": "Osvie\u017eenie 14'.", | ||||
|                     "iot_wash_resistant_colored": "Odoln\u00e9 farebn\u00e9", | ||||
|                     "iot_wash_resistant_dark": "Odoln\u00e9 tmav\u00e9", | ||||
|                     "iot_wash_resistant_whites": "Odoln\u00e9 biele", | ||||
|                     "iot_wash_rinse": "Oplachovanie", | ||||
|                     "iot_wash_shirts": "Ko\u0161ele", | ||||
|                     "iot_wash_shirts_steam": "Ko\u0161ele + Para", | ||||
|                     "iot_wash_silk": "Hodv\u00e1b", | ||||
|                     "iot_wash_ski_suit": "Ly\u017eiarske odevy", | ||||
|                     "iot_wash_ski_suit_zelig": "Ly\u017eiarske odevy", | ||||
|                     "iot_wash_spin": "Odstre\u010fovanie", | ||||
|                     "iot_wash_sport": "\u0160port", | ||||
|                     "iot_wash_sport_anti_odor": "\u0160portov\u00e9 oble\u010denie", | ||||
|                     "iot_wash_sport_anti_odor_zelig": "\u0160portov\u00e9 oble\u010denie", | ||||
|                     "iot_wash_stains_remover": "Odstra\u0148ovanie \u0161kv\u0155n", | ||||
|                     "iot_wash_swimsuits_and_bikinis": "Plavky", | ||||
|                     "iot_wash_synthetic": "Syntetika", | ||||
|                     "iot_wash_synthetic_steam": "Syntetika + Para", | ||||
|                     "iot_wash_tablecloths": "Obrusy", | ||||
|                     "iot_wash_tablecloths_steam": "Obrusy + Para", | ||||
|                     "iot_wash_technical_fabrics": "Technick\u00e9 tkaniny", | ||||
|                     "iot_wash_technical_fabrics_zelig": "Technick\u00e9 tkaniny", | ||||
|                     "iot_wash_technical_jackets": "Technick\u00e9 bundy", | ||||
|                     "iot_wash_technical_jackets_zelig": "Technick\u00e9 bundy", | ||||
|                     "iot_wash_trainers": "Tenisky", | ||||
|                     "iot_wash_whites": "Biele", | ||||
|                     "iot_wash_whites_44": "Biele 44 min.", | ||||
|                     "iot_wash_whites_59": "Biele 59 min.", | ||||
|                     "iot_wash_whites_xl": "Biele XL", | ||||
|                     "iot_wash_wine_stains": "\u0160kvrny od v\u00edna", | ||||
|                     "iot_wash_wool": "Vlna", | ||||
|                     "jeans": "D\u017e\u00ednsy", | ||||
|                     "jeans_60": "D\u017e\u00ednsy", | ||||
|                     "low_dry": "Zmie\u0161an\u00e9 such\u00e9", | ||||
|                     "mixed": "Zmie\u0161an\u00e9", | ||||
|                     "mixed_and_colored_59": "Zmie\u0161an\u00e9 a farebn\u00e9 59 min.", | ||||
|                     "mixed_steam": "Zmie\u0161an\u00e9 + Para", | ||||
|                     "mix_and_colour_59": "Zmiesana + Farebna 59'", | ||||
|                     "mix_and_colour_59_steam": "Zmie\u0161an\u00e9 a Farebn\u00e9 59' + Para", | ||||
|                     "night_and_day": "Noc a de\u0148", | ||||
|                     "night_wash": "No\u010dn\u00fd cyklus", | ||||
|                     "perfect_59": "Dokonal\u00e9 vypranie 59 min.", | ||||
|                     "perfect_cotton_59": "Cista Bavlna 59'", | ||||
|                     "perfect_cotton_59_steam": "Cista Bavlna 59'", | ||||
|                     "perfect_whites_59": "Dokonale biele 59'", | ||||
|                     "rapid_14_min": "R\u00fdchly 14'", | ||||
|                     "rapid_30_min": "R\u00fdchly 30'", | ||||
|                     "rapid_44_min": "R\u00fdchly 44'", | ||||
|                     "rapid_a_class_60": "R\u00fdchly Trieda A 60", | ||||
|                     "rapid_a_class_60_steam": "R\u00fdchly Trieda A 60 + Para", | ||||
|                     "rapid_wash_and_dry_59_min": "Pranie a su\u0161enie 59 min.", | ||||
|                     "resistant_cotton": "Bavlna", | ||||
|                     "resistant_cotton_steam": "Bavlna + Para", | ||||
|                     "rinse": "Oplachovanie", | ||||
|                     "shirts_steam": "Ko\u0161ele + para", | ||||
|                     "silent_night": "No\u010dn\u00fd cyklus", | ||||
|                     "single_item": "Jedna polo\u017eka", | ||||
|                     "single_item_steam": "Jedna polo\u017eka + Para", | ||||
|                     "smart_wash": "Smart Wash", | ||||
|                     "soft_care": "Jemn\u00e1 starostlivos\u0165", | ||||
|                     "soft_care_steam": "Soft Care + Steam", | ||||
|                     "soft_care_steam_title": "Soft Care + Steam", | ||||
|                     "special_39": "Special 39'", | ||||
|                     "special_39_full_load": "Special 39'", | ||||
|                     "special_39_full_load_steam": "\u0160peci\u00e1l 39' + Para", | ||||
|                     "special_49": "\u0160peci\u00e1lne 49 min.", | ||||
|                     "sport_39": "\u0160port 39 min.", | ||||
|                     "sport_plus_29": "Sport Plus 29\"", | ||||
|                     "sport_plus_39": "Sport Plus 39'", | ||||
|                     "steam_39": "Para 39 min.", | ||||
|                     "steam_care_pro": "Steam Care Pro", | ||||
|                     "steam_care_pro_cotton": "Steam Care Pro - bavlna", | ||||
|                     "steam_care_pro_delicates": "Steam Care Pro - jemn\u00e9", | ||||
|                     "steam_care_pro_synthetic": "Steam Care Pro - syntetika", | ||||
|                     "steam_hygiene_plus": "Para Hygiene Plus ", | ||||
|                     "synthetics": "Syntetika", | ||||
|                     "synthetic_and_coloured": "Syntetika a farebn\u00e9 materi\u00e1ly", | ||||
|                     "synthetic_and_coloured_steam": "Syntetika a farebn\u00e9 materi\u00e1ly + para", | ||||
|                     "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|                     "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|                     "total_care": "Celkov\u00e1 starostlivos\u0165", | ||||
|                     "tumbling": "Bubnov\u00e9 su\u0161enie", | ||||
|                     "wool": "Vlna", | ||||
|                     "wool_and_delicates_49": "Vlna/Jemn\u00e9 49'", | ||||
|                     "wool_dry": "Vlna such\u00e1", | ||||
|                     "wool_soft_care": "Vlna & M\u00e4kk\u00e1 starostlivost" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Bez su\u0161enia", | ||||
|                     "1": "\u017dehlenie", | ||||
|                     "2": "\u0160atn\u00edk pripraven\u00fd", | ||||
|                     "3": "\u0160atn\u00edk pripraven\u00fd", | ||||
|                     "4": "Extra su\u0161enie", | ||||
|                     "12": "\u017dehlenie", | ||||
|                     "13": "\u0160atn\u00edk pripraven\u00fd", | ||||
|                     "14": "Hotov\u00e9 na nosenie", | ||||
|                     "15": "Extra su\u0161enie" | ||||
|                 }, | ||||
|                 "name": "\u00darove\u0148 su\u0161enia" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Odstre\u010fovanie" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Teplota" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u010cas su\u0161enia" | ||||
|             } | ||||
|         }, | ||||
|         "switch": { | ||||
|             "anti_crease": { | ||||
|                 "name": "Proti pokr\u010deniu" | ||||
|             }, | ||||
|             "add_dish": { | ||||
|                 "name": "" | ||||
|             }, | ||||
|             "eco_express": { | ||||
|                 "name": "Eko" | ||||
|             }, | ||||
|             "extra_dry": { | ||||
|                 "name": "Extra su\u0161enie" | ||||
|             }, | ||||
|             "half_load": { | ||||
|                 "name": "Polovi\u010dn\u00e9 naplnenie" | ||||
|             }, | ||||
|             "open_door": { | ||||
|                 "name": "Otvori\u0165 dvere" | ||||
|             }, | ||||
|             "three_in_one": { | ||||
|                 "name": "3\u00a0v\u00a01" | ||||
|             }, | ||||
|             "preheat": { | ||||
|                 "name": "Predhria\u0165" | ||||
|             }, | ||||
|             "dish_washer": { | ||||
|                 "name": "Um\u00fdva\u010dka riadu" | ||||
|             }, | ||||
|             "tumble_dryer": { | ||||
|                 "name": "Bubnov\u00e1 su\u0161i\u010dka" | ||||
|             }, | ||||
|             "washing_machine": { | ||||
|                 "name": "Pr\u00e1\u010dka" | ||||
|             }, | ||||
|             "washer_dryer": { | ||||
|                 "name": "Pr\u00e1\u010dka so su\u0161i\u010dkou" | ||||
|             }, | ||||
|             "oven": { | ||||
|                 "name": "R\u00fara na pe\u010denie" | ||||
|             }, | ||||
|             "prewash": { | ||||
|                 "name": "Predum\u00fdvanie" | ||||
|             }, | ||||
|             "pause": { | ||||
|                 "name": "Pozastavi\u0165" | ||||
|             }, | ||||
|             "keep_fresh": { | ||||
|                 "name": "Keep Fresh" | ||||
|             } | ||||
|         }, | ||||
|         "binary_sensor": { | ||||
|             "door_lock": { | ||||
|                 "name": "Uzamknutie dver\u00ed" | ||||
|             }, | ||||
|             "extra_rinse_1": { | ||||
|                 "name": "+ 1 oplachovanie" | ||||
|             }, | ||||
|             "extra_rinse_2": { | ||||
|                 "name": "+ 2 oplachovania" | ||||
|             }, | ||||
|             "extra_rinse_3": { | ||||
|                 "name": "+ 3 oplachovania" | ||||
|             }, | ||||
|             "good_night": { | ||||
|                 "name": "Dobr\u00fa noc" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Proti pokr\u010deniu" | ||||
|             }, | ||||
|             "aqua_plus": { | ||||
|                 "name": "Aquaplus" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Odstre\u010fovanie" | ||||
|             }, | ||||
|             "programs_dw": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "still_hot": { | ||||
|                 "name": "St\u00e1le hor\u00face" | ||||
|             }, | ||||
|             "pan_status": { | ||||
|                 "name": "Panvica" | ||||
|             }, | ||||
|             "remote_control": { | ||||
|                 "name": "Dia\u013ekov\u00e9 ovl\u00e1danie" | ||||
|             }, | ||||
|             "rinse_aid": { | ||||
|                 "name": "\u00darove\u0148 prostriedku na oplachovanie" | ||||
|             }, | ||||
|             "salt_level": { | ||||
|                 "name": "\u00darove\u0148 soli" | ||||
|             }, | ||||
|             "door_open": { | ||||
|                 "name": "Otvoren\u00e9 dvere" | ||||
|             }, | ||||
|             "connection": { | ||||
|                 "name": "Pripojenie spotrebi\u010da" | ||||
|             } | ||||
|         }, | ||||
|         "number": { | ||||
|             "power_management": { | ||||
|                 "name": "Spr\u00e1va v\u00fdkonu" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Teplota" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Odlo\u017een\u00fd \u0161tart" | ||||
|             }, | ||||
|             "water_hard": { | ||||
|                 "name": "Tvrdos\u0165 vody" | ||||
|             }, | ||||
|             "program_duration": { | ||||
|                 "name": "Trvanie programu" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Cie\u013eov\u00e1 teplota" | ||||
|             }, | ||||
|             "rinse_iterations": { | ||||
|                 "name": "Po\u010det pl\u00e1kan\u00ed" | ||||
|             }, | ||||
|             "wash_time": { | ||||
|                 "name": "\u010cas prania" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u010cas su\u0161enia" | ||||
|             } | ||||
|         }, | ||||
|         "button": { | ||||
|             "induction_hob": { | ||||
|                 "name": "Induk\u010dn\u00e1 varn\u00e1 doska" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @ -1,953 +0,0 @@ | ||||
| { | ||||
|     "entity": { | ||||
|         "sensor": { | ||||
|             "washing_modes": { | ||||
|                 "state": { | ||||
|                     "0": "Pripravljen", | ||||
|                     "1": "Pripravljen", | ||||
|                     "3": "Premor", | ||||
|                     "4": "Na\u010drtovano", | ||||
|                     "5": "Na\u010drtovano", | ||||
|                     "6": "Napaka", | ||||
|                     "7": "Pripravljen" | ||||
|                 } | ||||
|             }, | ||||
|             "program_phases_wm": { | ||||
|                 "state": { | ||||
|                     "0": "Pripravljen", | ||||
|                     "1": "Pranje", | ||||
|                     "2": "Pranje", | ||||
|                     "3": "O\u017eemanje", | ||||
|                     "4": "Izpiranje", | ||||
|                     "5": "Izpiranje", | ||||
|                     "6": "Izpiranje", | ||||
|                     "7": "Su\u0161enje", | ||||
|                     "9": "Para", | ||||
|                     "10": "Pripravljen", | ||||
|                     "11": "O\u017eemanje", | ||||
|                     "12": "Tehtanje ", | ||||
|                     "13": "Tehtanje ", | ||||
|                     "14": "Pranje", | ||||
|                     "15": "Pranje", | ||||
|                     "16": "Pranje", | ||||
|                     "17": "Izpiranje", | ||||
|                     "18": "Izpiranje", | ||||
|                     "19": "Na\u010drtovano", | ||||
|                     "20": "Ohranjanje sve\u017eine", | ||||
|                     "24": "Osve\u017eitev", | ||||
|                     "25": "Pranje", | ||||
|                     "26": "Ogrevanje", | ||||
|                     "27": "Pranje" | ||||
|                 }, | ||||
|                 "name": "Faza" | ||||
|             }, | ||||
|             "program_phases_td": { | ||||
|                 "state": { | ||||
|                     "0": "Pripravljen", | ||||
|                     "1": "Su\u0161enje", | ||||
|                     "2": "Su\u0161enje", | ||||
|                     "3": "Hlajenje", | ||||
|                     "13": "Hlajenje", | ||||
|                     "14": "Su\u0161enje", | ||||
|                     "15": "Su\u0161enje", | ||||
|                     "16": "Hlajenje", | ||||
|                     "18": "Ohrani sve\u017ee", | ||||
|                     "19": "Su\u0161enje", | ||||
|                     "20": "Su\u0161enje" | ||||
|                 }, | ||||
|                 "name": "Faza" | ||||
|             }, | ||||
|             "program_phases_dw": { | ||||
|                 "state": { | ||||
|                     "0": "Pripravljen", | ||||
|                     "1": "Predpranje", | ||||
|                     "2": "Pranje", | ||||
|                     "3": "Izpiranje", | ||||
|                     "4": "Su\u0161enje", | ||||
|                     "5": "Pripravljen", | ||||
|                     "6": "Hot rinse" | ||||
|                 }, | ||||
|                 "name": "Faza" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Brez su\u0161enja", | ||||
|                     "1": "Likanje", | ||||
|                     "2": "Suho za omaro", | ||||
|                     "3": "Suho za omaro", | ||||
|                     "4": "Zelo suho", | ||||
|                     "12": "Likanje", | ||||
|                     "13": "Suho za omaro", | ||||
|                     "14": "Pripravljeno za uporabo", | ||||
|                     "15": "Zelo suho" | ||||
|                 }, | ||||
|                 "name": "Stopnja su\u0161enja" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Proti me\u010dkanju" | ||||
|             }, | ||||
|             "power": { | ||||
|                 "name": "Stopnja mo\u010di" | ||||
|             }, | ||||
|             "remaining_time": { | ||||
|                 "name": "Time remaining" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "water_efficiency": { | ||||
|                 "name": "U\u010dinkovita raba vode" | ||||
|             }, | ||||
|             "water_saving": { | ||||
|                 "name": "Privar\u010devana voda" | ||||
|             }, | ||||
|             "duration": { | ||||
|                 "name": "Trajanje" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Ciljna temperatura" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "O\u017eemanje" | ||||
|             }, | ||||
|             "steam_leve": { | ||||
|                 "name": "Koli\u010dina pare" | ||||
|             }, | ||||
|             "dirt_level": { | ||||
|                 "name": "Stopnja umazanije" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "S funkcijo Zamik vklopa je mo\u017eno odlo\u017eiti za\u010detek su\u0161ilnega cikla od 1 do 24 ur. Na zaslonu se prika\u017ee izbrana zakasnitev. Da bi videli kako se zmanj\u0161uje iz ure v uro, pritisnite ZA\u010cETEK. Na ta na\u010din bo perilo suho takrat, ko boste to \u017eeleli, in zagnali cikel, ko vam to najbolj ustreza, celo pono\u010di." | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u010cas su\u0161enja" | ||||
|             }, | ||||
|             "suggested_load": { | ||||
|                 "name": "Zmogljivost pranja" | ||||
|             }, | ||||
|             "energy_label": { | ||||
|                 "name": "Energijska u\u010dinkovitost" | ||||
|             }, | ||||
|             "det_dust": { | ||||
|                 "name": "Pra\u0161ek" | ||||
|             }, | ||||
|             "det_liquid": { | ||||
|                 "name": "Teko\u010dina" | ||||
|             } | ||||
|         }, | ||||
|         "select": { | ||||
|             "programs_dw": { | ||||
|                 "state": { | ||||
|                     "59_min": "Hitri progr. 59'", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "auto_care_soil": "Auto Care", | ||||
|                     "auto_plus": "AutoPlus", | ||||
|                     "auto_sensor": "Auto Sensor", | ||||
|                     "auto_sensor_soil": "Auto Sensor", | ||||
|                     "auto_universal": "Samodejno univerzalno 50\u201360 \u00b0C", | ||||
|                     "auto_universal_plus": "Samodejno univerzalno+ 65\u201375 \u00b0C", | ||||
|                     "auto_universal_plus_soil": "Samodejno univerzalno+ 65\u201375 \u00b0C", | ||||
|                     "auto_universal_soil": "Samodejno univerzalno 50\u201360 \u00b0C", | ||||
|                     "auto_wash": "Samodejno pomivanje", | ||||
|                     "auto_wash_soil": "Samodejno pomivanje", | ||||
|                     "classe_a_59": "Razred A 59 min. 65 \u00b0C", | ||||
|                     "delicate": "Ob\u010dutljivo 45 \u00b0C", | ||||
|                     "dishwasher_care": "Cikel odstranjevanja vodnega kamna", | ||||
|                     "eco": "Var\u010dno", | ||||
|                     "eco_asynch": "Eko 45 \u00b0C", | ||||
|                     "eco_bldc": "Eko 45 \u00b0C", | ||||
|                     "eco_synch": "Eko 45 \u00b0C", | ||||
|                     "gentle_wash": "Gentle wash", | ||||
|                     "glass": "Kozarci", | ||||
|                     "glassware": "Steklo 45 \u00b0C", | ||||
|                     "glass_care": "Glass Care", | ||||
|                     "hygiene": "Higiena", | ||||
|                     "hygiene_plus": "Higiena + 75 \u00b0C", | ||||
|                     "intensive": "Intenzivno ", | ||||
|                     "intensive_rapid": "Hitro in intenzivno", | ||||
|                     "iot_auto_sensor": "Auto Sensor", | ||||
|                     "iot_auto_universal_soil": "Samodejno univerzalno 50\u201360 \u00b0C", | ||||
|                     "iot_auto_wash_soil": "Samodejno pranje", | ||||
|                     "iot_baby_care": "Otro\u0161ka posoda", | ||||
|                     "iot_breakfast": "Zajtrk", | ||||
|                     "iot_checkup": "Pregled", | ||||
|                     "iot_china_crystals": "Kristal", | ||||
|                     "iot_classe_a_59": "Hitri progr. 59'", | ||||
|                     "iot_cocktail_glasses": "Koktajl kozarci", | ||||
|                     "iot_cocktail_glasses_soil": "Koktajl kozarci", | ||||
|                     "iot_daily_care": "Dnevna nega", | ||||
|                     "iot_daily_care_soil": "Dnevna nega", | ||||
|                     "iot_delicate": "Ob\u010dutljivo 45 \u00b0C", | ||||
|                     "iot_dinner_for_two": "Ve\u010derja v dvoje", | ||||
|                     "iot_dinner_for_two_soil": "Ve\u010derja v dvoje", | ||||
|                     "iot_dreft_quick_cycle": "Dreft Quick", | ||||
|                     "iot_eco_asynch": "Var\u010dno 45 \u00b0C", | ||||
|                     "iot_eco_bldc": "Var\u010dno 45 \u00b0C", | ||||
|                     "iot_eco_synch": "Var\u010dno 45 \u00b0C", | ||||
|                     "iot_extra_hygiene": "Visoka stopnja higiene", | ||||
|                     "iot_fairy_quick_cycle": "Fairy Quick", | ||||
|                     "iot_happy_hour": "Zakuska", | ||||
|                     "iot_jar_quick_cycle": "Jar Quick", | ||||
|                     "iot_party": "Zabava", | ||||
|                     "iot_party_soil": "Zabava", | ||||
|                     "iot_pizza_menu": "Pica program", | ||||
|                     "iot_pizza_menu_soil": "Pica program", | ||||
|                     "iot_plastic_tupperware": "Plastika in posode za \u017eivila", | ||||
|                     "iot_porcelain": "Porcelan", | ||||
|                     "iot_power_mix_wash": "Intenzivni za razli\u010dno posodo", | ||||
|                     "iot_power_mix_wash_soil": "Intenzivni za razli\u010dno posodo", | ||||
|                     "iot_prewash": "Predpranje", | ||||
|                     "iot_pyrex_and_glassware": "Pyrex in steklenina", | ||||
|                     "iot_rapid_29": "Hitro 29'", | ||||
|                     "iot_rapid_39": "Rapid 39' 60 \u00b0C", | ||||
|                     "iot_single": "Samsko \u017eivljenje", | ||||
|                     "iot_steam": "Para 75 \u00b0C", | ||||
|                     "iot_super_flash": "Super hitro", | ||||
|                     "iot_super_wash": "Super pomivanje", | ||||
|                     "iot_turbopower": "Turbo mo\u010d", | ||||
|                     "iot_universal": "Univerzalno 60 \u00b0C", | ||||
|                     "iot_wok_grids_maxi_pans": "Posebna posoda (voki, re\u0161etke in velike kozice)", | ||||
|                     "iot_wok_grids_maxi_pans_soil": "Posebna posoda (voki, re\u0161etke in velike kozice)", | ||||
|                     "iot_yes_quick_cycle": "Yes Quick", | ||||
|                     "night": "Zelo tiho 55 \u00b0C", | ||||
|                     "prewash": "Predpranje", | ||||
|                     "rapid_20": "Kratki progr. 20'", | ||||
|                     "rapid_24": "Hitro 24'", | ||||
|                     "rapid_29": "Hitro 29' 50\u00b0C", | ||||
|                     "rapid_35": "Wash&Dry 35'", | ||||
|                     "rapid_39": "Rapid 39' 60 \u00b0C", | ||||
|                     "rapid_49": "Kratki progr. 49'", | ||||
|                     "rapid_59": "Hitri progr. 59'", | ||||
|                     "sanitising": "Dezinfekcija", | ||||
|                     "silence": "Silence", | ||||
|                     "silent": "No\u010d", | ||||
|                     "silent_care": "Silent Care", | ||||
|                     "smart_ai": "Smart AI", | ||||
|                     "special": "posebno", | ||||
|                     "special_pw_prz": "Posebno", | ||||
|                     "steam": "Para 75 \u00b0C", | ||||
|                     "steam_plus": "Para Plus 75\u00b0C", | ||||
|                     "total_care": "Total Care 50\u00b0C", | ||||
|                     "ultra_silence": "Zelo tiho 55 \u00b0C", | ||||
|                     "ultra_silent": "Zelo tiho 55 \u00b0C", | ||||
|                     "universal": "Univerzalno 60 \u00b0C", | ||||
|                     "universal_plus": "Univerzalni Plus 70 \u00b0C", | ||||
|                     "zoom_39": "Zoom 39 min" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "state": { | ||||
|                     "iot_special_ash_brown": "Pepelnato rjava", | ||||
|                     "iot_special_beef_fillet": "Goveji file", | ||||
|                     "iot_special_beef_veal_stew": "Goveja in tele\u010dja obara", | ||||
|                     "iot_special_boiled_rice": "Kuhan ri\u017e", | ||||
|                     "iot_special_chicken_breast": "Pi\u0161\u010dan\u010dje prsi", | ||||
|                     "iot_special_chicken_legs": "Pi\u0161\u010dan\u010dja bedra", | ||||
|                     "iot_special_chocolate_pudding": "\u010cokoladni puding", | ||||
|                     "iot_special_entrecote": "Zrezek Entrecote", | ||||
|                     "iot_special_fresh_tuna": "Sve\u017ea tuna", | ||||
|                     "iot_special_grilled_vegetables": "Zelenjava na \u017earu", | ||||
|                     "iot_special_lamb_cutlet": "Jagnje\u010dji kotlet", | ||||
|                     "iot_special_meatballs": "Mesne kroglice", | ||||
|                     "iot_special_minestrone": "Mine\u0161tra", | ||||
|                     "iot_special_mussels": "Morske \u0161koljke", | ||||
|                     "iot_special_omelette": "Omleta", | ||||
|                     "iot_special_pancakes": "Pala\u010dinke", | ||||
|                     "iot_special_paris_style_peas": "Grah na pari\u0161ki na\u010din", | ||||
|                     "iot_special_poached_eggs": "Pe\u010dena jajca", | ||||
|                     "iot_special_pork_fillet": "Svinjski file", | ||||
|                     "iot_special_pork_ribs": "Svinjska rebrca", | ||||
|                     "iot_special_prawns": "Kozice", | ||||
|                     "iot_special_quinoa": "Kvinoja", | ||||
|                     "iot_special_ratatouille": "Ratatouille", | ||||
|                     "iot_special_salmon_fillet": "Lososov file", | ||||
|                     "iot_special_saute_potatoes": "Sotiran krompir", | ||||
|                     "iot_special_scallops": "Pokrova\u010de", | ||||
|                     "iot_special_scrambled_eggs": "Vme\u0161ana jajca", | ||||
|                     "iot_special_spelt": "Pira", | ||||
|                     "iot_special_veggy_noodles": "Vegetarijanski rezanci", | ||||
|                     "iot_special_white_fish_fillet": "File bele ribe", | ||||
|                     "iot_standard_boiling": "Vretje", | ||||
|                     "iot_standard_frying": "Cvrtje", | ||||
|                     "iot_standard_keep_warm": "Ohranjanje toplote", | ||||
|                     "iot_standard_melting": "Taljenje", | ||||
|                     "iot_standard_simmering": "Rahlo vretje" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "state": { | ||||
|                     "bakery": "Testenine in pekovski izdelki", | ||||
|                     "bakery_steam": "V sopari pe\u010den kruh", | ||||
|                     "bottom_heating": "Spodnji grelnik", | ||||
|                     "bottom_heating_fan": "Spodnji grelnik + Ventilator", | ||||
|                     "bread": "Kruh", | ||||
|                     "bread_steam": "V sopari pe\u010deno pecivo", | ||||
|                     "convection_fan": "Konvekcija + ventilator", | ||||
|                     "convection_fan_turnspit": "Konvekcija + ventilator + ra\u017eenj", | ||||
|                     "conventional": "Konvenkcijsko", | ||||
|                     "conventional_turnspit": "Konvekcija + ra\u017eenj", | ||||
|                     "defrost": "Odmrzovanje", | ||||
|                     "descaling": "Odstranjevanje vodnega kamna", | ||||
|                     "fish": "Ribe", | ||||
|                     "fish_steam": "Soparjene ribe", | ||||
|                     "grill_cata": "\u017dar", | ||||
|                     "grill_fan_cata": "\u017dar in ventilator", | ||||
|                     "grill_fan_pyro": "\u017dar + ventilator", | ||||
|                     "grill_pyro": "\u017dar", | ||||
|                     "h20_clean": "H2O-Clean", | ||||
|                     "iot_bread": "Kruh", | ||||
|                     "iot_h20_clean": "h2O clean", | ||||
|                     "leavening": "Vzhajanje", | ||||
|                     "low_temp_cooking": "Priprava pri nizki temperaturi", | ||||
|                     "low_temp_cooking_fish": "Priprava pri nizki temperaturi \u2013 ribe", | ||||
|                     "low_temp_cooking_fish_steam": "Soparjenje pri nizki temperaturi \u2013 ribe", | ||||
|                     "low_temp_cooking_meat": "Priprava pri nizki temperaturi \u2013 meso", | ||||
|                     "low_temp_cooking_meat_steam": "Soparjenje pri nizki temperaturi \u2013 meso", | ||||
|                     "low_temp_cooking_steam": "Soparjenje pri nizki temperaturi", | ||||
|                     "meat": "Meso", | ||||
|                     "meat_steam": "Soparjeno meso", | ||||
|                     "multi_level": "Na ve\u010d nivojih", | ||||
|                     "paella": "Paella", | ||||
|                     "pasta_and_bakery": "Testenine in pekovski izdelki", | ||||
|                     "pizza": "Pizza", | ||||
|                     "pyrolysis": "Piroliza", | ||||
|                     "pyrolysis_plus": "Piroliza +", | ||||
|                     "red_meat": "Rde\u010de meso", | ||||
|                     "red_meat_steam": "Soparjeno rde\u010de meso", | ||||
|                     "regenerate": "Obnavljanje", | ||||
|                     "soft_plus": "Soft+", | ||||
|                     "super_grill": "Super Grill", | ||||
|                     "tailor_bake": "Tailor bake", | ||||
|                     "tailor_bake_cata": "Tailor Bake", | ||||
|                     "tailor_bake_desctiption": "Ta funkcija je idealna za pripravo jedi, ki so mehke znotraj in hrustljave zunaj.\r\r\r\r\r\nTa funkcija zmanj\u0161a koli\u010dino ma\u0161\u010dob ali olja, potrebnega za zdravo prehrano.\r\r\r\r\r\nKombinacija grelnih elementov in pulziraji\u010dega ciklusa\r\r\r\r\r\nzraka zagotavlja popolne rezultate peke.", | ||||
|                     "tailor_bake_pyro": "Tailor Bake", | ||||
|                     "vegetables": "Zelenjava", | ||||
|                     "vegetables_cata": "Zelenjava", | ||||
|                     "vegetables_pyro": "Zelenjava", | ||||
|                     "water_discharge": "Odtok za vodo", | ||||
|                     "white_meat": "Belo meso", | ||||
|                     "white_meat_steam": "Soparjeno belo meso" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "state": { | ||||
|                     "active_dry": "Aktivno su\u0161enje", | ||||
|                     "allergy_care": "Protialergijski", | ||||
|                     "all_in_one": "Vse hkrati", | ||||
|                     "antiallergy": "Protialergijski", | ||||
|                     "anti_odours": "Odstranjevanje vonjav", | ||||
|                     "auto_care": "Samodejna nega", | ||||
|                     "baby": "Obla\u010dila dojen\u010dkov", | ||||
|                     "bed_quilt": "Pre\u0161ite odeje", | ||||
|                     "care_30": "Nega 30 min", | ||||
|                     "care_45": "Nega 45 min", | ||||
|                     "care_59": "Nega 59 min", | ||||
|                     "coloured": "Barvno", | ||||
|                     "daily_45_min": "DNEVNO 45 min", | ||||
|                     "daily_perfect_59_min": "DNEVNO POPOLNO 59 min", | ||||
|                     "darks_and_coloured": "Temno in barvno", | ||||
|                     "delicates": "Ob\u010dutljivo perilo", | ||||
|                     "duvet": "Pre\u0161ite odeje", | ||||
|                     "eco": "Eko bomba\u017e", | ||||
|                     "ecospeed_cottons": "Eko hitri za bomba\u017e", | ||||
|                     "ecospeed_delicates": "Eko hitri za ob\u010dutljivo", | ||||
|                     "ecospeed_mixed": "Eko hitri za me\u0161ano", | ||||
|                     "extra_hygiene": "DODATNA HIGIENA", | ||||
|                     "fitness": "Fitnes", | ||||
|                     "fresh_care": "Nega za sve\u017eino", | ||||
|                     "genius": "Genius", | ||||
|                     "hqd_baby_care": "Baby Care", | ||||
|                     "hqd_bath_towel": "Brisa\u010de", | ||||
|                     "hqd_bed_sheets": "Rjuhe", | ||||
|                     "hqd_bulky": "Ve\u010dji kosi", | ||||
|                     "hqd_casual": "Za prosti \u010das", | ||||
|                     "hqd_cold_wind_30": "Hladen vetri\u010d 30 minut", | ||||
|                     "hqd_cold_wind_timing": "Hladen vetri\u010d ", | ||||
|                     "hqd_cotton": "Bomba\u017e", | ||||
|                     "hqd_curtain": "Zavese", | ||||
|                     "hqd_delicate": "Ob\u010dutljive tkanine", | ||||
|                     "hqd_diaper": "Plenice", | ||||
|                     "hqd_duvet": "Pre\u0161ite odeje", | ||||
|                     "hqd_feather": "Puhovke", | ||||
|                     "hqd_hot_wind_timing": "Vro\u010d zrak", | ||||
|                     "hqd_hygienic": "Higienizacija", | ||||
|                     "hqd_i_refresh": "I-Refresh", | ||||
|                     "hqd_i_refresh_pro": "I-Refresh Pro", | ||||
|                     "hqd_jacket": "Suknji\u010di", | ||||
|                     "hqd_jeans": "Kavbojke", | ||||
|                     "hqd_luxury": "Luxury", | ||||
|                     "hqd_mix": "Me\u0161ano", | ||||
|                     "hqd_night_dry": "Su\u0161enje \u010dez no\u010d", | ||||
|                     "hqd_outdoor": "Outdoor", | ||||
|                     "hqd_precious_cure": "Precious cure", | ||||
|                     "hqd_quick_20": "Hitro 20", | ||||
|                     "hqd_quick_30": "Hitro 30", | ||||
|                     "hqd_quick_dry": "Hitro su\u0161enje", | ||||
|                     "hqd_quilt": "Posteljna pregrinjala", | ||||
|                     "hqd_refresh": "Osve\u017eitev", | ||||
|                     "hqd_school_uniform": "\u0160olska uniforma", | ||||
|                     "hqd_shirt": "Srajce", | ||||
|                     "hqd_shoes": "Obuvala", | ||||
|                     "hqd_silk": "Svila", | ||||
|                     "hqd_sports": "\u0160port", | ||||
|                     "hqd_synthetics": "Sintetika", | ||||
|                     "hqd_timer": "\u010casovno", | ||||
|                     "hqd_towel": "Brisa\u010de", | ||||
|                     "hqd_underwear": "Spodnje perilo", | ||||
|                     "hqd_warm_up": "Pogrevanje", | ||||
|                     "hqd_wool": "Volna", | ||||
|                     "hqd_working_suit": "Delovna obla\u010dila", | ||||
|                     "hygiene": "Higiena", | ||||
|                     "iot_checkup": "Pregled", | ||||
|                     "iot_dry_anti_mites": "Proti pr\u0161icam", | ||||
|                     "iot_dry_baby": "Obla\u010dila dojen\u010dkov", | ||||
|                     "iot_dry_backpacks": "Nahrbtniki", | ||||
|                     "iot_dry_bathrobe": "Kopalni pla\u0161\u010d", | ||||
|                     "iot_dry_bed_linen": "Posteljnina", | ||||
|                     "iot_dry_bed_quilt": "Pre\u0161ite odeje", | ||||
|                     "iot_dry_cotton": "Bomba\u017e", | ||||
|                     "iot_dry_cuddly_toys": "Pli\u0161aste igra\u010dke", | ||||
|                     "iot_dry_curtains": "Zavese", | ||||
|                     "iot_dry_dehumidifier": "Odstranjevalec vlage", | ||||
|                     "iot_dry_delicates": "Ob\u010dutljivo", | ||||
|                     "iot_dry_delicate_tablecloths": "Ob\u010dutljivi namizni prti", | ||||
|                     "iot_dry_denim_jeans": "Denim \u2013 jeans", | ||||
|                     "iot_dry_down_jacket": "Suknji\u010di", | ||||
|                     "iot_dry_duvet": "Pre\u0161ite odeje", | ||||
|                     "iot_dry_easy_iron_cotton": "Super la\u017eje likanje", | ||||
|                     "iot_dry_easy_iron_synthetics": "Super la\u017eje likanje sintetike", | ||||
|                     "iot_dry_gym_fit": "Obla\u010dila za telovadbo in fitnes", | ||||
|                     "iot_dry_lingerie": "Spodnje perilo", | ||||
|                     "iot_dry_mixed": "Me\u0161ano", | ||||
|                     "iot_dry_playsuits": "Pajaci", | ||||
|                     "iot_dry_rapid_30": "Rapid 30", | ||||
|                     "iot_dry_rapid_59": "Hitro 59\u2019", | ||||
|                     "iot_dry_refresh": "Osve\u017eitev", | ||||
|                     "iot_dry_regenerates_waterproof": "Obnovitev nepremo\u010dljivih obla\u010dil", | ||||
|                     "iot_dry_relax_creases": "Meh\u010danje gub", | ||||
|                     "iot_dry_shirts": "Srajce", | ||||
|                     "iot_dry_small_load": "Malo perila", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Kopalke", | ||||
|                     "iot_dry_synthetics": "Sintetika", | ||||
|                     "iot_dry_synthetic_dry": "Su\u0161enje sintetike", | ||||
|                     "iot_dry_tablecloths": "Namizni prti", | ||||
|                     "iot_dry_technical_fabrics": "Tehni\u010dne tkanine", | ||||
|                     "iot_dry_warm_embrace": "Mehkoba", | ||||
|                     "iot_dry_wool": "Woolmark", | ||||
|                     "jeans": "D\u017eins", | ||||
|                     "mix_and_dry": "Su\u0161enje \u2013 me\u0161ana sestava", | ||||
|                     "pets": "Hi\u0161ne \u017eivali", | ||||
|                     "pre_iron": "Pred likanjem", | ||||
|                     "rapid_30": "Rapid 30", | ||||
|                     "rapid_45": "Hitri 45 min", | ||||
|                     "rapid_59": "Popolni hitri program 59 min.", | ||||
|                     "refresh": "Osve\u017eitev", | ||||
|                     "relax_creases": "Meh\u010danje gub", | ||||
|                     "saving_30_min": "EKO 30 min", | ||||
|                     "shirts": "Srajce", | ||||
|                     "shoes": "Obuvala", | ||||
|                     "small_load": "Malo perila", | ||||
|                     "soft_care": "Nega za mehkobo", | ||||
|                     "sport_plus": "\u0160portna oblacila", | ||||
|                     "super_easy_iron_misti": "Super la\u017eje likanje me\u0161anih tkanin", | ||||
|                     "super_easy_iron_xxl": "Super la\u017eje likanje XXL", | ||||
|                     "super_fast_cottons": "Super hitri za bomba\u017e", | ||||
|                     "super_fast_delicates": "Super hitri za ob\u010dutljivo", | ||||
|                     "synthetics": "Sintetika", | ||||
|                     "total_care": "Total Care", | ||||
|                     "trainers": "\u0160portna obutev", | ||||
|                     "ultra_care": "Ultra Care", | ||||
|                     "waterproof_revitalize": "Obnovitev nepremo\u010dljivih obla\u010dil", | ||||
|                     "whites": "Belo", | ||||
|                     "wool": "Su\u0161enje volne", | ||||
|                     "woolmark": "Woolmark", | ||||
|                     "xxl_load": "Zelo veliki kosi perila", | ||||
|                     "zoom_59": "Zoom 59" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "state": { | ||||
|                     "20_degrees_coloured_cottons": "20\u00b0 pisano in bomba\u017e", | ||||
|                     "20_degrees_new_energy_label": "20\u00b0C", | ||||
|                     "active_steam": "Para", | ||||
|                     "active_wash": "Aktivno pranje", | ||||
|                     "active_wash_steam": "Aktivno pranje", | ||||
|                     "allergy_care": "Nega proti alergijam", | ||||
|                     "allergy_care_pro": "Nega proti alergijam Pro", | ||||
|                     "all_in_one_49": "Vse v enem 49'.", | ||||
|                     "all_in_one_59": "Vse v enem 59'.", | ||||
|                     "all_in_one_59_steam": "Aktivno pranje + para", | ||||
|                     "autocare": "Samodejna nega", | ||||
|                     "autoclean": "\u010ci\u0161\u010denje bobna", | ||||
|                     "baby_60": "Vsa otro\u0161ka obla\u010dila 60 \u00b0C", | ||||
|                     "care_14": "Rapid Care 14'", | ||||
|                     "care_30": "Rapid Care 30'", | ||||
|                     "care_44": "Rapid Care 44'", | ||||
|                     "checkup": "Preveri", | ||||
|                     "colour_59": "Barvno 59'", | ||||
|                     "colour_59_steam": "Barvno perilo 59' + para", | ||||
|                     "cottons": "Bomba\u017e", | ||||
|                     "cottons_prewash": "Bomba\u017e + predpranje", | ||||
|                     "cottons_steam": "Bomba\u017e + Para", | ||||
|                     "cotton_care_59": "Bomba\u017e 59 min.", | ||||
|                     "delicate_59": "Ob\u010dutljivo 59'", | ||||
|                     "delicate_silk": "Ob\u010dutljiva svila", | ||||
|                     "delicate_silk_steam": "Ob\u010dutljiva svila + para", | ||||
|                     "delicati_59": "Ob\u010dutljivo 59'", | ||||
|                     "delicati_59_steam": "Ob\u010dutljivo 59'", | ||||
|                     "drain_spin": "Izpiranje in o\u017eemanje", | ||||
|                     "easy_iron": "La\u017eje likanje", | ||||
|                     "eco_40_60_new_energy_label": "Eco 40-60", | ||||
|                     "extra_care": "Dodatna Nega", | ||||
|                     "fitness": "Fitness", | ||||
|                     "fitness_care": "Fitness", | ||||
|                     "fresh_care": "Nega za sve\u017eino", | ||||
|                     "fresh_care_steam": "Nega za sve\u017eino + para", | ||||
|                     "handwash_wool": "Ro\u010dno pranje in volna", | ||||
|                     "high_dry": "Su\u0161enje bomba\u017ea", | ||||
|                     "hqd_20_degrees": "Bomba\u017e 20\u2103", | ||||
|                     "hqd_allergy": "Nega proti alergijam", | ||||
|                     "hqd_autoclean": "\u010ci\u0161\u010denje bobna", | ||||
|                     "hqd_babycare": "Otro\u0161ka posoda", | ||||
|                     "hqd_checkup": "Preveri", | ||||
|                     "hqd_cottons": "Bomba\u017e", | ||||
|                     "hqd_delicate": "Ob\u010dutljive tkanine", | ||||
|                     "hqd_delicate_cradle": "Ob\u010dutljive tkanine", | ||||
|                     "hqd_dry": "Su\u0161enje bomba\u017ea", | ||||
|                     "hqd_dry_synthetics": "Su\u0161enje me\u0161anih tkanin", | ||||
|                     "hqd_duvet": "Pre\u0161ite odeje", | ||||
|                     "hqd_eco_40_60_degrees": "Eco 40-60", | ||||
|                     "hqd_handwash_wool": "Volna", | ||||
|                     "hqd_i_refresh": "i-Refresh", | ||||
|                     "hqd_mix": "Me\u0161ano", | ||||
|                     "hqd_quick_15": "Hitro 15'", | ||||
|                     "hqd_quick_wash_57": "Hitro pranje 57 min", | ||||
|                     "hqd_rapid_wash_and_dry": "Pranje in su\u0161enje", | ||||
|                     "hqd_refresh": "Osve\u017eitev", | ||||
|                     "hqd_rinse": "Splakovanje", | ||||
|                     "hqd_shirts": "Srajce", | ||||
|                     "hqd_smart": "Smart A.I.", | ||||
|                     "hqd_spin": "O\u017eemanje", | ||||
|                     "hqd_sport": "\u0160port", | ||||
|                     "hqd_super_fast": "Hitro 39\u2019", | ||||
|                     "hqd_synthetic_and_coloured": "Sintetika", | ||||
|                     "hygiene_59": "Higiena Plus 59'", | ||||
|                     "hygiene_60": "Higiena 60'", | ||||
|                     "hygiene_plus_59": "Higiena Plus 59'", | ||||
|                     "hygiene_plus_59_min": "Higiena Plus 59'", | ||||
|                     "hygiene_pro_49_min": "Higiena Pro 49 min", | ||||
|                     "hygiene_pro_steam": "Hygiene Pro + Para", | ||||
|                     "intensive_40": "Intenzivno 40\u00b0C", | ||||
|                     "intensive_40_steam": "Intenzivno 40\u00b0C + para", | ||||
|                     "iot_active_steam": "Para", | ||||
|                     "iot_active_wash_steam": "Aktivno pranje", | ||||
|                     "iot_allergy_care_pro": "Nega proti alergijam Pro", | ||||
|                     "iot_all_in_one_59_steam": "Aktivno pranje + para", | ||||
|                     "iot_checkup": "Preveri", | ||||
|                     "iot_colour_59_steam": "Barvno perilo 59' + para", | ||||
|                     "iot_cottons_steam": "Bomba\u017e + Para", | ||||
|                     "iot_delicate_silk_steam": "Ob\u010dutljiva svila + para", | ||||
|                     "iot_delicati_59_steam": "Ob\u010dutljivo 59'", | ||||
|                     "iot_dry_air_refresh": "Osve\u017eitev z zrakom", | ||||
|                     "iot_dry_anti_mites": "Proti pr\u0161icam", | ||||
|                     "iot_dry_baby": "Dojen\u010dek", | ||||
|                     "iot_dry_backpacks": "Nahrbtniki", | ||||
|                     "iot_dry_bathrobe": "Kopalni pla\u0161\u010di in luknji\u010daste tkanine", | ||||
|                     "iot_dry_bed_linen": "Posteljnina", | ||||
|                     "iot_dry_cotton_dry": "Su\u0161enje bomba\u017ea", | ||||
|                     "iot_dry_cuddly_toys": "Pli\u0161aste igra\u010de", | ||||
|                     "iot_dry_curtains": "Zavese", | ||||
|                     "iot_dry_dehumidifier": "Odstranjevalec vlage", | ||||
|                     "iot_dry_delicates_antiallergy": "Ob\u010dutljive tkanine \u2013 protialegrijsko", | ||||
|                     "iot_dry_delicate_tablecloths": "Ob\u010dutljivi namizni prti", | ||||
|                     "iot_dry_denim_jeans": "Denim \u2013 jeans", | ||||
|                     "iot_dry_easy_iron_cotton": "Enostavno likanje \u2013 bomba\u017e", | ||||
|                     "iot_dry_easy_iron_synthetics": "Enostavno likanje \u2013 sintetika", | ||||
|                     "iot_dry_gym_fit": "\u0160portna obla\u010dila", | ||||
|                     "iot_dry_lingerie": "Spodnje perilo", | ||||
|                     "iot_dry_mixed_dry": "Su\u0161enje me\u0161anih tkanin", | ||||
|                     "iot_dry_rapid_60_min_delicates": "Hitro 60' \u2013 ob\u010dutljive tkanine", | ||||
|                     "iot_dry_shirts": "Srajce", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Kopalke", | ||||
|                     "iot_dry_synthetics": "Su\u0161enje sintetike", | ||||
|                     "iot_dry_synthetic_dry": "Su\u0161enje sintetike", | ||||
|                     "iot_dry_tablecloths": "Namizni prti", | ||||
|                     "iot_dry_technical_fabrics": "Tehni\u010dne tkanine", | ||||
|                     "iot_dry_warm_embrace": "Topel boben", | ||||
|                     "iot_dry_wool_dry": "Su\u0161enje volne", | ||||
|                     "iot_easy_iron": "La\u017eje likanje", | ||||
|                     "iot_fresh_care_steam": "Nega za sve\u017eino + para", | ||||
|                     "iot_hygiene_pro_steam": "Hygiene Pro + Para", | ||||
|                     "iot_intensive_40_steam": "Intenzivno 40\u00b0C + para", | ||||
|                     "iot_mixed_steam": "Me\u0161ano + Para", | ||||
|                     "iot_mix_and_colour_59_steam": "Me\u0161ana in pisana obla\u010dila 59' + para", | ||||
|                     "iot_perfect_cotton_59_steam": "Idealen za Bombaz 59'", | ||||
|                     "iot_rapid_a_class_60_steam": "Hitri razred A 60 + para", | ||||
|                     "iot_resistant_cotton_steam": "Bomba\u017e + Para", | ||||
|                     "iot_shirts_steam": "Srajce + Para", | ||||
|                     "iot_single_item_steam": "En artikel + para", | ||||
|                     "iot_smart_wash": "Pametno pranje", | ||||
|                     "iot_soft_care_steam": "Soft Care + Steam", | ||||
|                     "iot_special_39_full_load_steam": "Posebno 39' + para", | ||||
|                     "iot_steam_hygiene_plus": "Higiena plus para ", | ||||
|                     "iot_synthetic_and_coloured_steam": "Sinteti\u010dne in pisane tkanine + para", | ||||
|                     "iot_wash_and_dry": "Pranje in su\u0161enje", | ||||
|                     "iot_wash_anti_mites": "Proti pr\u0161icam", | ||||
|                     "iot_wash_anti_odor": "Proti neprijetnim vonjavam", | ||||
|                     "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|                     "iot_wash_ariel_cold_cycle": "Ariel Cold Clean", | ||||
|                     "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", | ||||
|                     "iot_wash_baby_sanitizer": "Dezinfekcija", | ||||
|                     "iot_wash_baby_sanitizer_steam": "Razku\u017eevanje za otroke + para", | ||||
|                     "iot_wash_backpacks": "Nahrbtniki", | ||||
|                     "iot_wash_backpacks_zelig": "Nahrbtniki", | ||||
|                     "iot_wash_bathrobe": "Kopalni pla\u0161\u010di in brisa\u010de", | ||||
|                     "iot_wash_bathrobe_steam": "Kopalni pla\u0161\u010d + Para", | ||||
|                     "iot_wash_bed_linen": "Posteljnina", | ||||
|                     "iot_wash_bed_linen_steam": "Posteljnina + Para", | ||||
|                     "iot_wash_bed_linen_zelig": "Posteljnina", | ||||
|                     "iot_wash_big_single_load": "Velika posamezna koli\u010dina", | ||||
|                     "iot_wash_bleaching": "Beljenje", | ||||
|                     "iot_wash_blood_stains": "Made\u017ei krvi", | ||||
|                     "iot_wash_cashmere": "Ka\u0161mir", | ||||
|                     "iot_wash_chocolate_stains": "\u010cokoladni made\u017ei", | ||||
|                     "iot_wash_cold_wash": "Hladna voda", | ||||
|                     "iot_wash_colored": "Barvno", | ||||
|                     "iot_wash_colored_anti_stain": "Odstranjevanje made\u017eev za barva obla\u010dila", | ||||
|                     "iot_wash_colored_delicate": "Ob\u010dutljivo barvno", | ||||
|                     "iot_wash_coloured": "Pisane tkanine", | ||||
|                     "iot_wash_coloured_bed_linen": "Barvna posteljnina", | ||||
|                     "iot_wash_coloured_bed_linen_steam": "Barvna posteljnina + para", | ||||
|                     "iot_wash_coloured_curtains": "Pisane zavese", | ||||
|                     "iot_wash_coloured_shirts": "Pisane srajce", | ||||
|                     "iot_wash_coloured_shirts_steam": "Barvne srajce + para", | ||||
|                     "iot_wash_coloured_steam": "Pisane tkanine + Para", | ||||
|                     "iot_wash_coloured_tableclothes": "Pisani namizni prti", | ||||
|                     "iot_wash_coloured_tableclothes_steam": "Pisani namizni prti + para", | ||||
|                     "iot_wash_cotton": "Bomba\u017e", | ||||
|                     "iot_wash_cotton_steam": "Bomba\u017e + Para", | ||||
|                     "iot_wash_cuddly_toys": "Pli\u0161aste igra\u010de", | ||||
|                     "iot_wash_curtains": "Zavese", | ||||
|                     "iot_wash_curtains_steam": "Zavese + Para", | ||||
|                     "iot_wash_curtains_zelig": "Zavese", | ||||
|                     "iot_wash_dark": "Temne tkanine", | ||||
|                     "iot_wash_darks_and_coloured_44": "Temno in barvno 44 min", | ||||
|                     "iot_wash_darks_and_coloured_59": "Temno in barvno 59 min", | ||||
|                     "iot_wash_darks_and_coloured_xl": "Temno in barvno XL", | ||||
|                     "iot_wash_dark_steam": "Temne tkanine + Para", | ||||
|                     "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|                     "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|                     "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|                     "iot_wash_delicate": "Ob\u010dutljive tkanine", | ||||
|                     "iot_wash_delicate_antiallergy": "Protialergijsko delovanje za ob\u010dutljive tkanine", | ||||
|                     "iot_wash_delicate_antiallergy_steam": "Protialergijsko delovanje za ob\u010dutljive tkanine + Para", | ||||
|                     "iot_wash_delicate_antiallergy_zelig": "Protialergijsko delovanje za ob\u010dutljive tkanine", | ||||
|                     "iot_wash_delicate_colors": "Ob\u010dutljive pisane tkanine", | ||||
|                     "iot_wash_delicate_colors_steam": "Barvno perilo + para", | ||||
|                     "iot_wash_delicate_dark": "Ob\u010dutljivo temno", | ||||
|                     "iot_wash_delicate_steam": "Ob\u010dutljive tkanine + Para", | ||||
|                     "iot_wash_delicate_tablecloths": "Ob\u010dutljivi namizni prti", | ||||
|                     "iot_wash_delicate_tablecloths_steam": "Ob\u010dutljivi namizni prti + Para", | ||||
|                     "iot_wash_delicate_whites": "Ob\u010dutljivo belo", | ||||
|                     "iot_wash_denim_jeans": "Denim \u2013 jeans", | ||||
|                     "iot_wash_diving_suits": "Potaplja\u0161ke obleke", | ||||
|                     "iot_wash_diving_suits_zelig": "Potaplja\u0161ke obleke", | ||||
|                     "iot_wash_down_jackets": "Puhovke", | ||||
|                     "iot_wash_down_jackets_zelig": "Puhovke", | ||||
|                     "iot_wash_duvet": "Pre\u0161ite odeje", | ||||
|                     "iot_wash_fruit_stains": "Made\u017ei sadja", | ||||
|                     "iot_wash_gym_fit": "\u0160portna obla\u010dila", | ||||
|                     "iot_wash_handwash": "Ro\u010dno pranje", | ||||
|                     "iot_wash_handwash_colored": "Ro\u010dno pranje barvno", | ||||
|                     "iot_wash_handwash_dark": "Ro\u010dno pranje temno", | ||||
|                     "iot_wash_lingerie": "Spodnje perilo", | ||||
|                     "iot_wash_masks_refresh": "Osve\u017eevanje mask", | ||||
|                     "iot_wash_masks_sanification": "Dezinfekcija mask", | ||||
|                     "iot_wash_masks_sanification_steam": "Dezinfekcija mask + Para", | ||||
|                     "iot_wash_mats": "Preproge", | ||||
|                     "iot_wash_men_s_trousers": "Hla\u010de", | ||||
|                     "iot_wash_mixed": "Me\u0161ano", | ||||
|                     "iot_wash_mixed_steam": "Me\u0161ano + Para", | ||||
|                     "iot_wash_mix_and_coloured_44": "Me\u0161ano in barvno 44 min", | ||||
|                     "iot_wash_mix_and_coloured_59": "Me\u0161ano in barvno 59 min", | ||||
|                     "iot_wash_mix_and_coloured_xl": "Me\u0161ano in barvno XL", | ||||
|                     "iot_wash_new_clothes": "Nova obla\u010dila", | ||||
|                     "iot_wash_perfect_white": "Popolna belina", | ||||
|                     "iot_wash_perfect_white_steam": "Popolna belina + Para", | ||||
|                     "iot_wash_pets": "Dodatki za hi\u0161ne ljubljen\u010dke", | ||||
|                     "iot_wash_pets_hair_removal": "Odstranjevanje dlake hi\u0161nih ljubljen\u010dkov", | ||||
|                     "iot_wash_pets_odours_stains_removal": "Odstranjevanje vonjav in made\u017eev hi\u0161nih ljubljen\u010dkov", | ||||
|                     "iot_wash_pets_steam": "Dodatki za hi\u0161ne ljubljen\u010dke", | ||||
|                     "iot_wash_playsuits": "Otro\u0161ka obla\u010dila", | ||||
|                     "iot_wash_playsuits_steam": "Otro\u0161ka obla\u010dila + Para", | ||||
|                     "iot_wash_quick_drum_cleaner": "Sredstvo za hitro \u010di\u0161\u010denje bobna", | ||||
|                     "iot_wash_rapid_14": "Hitro 14\u2019", | ||||
|                     "iot_wash_rapid_30": "Hitro 30\u2019", | ||||
|                     "iot_wash_rapid_44": "Hitro 44\u2019", | ||||
|                     "iot_wash_rapid_59": "Hitro 59\u2019", | ||||
|                     "iot_wash_rapid_59_steam": "Hitro 59' + para", | ||||
|                     "iot_wash_refresh_14_min": "Osve\u017eitev 14\u2019", | ||||
|                     "iot_wash_resistant_colored": "Trpe\u017eno barvno", | ||||
|                     "iot_wash_resistant_dark": "Trpe\u017eno temno", | ||||
|                     "iot_wash_resistant_whites": "Trpe\u017eno belo", | ||||
|                     "iot_wash_rinse": "Splakovanje", | ||||
|                     "iot_wash_shirts": "Srajce", | ||||
|                     "iot_wash_shirts_steam": "Srajce + Para", | ||||
|                     "iot_wash_silk": "Svila", | ||||
|                     "iot_wash_ski_suit": "Smu\u010darske obleke", | ||||
|                     "iot_wash_ski_suit_zelig": "Smu\u010darske obleke", | ||||
|                     "iot_wash_spin": "O\u017eemanje", | ||||
|                     "iot_wash_sport": "\u0160port", | ||||
|                     "iot_wash_sport_anti_odor": "\u0160portna obla\u010dila, odporna proti neprijetnim vonjavam", | ||||
|                     "iot_wash_sport_anti_odor_zelig": "\u0160portna obla\u010dila, odporna proti neprijetnim vonjavam", | ||||
|                     "iot_wash_stains_remover": "Odstranjevalec made\u017eev", | ||||
|                     "iot_wash_swimsuits_and_bikinis": "Kopalke", | ||||
|                     "iot_wash_synthetic": "Sintetika", | ||||
|                     "iot_wash_synthetic_steam": "Sintetika + Para", | ||||
|                     "iot_wash_tablecloths": "Namizni prti", | ||||
|                     "iot_wash_tablecloths_steam": "Namizni prti + Para", | ||||
|                     "iot_wash_technical_fabrics": "Tehni\u010dne tkanine", | ||||
|                     "iot_wash_technical_fabrics_zelig": "Tehni\u010dne tkanine", | ||||
|                     "iot_wash_technical_jackets": "Tehni\u010dne jakne", | ||||
|                     "iot_wash_technical_jackets_zelig": "Tehni\u010dne jakne", | ||||
|                     "iot_wash_trainers": "\u0160portni copati", | ||||
|                     "iot_wash_whites": "Belo", | ||||
|                     "iot_wash_whites_44": "Belo 44 min", | ||||
|                     "iot_wash_whites_59": "Belo 59 min", | ||||
|                     "iot_wash_whites_xl": "Belo XL", | ||||
|                     "iot_wash_wine_stains": "Made\u017ei vina", | ||||
|                     "iot_wash_wool": "Volna", | ||||
|                     "jeans": "Jeans", | ||||
|                     "jeans_60": "D\u017eins", | ||||
|                     "low_dry": "Su\u0161enje me\u0161anih tkanin", | ||||
|                     "mixed": "Me\u0161ano", | ||||
|                     "mixed_and_colored_59": "Me\u0161ana in pisana obla\u010dila 59'", | ||||
|                     "mixed_steam": "Me\u0161ano + Para", | ||||
|                     "mix_and_colour_59": "Mesana Sestava in Barvno 59'", | ||||
|                     "mix_and_colour_59_steam": "Me\u0161ana in pisana obla\u010dila 59' + para", | ||||
|                     "night_and_day": "No\u010d in dan", | ||||
|                     "night_wash": "Overnight Cycle", | ||||
|                     "perfect_59": "Popolno 59'", | ||||
|                     "perfect_cotton_59": "Idealen za Bombaz 59'", | ||||
|                     "perfect_cotton_59_steam": "Idealen za Bombaz 59'", | ||||
|                     "perfect_whites_59": "Popolnoma belo 59'", | ||||
|                     "rapid_14_min": "Hitri program 14'.", | ||||
|                     "rapid_30_min": "Hitri program 14 min.", | ||||
|                     "rapid_44_min": "Hitri program 14 min.", | ||||
|                     "rapid_a_class_60": "Hitri razred A 60", | ||||
|                     "rapid_a_class_60_steam": "Hitri razred A 60 + para", | ||||
|                     "rapid_wash_and_dry_59_min": "Pranje in su\u0161enje 59'.", | ||||
|                     "resistant_cotton": "Bomba\u017e", | ||||
|                     "resistant_cotton_steam": "Bomba\u017e + Para", | ||||
|                     "rinse": "Splakovanje", | ||||
|                     "shirts_steam": "Srajce + Para", | ||||
|                     "silent_night": "Overnight Cycle", | ||||
|                     "single_item": "En artikel", | ||||
|                     "single_item_steam": "En artikel + para", | ||||
|                     "smart_wash": "Pametno pranje", | ||||
|                     "soft_care": "Nega za mehkobo", | ||||
|                     "soft_care_steam": "Soft Care + Steam", | ||||
|                     "soft_care_steam_title": "Soft Care + Steam", | ||||
|                     "special_39": "Poseben 39'", | ||||
|                     "special_39_full_load": "Poseben 39'", | ||||
|                     "special_39_full_load_steam": "Posebno 39' + para", | ||||
|                     "special_49": "Posebno 49'", | ||||
|                     "sport_39": "\u0160port 39'", | ||||
|                     "sport_plus_29": "Sport Plus 29\"", | ||||
|                     "sport_plus_39": "Sport Plus 39'", | ||||
|                     "steam_39": "Para 39'", | ||||
|                     "steam_care_pro": "Steam Care Pro", | ||||
|                     "steam_care_pro_cotton": "Steam Care Pro \u2013 bomba\u017e", | ||||
|                     "steam_care_pro_delicates": "Steam Care Pro \u2013 ob\u010dutljive tkanine", | ||||
|                     "steam_care_pro_synthetic": "Steam Care Pro \u2013 sintetika", | ||||
|                     "steam_hygiene_plus": "Higiena plus para ", | ||||
|                     "synthetics": "Sintetika", | ||||
|                     "synthetic_and_coloured": "Sinteti\u010dne in pisane tkanine", | ||||
|                     "synthetic_and_coloured_steam": "Sinteti\u010dne in pisane tkanine + para", | ||||
|                     "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|                     "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|                     "total_care": "Popolna nega", | ||||
|                     "tumbling": "Boben", | ||||
|                     "wool": "Volna", | ||||
|                     "wool_and_delicates_49": "Volna/Ob\u010dutljive tkanine 49'", | ||||
|                     "wool_dry": "Su\u0161enje volne", | ||||
|                     "wool_soft_care": "Volna & Nega Za Mehkobo" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Brez su\u0161enja", | ||||
|                     "1": "Likanje", | ||||
|                     "2": "Suho za omaro", | ||||
|                     "3": "Suho za omaro", | ||||
|                     "4": "Zelo suho", | ||||
|                     "12": "Likanje", | ||||
|                     "13": "Suho za omaro", | ||||
|                     "14": "Pripravljeno za uporabo", | ||||
|                     "15": "Zelo suho" | ||||
|                 }, | ||||
|                 "name": "Stopnja su\u0161enja" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "O\u017eemanje" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u010cas su\u0161enja" | ||||
|             } | ||||
|         }, | ||||
|         "switch": { | ||||
|             "anti_crease": { | ||||
|                 "name": "Proti me\u010dkanju" | ||||
|             }, | ||||
|             "add_dish": { | ||||
|                 "name": "" | ||||
|             }, | ||||
|             "eco_express": { | ||||
|                 "name": "Var\u010dno" | ||||
|             }, | ||||
|             "extra_dry": { | ||||
|                 "name": "Zelo suho" | ||||
|             }, | ||||
|             "half_load": { | ||||
|                 "name": "Napolnjeno do polovice" | ||||
|             }, | ||||
|             "open_door": { | ||||
|                 "name": "Odpri vrata" | ||||
|             }, | ||||
|             "three_in_one": { | ||||
|                 "name": "3 v 1" | ||||
|             }, | ||||
|             "preheat": { | ||||
|                 "name": "Predhodno segrevanje" | ||||
|             }, | ||||
|             "dish_washer": { | ||||
|                 "name": "Pomivalni stroj" | ||||
|             }, | ||||
|             "tumble_dryer": { | ||||
|                 "name": "Su\u0161ilni stroj" | ||||
|             }, | ||||
|             "washing_machine": { | ||||
|                 "name": "Pralni stroj" | ||||
|             }, | ||||
|             "washer_dryer": { | ||||
|                 "name": "Pralno-su\u0161ilni stroj" | ||||
|             }, | ||||
|             "oven": { | ||||
|                 "name": "Pe\u010dica" | ||||
|             }, | ||||
|             "prewash": { | ||||
|                 "name": "Predpranje" | ||||
|             }, | ||||
|             "pause": { | ||||
|                 "name": "Premor" | ||||
|             }, | ||||
|             "keep_fresh": { | ||||
|                 "name": "Keep Fresh" | ||||
|             } | ||||
|         }, | ||||
|         "binary_sensor": { | ||||
|             "door_lock": { | ||||
|                 "name": "Zaklepanje vrat" | ||||
|             }, | ||||
|             "extra_rinse_1": { | ||||
|                 "name": " + 1 izpiranje" | ||||
|             }, | ||||
|             "extra_rinse_2": { | ||||
|                 "name": " + 2 izpiranji" | ||||
|             }, | ||||
|             "extra_rinse_3": { | ||||
|                 "name": " + 3 izpiranja" | ||||
|             }, | ||||
|             "good_night": { | ||||
|                 "name": "Lahko no\u010d" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Proti me\u010dkanju" | ||||
|             }, | ||||
|             "aqua_plus": { | ||||
|                 "name": "Acquaplus" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "O\u017eemanje" | ||||
|             }, | ||||
|             "programs_dw": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "still_hot": { | ||||
|                 "name": "\u0160e vedno vro\u010de" | ||||
|             }, | ||||
|             "pan_status": { | ||||
|                 "name": "Posoda" | ||||
|             }, | ||||
|             "remote_control": { | ||||
|                 "name": "Daljinsko upravljanje" | ||||
|             }, | ||||
|             "rinse_aid": { | ||||
|                 "name": "Nivo sredstva za sijaj" | ||||
|             }, | ||||
|             "salt_level": { | ||||
|                 "name": "Nivo soli" | ||||
|             }, | ||||
|             "door_open": { | ||||
|                 "name": "Door open" | ||||
|             }, | ||||
|             "connection": { | ||||
|                 "name": "Povezava aparata" | ||||
|             } | ||||
|         }, | ||||
|         "number": { | ||||
|             "power_management": { | ||||
|                 "name": "Upravljanje mo\u010di" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "S funkcijo Zamik vklopa je mo\u017eno odlo\u017eiti za\u010detek su\u0161ilnega cikla od 1 do 24 ur. Na zaslonu se prika\u017ee izbrana zakasnitev. Da bi videli kako se zmanj\u0161uje iz ure v uro, pritisnite ZA\u010cETEK. Na ta na\u010din bo perilo suho takrat, ko boste to \u017eeleli, in zagnali cikel, ko vam to najbolj ustreza, celo pono\u010di." | ||||
|             }, | ||||
|             "water_hard": { | ||||
|                 "name": "Trdota vode" | ||||
|             }, | ||||
|             "program_duration": { | ||||
|                 "name": "\u010cas trajanja programa" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Ciljna temperatura" | ||||
|             }, | ||||
|             "rinse_iterations": { | ||||
|                 "name": "\u0160tevilo izpiranj" | ||||
|             }, | ||||
|             "wash_time": { | ||||
|                 "name": "\u010cas pranja" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u010cas su\u0161enja" | ||||
|             } | ||||
|         }, | ||||
|         "button": { | ||||
|             "induction_hob": { | ||||
|                 "name": "Indukcijska kuhalna plo\u0161\u010da" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @ -1,953 +0,0 @@ | ||||
| { | ||||
|     "entity": { | ||||
|         "sensor": { | ||||
|             "washing_modes": { | ||||
|                 "state": { | ||||
|                     "0": "Spremno", | ||||
|                     "1": "Spremno", | ||||
|                     "3": "Pauza", | ||||
|                     "4": "Planirano", | ||||
|                     "5": "Planirano", | ||||
|                     "6": "Gre\u0161ka", | ||||
|                     "7": "Spremno" | ||||
|                 } | ||||
|             }, | ||||
|             "program_phases_wm": { | ||||
|                 "state": { | ||||
|                     "0": "Spremno", | ||||
|                     "1": "Pranje", | ||||
|                     "2": "Pranje", | ||||
|                     "3": "Centrifuga", | ||||
|                     "4": "Ispiranje", | ||||
|                     "5": "Ispiranje", | ||||
|                     "6": "Ispiranje", | ||||
|                     "7": "Su\u0161enje", | ||||
|                     "9": "Vodena para", | ||||
|                     "10": "Spremno", | ||||
|                     "11": "Centrifuga", | ||||
|                     "12": "Vaganje ", | ||||
|                     "13": "Vaganje ", | ||||
|                     "14": "Pranje", | ||||
|                     "15": "Pranje", | ||||
|                     "16": "Pranje", | ||||
|                     "17": "Ispiranje", | ||||
|                     "18": "Ispiranje", | ||||
|                     "19": "Planirano", | ||||
|                     "20": "Odr\u017eavanje sve\u017eine", | ||||
|                     "24": "Osve\u017eavanje", | ||||
|                     "25": "Pranje", | ||||
|                     "26": "Grejanje", | ||||
|                     "27": "Pranje" | ||||
|                 }, | ||||
|                 "name": "Faza" | ||||
|             }, | ||||
|             "program_phases_td": { | ||||
|                 "state": { | ||||
|                     "0": "Spremno", | ||||
|                     "1": "Su\u0161enje", | ||||
|                     "2": "Su\u0161enje", | ||||
|                     "3": "Hla\u0111enje", | ||||
|                     "13": "Hla\u0111enje", | ||||
|                     "14": "Su\u0161enje", | ||||
|                     "15": "Su\u0161enje", | ||||
|                     "16": "Hla\u0111enje", | ||||
|                     "18": "O\u010duvanje sve\u017eine", | ||||
|                     "19": "Su\u0161enje", | ||||
|                     "20": "Su\u0161enje" | ||||
|                 }, | ||||
|                 "name": "Faza" | ||||
|             }, | ||||
|             "program_phases_dw": { | ||||
|                 "state": { | ||||
|                     "0": "Spremno", | ||||
|                     "1": "Pretpranje", | ||||
|                     "2": "Pranje", | ||||
|                     "3": "Ispiranje", | ||||
|                     "4": "Su\u0161enje", | ||||
|                     "5": "Spremno", | ||||
|                     "6": "Hot rinse" | ||||
|                 }, | ||||
|                 "name": "Faza" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Bez su\u0161enja", | ||||
|                     "1": "Peglanje", | ||||
|                     "2": "Suvo za ormar", | ||||
|                     "3": "Suvo za ormar", | ||||
|                     "4": "Ekstra suvo", | ||||
|                     "12": "Peglanje", | ||||
|                     "13": "Suvo za ormar", | ||||
|                     "14": "Spremno za no\u0161enje", | ||||
|                     "15": "Ekstra suvo" | ||||
|                 }, | ||||
|                 "name": "Nivo su\u0161enja" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Protiv gu\u017evanja" | ||||
|             }, | ||||
|             "power": { | ||||
|                 "name": "Ja\u010dina" | ||||
|             }, | ||||
|             "remaining_time": { | ||||
|                 "name": "Preostalo vreme" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "water_efficiency": { | ||||
|                 "name": "Efikasnost vode" | ||||
|             }, | ||||
|             "water_saving": { | ||||
|                 "name": "U\u0161teda vode" | ||||
|             }, | ||||
|             "duration": { | ||||
|                 "name": "Trajanje" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "\u017deljena temperatura" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Centrifuga" | ||||
|             }, | ||||
|             "steam_leve": { | ||||
|                 "name": "Nivo pare" | ||||
|             }, | ||||
|             "dirt_level": { | ||||
|                 "name": "Nivo zaprljanosti" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Odlo\u017eeni start" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Vreme su\u0161enja" | ||||
|             }, | ||||
|             "suggested_load": { | ||||
|                 "name": "Kapacitet punjenja" | ||||
|             }, | ||||
|             "energy_label": { | ||||
|                 "name": "Energetska efikasnost" | ||||
|             }, | ||||
|             "det_dust": { | ||||
|                 "name": "Pra\u0161ak" | ||||
|             }, | ||||
|             "det_liquid": { | ||||
|                 "name": "Te\u010dni" | ||||
|             } | ||||
|         }, | ||||
|         "select": { | ||||
|             "programs_dw": { | ||||
|                 "state": { | ||||
|                     "59_min": "Brzi 59'", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "auto_care_soil": "Auto Care", | ||||
|                     "auto_plus": "AutoPlus", | ||||
|                     "auto_sensor": "Auto Sensor", | ||||
|                     "auto_sensor_soil": "Auto Sensor", | ||||
|                     "auto_universal": "Automatski univerzalni 50 - 60\u00b0C", | ||||
|                     "auto_universal_plus": "Automatski univerzalni+ 65 - 75\u00b0C", | ||||
|                     "auto_universal_plus_soil": "Automatski univerzalni+ 65 - 75\u00b0C", | ||||
|                     "auto_universal_soil": "Automatski univerzalni 50 - 60\u00b0C", | ||||
|                     "auto_wash": "Automatsko pranje", | ||||
|                     "auto_wash_soil": "Automatsko pranje", | ||||
|                     "classe_a_59": "A klasa 59' 65\u00b0C", | ||||
|                     "delicate": "Osetljivo 45\u00b0C", | ||||
|                     "dishwasher_care": "Ciklus \u010di\u0161\u0107enja kamenca", | ||||
|                     "eco": "Eko", | ||||
|                     "eco_asynch": "Eco 45\u00b0C", | ||||
|                     "eco_bldc": "Eco 45\u00b0C", | ||||
|                     "eco_synch": "Eco 45\u00b0C", | ||||
|                     "gentle_wash": "Gentle wash", | ||||
|                     "glass": "Staklo", | ||||
|                     "glassware": "Staklo 45\u00b0C", | ||||
|                     "glass_care": "Glass Care", | ||||
|                     "hygiene": "Higijena", | ||||
|                     "hygiene_plus": "Higijenski+ 75\u00b0C", | ||||
|                     "intensive": "Intenzivno ", | ||||
|                     "intensive_rapid": "sna\u017eno i brzo", | ||||
|                     "iot_auto_sensor": "Auto Sensor", | ||||
|                     "iot_auto_universal_soil": "Automatski univerzalni 50 - 60\u00b0C", | ||||
|                     "iot_auto_wash_soil": "Automatsko pranje", | ||||
|                     "iot_baby_care": "Baby Nega", | ||||
|                     "iot_breakfast": "Doru\u010dak", | ||||
|                     "iot_checkup": "Provera", | ||||
|                     "iot_china_crystals": "China Kristal", | ||||
|                     "iot_classe_a_59": "Brzi 59'", | ||||
|                     "iot_cocktail_glasses": "\u010ca\u0161e za koktel", | ||||
|                     "iot_cocktail_glasses_soil": "\u010ca\u0161e za koktel", | ||||
|                     "iot_daily_care": "Svakodnevna nega", | ||||
|                     "iot_daily_care_soil": "Svakodnevna nega", | ||||
|                     "iot_delicate": "Osetljivo 45\u00b0C", | ||||
|                     "iot_dinner_for_two": "Ve\u010dera za dvoje", | ||||
|                     "iot_dinner_for_two_soil": "Ve\u010dera za dvoje", | ||||
|                     "iot_dreft_quick_cycle": "Dreft Quick", | ||||
|                     "iot_eco_asynch": "Eco 45\u00b0C", | ||||
|                     "iot_eco_bldc": "Eco 45\u00b0C", | ||||
|                     "iot_eco_synch": "Eco 45\u00b0C", | ||||
|                     "iot_extra_hygiene": "Extra Higijena", | ||||
|                     "iot_fairy_quick_cycle": "Fairy Quick", | ||||
|                     "iot_happy_hour": "Happy Hour", | ||||
|                     "iot_jar_quick_cycle": "Jar Quick", | ||||
|                     "iot_party": "\u017durka", | ||||
|                     "iot_party_soil": "\u017durka", | ||||
|                     "iot_pizza_menu": "Pizza Meni", | ||||
|                     "iot_pizza_menu_soil": "Pizza Meni", | ||||
|                     "iot_plastic_tupperware": "Plastika i Tupperware", | ||||
|                     "iot_porcelain": "Porcelan", | ||||
|                     "iot_power_mix_wash": "Power Mix pranje", | ||||
|                     "iot_power_mix_wash_soil": "Power Mix pranje", | ||||
|                     "iot_prewash": "Predpranje", | ||||
|                     "iot_pyrex_and_glassware": "Pyrex i Vatrostalne posude", | ||||
|                     "iot_rapid_29": "Brzo 29'", | ||||
|                     "iot_rapid_39": "Brzi 39' 60\u00b0C", | ||||
|                     "iot_single": "Single", | ||||
|                     "iot_steam": "Para 75\u00b0C", | ||||
|                     "iot_super_flash": "Super brzi", | ||||
|                     "iot_super_wash": "Super pranje", | ||||
|                     "iot_turbopower": "TurboPower", | ||||
|                     "iot_universal": "Univerzalni 60\u00b0C", | ||||
|                     "iot_wok_grids_maxi_pans": "Specijalni tiganji (Wok, Re\u0161etke, Maxi tiganji)", | ||||
|                     "iot_wok_grids_maxi_pans_soil": "Specijalni tiganji (Wok, Re\u0161etke, Maxi tiganji)", | ||||
|                     "iot_yes_quick_cycle": "Yes Quick", | ||||
|                     "night": "Ultra tihi 55\u00b0C", | ||||
|                     "prewash": "Predpranje", | ||||
|                     "rapid_20": "Brzi 20'", | ||||
|                     "rapid_24": "Brzo 24'", | ||||
|                     "rapid_29": "Brzo 29' 50\u00b0C", | ||||
|                     "rapid_35": "Wash&Dry 35'", | ||||
|                     "rapid_39": "Brzi 39' 60\u00b0C", | ||||
|                     "rapid_49": "Brzi 49'", | ||||
|                     "rapid_59": "Brzi 59'", | ||||
|                     "sanitising": "Dezinfekcija", | ||||
|                     "silence": "Silence", | ||||
|                     "silent": "No\u0107", | ||||
|                     "silent_care": "Silent Care", | ||||
|                     "smart_ai": "Smart AI", | ||||
|                     "special": "posebno", | ||||
|                     "special_pw_prz": "posebno", | ||||
|                     "steam": "Para 75\u00b0C", | ||||
|                     "steam_plus": "Dodatno parenje na 75 \u00b0C", | ||||
|                     "total_care": "Total Care 50\u00b0C", | ||||
|                     "ultra_silence": "Ultra tihi 55\u00b0C", | ||||
|                     "ultra_silent": "Ultra tihi 55\u00b0C", | ||||
|                     "universal": "Univerzalni 60\u00b0C", | ||||
|                     "universal_plus": "Univerzalni plus 70\u00b0C", | ||||
|                     "zoom_39": "Zoom 39 min" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "state": { | ||||
|                     "iot_special_ash_brown": "Pr\u017eeni rendani krompir", | ||||
|                     "iot_special_beef_fillet": "Gove\u0111i file", | ||||
|                     "iot_special_beef_veal_stew": "Gove\u0111i i telec\u0301i paprika\u0161", | ||||
|                     "iot_special_boiled_rice": "Kuvani pirina\u010d", | ||||
|                     "iot_special_chicken_breast": "Pile\u0107a prsa", | ||||
|                     "iot_special_chicken_legs": "Pile\u0107i bataci", | ||||
|                     "iot_special_chocolate_pudding": "Puding od \u010dokolade", | ||||
|                     "iot_special_entrecote": "Antrikot", | ||||
|                     "iot_special_fresh_tuna": "Sve\u017ea tuna", | ||||
|                     "iot_special_grilled_vegetables": "Grilovano povr\u0107e", | ||||
|                     "iot_special_lamb_cutlet": "Jagnje\u0107i kotlet", | ||||
|                     "iot_special_meatballs": "\u0106ufte", | ||||
|                     "iot_special_minestrone": "Minestrone", | ||||
|                     "iot_special_mussels": "Dagnje", | ||||
|                     "iot_special_omelette": "Omlet", | ||||
|                     "iot_special_pancakes": "Pala\u010dinke", | ||||
|                     "iot_special_paris_style_peas": "Gra\u0161ak na pariski na\u010din", | ||||
|                     "iot_special_poached_eggs": "Po\u0161irana jaja", | ||||
|                     "iot_special_pork_fillet": "Svinjski file", | ||||
|                     "iot_special_pork_ribs": "Svinjska rebarca", | ||||
|                     "iot_special_prawns": "Gambori", | ||||
|                     "iot_special_quinoa": "Kinoa", | ||||
|                     "iot_special_ratatouille": "Ratatuj", | ||||
|                     "iot_special_salmon_fillet": "Filet lososa", | ||||
|                     "iot_special_saute_potatoes": "Dinstani krompir", | ||||
|                     "iot_special_scallops": "Jakobove kapice", | ||||
|                     "iot_special_scrambled_eggs": "Kajgana", | ||||
|                     "iot_special_spelt": "Spelta", | ||||
|                     "iot_special_veggy_noodles": "Rezanci s povr\u0107em", | ||||
|                     "iot_special_white_fish_fillet": "Filet bele ribe", | ||||
|                     "iot_standard_boiling": "Boiling", | ||||
|                     "iot_standard_frying": "Pr\u017eenje", | ||||
|                     "iot_standard_keep_warm": "Odr\u017eite toplinu", | ||||
|                     "iot_standard_melting": "Topljenje", | ||||
|                     "iot_standard_simmering": "Simmering" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "state": { | ||||
|                     "bakery": "Testenine i pecivo", | ||||
|                     "bakery_steam": "Hleb pe\u010den na pari", | ||||
|                     "bottom_heating": "Donje grejanje", | ||||
|                     "bottom_heating_fan": "Donje grejanje + Ventilator", | ||||
|                     "bread": "Hleb", | ||||
|                     "bread_steam": "Peciva pe\u010dena na pari", | ||||
|                     "convection_fan": "Konvekcija + ventilator", | ||||
|                     "convection_fan_turnspit": "Konvekcija + ventilator + ra\u017eanj", | ||||
|                     "conventional": "Konvekcija", | ||||
|                     "conventional_turnspit": "Konvekcija + ra\u017eanj", | ||||
|                     "defrost": "Odmrzavanje", | ||||
|                     "descaling": "Uklanjanje kamenca", | ||||
|                     "fish": "Riba", | ||||
|                     "fish_steam": "Riba kuvana na pari", | ||||
|                     "grill_cata": "Ro\u0161tilj", | ||||
|                     "grill_fan_cata": "Ro\u0161tilj sa ventilatorom", | ||||
|                     "grill_fan_pyro": "Gril + ventilator", | ||||
|                     "grill_pyro": "Gril", | ||||
|                     "h20_clean": "H2O-Clean", | ||||
|                     "iot_bread": "Hleb", | ||||
|                     "iot_h20_clean": "h2O clean", | ||||
|                     "leavening": "Narastanje", | ||||
|                     "low_temp_cooking": "Kuvanje na niskoj temperaturi", | ||||
|                     "low_temp_cooking_fish": "Kuvanje na niskoj temperaturi \u2013 riba", | ||||
|                     "low_temp_cooking_fish_steam": "Kuvanje na pari na niskoj temperaturi \u2013 riba", | ||||
|                     "low_temp_cooking_meat": "Kuvanje na niskoj temperaturi \u2013 meso", | ||||
|                     "low_temp_cooking_meat_steam": "Kuvanje na pari na niskoj temperaturi \u2013 meso", | ||||
|                     "low_temp_cooking_steam": "Kuvanje na pari na niskoj temperaturi", | ||||
|                     "meat": "Meso", | ||||
|                     "meat_steam": "Meso kuvano na pari", | ||||
|                     "multi_level": "Vi\u0161e nivoa", | ||||
|                     "paella": "Paella", | ||||
|                     "pasta_and_bakery": "Testenine i pecivo", | ||||
|                     "pizza": "Pizza", | ||||
|                     "pyrolysis": "Piroliza", | ||||
|                     "pyrolysis_plus": "Piroliza +", | ||||
|                     "red_meat": "Crveno meso", | ||||
|                     "red_meat_steam": "Crveno meso kuvano na pari", | ||||
|                     "regenerate": "Regeneracija", | ||||
|                     "soft_plus": "Meko+", | ||||
|                     "super_grill": "Super gril", | ||||
|                     "tailor_bake": "Tailor bake", | ||||
|                     "tailor_bake_cata": "Tailor Bake", | ||||
|                     "tailor_bake_desctiption": "Ova opcija je idealna za to da hrana ostane meka iznutra a hrskava spolja. Ova opcija smanjuje koli\u010dinu potrebne masti ili ulja radi zdrave ishrane.\r\r\nKombinacija grejnih elemenata sa pulsiraju\u0107im ciklusom vazduha omogu\u0107ava ravnomerno pe\u010denje.", | ||||
|                     "tailor_bake_pyro": "Tailor Bake", | ||||
|                     "vegetables": "Povr\u0107e", | ||||
|                     "vegetables_cata": "Povr\u0107e", | ||||
|                     "vegetables_pyro": "Povr\u0107e", | ||||
|                     "water_discharge": "Odvod vode", | ||||
|                     "white_meat": "Belo meso", | ||||
|                     "white_meat_steam": "Belo meso kuvano na pari" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "state": { | ||||
|                     "active_dry": "Aktivno su\u0161enje", | ||||
|                     "allergy_care": "Antialergijski", | ||||
|                     "all_in_one": "All in One", | ||||
|                     "antiallergy": "Antialergijski", | ||||
|                     "anti_odours": "Protiv neugodnih mirisa", | ||||
|                     "auto_care": "Aktivna nega", | ||||
|                     "baby": "Baby", | ||||
|                     "bed_quilt": "\u0106ebad i jorgani", | ||||
|                     "care_30": "Nega 30", | ||||
|                     "care_45": "Nega 45", | ||||
|                     "care_59": "Nega 59", | ||||
|                     "coloured": "Obojeno", | ||||
|                     "daily_45_min": "SVAKODNEVNI 45'", | ||||
|                     "daily_perfect_59_min": "PERFECT SVAKODNEVNI 59'", | ||||
|                     "darks_and_coloured": "Tamno i obojeno", | ||||
|                     "delicates": "Osetljivo", | ||||
|                     "duvet": "Jorgani", | ||||
|                     "eco": "Eko pamuk", | ||||
|                     "ecospeed_cottons": "Ecospeed Pamuk", | ||||
|                     "ecospeed_delicates": "Ecospeed osetljive tkanine", | ||||
|                     "ecospeed_mixed": "Ecospeed Me\u0161ano", | ||||
|                     "extra_hygiene": "EXTRA HIGIJENA", | ||||
|                     "fitness": "Fitnes", | ||||
|                     "fresh_care": "Tretman za osve\u017eavanje", | ||||
|                     "genius": "Genius", | ||||
|                     "hqd_baby_care": "Baby Care", | ||||
|                     "hqd_bath_towel": "Pe\u0161kiri", | ||||
|                     "hqd_bed_sheets": "Posteljina", | ||||
|                     "hqd_bulky": "Glomazni artikli", | ||||
|                     "hqd_casual": "Neformalno", | ||||
|                     "hqd_cold_wind_30": "Hladan vazduh 30 minuta", | ||||
|                     "hqd_cold_wind_timing": "Hladan vazduh ", | ||||
|                     "hqd_cotton": "Pamuk", | ||||
|                     "hqd_curtain": "Zavese", | ||||
|                     "hqd_delicate": "Osetljive tkanine", | ||||
|                     "hqd_diaper": "Pelene", | ||||
|                     "hqd_duvet": "Jorgan", | ||||
|                     "hqd_feather": "Perjane jakne", | ||||
|                     "hqd_hot_wind_timing": "Vru\u0107 vazduh", | ||||
|                     "hqd_hygienic": "Higijenski", | ||||
|                     "hqd_i_refresh": "I-Refresh", | ||||
|                     "hqd_i_refresh_pro": "I-Refresh Pro", | ||||
|                     "hqd_jacket": "Jakne", | ||||
|                     "hqd_jeans": "D\u017eins", | ||||
|                     "hqd_luxury": "Luksuzno", | ||||
|                     "hqd_mix": "Me\u0161ovito", | ||||
|                     "hqd_night_dry": "No\u0107no su\u0161enje", | ||||
|                     "hqd_outdoor": "Outdoor", | ||||
|                     "hqd_precious_cure": "Precious cure", | ||||
|                     "hqd_quick_20": "Brzo 20", | ||||
|                     "hqd_quick_30": "Brzo 30", | ||||
|                     "hqd_quick_dry": "Brzo su\u0161enje", | ||||
|                     "hqd_quilt": "Jorgani", | ||||
|                     "hqd_refresh": "Osve\u017eavanje", | ||||
|                     "hqd_school_uniform": "\u0160kolska uniforma", | ||||
|                     "hqd_shirt": "Ko\u0161ulje", | ||||
|                     "hqd_shoes": "Cipele", | ||||
|                     "hqd_silk": "Svila", | ||||
|                     "hqd_sports": "Sportska ode\u0107a", | ||||
|                     "hqd_synthetics": "Sintetika", | ||||
|                     "hqd_timer": "Vremenski ograni\u010deno", | ||||
|                     "hqd_towel": "Pe\u0161kiri", | ||||
|                     "hqd_underwear": "Donji ve\u0161", | ||||
|                     "hqd_warm_up": "Zagrevanje", | ||||
|                     "hqd_wool": "Vuna", | ||||
|                     "hqd_working_suit": "Radna ode\u0107a", | ||||
|                     "hygiene": "Higijena", | ||||
|                     "iot_checkup": "Provera", | ||||
|                     "iot_dry_anti_mites": "Anti-grinje", | ||||
|                     "iot_dry_baby": "Baby", | ||||
|                     "iot_dry_backpacks": "Ran\u010devi", | ||||
|                     "iot_dry_bathrobe": "Bade-mantili", | ||||
|                     "iot_dry_bed_linen": "Posteljine", | ||||
|                     "iot_dry_bed_quilt": "\u0106ebad i jorgani", | ||||
|                     "iot_dry_cotton": "Pamuk", | ||||
|                     "iot_dry_cuddly_toys": "Pli\u0161ane igra\u010dke", | ||||
|                     "iot_dry_curtains": "Zavese", | ||||
|                     "iot_dry_dehumidifier": "Uklanjanje vlage", | ||||
|                     "iot_dry_delicates": "Delikatni", | ||||
|                     "iot_dry_delicate_tablecloths": "Osetljivi stoljnjaci", | ||||
|                     "iot_dry_denim_jeans": "Teksas - d\u017eins", | ||||
|                     "iot_dry_down_jacket": "Jacket", | ||||
|                     "iot_dry_duvet": "Jorgani", | ||||
|                     "iot_dry_easy_iron_cotton": "Super Lako peglanje", | ||||
|                     "iot_dry_easy_iron_synthetics": "Sintetika koja se veoma lako pegla", | ||||
|                     "iot_dry_gym_fit": "Gym fit - Fitness", | ||||
|                     "iot_dry_lingerie": "Donji ve\u0161", | ||||
|                     "iot_dry_mixed": "Me\u0161ani ve\u0161", | ||||
|                     "iot_dry_playsuits": "Kostimi", | ||||
|                     "iot_dry_rapid_30": "Rapid 30", | ||||
|                     "iot_dry_rapid_59": "Brzi program 59'.", | ||||
|                     "iot_dry_refresh": "Osve\u017eavanje", | ||||
|                     "iot_dry_regenerates_waterproof": "Regenerisanje vodootpornosti", | ||||
|                     "iot_dry_relax_creases": "Otpu\u0161tanje prevoja", | ||||
|                     "iot_dry_shirts": "Ko\u0161ulje", | ||||
|                     "iot_dry_small_load": "Mala koli\u010dina ve\u0161a", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Ode\u0107a za kupanje", | ||||
|                     "iot_dry_synthetics": "Sintetika", | ||||
|                     "iot_dry_synthetic_dry": "Su\u0161enje sintetike", | ||||
|                     "iot_dry_tablecloths": "Stolnjaci", | ||||
|                     "iot_dry_technical_fabrics": "Sinteti\u010dki materijali", | ||||
|                     "iot_dry_warm_embrace": "Topao zagrljaj", | ||||
|                     "iot_dry_wool": "Woolmark", | ||||
|                     "jeans": "Jeans", | ||||
|                     "mix_and_dry": "Mix&Dry", | ||||
|                     "pets": "Ljubimci", | ||||
|                     "pre_iron": "Pre-peglanje", | ||||
|                     "rapid_30": "Rapid 30", | ||||
|                     "rapid_45": "Brzi 45 min", | ||||
|                     "rapid_59": "Perfect Rapid 59 Min", | ||||
|                     "refresh": "Osve\u017eavanje", | ||||
|                     "relax_creases": "Otpu\u0161tanje prevoja", | ||||
|                     "saving_30_min": "EKO 30'", | ||||
|                     "shirts": "Ko\u0161ulje", | ||||
|                     "shoes": "Cipele", | ||||
|                     "small_load": "Mala koli\u010dina ve\u0161a", | ||||
|                     "soft_care": "Blagi tretman", | ||||
|                     "sport_plus": "Sportska odeca", | ||||
|                     "super_easy_iron_misti": "Me\u0161ani ve\u0161 koji se veoma lako pegla", | ||||
|                     "super_easy_iron_xxl": "XXL ve\u0161 koji se veoma lako pegla", | ||||
|                     "super_fast_cottons": "Super brzo Pamuk", | ||||
|                     "super_fast_delicates": "Super brzo Osetljivo", | ||||
|                     "synthetics": "Sintetika", | ||||
|                     "total_care": "Total Care", | ||||
|                     "trainers": "Trenerke i sportska obu\u0107a", | ||||
|                     "ultra_care": "Ultra Care", | ||||
|                     "waterproof_revitalize": "Revitalizacija vodootpornosti", | ||||
|                     "whites": "Beli ve\u0161", | ||||
|                     "wool": "Su\u0161enje vune", | ||||
|                     "woolmark": "Woolmark", | ||||
|                     "xxl_load": "XXL ve\u0161", | ||||
|                     "zoom_59": "Zoom 59" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "state": { | ||||
|                     "20_degrees_coloured_cottons": "20\u00b0 u boji i pamuk", | ||||
|                     "20_degrees_new_energy_label": "20\u00b0C", | ||||
|                     "active_steam": "Para", | ||||
|                     "active_wash": "Aktivno pranje", | ||||
|                     "active_wash_steam": "Aktivno pranje", | ||||
|                     "allergy_care": "Tretman protiv alergija", | ||||
|                     "allergy_care_pro": "Tretman protiv alergija Pro", | ||||
|                     "all_in_one_49": "Sve u jedan 49'.", | ||||
|                     "all_in_one_59": "Sve u jedan 59'.", | ||||
|                     "all_in_one_59_steam": "Aktivno pranje + para", | ||||
|                     "autocare": "Automatska nega", | ||||
|                     "autoclean": "\u010ci\u0161\u0107enje bubnja", | ||||
|                     "baby_60": "All Baby 60\u00b0C", | ||||
|                     "care_14": "Rapid Care 14'", | ||||
|                     "care_30": "Rapid Care 30'", | ||||
|                     "care_44": "Rapid Care 44'", | ||||
|                     "checkup": "Provera", | ||||
|                     "colour_59": "Obojeno 59'", | ||||
|                     "colour_59_steam": "\u0160arena ode\u0107a 59' + para", | ||||
|                     "cottons": "Pamuk", | ||||
|                     "cottons_prewash": "Pamuk + Predpranje", | ||||
|                     "cottons_steam": "Pamuk + Para", | ||||
|                     "cotton_care_59": "Pamuk 59 Min", | ||||
|                     "delicate_59": "Delikatni 59'", | ||||
|                     "delicate_silk": "Osetljiva svila", | ||||
|                     "delicate_silk_steam": "Osetljiva svila + para", | ||||
|                     "delicati_59": "Delikatni 59'", | ||||
|                     "delicati_59_steam": "Delikatni 59'", | ||||
|                     "drain_spin": "Su\u0161enje i centrifuga", | ||||
|                     "easy_iron": "Lako peglanje", | ||||
|                     "eco_40_60_new_energy_label": "Eko 40-60", | ||||
|                     "extra_care": "Dodatni Tretman", | ||||
|                     "fitness": "Fitnes", | ||||
|                     "fitness_care": "Fitnes", | ||||
|                     "fresh_care": "Tretman za osve\u017eavanje", | ||||
|                     "fresh_care_steam": "Tretman za osve\u017eavanje + para", | ||||
|                     "handwash_wool": "Ru\u010dno pranje i vuna", | ||||
|                     "high_dry": "Su\u0161enje pamuka", | ||||
|                     "hqd_20_degrees": "Pamuk 20\u2103", | ||||
|                     "hqd_allergy": "Tretman protiv alergija", | ||||
|                     "hqd_autoclean": "\u010ci\u0161\u0107enje bubnja", | ||||
|                     "hqd_babycare": "Baby Nega", | ||||
|                     "hqd_checkup": "Provera", | ||||
|                     "hqd_cottons": "Pamuk", | ||||
|                     "hqd_delicate": "Osetljive tkanine", | ||||
|                     "hqd_delicate_cradle": "Osetljive tkanine", | ||||
|                     "hqd_dry": "Su\u0161enje pamuka", | ||||
|                     "hqd_dry_synthetics": "Su\u0161enje me\u0161anog ve\u0161a", | ||||
|                     "hqd_duvet": "Jorgani", | ||||
|                     "hqd_eco_40_60_degrees": "Eko 40-60", | ||||
|                     "hqd_handwash_wool": "Vuna", | ||||
|                     "hqd_i_refresh": "i-Refresh", | ||||
|                     "hqd_mix": "Me\u0161ani ve\u0161", | ||||
|                     "hqd_quick_15": "Brzi program 15'", | ||||
|                     "hqd_quick_wash_57": "Brzo pranje 57 min.", | ||||
|                     "hqd_rapid_wash_and_dry": "Pranje i su\u0161enje", | ||||
|                     "hqd_refresh": "Osve\u017eavanje", | ||||
|                     "hqd_rinse": "Ispiranje", | ||||
|                     "hqd_shirts": "Ko\u0161ulje", | ||||
|                     "hqd_smart": "Smart A.I.", | ||||
|                     "hqd_spin": "Centrifuga", | ||||
|                     "hqd_sport": "Sportska ode\u0107a", | ||||
|                     "hqd_super_fast": "Brzi program 39\u2019", | ||||
|                     "hqd_synthetic_and_coloured": "Sintetika", | ||||
|                     "hygiene_59": "Hygijenski Plus 59'", | ||||
|                     "hygiene_60": "Higijena 60\u00b0", | ||||
|                     "hygiene_plus_59": "Hygijenski Plus 59'", | ||||
|                     "hygiene_plus_59_min": "Hygijenski Plus 59'", | ||||
|                     "hygiene_pro_49_min": "Hygiene Pro 49 min", | ||||
|                     "hygiene_pro_steam": "Hygiene Pro + para", | ||||
|                     "intensive_40": "Intenzivno 40\u00b0C", | ||||
|                     "intensive_40_steam": "Intenzivno 40\u00b0C + para", | ||||
|                     "iot_active_steam": "Para", | ||||
|                     "iot_active_wash_steam": "Aktivno pranje", | ||||
|                     "iot_allergy_care_pro": "Tretman protiv alergija Pro", | ||||
|                     "iot_all_in_one_59_steam": "Aktivno pranje + para", | ||||
|                     "iot_checkup": "Provera", | ||||
|                     "iot_colour_59_steam": "\u0160arena ode\u0107a 59' + para", | ||||
|                     "iot_cottons_steam": "Pamuk + Para", | ||||
|                     "iot_delicate_silk_steam": "Osetljiva svila + para", | ||||
|                     "iot_delicati_59_steam": "Delikatni 59'", | ||||
|                     "iot_dry_air_refresh": "Osve\u017eavanje", | ||||
|                     "iot_dry_anti_mites": "Protiv grinja", | ||||
|                     "iot_dry_baby": "Beba", | ||||
|                     "iot_dry_backpacks": "Ran\u010devi", | ||||
|                     "iot_dry_bathrobe": "Bade-mantili i porozne tkanine", | ||||
|                     "iot_dry_bed_linen": "Posteljina", | ||||
|                     "iot_dry_cotton_dry": "Su\u0161enje pamuka", | ||||
|                     "iot_dry_cuddly_toys": "Pli\u0161ane igra\u010dke", | ||||
|                     "iot_dry_curtains": "Zavese", | ||||
|                     "iot_dry_dehumidifier": "Uklanjanje vlage", | ||||
|                     "iot_dry_delicates_antiallergy": "Osetljive tkanine - protiv alergije", | ||||
|                     "iot_dry_delicate_tablecloths": "Osetljivi stolnjaci", | ||||
|                     "iot_dry_denim_jeans": "Teksas - d\u017eins", | ||||
|                     "iot_dry_easy_iron_cotton": "Lako peglanje - pamuk", | ||||
|                     "iot_dry_easy_iron_synthetics": "Lako peglanje - sintetika", | ||||
|                     "iot_dry_gym_fit": "Ode\u0107a za teretanu - fitnes", | ||||
|                     "iot_dry_lingerie": "Donji ve\u0161", | ||||
|                     "iot_dry_mixed_dry": "Su\u0161enje me\u0161anog ve\u0161a", | ||||
|                     "iot_dry_rapid_60_min_delicates": "Brzi program 60' - osetljive tkanine", | ||||
|                     "iot_dry_shirts": "Ko\u0161ulje", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Ode\u0107a za kupanje", | ||||
|                     "iot_dry_synthetics": "Su\u0161enje sintetike", | ||||
|                     "iot_dry_synthetic_dry": "Su\u0161enje sintetike", | ||||
|                     "iot_dry_tablecloths": "Stolnjaci", | ||||
|                     "iot_dry_technical_fabrics": "Teni\u010dke tkanine", | ||||
|                     "iot_dry_warm_embrace": "Toplo su\u0161enje", | ||||
|                     "iot_dry_wool_dry": "Su\u0161enje vune", | ||||
|                     "iot_easy_iron": "Lako peglanje", | ||||
|                     "iot_fresh_care_steam": "Tretman za osve\u017eavanje + para", | ||||
|                     "iot_hygiene_pro_steam": "Hygiene Pro + para", | ||||
|                     "iot_intensive_40_steam": "Intenzivno 40\u00b0C + para", | ||||
|                     "iot_mixed_steam": "Me\u0161ani ve\u0161 + Para", | ||||
|                     "iot_mix_and_colour_59_steam": "Me\u0161ano i u boji 59' + para", | ||||
|                     "iot_perfect_cotton_59_steam": "Perfect Pamuk 59'", | ||||
|                     "iot_rapid_a_class_60_steam": "Brza klasa A 60 + para", | ||||
|                     "iot_resistant_cotton_steam": "Pamuk + Para", | ||||
|                     "iot_shirts_steam": "Ko\u0161ulje + para", | ||||
|                     "iot_single_item_steam": "Pojedina\u010dni predmet + para", | ||||
|                     "iot_smart_wash": "Pametno pranje", | ||||
|                     "iot_soft_care_steam": "Soft Care + Steam", | ||||
|                     "iot_special_39_full_load_steam": "Posebno 39' + para", | ||||
|                     "iot_steam_hygiene_plus": "Higijena plus sa parom ", | ||||
|                     "iot_synthetic_and_coloured_steam": "Sintetika i \u0161arena ode\u0107a + para", | ||||
|                     "iot_wash_and_dry": "Pranje i su\u0161enje", | ||||
|                     "iot_wash_anti_mites": "Protiv grinja", | ||||
|                     "iot_wash_anti_odor": "Protiv neprijatnih mirisa", | ||||
|                     "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|                     "iot_wash_ariel_cold_cycle": "Ariel Cold Clean", | ||||
|                     "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", | ||||
|                     "iot_wash_baby_sanitizer": "Dezinfekcija", | ||||
|                     "iot_wash_baby_sanitizer_steam": "Dezinfekcija ode\u0107e za bebe + para", | ||||
|                     "iot_wash_backpacks": "Ran\u010devi", | ||||
|                     "iot_wash_backpacks_zelig": "Ran\u010devi", | ||||
|                     "iot_wash_bathrobe": "Bade mantili i pe\u0161kiri", | ||||
|                     "iot_wash_bathrobe_steam": "Bade-mantil + Para", | ||||
|                     "iot_wash_bed_linen": "Posteljina", | ||||
|                     "iot_wash_bed_linen_steam": "Posteljina + Para", | ||||
|                     "iot_wash_bed_linen_zelig": "Posteljina", | ||||
|                     "iot_wash_big_single_load": "Velika pojedina\u010dna koli\u010dina", | ||||
|                     "iot_wash_bleaching": "Izbeljivanje", | ||||
|                     "iot_wash_blood_stains": "Fleke od krvi", | ||||
|                     "iot_wash_cashmere": "Ka\u0161mir", | ||||
|                     "iot_wash_chocolate_stains": "Fleke od \u010dokolade", | ||||
|                     "iot_wash_cold_wash": "Hladno pranje", | ||||
|                     "iot_wash_colored": "U boji", | ||||
|                     "iot_wash_colored_anti_stain": "Uklanjanje fleka na bojama", | ||||
|                     "iot_wash_colored_delicate": "Osetljivi materijal u boji", | ||||
|                     "iot_wash_coloured": "Boja", | ||||
|                     "iot_wash_coloured_bed_linen": "Posteljina u boji", | ||||
|                     "iot_wash_coloured_bed_linen_steam": "Posteljina u boji + para", | ||||
|                     "iot_wash_coloured_curtains": "Zavese u boji", | ||||
|                     "iot_wash_coloured_shirts": "Ko\u0161ulje u boji", | ||||
|                     "iot_wash_coloured_shirts_steam": "Ko\u0161ulje u boji + para", | ||||
|                     "iot_wash_coloured_steam": "Boja + Para", | ||||
|                     "iot_wash_coloured_tableclothes": "Stolnjaci u boji", | ||||
|                     "iot_wash_coloured_tableclothes_steam": "Stolnjaci u boji + para", | ||||
|                     "iot_wash_cotton": "Pamuk", | ||||
|                     "iot_wash_cotton_steam": "Pamuk + Para", | ||||
|                     "iot_wash_cuddly_toys": "Pli\u0161ane igra\u010dke", | ||||
|                     "iot_wash_curtains": "Zavese", | ||||
|                     "iot_wash_curtains_steam": "Zavese+Para", | ||||
|                     "iot_wash_curtains_zelig": "Zavese", | ||||
|                     "iot_wash_dark": "Tamna ode\u0107a", | ||||
|                     "iot_wash_darks_and_coloured_44": "Tamno i u boji 44'", | ||||
|                     "iot_wash_darks_and_coloured_59": "Tamno i u boji 59'", | ||||
|                     "iot_wash_darks_and_coloured_xl": "Tamno i u boji XL", | ||||
|                     "iot_wash_dark_steam": "Tamna ode\u0107a + Para", | ||||
|                     "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|                     "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|                     "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|                     "iot_wash_delicate": "Osetljive tkanine", | ||||
|                     "iot_wash_delicate_antiallergy": "Protiv alergije za osetljive tkanine", | ||||
|                     "iot_wash_delicate_antiallergy_steam": "Protiv alergije za osetljive tkanine + Para", | ||||
|                     "iot_wash_delicate_antiallergy_zelig": "Protiv alergije za osetljive tkanine", | ||||
|                     "iot_wash_delicate_colors": "Osetljive tkanine u boji", | ||||
|                     "iot_wash_delicate_colors_steam": "\u0160arena ode\u0107a + para", | ||||
|                     "iot_wash_delicate_dark": "Osetljivi tamni materijal", | ||||
|                     "iot_wash_delicate_steam": "Osetljive tkanine + Para", | ||||
|                     "iot_wash_delicate_tablecloths": "Osetljivi stolnjaci", | ||||
|                     "iot_wash_delicate_tablecloths_steam": "Osetljivi stolnjaci + Para", | ||||
|                     "iot_wash_delicate_whites": "Osetljivi beli materijal", | ||||
|                     "iot_wash_denim_jeans": "Teksas - d\u017eins", | ||||
|                     "iot_wash_diving_suits": "Ronila\u010dka odela", | ||||
|                     "iot_wash_diving_suits_zelig": "Ronila\u010dka odela", | ||||
|                     "iot_wash_down_jackets": "Podjakne", | ||||
|                     "iot_wash_down_jackets_zelig": "Podjakne", | ||||
|                     "iot_wash_duvet": "Jorgani", | ||||
|                     "iot_wash_fruit_stains": "Fleke od vo\u0107a", | ||||
|                     "iot_wash_gym_fit": "Ode\u0107a za teretanu - fitnes", | ||||
|                     "iot_wash_handwash": "Ru\u010dno pranje", | ||||
|                     "iot_wash_handwash_colored": "Ru\u010dno pranje materijala u boji", | ||||
|                     "iot_wash_handwash_dark": "Ru\u010dno pranje tamnog materijala", | ||||
|                     "iot_wash_lingerie": "Donji ve\u0161", | ||||
|                     "iot_wash_masks_refresh": "Osve\u017eavanje maski", | ||||
|                     "iot_wash_masks_sanification": "Dezinfekcija maski", | ||||
|                     "iot_wash_masks_sanification_steam": "Dezinfekcija maski + Para", | ||||
|                     "iot_wash_mats": "Prostirke", | ||||
|                     "iot_wash_men_s_trousers": "Pantalone", | ||||
|                     "iot_wash_mixed": "Me\u0161ani ve\u0161", | ||||
|                     "iot_wash_mixed_steam": "Me\u0161ani ve\u0161 + Para", | ||||
|                     "iot_wash_mix_and_coloured_44": "Me\u0161ano i u boji 44'", | ||||
|                     "iot_wash_mix_and_coloured_59": "Me\u0161ano i u boji 59'", | ||||
|                     "iot_wash_mix_and_coloured_xl": "Me\u0161ano i u boji XL", | ||||
|                     "iot_wash_new_clothes": "Nova ode\u0107a", | ||||
|                     "iot_wash_perfect_white": "Savr\u0161eno belo", | ||||
|                     "iot_wash_perfect_white_steam": "Savr\u0161eno belo + Para", | ||||
|                     "iot_wash_pets": "Oprema za ku\u0107ne ljubimce", | ||||
|                     "iot_wash_pets_hair_removal": "Uklanjanje dlaka ku\u0107nih ljubimaca", | ||||
|                     "iot_wash_pets_odours_stains_removal": "Uklanjanje mirisa i mrlja od ku\u0107nih ljubimaca", | ||||
|                     "iot_wash_pets_steam": "Oprema za ku\u0107ne ljubimce", | ||||
|                     "iot_wash_playsuits": "Ode\u0107a za igru", | ||||
|                     "iot_wash_playsuits_steam": "Ode\u0107a za igru + Para", | ||||
|                     "iot_wash_quick_drum_cleaner": "Brzi \u010dista\u010d bubnja", | ||||
|                     "iot_wash_rapid_14": "Brzi program 14\u2019", | ||||
|                     "iot_wash_rapid_30": "Brzi program 30\u2019", | ||||
|                     "iot_wash_rapid_44": "Brzi program 44\u2019", | ||||
|                     "iot_wash_rapid_59": "Brzi program 59'", | ||||
|                     "iot_wash_rapid_59_steam": "Brzi program 59' + para", | ||||
|                     "iot_wash_refresh_14_min": "Osve\u017eavanje 14'", | ||||
|                     "iot_wash_resistant_colored": "Otporni materijal u boji", | ||||
|                     "iot_wash_resistant_dark": "Otporno tamno", | ||||
|                     "iot_wash_resistant_whites": "Otporno belo", | ||||
|                     "iot_wash_rinse": "Ispiranje", | ||||
|                     "iot_wash_shirts": "Ko\u0161ulje", | ||||
|                     "iot_wash_shirts_steam": "Ko\u0161ulje + Para", | ||||
|                     "iot_wash_silk": "Svila", | ||||
|                     "iot_wash_ski_suit": "Skija\u0161ko odelo", | ||||
|                     "iot_wash_ski_suit_zelig": "Skija\u0161ko odelo", | ||||
|                     "iot_wash_spin": "Centrifuga", | ||||
|                     "iot_wash_sport": "Sportska ode\u0107a", | ||||
|                     "iot_wash_sport_anti_odor": "Sportska ode\u0107a sa spre\u010davanjem neprijatnih mirisa", | ||||
|                     "iot_wash_sport_anti_odor_zelig": "Sportska ode\u0107a sa spre\u010davanjem neprijatnih mirisa", | ||||
|                     "iot_wash_stains_remover": "Uklanjanje fleka", | ||||
|                     "iot_wash_swimsuits_and_bikinis": "Ode\u0107a za kupanje", | ||||
|                     "iot_wash_synthetic": "Sintetika", | ||||
|                     "iot_wash_synthetic_steam": "Sintetika + Para", | ||||
|                     "iot_wash_tablecloths": "Stolnjaci", | ||||
|                     "iot_wash_tablecloths_steam": "Stolnjaci + Para", | ||||
|                     "iot_wash_technical_fabrics": "Teni\u010dke tkanine", | ||||
|                     "iot_wash_technical_fabrics_zelig": "Teni\u010dke tkanine", | ||||
|                     "iot_wash_technical_jackets": "Vindjakne", | ||||
|                     "iot_wash_technical_jackets_zelig": "Vindjakne", | ||||
|                     "iot_wash_trainers": "Patike", | ||||
|                     "iot_wash_whites": "Bela", | ||||
|                     "iot_wash_whites_44": "Bela 44'", | ||||
|                     "iot_wash_whites_59": "Bela 59'", | ||||
|                     "iot_wash_whites_xl": "Bela XL", | ||||
|                     "iot_wash_wine_stains": "Fleke od vina", | ||||
|                     "iot_wash_wool": "Vuna", | ||||
|                     "jeans": "D\u017eins", | ||||
|                     "jeans_60": "Jeans", | ||||
|                     "low_dry": "Su\u0161enje me\u0161anog ve\u0161a", | ||||
|                     "mixed": "Me\u0161ani ve\u0161", | ||||
|                     "mixed_and_colored_59": "Me\u0161ani ve\u0161 i ve\u0161 u boji 59'", | ||||
|                     "mixed_steam": "Me\u0161ani ve\u0161 + Para", | ||||
|                     "mix_and_colour_59": "Mesano I Obojeno 59'", | ||||
|                     "mix_and_colour_59_steam": "Me\u0161ano i u boji 59' + para", | ||||
|                     "night_and_day": "No\u0107 i dan", | ||||
|                     "night_wash": "No\u0107ni ciklus", | ||||
|                     "perfect_59": "Savr\u0161eno 59'", | ||||
|                     "perfect_cotton_59": "Perfect Pamuk 59'", | ||||
|                     "perfect_cotton_59_steam": "Perfect Pamuk 59'", | ||||
|                     "perfect_whites_59": "Savr\u0161eno belo 59'", | ||||
|                     "rapid_14_min": "Brzi 14'", | ||||
|                     "rapid_30_min": "Brzi 30 min", | ||||
|                     "rapid_44_min": "Brzi 44 min", | ||||
|                     "rapid_a_class_60": "Brza klasa A 60", | ||||
|                     "rapid_a_class_60_steam": "Brza klasa A 60 + para", | ||||
|                     "rapid_wash_and_dry_59_min": "Pranje i su\u0161enje 59'.", | ||||
|                     "resistant_cotton": "Pamuk", | ||||
|                     "resistant_cotton_steam": "Pamuk + Para", | ||||
|                     "rinse": "Ispiranje", | ||||
|                     "shirts_steam": "Ko\u0161ulje + para", | ||||
|                     "silent_night": "No\u0107ni ciklus", | ||||
|                     "single_item": "Pojedina\u010dni predmet", | ||||
|                     "single_item_steam": "Pojedina\u010dni predmet + para", | ||||
|                     "smart_wash": "Pametno pranje", | ||||
|                     "soft_care": "Blagi tretman", | ||||
|                     "soft_care_steam": "Soft Care + Steam", | ||||
|                     "soft_care_steam_title": "Soft Care + Steam", | ||||
|                     "special_39": "\u041f\u043e\u0441\u0435\u0431\u043d\u0438 39'", | ||||
|                     "special_39_full_load": "\u041f\u043e\u0441\u0435\u0431\u043d\u0438 39'", | ||||
|                     "special_39_full_load_steam": "Posebno 39' + para", | ||||
|                     "special_49": "Posebno 49'", | ||||
|                     "sport_39": "Sportska ode\u0107a 39'", | ||||
|                     "sport_plus_29": "Sport Plus 29\"", | ||||
|                     "sport_plus_39": "Sport Plus 39'", | ||||
|                     "steam_39": "Para 39'", | ||||
|                     "steam_care_pro": "Steam Care Pro", | ||||
|                     "steam_care_pro_cotton": "Steam Care Pro - pamuk", | ||||
|                     "steam_care_pro_delicates": "Steam Care Pro - osetljive tkanine", | ||||
|                     "steam_care_pro_synthetic": "Steam Care Pro - sintetika", | ||||
|                     "steam_hygiene_plus": "Higijena plus sa parom ", | ||||
|                     "synthetics": "Sintetika", | ||||
|                     "synthetic_and_coloured": "Sintetika i materijal u boji", | ||||
|                     "synthetic_and_coloured_steam": "Sintetika i \u0161arena ode\u0107a + para", | ||||
|                     "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|                     "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|                     "total_care": "Kompletna nega", | ||||
|                     "tumbling": "Su\u0161enje", | ||||
|                     "wool": "Vuna", | ||||
|                     "wool_and_delicates_49": "Vuna/Delikatni 49'", | ||||
|                     "wool_dry": "Su\u0161enje vune", | ||||
|                     "wool_soft_care": "Vuna & Blagi Tretman" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Bez su\u0161enja", | ||||
|                     "1": "Peglanje", | ||||
|                     "2": "Suvo za ormar", | ||||
|                     "3": "Suvo za ormar", | ||||
|                     "4": "Ekstra suvo", | ||||
|                     "12": "Peglanje", | ||||
|                     "13": "Suvo za ormar", | ||||
|                     "14": "Spremno za no\u0161enje", | ||||
|                     "15": "Ekstra suvo" | ||||
|                 }, | ||||
|                 "name": "Nivo su\u0161enja" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Centrifuga" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Vreme su\u0161enja" | ||||
|             } | ||||
|         }, | ||||
|         "switch": { | ||||
|             "anti_crease": { | ||||
|                 "name": "Protiv gu\u017evanja" | ||||
|             }, | ||||
|             "add_dish": { | ||||
|                 "name": "" | ||||
|             }, | ||||
|             "eco_express": { | ||||
|                 "name": "Eko" | ||||
|             }, | ||||
|             "extra_dry": { | ||||
|                 "name": "Jako suvo" | ||||
|             }, | ||||
|             "half_load": { | ||||
|                 "name": "Pola optere\u0107enja" | ||||
|             }, | ||||
|             "open_door": { | ||||
|                 "name": "Otvorena vrata" | ||||
|             }, | ||||
|             "three_in_one": { | ||||
|                 "name": "3 u 1" | ||||
|             }, | ||||
|             "preheat": { | ||||
|                 "name": "Zagrevanje" | ||||
|             }, | ||||
|             "dish_washer": { | ||||
|                 "name": "Ma\u0161ina za pranje sudova" | ||||
|             }, | ||||
|             "tumble_dryer": { | ||||
|                 "name": "Ma\u0161ina za su\u0161enje" | ||||
|             }, | ||||
|             "washing_machine": { | ||||
|                 "name": "Ma\u0161ina za pranje ve\u0161a" | ||||
|             }, | ||||
|             "washer_dryer": { | ||||
|                 "name": "Ma\u0161ina za pranje i su\u0161enje" | ||||
|             }, | ||||
|             "oven": { | ||||
|                 "name": "Rerna" | ||||
|             }, | ||||
|             "prewash": { | ||||
|                 "name": "Predpranje" | ||||
|             }, | ||||
|             "pause": { | ||||
|                 "name": "Pauza" | ||||
|             }, | ||||
|             "keep_fresh": { | ||||
|                 "name": "Keep Fresh" | ||||
|             } | ||||
|         }, | ||||
|         "binary_sensor": { | ||||
|             "door_lock": { | ||||
|                 "name": "Vrata su zaklju\u010dana" | ||||
|             }, | ||||
|             "extra_rinse_1": { | ||||
|                 "name": "+1 ispiranje" | ||||
|             }, | ||||
|             "extra_rinse_2": { | ||||
|                 "name": "+2 ispiranja" | ||||
|             }, | ||||
|             "extra_rinse_3": { | ||||
|                 "name": "+3 ispiranja" | ||||
|             }, | ||||
|             "good_night": { | ||||
|                 "name": "Laku no\u0107" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "Protiv gu\u017evanja" | ||||
|             }, | ||||
|             "aqua_plus": { | ||||
|                 "name": "Vi\u0161i nivo vode" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "Centrifuga" | ||||
|             }, | ||||
|             "programs_dw": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "still_hot": { | ||||
|                 "name": "Jo\u0161 uvek vru\u0107e" | ||||
|             }, | ||||
|             "pan_status": { | ||||
|                 "name": "Tiganj" | ||||
|             }, | ||||
|             "remote_control": { | ||||
|                 "name": "Daljinsko upravljanje" | ||||
|             }, | ||||
|             "rinse_aid": { | ||||
|                 "name": "Nivo sredstva za ispiranje" | ||||
|             }, | ||||
|             "salt_level": { | ||||
|                 "name": "Nivo soli" | ||||
|             }, | ||||
|             "door_open": { | ||||
|                 "name": "Vrata su otvorena" | ||||
|             }, | ||||
|             "connection": { | ||||
|                 "name": "Povezivanje ure\u0111aja" | ||||
|             } | ||||
|         }, | ||||
|         "number": { | ||||
|             "power_management": { | ||||
|                 "name": "Upravljanje napajanjem" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "Temperatura" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Odlo\u017eeni start" | ||||
|             }, | ||||
|             "water_hard": { | ||||
|                 "name": "Tvrdo\u0107a vode" | ||||
|             }, | ||||
|             "program_duration": { | ||||
|                 "name": "Trajanje programa" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "\u017deljena temperatura" | ||||
|             }, | ||||
|             "rinse_iterations": { | ||||
|                 "name": "Broj ispiranja" | ||||
|             }, | ||||
|             "wash_time": { | ||||
|                 "name": "Vreme pranja" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Vreme su\u0161enja" | ||||
|             } | ||||
|         }, | ||||
|         "button": { | ||||
|             "induction_hob": { | ||||
|                 "name": "Indukciona plo\u010da" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @ -1,953 +0,0 @@ | ||||
| { | ||||
|     "entity": { | ||||
|         "sensor": { | ||||
|             "washing_modes": { | ||||
|                 "state": { | ||||
|                     "0": "Haz\u0131r", | ||||
|                     "1": "Haz\u0131r", | ||||
|                     "3": "Duraklat", | ||||
|                     "4": "Planland\u0131", | ||||
|                     "5": "Planland\u0131", | ||||
|                     "6": "Hata", | ||||
|                     "7": "Haz\u0131r" | ||||
|                 } | ||||
|             }, | ||||
|             "program_phases_wm": { | ||||
|                 "state": { | ||||
|                     "0": "Haz\u0131r", | ||||
|                     "1": "Y\u0131kama", | ||||
|                     "2": "Y\u0131kama", | ||||
|                     "3": "S\u0131kma", | ||||
|                     "4": "Durulama", | ||||
|                     "5": "Durulama", | ||||
|                     "6": "Durulama", | ||||
|                     "7": "Kurutma", | ||||
|                     "9": "Buhar", | ||||
|                     "10": "Haz\u0131r", | ||||
|                     "11": "S\u0131kma", | ||||
|                     "12": "Tartma ", | ||||
|                     "13": "Tartma ", | ||||
|                     "14": "Y\u0131kama", | ||||
|                     "15": "Y\u0131kama", | ||||
|                     "16": "Y\u0131kama", | ||||
|                     "17": "Durulama", | ||||
|                     "18": "Durulama", | ||||
|                     "19": "Planland\u0131", | ||||
|                     "20": "Tazeleme", | ||||
|                     "24": "Tazeleme", | ||||
|                     "25": "Y\u0131kama", | ||||
|                     "26": "Is\u0131tma", | ||||
|                     "27": "Y\u0131kama" | ||||
|                 }, | ||||
|                 "name": "A\u015fama" | ||||
|             }, | ||||
|             "program_phases_td": { | ||||
|                 "state": { | ||||
|                     "0": "Haz\u0131r", | ||||
|                     "1": "Kurutma", | ||||
|                     "2": "Kurutma", | ||||
|                     "3": "So\u011futma", | ||||
|                     "13": "So\u011futma", | ||||
|                     "14": "Kurutma", | ||||
|                     "15": "Kurutma", | ||||
|                     "16": "So\u011futma", | ||||
|                     "18": "Tazeleme", | ||||
|                     "19": "Kurutma", | ||||
|                     "20": "Kurutma" | ||||
|                 }, | ||||
|                 "name": "A\u015fama" | ||||
|             }, | ||||
|             "program_phases_dw": { | ||||
|                 "state": { | ||||
|                     "0": "Haz\u0131r", | ||||
|                     "1": "\u00d6n Y\u0131kama", | ||||
|                     "2": "Y\u0131kama", | ||||
|                     "3": "Durulama", | ||||
|                     "4": "Kurutma", | ||||
|                     "5": "Haz\u0131r", | ||||
|                     "6": "Hot rinse" | ||||
|                 }, | ||||
|                 "name": "A\u015fama" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Kurutma yok", | ||||
|                     "1": "\u00dct\u00fc", | ||||
|                     "2": "Gard\u0131rop haz\u0131r", | ||||
|                     "3": "Gard\u0131rop haz\u0131r", | ||||
|                     "4": "Ekstra kurutma", | ||||
|                     "12": "\u00dct\u00fc", | ||||
|                     "13": "Gard\u0131rop haz\u0131r", | ||||
|                     "14": "Giyilmeye haz\u0131r", | ||||
|                     "15": "Ekstra kurutma" | ||||
|                 }, | ||||
|                 "name": "Kurutma seviyesi" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "K\u0131r\u0131\u015f\u0131k a\u00e7ma" | ||||
|             }, | ||||
|             "power": { | ||||
|                 "name": "G\u00fc\u00e7 seviyesi" | ||||
|             }, | ||||
|             "remaining_time": { | ||||
|                 "name": "Kalan s\u00fcre" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "S\u0131cakl\u0131k" | ||||
|             }, | ||||
|             "water_efficiency": { | ||||
|                 "name": "Su verimlili\u011fi" | ||||
|             }, | ||||
|             "water_saving": { | ||||
|                 "name": "Su tasarrufu" | ||||
|             }, | ||||
|             "duration": { | ||||
|                 "name": "S\u00fcre" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Hedef s\u0131cakl\u0131k" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "S\u0131kma" | ||||
|             }, | ||||
|             "steam_leve": { | ||||
|                 "name": "Buhar Seviyesi" | ||||
|             }, | ||||
|             "dirt_level": { | ||||
|                 "name": "Kir seviyesi" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Gecikmeli Ba\u015flatma" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Kurutma zaman\u0131" | ||||
|             }, | ||||
|             "suggested_load": { | ||||
|                 "name": "Y\u00fck kapasitesi" | ||||
|             }, | ||||
|             "energy_label": { | ||||
|                 "name": "Enerji verimlili\u011fi" | ||||
|             }, | ||||
|             "det_dust": { | ||||
|                 "name": "Toz" | ||||
|             }, | ||||
|             "det_liquid": { | ||||
|                 "name": "S\u0131v\u0131" | ||||
|             } | ||||
|         }, | ||||
|         "select": { | ||||
|             "programs_dw": { | ||||
|                 "state": { | ||||
|                     "59_min": "Hizli 59'", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "auto_care_soil": "Auto Care", | ||||
|                     "auto_plus": "AutoPlus", | ||||
|                     "auto_sensor": "Auto Sensor", | ||||
|                     "auto_sensor_soil": "Auto Sensor", | ||||
|                     "auto_universal": "Universal 50-60\u00b0C", | ||||
|                     "auto_universal_plus": "Family 65-75\u00b0C", | ||||
|                     "auto_universal_plus_soil": "Family 65-75\u00b0C", | ||||
|                     "auto_universal_soil": "Universal 50-60\u00b0C", | ||||
|                     "auto_wash": "Otomatik Y\u0131kama", | ||||
|                     "auto_wash_soil": "Otomatik Y\u0131kama", | ||||
|                     "classe_a_59": "A Wash 59' 65\u00b0C", | ||||
|                     "delicate": "Cristal 45\u00b0C", | ||||
|                     "dishwasher_care": "Kire\u00e7 kal\u0131nt\u0131s\u0131 temizleme program\u0131", | ||||
|                     "eco": "Eko", | ||||
|                     "eco_asynch": "Eco 45\u00b0C", | ||||
|                     "eco_bldc": "Eco 45\u00b0C", | ||||
|                     "eco_synch": "Eco 45\u00b0C", | ||||
|                     "gentle_wash": "Gentle wash", | ||||
|                     "glass": "Cam", | ||||
|                     "glassware": "Cam E\u015fya 45\u00b0C", | ||||
|                     "glass_care": "Glass Care", | ||||
|                     "hygiene": "Hijyen", | ||||
|                     "hygiene_plus": "Hijyen+ 75\u00b0C", | ||||
|                     "intensive": "Yo\u011fun ", | ||||
|                     "intensive_rapid": "yogun hizli", | ||||
|                     "iot_auto_sensor": "Auto Sensor", | ||||
|                     "iot_auto_universal_soil": "Universal 50-60\u00b0C", | ||||
|                     "iot_auto_wash_soil": "Otomatik Y\u0131kama", | ||||
|                     "iot_baby_care": "Bebek Bak\u0131m", | ||||
|                     "iot_breakfast": "Kahvalt\u0131", | ||||
|                     "iot_checkup": "Check-up", | ||||
|                     "iot_china_crystals": "\u00c7in Kristalleri", | ||||
|                     "iot_classe_a_59": "Hizli 59'", | ||||
|                     "iot_cocktail_glasses": "Kokteyl Bardaklar\u0131", | ||||
|                     "iot_cocktail_glasses_soil": "Kokteyl Bardaklar\u0131", | ||||
|                     "iot_daily_care": "G\u00fcnl\u00fck Bak\u0131m", | ||||
|                     "iot_daily_care_soil": "G\u00fcnl\u00fck Bak\u0131m", | ||||
|                     "iot_delicate": "Cristal 45\u00b0C", | ||||
|                     "iot_dinner_for_two": "2 Ki\u015filik Ak\u015fam Yeme\u011fi", | ||||
|                     "iot_dinner_for_two_soil": "2 Ki\u015filik Ak\u015fam Yeme\u011fi", | ||||
|                     "iot_dreft_quick_cycle": "Dreft Quick", | ||||
|                     "iot_eco_asynch": "Eco 45\u00b0C", | ||||
|                     "iot_eco_bldc": "Eco 45\u00b0C", | ||||
|                     "iot_eco_synch": "Eco 45\u00b0C", | ||||
|                     "iot_extra_hygiene": "Ekstra Hijyen", | ||||
|                     "iot_fairy_quick_cycle": "Fairy Quick", | ||||
|                     "iot_happy_hour": "Happy Hour", | ||||
|                     "iot_jar_quick_cycle": "Jar Quick", | ||||
|                     "iot_party": "Parti", | ||||
|                     "iot_party_soil": "Parti", | ||||
|                     "iot_pizza_menu": "Pizza Men\u00fcs\u00fc", | ||||
|                     "iot_pizza_menu_soil": "Pizza Men\u00fcs\u00fc", | ||||
|                     "iot_plastic_tupperware": "Plastik ve Tupperware", | ||||
|                     "iot_porcelain": "Porselen", | ||||
|                     "iot_power_mix_wash": "Power Mix Y\u0131kama", | ||||
|                     "iot_power_mix_wash_soil": "Power Mix Y\u0131kama", | ||||
|                     "iot_prewash": "Pre-wash", | ||||
|                     "iot_pyrex_and_glassware": "Borcam ve Cam E\u015fya", | ||||
|                     "iot_rapid_29": "Rapid 29'", | ||||
|                     "iot_rapid_39": "H\u0131zl\u0131 39' 60\u00b0C", | ||||
|                     "iot_single": "Tek", | ||||
|                     "iot_steam": "Buhar 75\u00b0C", | ||||
|                     "iot_super_flash": "S\u00fcper H\u0131zl\u0131", | ||||
|                     "iot_super_wash": "S\u00fcper Y\u0131kama", | ||||
|                     "iot_turbopower": "TurboPower", | ||||
|                     "iot_universal": "\u00c7ok Ama\u00e7l\u0131 60\u00b0C", | ||||
|                     "iot_wok_grids_maxi_pans": "\u00d6zel Tavalar (Wok - Izgaralar ve Maksi Tavalar)", | ||||
|                     "iot_wok_grids_maxi_pans_soil": "\u00d6zel Tavalar (Wok - Izgaralar ve Maksi Tavalar)", | ||||
|                     "iot_yes_quick_cycle": "Yes Quick", | ||||
|                     "night": "Night 55\u00b0C", | ||||
|                     "prewash": "Pre-wash", | ||||
|                     "rapid_20": "Hizli 20'", | ||||
|                     "rapid_24": "Rapid 24'", | ||||
|                     "rapid_29": "Rapid 29' 50\u00b0C", | ||||
|                     "rapid_35": "Wash&Dry 35'", | ||||
|                     "rapid_39": "H\u0131zl\u0131 39' 60\u00b0C", | ||||
|                     "rapid_49": "Hizli 49'", | ||||
|                     "rapid_59": "Hizli 59'", | ||||
|                     "sanitising": "Dezenfekte Etme", | ||||
|                     "silence": "Silence", | ||||
|                     "silent": "Gece", | ||||
|                     "silent_care": "Silent Care", | ||||
|                     "smart_ai": "Smart AI", | ||||
|                     "special": "\u00f6zel", | ||||
|                     "special_pw_prz": "\u00f6zel", | ||||
|                     "steam": "Buhar 75\u00b0C", | ||||
|                     "steam_plus": "Ekstra Buhar 75\u00b0C", | ||||
|                     "total_care": "Total Care 50\u00b0C", | ||||
|                     "ultra_silence": "Night 55\u00b0C", | ||||
|                     "ultra_silent": "Night 55\u00b0C", | ||||
|                     "universal": "\u00c7ok Ama\u00e7l\u0131 60\u00b0C", | ||||
|                     "universal_plus": "\u00c7ok Ama\u00e7l\u0131 Art\u0131 70\u00b0C", | ||||
|                     "zoom_39": "Zoom 39 min" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "state": { | ||||
|                     "iot_special_ash_brown": "K\u00fcl kahverengi", | ||||
|                     "iot_special_beef_fillet": "Dana fileto", | ||||
|                     "iot_special_beef_veal_stew": "Dana eti ve dana yahnisi", | ||||
|                     "iot_special_boiled_rice": "Ha\u015flanm\u0131\u015f pirin\u00e7", | ||||
|                     "iot_special_chicken_breast": "Tavuk g\u00f6\u011f\u00fcs", | ||||
|                     "iot_special_chicken_legs": "Tavuk but", | ||||
|                     "iot_special_chocolate_pudding": "S\u00fcpangle", | ||||
|                     "iot_special_entrecote": "Antrikot", | ||||
|                     "iot_special_fresh_tuna": "Taze ton bal\u0131\u011f\u0131", | ||||
|                     "iot_special_grilled_vegetables": "Izgara sebzeler", | ||||
|                     "iot_special_lamb_cutlet": "Kuzu kotlet", | ||||
|                     "iot_special_meatballs": "K\u00f6fte", | ||||
|                     "iot_special_minestrone": "\u00c7orba", | ||||
|                     "iot_special_mussels": "Midye", | ||||
|                     "iot_special_omelette": "Omlet", | ||||
|                     "iot_special_pancakes": "Pankek", | ||||
|                     "iot_special_paris_style_peas": "Frans\u0131z usul\u00fc bezelye", | ||||
|                     "iot_special_poached_eggs": "Po\u015fe yumurta", | ||||
|                     "iot_special_pork_fillet": "Domuz filetosu", | ||||
|                     "iot_special_pork_ribs": "Domuz kaburgas\u0131", | ||||
|                     "iot_special_prawns": "Karides", | ||||
|                     "iot_special_quinoa": "Kinoa", | ||||
|                     "iot_special_ratatouille": "Ratatuy", | ||||
|                     "iot_special_salmon_fillet": "Somon fileto", | ||||
|                     "iot_special_saute_potatoes": "Patates sote", | ||||
|                     "iot_special_scallops": "Deniz tara\u011f\u0131", | ||||
|                     "iot_special_scrambled_eggs": "Sahanda yumurta", | ||||
|                     "iot_special_spelt": "K\u0131l\u00e7\u0131ks\u0131z bu\u011fday", | ||||
|                     "iot_special_veggy_noodles": "Sebzeli eri\u015fte", | ||||
|                     "iot_special_white_fish_fillet": "Beyaz bal\u0131k filetosu", | ||||
|                     "iot_standard_boiling": "Kaynama", | ||||
|                     "iot_standard_frying": "K\u0131zart", | ||||
|                     "iot_standard_keep_warm": "S\u0131cak Tut", | ||||
|                     "iot_standard_melting": "Erit", | ||||
|                     "iot_standard_simmering": "\u0130\u00e7ten \u0130\u00e7e Kaynama" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "state": { | ||||
|                     "bakery": "Makarna ve Ekmek", | ||||
|                     "bakery_steam": "Buharda pi\u015fmi\u015f ekmek", | ||||
|                     "bottom_heating": "Alt \u0131s\u0131t\u0131c\u0131", | ||||
|                     "bottom_heating_fan": "Alt \u0131s\u0131t\u0131c\u0131 + Fan", | ||||
|                     "bread": "Ekmek", | ||||
|                     "bread_steam": "Buharda pi\u015fmi\u015f hamur i\u015fleri", | ||||
|                     "convection_fan": "Fan destekl\u0131", | ||||
|                     "convection_fan_turnspit": "Konveksiyon + Fan + \u015ei\u015f \u00c7evirme", | ||||
|                     "conventional": "Stat\u0131k", | ||||
|                     "conventional_turnspit": "Konveksiyon + \u015ei\u015f \u00c7evirme", | ||||
|                     "defrost": "Buz \u00e7\u00f6zme", | ||||
|                     "descaling": "Kire\u00e7 \u00e7\u00f6zme", | ||||
|                     "fish": "Bal\u0131k", | ||||
|                     "fish_steam": "Buharda pi\u015fmi\u015f bal\u0131k", | ||||
|                     "grill_cata": "Izgara", | ||||
|                     "grill_fan_cata": "Izgara fan", | ||||
|                     "grill_fan_pyro": "Izgara + Fan", | ||||
|                     "grill_pyro": "Izgara", | ||||
|                     "h20_clean": "H2O-Clean", | ||||
|                     "iot_bread": "Ekmek", | ||||
|                     "iot_h20_clean": "h2O clean", | ||||
|                     "leavening": "Mayalama", | ||||
|                     "low_temp_cooking": "D\u00fc\u015f\u00fck S\u0131cakl\u0131kta Pi\u015firme", | ||||
|                     "low_temp_cooking_fish": "D\u00fc\u015f\u00fck S\u0131cakl\u0131kta Pi\u015firme - Bal\u0131k", | ||||
|                     "low_temp_cooking_fish_steam": "D\u00fc\u015f\u00fck S\u0131cakl\u0131kta Buharda Pi\u015firme - Bal\u0131k", | ||||
|                     "low_temp_cooking_meat": "D\u00fc\u015f\u00fck S\u0131cakl\u0131kta Pi\u015firme - Et", | ||||
|                     "low_temp_cooking_meat_steam": "D\u00fc\u015f\u00fck S\u0131cakl\u0131kta Buharda Pi\u015firme - Et", | ||||
|                     "low_temp_cooking_steam": "D\u00fc\u015f\u00fck S\u0131cakl\u0131kta Buharda Pi\u015firme", | ||||
|                     "meat": "Et", | ||||
|                     "meat_steam": "Buharda pi\u015fmi\u015f et", | ||||
|                     "multi_level": "\u00c7ok Seviyeli", | ||||
|                     "paella": "Paella", | ||||
|                     "pasta_and_bakery": "Makarna ve Ekmek", | ||||
|                     "pizza": "Pizza", | ||||
|                     "pyrolysis": "Piroliz", | ||||
|                     "pyrolysis_plus": "Piroliz +", | ||||
|                     "red_meat": "K\u0131rm\u0131z\u0131 Et", | ||||
|                     "red_meat_steam": "Buharda pi\u015fmi\u015f k\u0131rm\u0131z\u0131 et", | ||||
|                     "regenerate": "Yenileme", | ||||
|                     "soft_plus": "Yumu\u015fak+", | ||||
|                     "super_grill": "S\u00fcper Izgara", | ||||
|                     "tailor_bake": "Tailor bake", | ||||
|                     "tailor_bake_cata": "Tailor Bake", | ||||
|                     "tailor_bake_desctiption": "Bu i\u015flev, yiyeceklerin i\u00e7ini yumu\u015fak ve d\u0131\u015f\u0131n\u0131 gevrek tutmak i\u00e7in idealdir.\r\r\r\r\r\r\r\r\nBu i\u015flev, sa\u011fl\u0131kl\u0131 bir diyet i\u00e7in gereken kat\u0131 ya\u011f veya s\u0131v\u0131 ya\u011f miktar\u0131n\u0131 azalt\u0131r.\r\r\r\r\r\r\r\r\nIs\u0131tma elemanlar\u0131n\u0131n titre\u015fimli bir hava d\u00f6ng\u00fcs\u00fc ile kombinasyonu, e\u015fit pi\u015firme sonu\u00e7lar\u0131 sa\u011flar.", | ||||
|                     "tailor_bake_pyro": "Tailor Bake", | ||||
|                     "vegetables": "Sebzeler", | ||||
|                     "vegetables_cata": "Sebzeler", | ||||
|                     "vegetables_pyro": "Sebzeler", | ||||
|                     "water_discharge": "Su Drenaj\u0131", | ||||
|                     "white_meat": "Beyaz Et", | ||||
|                     "white_meat_steam": "Buharda pi\u015fmi\u015f beyaz et" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "state": { | ||||
|                     "active_dry": "Aktif Kurutma", | ||||
|                     "allergy_care": "Antialerji", | ||||
|                     "all_in_one": "Hepsi Bir Arada", | ||||
|                     "antiallergy": "Antialerji", | ||||
|                     "anti_odours": "Koku giderme", | ||||
|                     "auto_care": "Oto. Bak\u0131m", | ||||
|                     "baby": "Bebek", | ||||
|                     "bed_quilt": "Yorgan", | ||||
|                     "care_30": "Bak\u0131m 30", | ||||
|                     "care_45": "Bak\u0131m 45", | ||||
|                     "care_59": "Bak\u0131m 59", | ||||
|                     "coloured": "Renkli", | ||||
|                     "daily_45_min": "GUNLUK 45'", | ||||
|                     "daily_perfect_59_min": "GUNLUK 59'", | ||||
|                     "darks_and_coloured": "Koyu Renkliler ve Renkliler", | ||||
|                     "delicates": "Hassas", | ||||
|                     "duvet": "Yorgan", | ||||
|                     "eco": "Eko Pamuk", | ||||
|                     "ecospeed_cottons": "Eko h\u0131z Pamuklu", | ||||
|                     "ecospeed_delicates": "ECOSEPEED Hassas", | ||||
|                     "ecospeed_mixed": "Eko h\u0131z Kar\u0131\u015f\u0131k", | ||||
|                     "extra_hygiene": "EKSTRA HIJYEN", | ||||
|                     "fitness": "Fitness", | ||||
|                     "fresh_care": "Yenileme Bak\u0131m\u0131", | ||||
|                     "genius": "Genius", | ||||
|                     "hqd_baby_care": "Baby Care", | ||||
|                     "hqd_bath_towel": "Havlular", | ||||
|                     "hqd_bed_sheets": "\u00c7ar\u015faflar", | ||||
|                     "hqd_bulky": "Hacimli e\u015fyalar", | ||||
|                     "hqd_casual": "G\u00fcndelik", | ||||
|                     "hqd_cold_wind_30": "Serin esinti 30 dakika", | ||||
|                     "hqd_cold_wind_timing": "Serin esinti ", | ||||
|                     "hqd_cotton": "Pamuk", | ||||
|                     "hqd_curtain": "Perdeler", | ||||
|                     "hqd_delicate": "Narin \u00c7ama\u015f\u0131rlar", | ||||
|                     "hqd_diaper": "Bebek bezi", | ||||
|                     "hqd_duvet": "Nevresim", | ||||
|                     "hqd_feather": "\u015ei\u015fme montlar", | ||||
|                     "hqd_hot_wind_timing": "S\u0131cak hava", | ||||
|                     "hqd_hygienic": "Hijyen", | ||||
|                     "hqd_i_refresh": "I-Refresh", | ||||
|                     "hqd_i_refresh_pro": "I-Refresh Pro", | ||||
|                     "hqd_jacket": "Ceketler", | ||||
|                     "hqd_jeans": "Kot pantolon", | ||||
|                     "hqd_luxury": "Konfor", | ||||
|                     "hqd_mix": "Kar\u0131\u015f\u0131k", | ||||
|                     "hqd_night_dry": "Gece kurutma", | ||||
|                     "hqd_outdoor": "Outdoor", | ||||
|                     "hqd_precious_cure": "Precious cure", | ||||
|                     "hqd_quick_20": "H\u0131zl\u0131 20", | ||||
|                     "hqd_quick_30": "H\u0131zl\u0131 30", | ||||
|                     "hqd_quick_dry": "H\u0131zl\u0131 kurutma", | ||||
|                     "hqd_quilt": "Yorganlar", | ||||
|                     "hqd_refresh": "Yenileme", | ||||
|                     "hqd_school_uniform": "Okul \u00fcniformas\u0131", | ||||
|                     "hqd_shirt": "G\u00f6mlekler", | ||||
|                     "hqd_shoes": "Ayakkab\u0131lar", | ||||
|                     "hqd_silk": "\u0130pek", | ||||
|                     "hqd_sports": "Spor", | ||||
|                     "hqd_synthetics": "Sentetikler", | ||||
|                     "hqd_timer": "Zaman Ayarl\u0131", | ||||
|                     "hqd_towel": "Havlular", | ||||
|                     "hqd_underwear": "\u0130\u00e7 \u00e7ama\u015f\u0131r\u0131", | ||||
|                     "hqd_warm_up": "Is\u0131tma", | ||||
|                     "hqd_wool": "Y\u00fcn", | ||||
|                     "hqd_working_suit": "\u0130\u015f giysisi", | ||||
|                     "hygiene": "Hijyen", | ||||
|                     "iot_checkup": "Kontrol", | ||||
|                     "iot_dry_anti_mites": "Anti-akar", | ||||
|                     "iot_dry_baby": "Bebek", | ||||
|                     "iot_dry_backpacks": "S\u0131rt \u00c7antalar\u0131", | ||||
|                     "iot_dry_bathrobe": "Bornoz", | ||||
|                     "iot_dry_bed_linen": "\u00c7ar\u015faf", | ||||
|                     "iot_dry_bed_quilt": "Yorgan", | ||||
|                     "iot_dry_cotton": "Pamuklular", | ||||
|                     "iot_dry_cuddly_toys": "Yumu\u015fak Oyuncaklar", | ||||
|                     "iot_dry_curtains": "Perdeler", | ||||
|                     "iot_dry_dehumidifier": "Nem giderici", | ||||
|                     "iot_dry_delicates": "Hassas", | ||||
|                     "iot_dry_delicate_tablecloths": "Hassas masa \u00f6rt\u00fcleri", | ||||
|                     "iot_dry_denim_jeans": "Denim - kot pantolon", | ||||
|                     "iot_dry_down_jacket": "Jacket", | ||||
|                     "iot_dry_duvet": "Yorgan", | ||||
|                     "iot_dry_easy_iron_cotton": "S\u00fcper Kolay \u00dct\u00fcleme", | ||||
|                     "iot_dry_easy_iron_synthetics": "Sentetikler S\u00fcper Kolay \u00dct\u00fc", | ||||
|                     "iot_dry_gym_fit": "Spor k\u0131yafetleri", | ||||
|                     "iot_dry_lingerie": "\u0130\u00e7 \u00c7ama\u015f\u0131r\u0131", | ||||
|                     "iot_dry_mixed": "Kar\u0131\u015f\u0131k", | ||||
|                     "iot_dry_playsuits": "Oyun elbiseleri", | ||||
|                     "iot_dry_rapid_30": "Rapid 30", | ||||
|                     "iot_dry_rapid_59": "H\u0131zl\u0131 59'.", | ||||
|                     "iot_dry_refresh": "Yenileme", | ||||
|                     "iot_dry_regenerates_waterproof": "Su ge\u00e7irmezli\u011fi art\u0131rmak", | ||||
|                     "iot_dry_relax_creases": "K\u0131r\u0131\u015f\u0131kl\u0131k A\u00e7ma", | ||||
|                     "iot_dry_shirts": "G\u00f6mlek", | ||||
|                     "iot_dry_small_load": "Az \u00c7ama\u015f\u0131r", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Mayolar", | ||||
|                     "iot_dry_synthetics": "Sentetik", | ||||
|                     "iot_dry_synthetic_dry": "Sentetik Kurutma", | ||||
|                     "iot_dry_tablecloths": "Masa \u00f6rt\u00fcleri", | ||||
|                     "iot_dry_technical_fabrics": "Teknik Kuma\u015flar", | ||||
|                     "iot_dry_warm_embrace": "S\u0131cak Hava", | ||||
|                     "iot_dry_wool": "Saf y\u00fcn markas\u0131", | ||||
|                     "jeans": "Kot", | ||||
|                     "mix_and_dry": "Kar\u0131\u015f\u0131k ve Kuru", | ||||
|                     "pets": "Evcil hayvanlar", | ||||
|                     "pre_iron": "\u00d6n \u00dct\u00fcleme", | ||||
|                     "rapid_30": "Rapid 30", | ||||
|                     "rapid_45": "45 dak. h\u0131zl\u0131", | ||||
|                     "rapid_59": "M\u00fckemmel H\u0131zl\u0131 59 dk", | ||||
|                     "refresh": "Yenileme", | ||||
|                     "relax_creases": "K\u0131r\u0131\u015f\u0131kl\u0131k A\u00e7ma", | ||||
|                     "saving_30_min": "EKO 30'", | ||||
|                     "shirts": "G\u00f6mlekler", | ||||
|                     "shoes": "Ayakkab\u0131lar", | ||||
|                     "small_load": "Az \u00c7ama\u015f\u0131r", | ||||
|                     "soft_care": "Yumu\u015fak Bak\u0131m", | ||||
|                     "sport_plus": "Spor+", | ||||
|                     "super_easy_iron_misti": "S\u00fcper Kolay \u00dct\u00fc kar\u0131\u015f\u0131k", | ||||
|                     "super_easy_iron_xxl": "S\u00fcper Kolay \u00dct\u00fc XXL", | ||||
|                     "super_fast_cottons": "S\u00fcper H\u0131zl\u0131 Pamuklu", | ||||
|                     "super_fast_delicates": "S\u00fcper H\u0131zl\u0131 Hassas", | ||||
|                     "synthetics": "Sentetik", | ||||
|                     "total_care": "Total Care", | ||||
|                     "trainers": "Spor Ayakkab\u0131lar\u0131", | ||||
|                     "ultra_care": "Ultra Care", | ||||
|                     "waterproof_revitalize": "Su Ge\u00e7irmez Canland\u0131rma", | ||||
|                     "whites": "Beyazlar", | ||||
|                     "wool": "Y\u00fcnl\u00fcleri Kurutma", | ||||
|                     "woolmark": "Saf y\u00fcn markas\u0131", | ||||
|                     "xxl_load": "XXL \u00c7ama\u015f\u0131r", | ||||
|                     "zoom_59": "Yak\u0131nla\u015ft\u0131r 59" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "state": { | ||||
|                     "20_degrees_coloured_cottons": "20\u00b0 Renkli ve Pamuklular", | ||||
|                     "20_degrees_new_energy_label": "20\u00b0C", | ||||
|                     "active_steam": "Buhar", | ||||
|                     "active_wash": "Aktif Y\u0131kama", | ||||
|                     "active_wash_steam": "Aktif Y\u0131kama", | ||||
|                     "allergy_care": "Alerji Bak\u0131m\u0131", | ||||
|                     "allergy_care_pro": "Anti-Alerji Pro", | ||||
|                     "all_in_one_49": "Hepsi bir Arada 49'.", | ||||
|                     "all_in_one_59": "Hepsi bir Arada 59'.", | ||||
|                     "all_in_one_59_steam": "Aktif Y\u0131kama + Buhar", | ||||
|                     "autocare": "Otomatik bak\u0131m", | ||||
|                     "autoclean": "Tambur temizli\u011fi", | ||||
|                     "baby_60": "Bebek K\u0131yafetleri 60\u00b0C", | ||||
|                     "care_14": "Hizli 14'", | ||||
|                     "care_30": "Hizli 30'", | ||||
|                     "care_44": "Hizli 44'", | ||||
|                     "checkup": "Check-up", | ||||
|                     "colour_59": "Renkli 59'", | ||||
|                     "colour_59_steam": "Renkliler 59' + Buhar", | ||||
|                     "cottons": "Pamuklular", | ||||
|                     "cottons_prewash": "Pamuklular + \u00d6n Y\u0131kama", | ||||
|                     "cottons_steam": "Pamuklular + Buhar", | ||||
|                     "cotton_care_59": "Pamuklular 59 dk", | ||||
|                     "delicate_59": "Narin 59'", | ||||
|                     "delicate_silk": "Hassas \u0130pek", | ||||
|                     "delicate_silk_steam": "Hassas \u0130pek + Buhar", | ||||
|                     "delicati_59": "Narin 59'", | ||||
|                     "delicati_59_steam": "Narin 59'", | ||||
|                     "drain_spin": "Bo\u015faltma +ve S\u0131kma", | ||||
|                     "easy_iron": "Kolay \u00dct\u00fcleme", | ||||
|                     "eco_40_60_new_energy_label": "Eco 40-60", | ||||
|                     "extra_care": "Karisik Kirliler", | ||||
|                     "fitness": "Az Kirli Spor", | ||||
|                     "fitness_care": "Az Kirli Spor", | ||||
|                     "fresh_care": "Yenileme Bak\u0131m\u0131", | ||||
|                     "fresh_care_steam": "Fresh Care + Buhar", | ||||
|                     "handwash_wool": "Elde Y\u0131kama ve Y\u00fcnl\u00fcler", | ||||
|                     "high_dry": "Pamuklular kurutma", | ||||
|                     "hqd_20_degrees": "Pamuklu 20\u2103", | ||||
|                     "hqd_allergy": "Alerji Bak\u0131m\u0131", | ||||
|                     "hqd_autoclean": "Tambur temizli\u011fi", | ||||
|                     "hqd_babycare": "Bebek Bak\u0131m", | ||||
|                     "hqd_checkup": "Check-Up", | ||||
|                     "hqd_cottons": "Pamuklular", | ||||
|                     "hqd_delicate": "Narin \u00c7ama\u015f\u0131rlar", | ||||
|                     "hqd_delicate_cradle": "Narin \u00c7ama\u015f\u0131rlar", | ||||
|                     "hqd_dry": "Pamuklular kurutma", | ||||
|                     "hqd_dry_synthetics": "Kar\u0131\u015f\u0131k kurutma", | ||||
|                     "hqd_duvet": "Yorgan", | ||||
|                     "hqd_eco_40_60_degrees": "Eco 40-60", | ||||
|                     "hqd_handwash_wool": "Y\u00fcnl\u00fcler", | ||||
|                     "hqd_i_refresh": "i-Refresh", | ||||
|                     "hqd_mix": "Kar\u0131\u015f\u0131k", | ||||
|                     "hqd_quick_15": "H\u0131zl\u0131 15'", | ||||
|                     "hqd_quick_wash_57": "H\u0131zl\u0131 Y\u0131kama 57 dak", | ||||
|                     "hqd_rapid_wash_and_dry": "Y\u0131kama ve kurutma", | ||||
|                     "hqd_refresh": "Yenileme", | ||||
|                     "hqd_rinse": "Durulama", | ||||
|                     "hqd_shirts": "G\u00f6mlekler", | ||||
|                     "hqd_smart": "Smart A.I.", | ||||
|                     "hqd_spin": "S\u0131kma", | ||||
|                     "hqd_sport": "Spor", | ||||
|                     "hqd_super_fast": "H\u0131zl\u0131 39\u2019", | ||||
|                     "hqd_synthetic_and_coloured": "Sentetikler", | ||||
|                     "hygiene_59": "Hijyen 59'", | ||||
|                     "hygiene_60": "Hijyen 60\u00b0", | ||||
|                     "hygiene_plus_59": "Hijyen 59'", | ||||
|                     "hygiene_plus_59_min": "Hijyen 59'", | ||||
|                     "hygiene_pro_49_min": "Hygiene Pro 49 min", | ||||
|                     "hygiene_pro_steam": "Hygiene Pro + Buhar", | ||||
|                     "intensive_40": "Yo\u011fun 40\u00b0C", | ||||
|                     "intensive_40_steam": "Yo\u011fun 40\u00b0C + Buhar", | ||||
|                     "iot_active_steam": "Buhar", | ||||
|                     "iot_active_wash_steam": "Aktif Y\u0131kama", | ||||
|                     "iot_allergy_care_pro": "Anti-Alerji Pro", | ||||
|                     "iot_all_in_one_59_steam": "Aktif Y\u0131kama + Buhar", | ||||
|                     "iot_checkup": "Check-up", | ||||
|                     "iot_colour_59_steam": "Renkliler 59' + Buhar", | ||||
|                     "iot_cottons_steam": "Pamuklular + Buhar", | ||||
|                     "iot_delicate_silk_steam": "Hassas \u0130pek + Buhar", | ||||
|                     "iot_delicati_59_steam": "Narin 59'", | ||||
|                     "iot_dry_air_refresh": "Hava Yenileme", | ||||
|                     "iot_dry_anti_mites": "Akar \u00f6nleyici", | ||||
|                     "iot_dry_baby": "Bebek", | ||||
|                     "iot_dry_backpacks": "S\u0131rt \u00e7antalar\u0131", | ||||
|                     "iot_dry_bathrobe": "Bornoz ve g\u00f6zenekli kuma\u015flar", | ||||
|                     "iot_dry_bed_linen": "\u00c7ar\u015faflar", | ||||
|                     "iot_dry_cotton_dry": "Pamuklular kurutma", | ||||
|                     "iot_dry_cuddly_toys": "Pel\u00fc\u015f hayvanlar", | ||||
|                     "iot_dry_curtains": "Perdeler", | ||||
|                     "iot_dry_dehumidifier": "Nem giderici", | ||||
|                     "iot_dry_delicates_antiallergy": "Narinler - anti-alerji", | ||||
|                     "iot_dry_delicate_tablecloths": "Narin masa \u00f6rt\u00fcleri", | ||||
|                     "iot_dry_denim_jeans": "Denim - Kot Pantolon", | ||||
|                     "iot_dry_easy_iron_cotton": "Kolay \u00dct\u00fc - Pamuklular", | ||||
|                     "iot_dry_easy_iron_synthetics": "Kolay \u00dct\u00fc - Sentetikler", | ||||
|                     "iot_dry_gym_fit": "Fitness - spor k\u0131yafetleri", | ||||
|                     "iot_dry_lingerie": "\u0130\u00e7 \u00e7ama\u015f\u0131rlar\u0131", | ||||
|                     "iot_dry_mixed_dry": "Kar\u0131\u015f\u0131k kurutma", | ||||
|                     "iot_dry_rapid_60_min_delicates": "H\u0131zl\u0131 60' - Narinler", | ||||
|                     "iot_dry_shirts": "G\u00f6mlekler", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "Mayolar", | ||||
|                     "iot_dry_synthetics": "Sentetik Kurutma", | ||||
|                     "iot_dry_synthetic_dry": "Sentetik Kurutma", | ||||
|                     "iot_dry_tablecloths": "Masa \u00f6rt\u00fcleri", | ||||
|                     "iot_dry_technical_fabrics": "Teknik kuma\u015flar", | ||||
|                     "iot_dry_warm_embrace": "Il\u0131k d\u00f6nd\u00fcrme", | ||||
|                     "iot_dry_wool_dry": "Y\u00fcnl\u00fc kurutma", | ||||
|                     "iot_easy_iron": "Kolay \u00dct\u00fcleme", | ||||
|                     "iot_fresh_care_steam": "Fresh Care + Buhar", | ||||
|                     "iot_hygiene_pro_steam": "Hygiene Pro + Buhar", | ||||
|                     "iot_intensive_40_steam": "Yo\u011fun 40\u00b0C + Buhar", | ||||
|                     "iot_mixed_steam": "Kar\u0131\u015f\u0131k + Buhar", | ||||
|                     "iot_mix_and_colour_59_steam": "Kar\u0131\u015f\u0131k ve Renkliler 59' + Buhar", | ||||
|                     "iot_perfect_cotton_59_steam": "Kirli Pamuklular 59'", | ||||
|                     "iot_rapid_a_class_60_steam": "H\u0131zl\u0131 A S\u0131n\u0131f\u0131 60 + Buhar", | ||||
|                     "iot_resistant_cotton_steam": "Pamuklular + Buhar", | ||||
|                     "iot_shirts_steam": "G\u00f6mlek + Buhar", | ||||
|                     "iot_single_item_steam": "Tek \u00c7ama\u015f\u0131r + Buhar", | ||||
|                     "iot_smart_wash": "Ak\u0131ll\u0131 Y\u0131kama", | ||||
|                     "iot_soft_care_steam": "Soft Care + Steam", | ||||
|                     "iot_special_39_full_load_steam": "\u00d6zel program 39' + Buhar", | ||||
|                     "iot_steam_hygiene_plus": "Hijyen Art\u0131 Buhar ", | ||||
|                     "iot_synthetic_and_coloured_steam": "Sentetikler ve Renkliler + Buhar", | ||||
|                     "iot_wash_and_dry": "Y\u0131kama ve kurutma", | ||||
|                     "iot_wash_anti_mites": "Akar \u00f6nleyici", | ||||
|                     "iot_wash_anti_odor": "Koku giderici", | ||||
|                     "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|                     "iot_wash_ariel_cold_cycle": "Ariel Cold Clean", | ||||
|                     "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", | ||||
|                     "iot_wash_baby_sanitizer": "Dezenfektan", | ||||
|                     "iot_wash_baby_sanitizer_steam": "Bebek Dezenfektan\u0131 + Buhar", | ||||
|                     "iot_wash_backpacks": "S\u0131rt \u00e7antalar\u0131", | ||||
|                     "iot_wash_backpacks_zelig": "S\u0131rt \u00c7antalar\u0131", | ||||
|                     "iot_wash_bathrobe": "Bornoz ve havlular", | ||||
|                     "iot_wash_bathrobe_steam": "Bornoz + Buhar", | ||||
|                     "iot_wash_bed_linen": "\u00c7ar\u015faflar", | ||||
|                     "iot_wash_bed_linen_steam": "\u00c7ar\u015faflar + Buhar", | ||||
|                     "iot_wash_bed_linen_zelig": "\u00c7ar\u015faflar", | ||||
|                     "iot_wash_big_single_load": "B\u00fcy\u00fck tek y\u00fck", | ||||
|                     "iot_wash_bleaching": "Beyazlatma", | ||||
|                     "iot_wash_blood_stains": "Kan lekeleri", | ||||
|                     "iot_wash_cashmere": "Ka\u015fmir", | ||||
|                     "iot_wash_chocolate_stains": "\u00c7ikolata lekeleri", | ||||
|                     "iot_wash_cold_wash": "So\u011fuk Y\u0131kama", | ||||
|                     "iot_wash_colored": "Renkli", | ||||
|                     "iot_wash_colored_anti_stain": "Renkliler i\u00e7in leke \u00e7\u0131karma", | ||||
|                     "iot_wash_colored_delicate": "Renkli hassas", | ||||
|                     "iot_wash_coloured": "Renkliler", | ||||
|                     "iot_wash_coloured_bed_linen": "Renkli Nevresim", | ||||
|                     "iot_wash_coloured_bed_linen_steam": "Renkli Nevresim + Buhar", | ||||
|                     "iot_wash_coloured_curtains": "Renkli Perdeler", | ||||
|                     "iot_wash_coloured_shirts": "Renkli G\u00f6mlekler", | ||||
|                     "iot_wash_coloured_shirts_steam": "Renkli G\u00f6mlekler + Buhar", | ||||
|                     "iot_wash_coloured_steam": "Renkliler + Buhar", | ||||
|                     "iot_wash_coloured_tableclothes": "Renkli Masa \u00d6rt\u00fcs\u00fc", | ||||
|                     "iot_wash_coloured_tableclothes_steam": "Renkli Masa \u00d6rt\u00fcs\u00fc + Buhar", | ||||
|                     "iot_wash_cotton": "Pamuklular", | ||||
|                     "iot_wash_cotton_steam": "Pamuklular + Buhar", | ||||
|                     "iot_wash_cuddly_toys": "Pel\u00fc\u015f hayvanlar", | ||||
|                     "iot_wash_curtains": "Perdeler", | ||||
|                     "iot_wash_curtains_steam": "Perdeler+Buhar", | ||||
|                     "iot_wash_curtains_zelig": "Perdeler", | ||||
|                     "iot_wash_dark": "Koyu renkli giysiler", | ||||
|                     "iot_wash_darks_and_coloured_44": "Koyu ve renkliler 44'", | ||||
|                     "iot_wash_darks_and_coloured_59": "Koyu ve renkliler 59'", | ||||
|                     "iot_wash_darks_and_coloured_xl": "Koyu ve renkliler XL", | ||||
|                     "iot_wash_dark_steam": "Koyu renkli giysiler + Buhar", | ||||
|                     "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|                     "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|                     "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|                     "iot_wash_delicate": "Narin \u00c7ama\u015f\u0131rlar", | ||||
|                     "iot_wash_delicate_antiallergy": "Narin \u00e7ama\u015f\u0131rlar i\u00e7in anti-alerji", | ||||
|                     "iot_wash_delicate_antiallergy_steam": "Narin \u00e7ama\u015f\u0131rlar i\u00e7in anti-alerji + Buhar", | ||||
|                     "iot_wash_delicate_antiallergy_zelig": "Narin \u00e7ama\u015f\u0131rlar i\u00e7in anti-alerji", | ||||
|                     "iot_wash_delicate_colors": "Renkli narin \u00e7ama\u015f\u0131rlar", | ||||
|                     "iot_wash_delicate_colors_steam": "Renkliler + Buhar", | ||||
|                     "iot_wash_delicate_dark": "Hassas koyu", | ||||
|                     "iot_wash_delicate_steam": "Narin \u00c7ama\u015f\u0131rlar + Buhar", | ||||
|                     "iot_wash_delicate_tablecloths": "Narin masa \u00f6rt\u00fcleri", | ||||
|                     "iot_wash_delicate_tablecloths_steam": "Narin masa \u00f6rt\u00fcleri + Buhar", | ||||
|                     "iot_wash_delicate_whites": "Hassas beyazlar", | ||||
|                     "iot_wash_denim_jeans": "Denim - kot pantolon", | ||||
|                     "iot_wash_diving_suits": "Dalg\u0131\u00e7 elbiseleri", | ||||
|                     "iot_wash_diving_suits_zelig": "Dalg\u0131\u00e7 elbiseleri", | ||||
|                     "iot_wash_down_jackets": "\u015ei\u015fme montlar", | ||||
|                     "iot_wash_down_jackets_zelig": "\u015ei\u015fme montlar", | ||||
|                     "iot_wash_duvet": "Yorgan", | ||||
|                     "iot_wash_fruit_stains": "Meyve lekeleri", | ||||
|                     "iot_wash_gym_fit": "Fitness - spor k\u0131yafetleri", | ||||
|                     "iot_wash_handwash": "Elde y\u0131kama", | ||||
|                     "iot_wash_handwash_colored": "Elde y\u0131kama renkli", | ||||
|                     "iot_wash_handwash_dark": "Elde y\u0131kama koyu renkli", | ||||
|                     "iot_wash_lingerie": "\u0130\u00e7 \u00e7ama\u015f\u0131rlar\u0131", | ||||
|                     "iot_wash_masks_refresh": "Maskeleri Yenileme", | ||||
|                     "iot_wash_masks_sanification": "Maske Sterilize Etme", | ||||
|                     "iot_wash_masks_sanification_steam": "Maske Sterilize Etme + Buhar", | ||||
|                     "iot_wash_mats": "Hal\u0131lar", | ||||
|                     "iot_wash_men_s_trousers": "Pantolonlar\u0131", | ||||
|                     "iot_wash_mixed": "Kar\u0131\u015f\u0131k", | ||||
|                     "iot_wash_mixed_steam": "Kar\u0131\u015f\u0131k + Buhar", | ||||
|                     "iot_wash_mix_and_coloured_44": "Kar\u0131\u015f\u0131k ve renkli 44'", | ||||
|                     "iot_wash_mix_and_coloured_59": "Kar\u0131\u015f\u0131k ve renkli 59'", | ||||
|                     "iot_wash_mix_and_coloured_xl": "Kar\u0131\u015f\u0131k ve renkli XL", | ||||
|                     "iot_wash_new_clothes": "Yeni k\u0131yafetler", | ||||
|                     "iot_wash_perfect_white": "Kusursuz beyazlar", | ||||
|                     "iot_wash_perfect_white_steam": "Kusursuz beyazlar + Buhar", | ||||
|                     "iot_wash_pets": "Evcil hayvan aksesuarlar\u0131", | ||||
|                     "iot_wash_pets_hair_removal": "Evcil Hayvan T\u00fcy\u00fc Temizleme", | ||||
|                     "iot_wash_pets_odours_stains_removal": "Evcil Hayvan Kokular\u0131n\u0131 ve Lekelerini Giderme", | ||||
|                     "iot_wash_pets_steam": "Evcil hayvan aksesuarlar\u0131", | ||||
|                     "iot_wash_playsuits": "Oyun elbiseleri", | ||||
|                     "iot_wash_playsuits_steam": "Oyun elbiseleri + Buhar", | ||||
|                     "iot_wash_quick_drum_cleaner": "H\u0131zl\u0131 tamburlu temizleyici", | ||||
|                     "iot_wash_rapid_14": "H\u0131zl\u0131 14\u2019", | ||||
|                     "iot_wash_rapid_30": "H\u0131zl\u0131 30\u2019", | ||||
|                     "iot_wash_rapid_44": "H\u0131zl\u0131 44'", | ||||
|                     "iot_wash_rapid_59": "H\u0131zl\u0131 59'", | ||||
|                     "iot_wash_rapid_59_steam": "H\u0131zl\u0131 59' + Buhar", | ||||
|                     "iot_wash_refresh_14_min": "Yenileme 14'", | ||||
|                     "iot_wash_resistant_colored": "Dayan\u0131kl\u0131 renkli", | ||||
|                     "iot_wash_resistant_dark": "Dayan\u0131kl\u0131 koyu renkli", | ||||
|                     "iot_wash_resistant_whites": "Dayan\u0131kl\u0131 beyazlar", | ||||
|                     "iot_wash_rinse": "Durulama", | ||||
|                     "iot_wash_shirts": "G\u00f6mlekler", | ||||
|                     "iot_wash_shirts_steam": "G\u00f6mlekler + Buhar", | ||||
|                     "iot_wash_silk": "\u0130pek", | ||||
|                     "iot_wash_ski_suit": "Kayak giysileri", | ||||
|                     "iot_wash_ski_suit_zelig": "Kayak giysileri", | ||||
|                     "iot_wash_spin": "S\u0131kma", | ||||
|                     "iot_wash_sport": "Spor", | ||||
|                     "iot_wash_sport_anti_odor": "Koku \u00d6nleyici Spor Giyim", | ||||
|                     "iot_wash_sport_anti_odor_zelig": "Koku \u00d6nleyici Spor Giyim", | ||||
|                     "iot_wash_stains_remover": "Leke \u00e7\u0131kar\u0131c\u0131", | ||||
|                     "iot_wash_swimsuits_and_bikinis": "Mayolar", | ||||
|                     "iot_wash_synthetic": "Sentetikler", | ||||
|                     "iot_wash_synthetic_steam": "Sentetikler + Buhar", | ||||
|                     "iot_wash_tablecloths": "Masa \u00f6rt\u00fcleri", | ||||
|                     "iot_wash_tablecloths_steam": "Masa \u00f6rt\u00fcleri + Buhar", | ||||
|                     "iot_wash_technical_fabrics": "Teknik kuma\u015flar", | ||||
|                     "iot_wash_technical_fabrics_zelig": "Teknik kuma\u015flar", | ||||
|                     "iot_wash_technical_jackets": "Teknik ceketler", | ||||
|                     "iot_wash_technical_jackets_zelig": "Teknik ceketler", | ||||
|                     "iot_wash_trainers": "Spor ayakkab\u0131lar\u0131", | ||||
|                     "iot_wash_whites": "Beyazlar", | ||||
|                     "iot_wash_whites_44": "Beyazlar 44'", | ||||
|                     "iot_wash_whites_59": "Beyazlar 59'", | ||||
|                     "iot_wash_whites_xl": "Beyazlar XL", | ||||
|                     "iot_wash_wine_stains": "\u015earap lekeleri", | ||||
|                     "iot_wash_wool": "Y\u00fcnl\u00fcler", | ||||
|                     "jeans": "Kot pantolon", | ||||
|                     "jeans_60": "Kot", | ||||
|                     "low_dry": "Kar\u0131\u015f\u0131k kurutma", | ||||
|                     "mixed": "Kar\u0131\u015f\u0131k", | ||||
|                     "mixed_and_colored_59": "Kar\u0131\u015f\u0131k ve Renkliler 59'", | ||||
|                     "mixed_steam": "Kar\u0131\u015f\u0131k + Buhar", | ||||
|                     "mix_and_colour_59": "Karisik Renkliler 59'", | ||||
|                     "mix_and_colour_59_steam": "Kar\u0131\u015f\u0131k ve Renkliler 59' + Buhar", | ||||
|                     "night_and_day": "Gece ve G\u00fcnd\u00fcz", | ||||
|                     "night_wash": "Gece Program\u0131", | ||||
|                     "perfect_59": "Kusursuz 59'", | ||||
|                     "perfect_cotton_59": "Kirli Pamuklular 59'", | ||||
|                     "perfect_cotton_59_steam": "Kirli Pamuklular 59'", | ||||
|                     "perfect_whites_59": "M\u00fckemmel beyazl\u0131k 59'", | ||||
|                     "rapid_14_min": "H\u0131zl\u0131 14 Dk", | ||||
|                     "rapid_30_min": "H\u0131zl\u0131 30 dk", | ||||
|                     "rapid_44_min": "H\u0131zl\u0131 44 dk", | ||||
|                     "rapid_a_class_60": "H\u0131zl\u0131 S\u0131n\u0131f A 60", | ||||
|                     "rapid_a_class_60_steam": "H\u0131zl\u0131 A S\u0131n\u0131f\u0131 60 + Buhar", | ||||
|                     "rapid_wash_and_dry_59_min": "Y\u0131kama ve Kurutma 59'.", | ||||
|                     "resistant_cotton": "Pamuklular", | ||||
|                     "resistant_cotton_steam": "Pamuklular + Buhar", | ||||
|                     "rinse": "Durulama", | ||||
|                     "shirts_steam": "G\u00f6mlek + Buhar", | ||||
|                     "silent_night": "Gece Program\u0131", | ||||
|                     "single_item": "Tek \u00c7ama\u015f\u0131r", | ||||
|                     "single_item_steam": "Tek \u00c7ama\u015f\u0131r + Buhar", | ||||
|                     "smart_wash": "Ak\u0131ll\u0131 Y\u0131kama", | ||||
|                     "soft_care": "Yumu\u015fak Bak\u0131m", | ||||
|                     "soft_care_steam": "Soft Care + Steam", | ||||
|                     "soft_care_steam_title": "Soft Care + Steam", | ||||
|                     "special_39": "Gunluk Yikama 39'", | ||||
|                     "special_39_full_load": "Gunluk Yikama 39'", | ||||
|                     "special_39_full_load_steam": "\u00d6zel program 39' + Buhar", | ||||
|                     "special_49": "\u00d6zel 49'", | ||||
|                     "sport_39": "Spor 39'", | ||||
|                     "sport_plus_29": "Cok Kirli Spor 29\"", | ||||
|                     "sport_plus_39": "Col kirli spor 39'", | ||||
|                     "steam_39": "Buhar 39'", | ||||
|                     "steam_care_pro": "Steam Care Pro", | ||||
|                     "steam_care_pro_cotton": "Steam Care Pro - Pamuklular", | ||||
|                     "steam_care_pro_delicates": "Steam Care Pro - Narin \u00e7ama\u015f\u0131rlar", | ||||
|                     "steam_care_pro_synthetic": "Steam Care Pro - Sentetikler", | ||||
|                     "steam_hygiene_plus": "Hijyen Art\u0131 Buhar ", | ||||
|                     "synthetics": "Sentetikler", | ||||
|                     "synthetic_and_coloured": "Sentetikler ve Renkliler", | ||||
|                     "synthetic_and_coloured_steam": "Sentetikler ve Renkliler + Buhar", | ||||
|                     "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|                     "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|                     "total_care": "Toplam Bak\u0131m", | ||||
|                     "tumbling": "D\u00f6nd\u00fcrme", | ||||
|                     "wool": "Y\u00fcnl\u00fcler", | ||||
|                     "wool_and_delicates_49": "Y\u00fcnl\u00fc/Hassas 49'", | ||||
|                     "wool_dry": "Y\u00fcnl\u00fc kurutma", | ||||
|                     "wool_soft_care": "Y\u00fcnl\u00fc & Hassas" | ||||
|                 }, | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "Kurutma yok", | ||||
|                     "1": "\u00dct\u00fc", | ||||
|                     "2": "Gard\u0131rop haz\u0131r", | ||||
|                     "3": "Gard\u0131rop haz\u0131r", | ||||
|                     "4": "Ekstra kurutma", | ||||
|                     "12": "\u00dct\u00fc", | ||||
|                     "13": "Gard\u0131rop haz\u0131r", | ||||
|                     "14": "Giyilmeye haz\u0131r", | ||||
|                     "15": "Ekstra kurutma" | ||||
|                 }, | ||||
|                 "name": "Kurutma seviyesi" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "S\u0131kma" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "S\u0131cakl\u0131k" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Kurutma zaman\u0131" | ||||
|             } | ||||
|         }, | ||||
|         "switch": { | ||||
|             "anti_crease": { | ||||
|                 "name": "K\u0131r\u0131\u015f\u0131k a\u00e7ma" | ||||
|             }, | ||||
|             "add_dish": { | ||||
|                 "name": "" | ||||
|             }, | ||||
|             "eco_express": { | ||||
|                 "name": "Eko" | ||||
|             }, | ||||
|             "extra_dry": { | ||||
|                 "name": "Ekstra kurutma" | ||||
|             }, | ||||
|             "half_load": { | ||||
|                 "name": "Yar\u0131m y\u00fck" | ||||
|             }, | ||||
|             "open_door": { | ||||
|                 "name": "Kap\u0131y\u0131 a\u00e7" | ||||
|             }, | ||||
|             "three_in_one": { | ||||
|                 "name": "3\u2019\u00fc 1 arada" | ||||
|             }, | ||||
|             "preheat": { | ||||
|                 "name": "\u00d6n \u0131s\u0131tma yap" | ||||
|             }, | ||||
|             "dish_washer": { | ||||
|                 "name": "Bula\u015f\u0131k makinesi" | ||||
|             }, | ||||
|             "tumble_dryer": { | ||||
|                 "name": "Tamburlu kurutucu" | ||||
|             }, | ||||
|             "washing_machine": { | ||||
|                 "name": "\u00c7ama\u015f\u0131r Makinesi" | ||||
|             }, | ||||
|             "washer_dryer": { | ||||
|                 "name": "Kurutmal\u0131 \u00e7ama\u015f\u0131r makinesi" | ||||
|             }, | ||||
|             "oven": { | ||||
|                 "name": "F\u0131r\u0131n" | ||||
|             }, | ||||
|             "prewash": { | ||||
|                 "name": "Pre-wash" | ||||
|             }, | ||||
|             "pause": { | ||||
|                 "name": "Duraklat" | ||||
|             }, | ||||
|             "keep_fresh": { | ||||
|                 "name": "Keep Fresh" | ||||
|             } | ||||
|         }, | ||||
|         "binary_sensor": { | ||||
|             "door_lock": { | ||||
|                 "name": "Kapak kilitlendi" | ||||
|             }, | ||||
|             "extra_rinse_1": { | ||||
|                 "name": "+1 Durulama" | ||||
|             }, | ||||
|             "extra_rinse_2": { | ||||
|                 "name": "+2 Durulama" | ||||
|             }, | ||||
|             "extra_rinse_3": { | ||||
|                 "name": "+3 Durulama" | ||||
|             }, | ||||
|             "good_night": { | ||||
|                 "name": "\u0130yi Geceler" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "K\u0131r\u0131\u015f\u0131k a\u00e7ma" | ||||
|             }, | ||||
|             "aqua_plus": { | ||||
|                 "name": "Acquaplus" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "S\u0131kma" | ||||
|             }, | ||||
|             "programs_dw": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "name": "Program" | ||||
|             }, | ||||
|             "still_hot": { | ||||
|                 "name": "Hala s\u0131cak" | ||||
|             }, | ||||
|             "pan_status": { | ||||
|                 "name": "Tava" | ||||
|             }, | ||||
|             "remote_control": { | ||||
|                 "name": "Uzaktan kumanda" | ||||
|             }, | ||||
|             "rinse_aid": { | ||||
|                 "name": "Parlat\u0131c\u0131 seviyesi" | ||||
|             }, | ||||
|             "salt_level": { | ||||
|                 "name": "Tuz seviyesi" | ||||
|             }, | ||||
|             "door_open": { | ||||
|                 "name": "Kap\u0131 a\u00e7\u0131k" | ||||
|             }, | ||||
|             "connection": { | ||||
|                 "name": "Cihaz ba\u011flant\u0131s\u0131" | ||||
|             } | ||||
|         }, | ||||
|         "number": { | ||||
|             "power_management": { | ||||
|                 "name": "Power management" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "S\u0131cakl\u0131k" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "Gecikmeli Ba\u015flatma" | ||||
|             }, | ||||
|             "water_hard": { | ||||
|                 "name": "Su sertli\u011fi" | ||||
|             }, | ||||
|             "program_duration": { | ||||
|                 "name": "Program s\u00fcresi" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "Hedef s\u0131cakl\u0131k" | ||||
|             }, | ||||
|             "rinse_iterations": { | ||||
|                 "name": "Durulama say\u0131s\u0131" | ||||
|             }, | ||||
|             "wash_time": { | ||||
|                 "name": "Y\u0131kama s\u00fcresi" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "Kurutma zaman\u0131" | ||||
|             } | ||||
|         }, | ||||
|         "button": { | ||||
|             "induction_hob": { | ||||
|                 "name": "\u0130nd\u00fcksiyonlu Ocak" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @ -1,953 +0,0 @@ | ||||
| { | ||||
|     "entity": { | ||||
|         "sensor": { | ||||
|             "washing_modes": { | ||||
|                 "state": { | ||||
|                     "0": "\u5c31\u7eea", | ||||
|                     "1": "\u5c31\u7eea", | ||||
|                     "3": "\u6682\u505c", | ||||
|                     "4": "\u5df2\u8ba1\u5212", | ||||
|                     "5": "\u5df2\u8ba1\u5212", | ||||
|                     "6": "\u9519\u8bef", | ||||
|                     "7": "\u5c31\u7eea" | ||||
|                 } | ||||
|             }, | ||||
|             "program_phases_wm": { | ||||
|                 "state": { | ||||
|                     "0": "\u5c31\u7eea", | ||||
|                     "1": "\u6d17\u6da4", | ||||
|                     "2": "\u6d17\u6da4", | ||||
|                     "3": "\u7529\u5e72", | ||||
|                     "4": "\u6f02\u6d17", | ||||
|                     "5": "\u6f02\u6d17", | ||||
|                     "6": "\u6f02\u6d17", | ||||
|                     "7": "\u70d8\u5e72", | ||||
|                     "9": "\u84b8\u6c7d", | ||||
|                     "10": "\u5c31\u7eea", | ||||
|                     "11": "\u7529\u5e72", | ||||
|                     "12": "\u6b63\u5728\u79f0\u91cd ", | ||||
|                     "13": "\u6b63\u5728\u79f0\u91cd ", | ||||
|                     "14": "\u6d17\u6da4", | ||||
|                     "15": "\u6d17\u6da4", | ||||
|                     "16": "\u6d17\u6da4", | ||||
|                     "17": "\u6f02\u6d17", | ||||
|                     "18": "\u6f02\u6d17", | ||||
|                     "19": "\u5df2\u8ba1\u5212", | ||||
|                     "20": "\u4fdd\u6301\u6e05\u65b0", | ||||
|                     "24": "\u6e05\u65b0", | ||||
|                     "25": "\u6d17\u6da4", | ||||
|                     "26": "\u52a0\u70ed", | ||||
|                     "27": "\u6d17\u6da4" | ||||
|                 }, | ||||
|                 "name": "\u9636\u6bb5" | ||||
|             }, | ||||
|             "program_phases_td": { | ||||
|                 "state": { | ||||
|                     "0": "\u5c31\u7eea", | ||||
|                     "1": "\u6b63\u5728\u70d8\u5e72", | ||||
|                     "2": "\u70d8\u5e72", | ||||
|                     "3": "\u51b7\u5374", | ||||
|                     "13": "\u51b7\u5374", | ||||
|                     "14": "\u6b63\u5728\u70d8\u5e72", | ||||
|                     "15": "\u6b63\u5728\u70d8\u5e72", | ||||
|                     "16": "\u51b7\u5374", | ||||
|                     "18": "\u4fdd\u6301\u6e05\u65b0", | ||||
|                     "19": "\u70d8\u5e72", | ||||
|                     "20": "\u70d8\u5e72" | ||||
|                 }, | ||||
|                 "name": "\u9636\u6bb5" | ||||
|             }, | ||||
|             "program_phases_dw": { | ||||
|                 "state": { | ||||
|                     "0": "\u5c31\u7eea", | ||||
|                     "1": "\u9884\u6d17", | ||||
|                     "2": "\u6d17\u6da4", | ||||
|                     "3": "\u6f02\u6d17", | ||||
|                     "4": "\u70d8\u5e72", | ||||
|                     "5": "\u5c31\u7eea", | ||||
|                     "6": "Hot rinse" | ||||
|                 }, | ||||
|                 "name": "\u9636\u6bb5" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "\u4e0d\u70d8\u5e72", | ||||
|                     "1": "\u71a8\u70eb", | ||||
|                     "2": "\u8863\u67dc\u5c31\u7eea", | ||||
|                     "3": "\u8863\u67dc\u5c31\u7eea", | ||||
|                     "4": "\u7279\u5e72", | ||||
|                     "12": "\u71a8\u70eb", | ||||
|                     "13": "\u8863\u67dc\u5c31\u7eea", | ||||
|                     "14": "\u53ef\u7a7f", | ||||
|                     "15": "\u7279\u5e72" | ||||
|                 }, | ||||
|                 "name": "\u70d8\u5e72\u6c34\u5e73" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "\u6297\u76b1" | ||||
|             }, | ||||
|             "power": { | ||||
|                 "name": "\u529f\u7387\u7ea7" | ||||
|             }, | ||||
|             "remaining_time": { | ||||
|                 "name": "\u5269\u4f59\u65f6\u95f4" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "\u6e29\u5ea6" | ||||
|             }, | ||||
|             "water_efficiency": { | ||||
|                 "name": "\u7528\u6c34\u6548\u7387" | ||||
|             }, | ||||
|             "water_saving": { | ||||
|                 "name": "\u8282\u6c34" | ||||
|             }, | ||||
|             "duration": { | ||||
|                 "name": "\u6301\u7eed\u65f6\u95f4" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "\u76ee\u6807\u6e29\u5ea6" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "\u7529\u5e72" | ||||
|             }, | ||||
|             "steam_leve": { | ||||
|                 "name": "\u84b8\u6c7d\u6863\u4f4d" | ||||
|             }, | ||||
|             "dirt_level": { | ||||
|                 "name": "\u810f\u6c61\u7a0b\u5ea6" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "\u5ef6\u65f6\u542f\u52a8" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u70d8\u5e72\u65f6\u95f4" | ||||
|             }, | ||||
|             "suggested_load": { | ||||
|                 "name": "\u8d1f\u8f7d\u80fd\u529b" | ||||
|             }, | ||||
|             "energy_label": { | ||||
|                 "name": "\u80fd\u6548" | ||||
|             }, | ||||
|             "det_dust": { | ||||
|                 "name": "\u6d17\u8863\u7c89" | ||||
|             }, | ||||
|             "det_liquid": { | ||||
|                 "name": "\u6d17\u8863\u6db2" | ||||
|             } | ||||
|         }, | ||||
|         "select": { | ||||
|             "programs_dw": { | ||||
|                 "state": { | ||||
|                     "59_min": "Rapid 59'", | ||||
|                     "auto_care": "Auto Care", | ||||
|                     "auto_care_soil": "Auto Care", | ||||
|                     "auto_plus": "AutoPlus", | ||||
|                     "auto_sensor": "Auto Sensor", | ||||
|                     "auto_sensor_soil": "Auto Sensor", | ||||
|                     "auto_universal": "\u81ea\u52a8\u901a\u752850\u2103-60\u2103", | ||||
|                     "auto_universal_plus": "\u81ea\u52a8\u901a\u7528+ 65\u2103-75\u2103", | ||||
|                     "auto_universal_plus_soil": "\u81ea\u52a8\u901a\u7528+ 65\u2103-75\u2103", | ||||
|                     "auto_universal_soil": "\u81ea\u52a8\u901a\u752850\u2103-60\u2103", | ||||
|                     "auto_wash": "\u81ea\u52a8\u6d17\u6da4", | ||||
|                     "auto_wash_soil": "\u81ea\u52a8\u6d17\u6da4", | ||||
|                     "classe_a_59": "A\u7ea71\u5c0f\u65f665\u2103", | ||||
|                     "delicate": "\u6613\u788e45\u2103", | ||||
|                     "dishwasher_care": "\u6c34\u57a2\u6e05\u6d01\u5faa\u73af", | ||||
|                     "eco": "\u8282\u80fd", | ||||
|                     "eco_asynch": "\u7ecf\u6d4e45\u2103", | ||||
|                     "eco_bldc": "\u7ecf\u6d4e45\u2103", | ||||
|                     "eco_synch": "\u7ecf\u6d4e45\u2103", | ||||
|                     "gentle_wash": "Gentle wash", | ||||
|                     "glass": "\u73bb\u7483", | ||||
|                     "glassware": "\u73bb\u7483\u5668\u76bf45\u00b0C", | ||||
|                     "glass_care": "Glass Care", | ||||
|                     "hygiene": "\u536b\u751f", | ||||
|                     "hygiene_plus": "\u6d88\u6bd2\u6d17+75\u00b0C", | ||||
|                     "intensive": "\u52a0\u5f3a ", | ||||
|                     "intensive_rapid": "\u5f3a\u5316\u5feb\u901f", | ||||
|                     "iot_auto_sensor": "Auto Sensor", | ||||
|                     "iot_auto_universal_soil": "\u81ea\u52a8\u901a\u752850\u2103-60\u2103", | ||||
|                     "iot_auto_wash_soil": "\u81ea\u52a8\u6d17\u6da4", | ||||
|                     "iot_baby_care": "\u5a74\u513f\u670d", | ||||
|                     "iot_breakfast": "\u65e9\u9910", | ||||
|                     "iot_checkup": "\u68c0\u6d4b", | ||||
|                     "iot_china_crystals": "\u4e2d\u5f0f\u77f3\u82f1\u5668\u76bf", | ||||
|                     "iot_classe_a_59": "Rapid 59'", | ||||
|                     "iot_cocktail_glasses": "\u9e21\u5c3e\u9152\u676f", | ||||
|                     "iot_cocktail_glasses_soil": "\u9e21\u5c3e\u9152\u676f", | ||||
|                     "iot_daily_care": "\u65e5\u5e38\u6e05\u6d17", | ||||
|                     "iot_daily_care_soil": "\u65e5\u5e38\u6e05\u6d17", | ||||
|                     "iot_delicate": "\u6613\u788e45\u2103", | ||||
|                     "iot_dinner_for_two": "2\u4eba\u9910", | ||||
|                     "iot_dinner_for_two_soil": "2\u4eba\u9910", | ||||
|                     "iot_dreft_quick_cycle": "Dreft Quick", | ||||
|                     "iot_eco_asynch": "\u7ecf\u6d4e45\u2103", | ||||
|                     "iot_eco_bldc": "\u7ecf\u6d4e45\u2103", | ||||
|                     "iot_eco_synch": "\u7ecf\u6d4e45\u2103", | ||||
|                     "iot_extra_hygiene": "\u989d\u5916\u6d88\u6bd2", | ||||
|                     "iot_fairy_quick_cycle": "Fairy Quick", | ||||
|                     "iot_happy_hour": "\u5bb6\u5ead\u805a\u4f1a", | ||||
|                     "iot_jar_quick_cycle": "Jar Quick", | ||||
|                     "iot_party": "\u6d3e\u5bf9\u7528\u9910\u5177", | ||||
|                     "iot_party_soil": "\u6d3e\u5bf9\u7528\u9910\u5177", | ||||
|                     "iot_pizza_menu": "Pizza\u9910\u5177", | ||||
|                     "iot_pizza_menu_soil": "Pizza\u9910\u5177", | ||||
|                     "iot_plastic_tupperware": "\u5851\u6599\u9910\u5177", | ||||
|                     "iot_porcelain": "\u74f7\u5668", | ||||
|                     "iot_power_mix_wash": "\u6df7\u5408\u6d17\u6da4", | ||||
|                     "iot_power_mix_wash_soil": "\u6df7\u5408\u6d17\u6da4", | ||||
|                     "iot_prewash": "\u9884\u6d17", | ||||
|                     "iot_pyrex_and_glassware": "\u73bb\u7483\u5668\u76bf", | ||||
|                     "iot_rapid_29": "Rapid 29'", | ||||
|                     "iot_rapid_39": "\u5feb\u901f 39' 60\u00b0C", | ||||
|                     "iot_single": "\u5355\u4eba\u9910", | ||||
|                     "iot_steam": "\u84b8\u6c7d\u6d1775\u00b0C", | ||||
|                     "iot_super_flash": "\u8d85\u5feb\u6d17", | ||||
|                     "iot_super_wash": "\u5f3a\u529b\u6d17\u6da4", | ||||
|                     "iot_turbopower": "\u6da1\u8f6e\u52a8\u529b", | ||||
|                     "iot_universal": "\u901a\u752860\u00b0C", | ||||
|                     "iot_wok_grids_maxi_pans": "\u7279\u6b8a\u9505\u7c7b", | ||||
|                     "iot_wok_grids_maxi_pans_soil": "\u7279\u6b8a\u9505\u7c7b", | ||||
|                     "iot_yes_quick_cycle": "Yes Quick", | ||||
|                     "night": "\u8d85\u975955\u2103", | ||||
|                     "prewash": "\u9884\u6d17", | ||||
|                     "rapid_20": "Rapid 20'", | ||||
|                     "rapid_24": "Rapid 24'", | ||||
|                     "rapid_29": "Rapid 29' 50\u00b0C", | ||||
|                     "rapid_35": "Wash&Dry 35'", | ||||
|                     "rapid_39": "\u5feb\u901f 39' 60\u00b0C", | ||||
|                     "rapid_49": "Rapid 49'", | ||||
|                     "rapid_59": "Rapid 59'", | ||||
|                     "sanitising": "\u6d88\u6bd2", | ||||
|                     "silence": "Silence", | ||||
|                     "silent": "\u591c\u95f4", | ||||
|                     "silent_care": "Silent Care", | ||||
|                     "smart_ai": "Smart AI", | ||||
|                     "special": "\u7279\u6b8a", | ||||
|                     "special_pw_prz": "\u7279\u6b8a", | ||||
|                     "steam": "\u84b8\u6c7d\u6d1775\u00b0C", | ||||
|                     "steam_plus": "\u84b8\u6c7d + 75\u00b0C", | ||||
|                     "total_care": "Total Care 50\u00b0C", | ||||
|                     "ultra_silence": "\u8d85\u975955\u2103", | ||||
|                     "ultra_silent": "\u8d85\u975955\u2103", | ||||
|                     "universal": "\u901a\u752860\u00b0C", | ||||
|                     "universal_plus": "\u901a\u7528+ 70\u00b0C", | ||||
|                     "zoom_39": "Zoom 39 min" | ||||
|                 }, | ||||
|                 "name": "\u7a0b\u5e8f" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "state": { | ||||
|                     "iot_special_ash_brown": "\u7070\u8910\u8272", | ||||
|                     "iot_special_beef_fillet": "\u725b\u6392", | ||||
|                     "iot_special_beef_veal_stew": "\u7096\u725b\u8089\u548c\u5c0f\u725b\u8089", | ||||
|                     "iot_special_boiled_rice": "\u716e\u996d", | ||||
|                     "iot_special_chicken_breast": "\u9e21\u80f8\u8089", | ||||
|                     "iot_special_chicken_legs": "\u9e21\u817f", | ||||
|                     "iot_special_chocolate_pudding": "\u5de7\u514b\u529b\u5e03\u4e01", | ||||
|                     "iot_special_entrecote": "\u808b\u773c\u725b\u6392", | ||||
|                     "iot_special_fresh_tuna": "\u65b0\u9c9c\u91d1\u67aa\u9c7c", | ||||
|                     "iot_special_grilled_vegetables": "\u70e4\u852c\u83dc", | ||||
|                     "iot_special_lamb_cutlet": "\u7f94\u7f8a\u8089", | ||||
|                     "iot_special_meatballs": "\u8089\u4e38", | ||||
|                     "iot_special_minestrone": "\u610f\u5f0f\u4ec0\u9526\u852c\u83dc\u6c64", | ||||
|                     "iot_special_mussels": "\u8d3b\u8d1d", | ||||
|                     "iot_special_omelette": "\u714e\u86cb", | ||||
|                     "iot_special_pancakes": "\u714e\u7cd5\u997c", | ||||
|                     "iot_special_paris_style_peas": "\u5df4\u9ece\u5f0f\u8c4c\u8c46", | ||||
|                     "iot_special_poached_eggs": "\u6c34\u716e\u86cb", | ||||
|                     "iot_special_pork_fillet": "\u732a\u8089\u91cc\u810a", | ||||
|                     "iot_special_pork_ribs": "\u732a\u6392\u9aa8", | ||||
|                     "iot_special_prawns": "\u660e\u867e", | ||||
|                     "iot_special_quinoa": "\u85dc\u9ea6", | ||||
|                     "iot_special_ratatouille": "\u666e\u7f57\u65fa\u65af\u852c\u83dc\u6742\u70e9", | ||||
|                     "iot_special_salmon_fillet": "\u4e09\u6587\u9c7c\u7247", | ||||
|                     "iot_special_saute_potatoes": "\u7092\u571f\u8c46", | ||||
|                     "iot_special_scallops": "\u6247\u8d1d", | ||||
|                     "iot_special_scrambled_eggs": "\u7092\u86cb", | ||||
|                     "iot_special_spelt": "\u65af\u4f69\u8033\u7279\u5c0f\u9ea6", | ||||
|                     "iot_special_veggy_noodles": "\u852c\u83dc\u9762", | ||||
|                     "iot_special_white_fish_fillet": "\u767d\u9c7c\u7247", | ||||
|                     "iot_standard_boiling": "Boiling", | ||||
|                     "iot_standard_frying": "\u70b8", | ||||
|                     "iot_standard_keep_warm": "\u4fdd\u6e29", | ||||
|                     "iot_standard_melting": "\u878d\u5316", | ||||
|                     "iot_standard_simmering": "Simmering" | ||||
|                 }, | ||||
|                 "name": "\u7a0b\u5e8f" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "state": { | ||||
|                     "bakery": "\u610f\u5927\u5229\u9762\u548c\u70d8\u7119\u98df\u54c1", | ||||
|                     "bakery_steam": "\u84b8\u70e4\u7684\u9762\u5305", | ||||
|                     "bottom_heating": "\u5e95\u90e8\u52a0\u70ed ", | ||||
|                     "bottom_heating_fan": "\u5e95\u90e8\u52a0\u70ed + \u98ce\u6247", | ||||
|                     "bread": "\u9762\u5305", | ||||
|                     "bread_steam": "\u84b8\u70e4\u7684\u751c\u70b9", | ||||
|                     "convection_fan": "\u5bf9\u6d41 + \u98ce\u6247", | ||||
|                     "convection_fan_turnspit": "\u5bf9\u6d41 + \u98ce\u6247 + \u70e4\u53c9", | ||||
|                     "conventional": "\u5bf9\u6d41", | ||||
|                     "conventional_turnspit": "\u5bf9\u6d41 + \u70e4\u53c9", | ||||
|                     "defrost": "\u89e3\u51bb", | ||||
|                     "descaling": "\u9664\u57a2", | ||||
|                     "fish": "\u9c7c", | ||||
|                     "fish_steam": "\u84b8\u716e\u7684\u9c7c", | ||||
|                     "grill_cata": "\u70e4\u67b6", | ||||
|                     "grill_fan_cata": "\u70e4\u67b6\u98ce\u6247", | ||||
|                     "grill_fan_pyro": "\u70e4\u67b6 + \u98ce\u6247", | ||||
|                     "grill_pyro": "\u70e4\u67b6", | ||||
|                     "h20_clean": "H2O-Clean", | ||||
|                     "iot_bread": "\u9762\u5305", | ||||
|                     "iot_h20_clean": "h2O clean", | ||||
|                     "leavening": "\u53d1\u9175", | ||||
|                     "low_temp_cooking": "\u4f4e\u6e29\u70f9\u996a", | ||||
|                     "low_temp_cooking_fish": "\u4f4e\u6e29\u70f9\u996a - \u9c7c\u7c7b", | ||||
|                     "low_temp_cooking_fish_steam": "\u4f4e\u6e29\u84b8\u6c7d\u70f9\u996a - \u9c7c\u7c7b", | ||||
|                     "low_temp_cooking_meat": "\u4f4e\u6e29\u70f9\u996a - \u8089\u7c7b", | ||||
|                     "low_temp_cooking_meat_steam": "\u4f4e\u6e29\u84b8\u6c7d\u70f9\u996a - \u8089\u7c7b", | ||||
|                     "low_temp_cooking_steam": "\u4f4e\u6e29\u84b8\u6c7d\u70f9\u996a", | ||||
|                     "meat": "\u8089", | ||||
|                     "meat_steam": "\u84b8\u716e\u7684\u8089", | ||||
|                     "multi_level": "\u591a\u5c42", | ||||
|                     "paella": "Paella", | ||||
|                     "pasta_and_bakery": "\u610f\u5927\u5229\u9762\u548c\u70d8\u7119\u98df\u54c1", | ||||
|                     "pizza": "Pizza", | ||||
|                     "pyrolysis": "\u70ed\u89e3", | ||||
|                     "pyrolysis_plus": "\u70ed\u89e3 +", | ||||
|                     "red_meat": "\u7ea2\u8089", | ||||
|                     "red_meat_steam": "\u84b8\u716e\u7684\u7ea2\u8089", | ||||
|                     "regenerate": "\u518d\u751f", | ||||
|                     "soft_plus": "\u8f6f+", | ||||
|                     "super_grill": "\u8d85\u7ea7\u70e4\u67b6", | ||||
|                     "tailor_bake": "Tailor bake", | ||||
|                     "tailor_bake_cata": "Tailor Bake", | ||||
|                     "tailor_bake_desctiption": "\u6b64\u529f\u80fd\u7279\u522b\u9002\u5408\u4fdd\u6301\u98df\u7269\u5185\u91cc\u677e\u8f6f\uff0c\u5916\u5c42\u9165\u8106\u3002\r\r\r\n\u6b64\u529f\u80fd\u53ef\u51cf\u5c11\u6240\u9700\u7684\u6cb9\u8102\u91cf\uff0c\u4ee5\u8fbe\u5230\u5065\u5eb7\u996e\u98df\u7684\u6548\u679c\u3002\r\r\r\n\u52a0\u70ed\u5143\u4ef6\u4e0e\u7a7a\u6c14\u8109\u52a8\u5faa\u73af\r\r\r\n\u7684\u7ed3\u5408\u53ef\u786e\u4fdd\u5747\u5300\u7684\u70d8\u70e4\u6548\u679c\u3002", | ||||
|                     "tailor_bake_pyro": "Tailor Bake", | ||||
|                     "vegetables": "\u852c\u83dc", | ||||
|                     "vegetables_cata": "\u852c\u83dc", | ||||
|                     "vegetables_pyro": "\u852c\u83dc", | ||||
|                     "water_discharge": "\u6392\u6c34", | ||||
|                     "white_meat": "\u767d\u8089", | ||||
|                     "white_meat_steam": "\u84b8\u716e\u7684\u767d\u8089" | ||||
|                 }, | ||||
|                 "name": "\u7a0b\u5e8f" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "state": { | ||||
|                     "active_dry": "\u4e3b\u52a8\u5e72\u71e5", | ||||
|                     "allergy_care": "Antiallergy", | ||||
|                     "all_in_one": "All in One", | ||||
|                     "antiallergy": "\u6297\u8fc7\u654f", | ||||
|                     "anti_odours": "\u9664\u5473", | ||||
|                     "auto_care": "\u81ea\u52a8\u62a4\u7406", | ||||
|                     "baby": "\u5a74\u513f\u670d", | ||||
|                     "bed_quilt": "\u5e8a\u88ab", | ||||
|                     "care_30": "\u62a4\u7406 30", | ||||
|                     "care_45": "\u62a4\u7406 45", | ||||
|                     "care_59": "\u62a4\u7406 59", | ||||
|                     "coloured": "\u5f69\u8272\u8863\u7269", | ||||
|                     "daily_45_min": "\u6bcf\u65e5 45 \u5206\u949f", | ||||
|                     "daily_perfect_59_min": "\u6bcf\u65e5\u5b8c\u7f8e 59 \u5206\u949f", | ||||
|                     "darks_and_coloured": "\u6df1\u8272\u548c\u5f69\u8272\u8863\u7269", | ||||
|                     "delicates": "\u7cbe\u7ec6\u7ec7\u7269", | ||||
|                     "duvet": "\u7fbd\u7ed2\u670d", | ||||
|                     "eco": "\u751f\u6001\u68c9", | ||||
|                     "ecospeed_cottons": "\u7ecf\u6d4e\u901f\u5ea6\u68c9\u8d28\u8863\u7269", | ||||
|                     "ecospeed_delicates": "\u7ecf\u6d4e\u901f\u5ea6\u7cbe\u81f4\u8863\u7269", | ||||
|                     "ecospeed_mixed": "\u7ecf\u6d4e\u901f\u5ea6\u6df7\u5408\u8863\u7269", | ||||
|                     "extra_hygiene": "\u989d\u5916\u536b\u751f", | ||||
|                     "fitness": "\u5065\u8eab\u8863\u7269", | ||||
|                     "fresh_care": "\u6e05\u65b0\u62a4\u7406", | ||||
|                     "genius": "Genius", | ||||
|                     "hqd_baby_care": "Baby Care", | ||||
|                     "hqd_bath_towel": "\u6bdb\u5dfe", | ||||
|                     "hqd_bed_sheets": "\u5e8a\u5355", | ||||
|                     "hqd_bulky": "\u5927\u4ef6\u7269\u54c1", | ||||
|                     "hqd_casual": "\u4f11\u95f2", | ||||
|                     "hqd_cold_wind_30": "\u51c9\u98ce 30 \u5206\u949f", | ||||
|                     "hqd_cold_wind_timing": "\u51c9\u98ce ", | ||||
|                     "hqd_cotton": "\u68c9\u5e03", | ||||
|                     "hqd_curtain": "\u7a97\u5e18", | ||||
|                     "hqd_delicate": "\u7cbe\u81f4\u8863\u7269", | ||||
|                     "hqd_diaper": "\u7eb8\u5c3f\u88e4", | ||||
|                     "hqd_duvet": "\u7fbd\u7ed2\u88ab", | ||||
|                     "hqd_feather": "\u7fbd\u7ed2\u670d", | ||||
|                     "hqd_hot_wind_timing": "\u70ed\u7a7a\u6c14", | ||||
|                     "hqd_hygienic": "\u536b\u751f\u4fdd\u62a4", | ||||
|                     "hqd_i_refresh": "I-Refresh", | ||||
|                     "hqd_i_refresh_pro": "I-Refresh Pro", | ||||
|                     "hqd_jacket": "\u5939\u514b", | ||||
|                     "hqd_jeans": "\u725b\u4ed4\u88e4", | ||||
|                     "hqd_luxury": "\u5962\u4f88\u8863\u7269", | ||||
|                     "hqd_mix": "\u6df7\u5408\u6750\u8d28", | ||||
|                     "hqd_night_dry": "\u8fc7\u591c\u70d8\u5e72", | ||||
|                     "hqd_outdoor": "Outdoor", | ||||
|                     "hqd_precious_cure": "Precious cure", | ||||
|                     "hqd_quick_20": "\u5feb\u6d17 20", | ||||
|                     "hqd_quick_30": "\u5feb\u6d17 30", | ||||
|                     "hqd_quick_dry": "\u5feb\u901f\u5e72\u71e5", | ||||
|                     "hqd_quilt": "\u68c9\u88ab", | ||||
|                     "hqd_refresh": "\u6e05\u65b0", | ||||
|                     "hqd_school_uniform": "\u6821\u670d", | ||||
|                     "hqd_shirt": "\u886c\u886b", | ||||
|                     "hqd_shoes": "\u978b\u5b50", | ||||
|                     "hqd_silk": "\u4e1d\u7ef8", | ||||
|                     "hqd_sports": "\u8fd0\u52a8\u88c5", | ||||
|                     "hqd_synthetics": "\u5408\u6210\u7ea4\u7ef4", | ||||
|                     "hqd_timer": "\u5b9a\u65f6", | ||||
|                     "hqd_towel": "\u6bdb\u5dfe", | ||||
|                     "hqd_underwear": "\u5185\u8863", | ||||
|                     "hqd_warm_up": "\u52a0\u70ed", | ||||
|                     "hqd_wool": "\u7f8a\u6bdb\u8863\u7269", | ||||
|                     "hqd_working_suit": "\u5de5\u4f5c\u670d", | ||||
|                     "hygiene": "\u536b\u751f", | ||||
|                     "iot_checkup": "\u68c0\u6d4b", | ||||
|                     "iot_dry_anti_mites": "\u9664\u87a8", | ||||
|                     "iot_dry_baby": "\u5a74\u513f\u670d", | ||||
|                     "iot_dry_backpacks": "\u80cc\u5305", | ||||
|                     "iot_dry_bathrobe": "\u6d74\u8863", | ||||
|                     "iot_dry_bed_linen": "\u88ab\u5355\u6795\u5957", | ||||
|                     "iot_dry_bed_quilt": "\u5e8a\u88ab", | ||||
|                     "iot_dry_cotton": "\u68c9\u5e03", | ||||
|                     "iot_dry_cuddly_toys": "\u6bdb\u7ed2\u73a9\u5177", | ||||
|                     "iot_dry_curtains": "\u7a97\u5e18", | ||||
|                     "iot_dry_dehumidifier": "\u9664\u6e7f\u673a", | ||||
|                     "iot_dry_delicates": "\u7cbe\u7ec6\u7ec7\u7269", | ||||
|                     "iot_dry_delicate_tablecloths": "\u7cbe\u7ec6\u53f0\u5e03", | ||||
|                     "iot_dry_denim_jeans": "\u725b\u4ed4\u5e03 - \u725b\u4ed4\u88e4", | ||||
|                     "iot_dry_down_jacket": "Jacket", | ||||
|                     "iot_dry_duvet": "\u7fbd\u7ed2\u670d", | ||||
|                     "iot_dry_easy_iron_cotton": "Super Easy Iron", | ||||
|                     "iot_dry_easy_iron_synthetics": "\u8d85\u7ea7\u6613\u71a8\u5408\u6210\u7ec7\u7269", | ||||
|                     "iot_dry_gym_fit": "\u5065\u8eab\u670d", | ||||
|                     "iot_dry_lingerie": "\u5973\u6027\u5185\u8863", | ||||
|                     "iot_dry_mixed": "\u6df7\u5408\u6750\u8d28", | ||||
|                     "iot_dry_playsuits": "\u8fd0\u52a8\u88c5", | ||||
|                     "iot_dry_rapid_30": "\u5feb\u901f 30", | ||||
|                     "iot_dry_rapid_59": "\u5feb\u901f 59\u2019", | ||||
|                     "iot_dry_refresh": "Refresh", | ||||
|                     "iot_dry_regenerates_waterproof": "\u9632\u6c34\u5e03", | ||||
|                     "iot_dry_relax_creases": "Relax Creases", | ||||
|                     "iot_dry_shirts": "\u886c\u886b", | ||||
|                     "iot_dry_small_load": "Small Load", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "\u6cf3\u8863", | ||||
|                     "iot_dry_synthetics": "\u5408\u6210\u7ea4\u7ef4\u8863\u7269", | ||||
|                     "iot_dry_synthetic_dry": "\u5408\u6210\u7ea4\u7ef4\u70d8\u5e72", | ||||
|                     "iot_dry_tablecloths": "\u53f0\u5e03", | ||||
|                     "iot_dry_technical_fabrics": "\u5f39\u6027\u7ec7\u7269", | ||||
|                     "iot_dry_warm_embrace": "\u8863\u7269\u84ec\u677e", | ||||
|                     "iot_dry_wool": "Woolmark", | ||||
|                     "jeans": "\u725b\u4ed4\u88e4", | ||||
|                     "mix_and_dry": "\u6df7\u5408\u5316\u7ea4\u6d17\u5e72\u4e00\u4f53", | ||||
|                     "pets": "\u5ba0\u7269", | ||||
|                     "pre_iron": "\u71a8\u70eb\u524d", | ||||
|                     "rapid_30": "\u5feb\u901f 30", | ||||
|                     "rapid_45": "\u5feb\u901f 45 \u5206\u949f", | ||||
|                     "rapid_59": "\u5b8c\u7f8e\u5feb\u6d1759\u2032", | ||||
|                     "refresh": "\u6e05\u65b0", | ||||
|                     "relax_creases": "Relax Creases", | ||||
|                     "saving_30_min": "\u8282\u7ea6 30 \u5206\u949f", | ||||
|                     "shirts": "\u886c\u886b", | ||||
|                     "shoes": "\u978b\u5b50", | ||||
|                     "small_load": "Small Load", | ||||
|                     "soft_care": "\u67d4\u8f6f\u4fdd\u517b", | ||||
|                     "sport_plus": "Sport Plus", | ||||
|                     "super_easy_iron_misti": "\u8d85\u6613\u71a8\u70eb\u6df7\u5408\u8863\u7269", | ||||
|                     "super_easy_iron_xxl": "\u8d85\u6613\u71a8\u70eb\u8d85\u5927\u8863\u7269", | ||||
|                     "super_fast_cottons": "Super Fast Cottons", | ||||
|                     "super_fast_delicates": "Super Fast Delicates", | ||||
|                     "synthetics": "\u5408\u6210\u7ea4\u7ef4\u8863\u7269", | ||||
|                     "total_care": "Total Care", | ||||
|                     "trainers": "\u8fd0\u52a8\u978b", | ||||
|                     "ultra_care": "Ultra Care", | ||||
|                     "waterproof_revitalize": "Waterproof Revitalize", | ||||
|                     "whites": "\u6d45\u8272\u8863\u7269", | ||||
|                     "wool": "\u70d8\u5e72\u7f8a\u6bdb\u8863\u7269", | ||||
|                     "woolmark": "Woolmark", | ||||
|                     "xxl_load": "XXL Load", | ||||
|                     "zoom_59": "\u7f29\u653e 59" | ||||
|                 }, | ||||
|                 "name": "\u7a0b\u5e8f" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "state": { | ||||
|                     "20_degrees_coloured_cottons": "20\u00b0 \u5f69\u8272\u548c\u68c9\u82b1", | ||||
|                     "20_degrees_new_energy_label": "20\u00b0C", | ||||
|                     "active_steam": "\u84b8\u6c7d", | ||||
|                     "active_wash": "\u6d3b\u5316\u6d17\u6da4", | ||||
|                     "active_wash_steam": "\u6d3b\u5316\u6d17\u6da4", | ||||
|                     "allergy_care": "\u8fc7\u654f\u4fdd\u517b", | ||||
|                     "allergy_care_pro": "Allergy Care Pro", | ||||
|                     "all_in_one_49": "\u4e00\u4f53\u5316 49'", | ||||
|                     "all_in_one_59": "\u4e00\u4f53\u5316 59'", | ||||
|                     "all_in_one_59_steam": "\u6d3b\u5316\u6d17\u6da4 + \u84b8\u6c7d", | ||||
|                     "autocare": "\u81ea\u52a8\u62a4\u7406", | ||||
|                     "autoclean": "\u6eda\u7b52\u6e05\u6d01", | ||||
|                     "baby_60": "\u5a74\u513f\u670d60\u2103", | ||||
|                     "care_14": "\u7ecf\u6d4e\u4fdd\u517b 14 \u5206", | ||||
|                     "care_30": "\u7ecf\u6d4e\u4fdd\u517b 30 \u5206", | ||||
|                     "care_44": "\u7ecf\u6d4e\u4fdd\u517b 44 \u5206", | ||||
|                     "checkup": "\u68c0\u6d4b", | ||||
|                     "colour_59": "\u5f69\u8272\u8863\u7269 59'", | ||||
|                     "colour_59_steam": "Coloureds 59' + \u84b8\u6c7d", | ||||
|                     "cottons": "\u68c9\u5e03", | ||||
|                     "cottons_prewash": "\u68c9\u9ebb+\u9884\u6d17", | ||||
|                     "cottons_steam": "\u68c9\u8d28 + \u84b8\u6c7d", | ||||
|                     "cotton_care_59": "\u68c9\u9ebb\u6d1759\"", | ||||
|                     "delicate_59": "\u7cbe\u81f4 59'", | ||||
|                     "delicate_silk": "\u7cbe\u81f4\u4e1d\u7ef8", | ||||
|                     "delicate_silk_steam": "\u7cbe\u81f4\u4e1d\u7ef8 + \u84b8\u6c7d", | ||||
|                     "delicati_59": "\u7cbe\u81f4 59'", | ||||
|                     "delicati_59_steam": "\u7cbe\u81f4 59'", | ||||
|                     "drain_spin": "\u8131\u6c34 + \u7529\u5e72", | ||||
|                     "easy_iron": "\u6613\u71a8", | ||||
|                     "eco_40_60_new_energy_label": "\u7ecf\u6d4e 40-60", | ||||
|                     "extra_care": "\u989d\u5916\u4fdd\u517b", | ||||
|                     "fitness": "\u5065\u8eab\u8863\u7269", | ||||
|                     "fitness_care": "\u5065\u8eab\u8863\u7269", | ||||
|                     "fresh_care": "\u6e05\u65b0\u62a4\u7406", | ||||
|                     "fresh_care_steam": "\u6e05\u65b0\u62a4\u7406 + \u84b8\u6c7d", | ||||
|                     "handwash_wool": "\u624b\u6d17\u548c\u7f8a\u6bdb\u8863\u7269", | ||||
|                     "high_dry": "\u68c9\u8d28\u8863\u7269\u70d8\u5e72", | ||||
|                     "hqd_20_degrees": "\u68c9\u8d28 20\u2103", | ||||
|                     "hqd_allergy": "\u8fc7\u654f\u4fdd\u517b", | ||||
|                     "hqd_autoclean": "\u6eda\u7b52\u6e05\u6d01", | ||||
|                     "hqd_babycare": "\u5a74\u513f\u670d", | ||||
|                     "hqd_checkup": "\u68c0\u6d4b", | ||||
|                     "hqd_cottons": "\u68c9\u5e03", | ||||
|                     "hqd_delicate": "\u7cbe\u81f4\u8863\u7269", | ||||
|                     "hqd_delicate_cradle": "\u7cbe\u81f4\u8863\u7269", | ||||
|                     "hqd_dry": "\u68c9\u8d28\u8863\u7269\u70d8\u5e72", | ||||
|                     "hqd_dry_synthetics": "\u6df7\u5408\u6750\u8d28\u70d8\u5e72", | ||||
|                     "hqd_duvet": "\u7fbd\u7ed2\u670d", | ||||
|                     "hqd_eco_40_60_degrees": "\u7ecf\u6d4e 40-60", | ||||
|                     "hqd_handwash_wool": "\u7f8a\u6bdb\u8863\u7269", | ||||
|                     "hqd_i_refresh": "i-Refresh", | ||||
|                     "hqd_mix": "\u6df7\u5408", | ||||
|                     "hqd_quick_15": "\u5feb\u901f 15'", | ||||
|                     "hqd_quick_wash_57": "\u5feb\u901f\u6d17\u6da4 57 \u5206\u949f", | ||||
|                     "hqd_rapid_wash_and_dry": "\u6d17\u6da4\u4e0e\u70d8\u5e72", | ||||
|                     "hqd_refresh": "Refresh", | ||||
|                     "hqd_rinse": "\u6f02\u6d17", | ||||
|                     "hqd_shirts": "\u886c\u886b", | ||||
|                     "hqd_smart": "Smart A.I.", | ||||
|                     "hqd_spin": "\u7529\u5e72", | ||||
|                     "hqd_sport": "\u8fd0\u52a8\u88c5", | ||||
|                     "hqd_super_fast": "\u5feb\u901f 39\u2019", | ||||
|                     "hqd_synthetic_and_coloured": "\u5408\u6210\u7ea4\u7ef4", | ||||
|                     "hygiene_59": "\u536b\u751f\u589e\u5f3a 59 \u5206", | ||||
|                     "hygiene_60": "\u536b\u751f 60\u00b0", | ||||
|                     "hygiene_plus_59": "\u536b\u751f\u589e\u5f3a 59 \u5206", | ||||
|                     "hygiene_plus_59_min": "\u536b\u751f\u589e\u5f3a 59 \u5206", | ||||
|                     "hygiene_pro_49_min": "Hygiene Pro 49 min", | ||||
|                     "hygiene_pro_steam": "Hygiene Pro + \u84b8\u6c7d", | ||||
|                     "intensive_40": "\u52a0\u5f3a 40\u00b0C", | ||||
|                     "intensive_40_steam": "Intensive 40\u00b0C + \u84b8\u6c7d", | ||||
|                     "iot_active_steam": "\u84b8\u6c7d", | ||||
|                     "iot_active_wash_steam": "\u6d3b\u5316\u6d17\u6da4", | ||||
|                     "iot_allergy_care_pro": "Allergy Care Pro", | ||||
|                     "iot_all_in_one_59_steam": "\u6d3b\u5316\u6d17\u6da4 + \u84b8\u6c7d", | ||||
|                     "iot_checkup": "\u68c0\u6d4b", | ||||
|                     "iot_colour_59_steam": "Coloureds 59' + \u84b8\u6c7d", | ||||
|                     "iot_cottons_steam": "\u68c9\u8d28 + \u84b8\u6c7d", | ||||
|                     "iot_delicate_silk_steam": "\u7cbe\u81f4\u4e1d\u7ef8 + \u84b8\u6c7d", | ||||
|                     "iot_delicati_59_steam": "\u7cbe\u81f4 59'", | ||||
|                     "iot_dry_air_refresh": "\u7a7a\u6c14\u6e05\u65b0", | ||||
|                     "iot_dry_anti_mites": "\u9632\u87a8", | ||||
|                     "iot_dry_baby": "\u5a74\u513f", | ||||
|                     "iot_dry_backpacks": "\u80cc\u5305", | ||||
|                     "iot_dry_bathrobe": "\u6d74\u8863\u548c\u900f\u6c14\u7ec7\u7269", | ||||
|                     "iot_dry_bed_linen": "\u5e8a\u5355", | ||||
|                     "iot_dry_cotton_dry": "\u68c9\u8d28\u8863\u7269\u70d8\u5e72", | ||||
|                     "iot_dry_cuddly_toys": "\u6bdb\u7ed2\u73a9\u5177", | ||||
|                     "iot_dry_curtains": "\u7a97\u5e18", | ||||
|                     "iot_dry_dehumidifier": "\u9664\u6e7f\u673a", | ||||
|                     "iot_dry_delicates_antiallergy": "\u7cbe\u81f4\u8863\u7269 - \u6297\u8fc7\u654f", | ||||
|                     "iot_dry_delicate_tablecloths": "\u7cbe\u81f4\u684c\u5e03", | ||||
|                     "iot_dry_denim_jeans": "\u725b\u4ed4\u5e03 - \u725b\u4ed4\u88e4", | ||||
|                     "iot_dry_easy_iron_cotton": "\u8f7b\u677e\u71a8\u70eb - \u68c9\u5e03", | ||||
|                     "iot_dry_easy_iron_synthetics": "\u8f7b\u677e\u71a8\u70eb - \u5408\u6210\u7ea4\u7ef4", | ||||
|                     "iot_dry_gym_fit": "\u8fd0\u52a8 - \u5065\u8eab\u8863\u7269", | ||||
|                     "iot_dry_lingerie": "\u5185\u8863", | ||||
|                     "iot_dry_mixed_dry": "\u6df7\u5408\u6750\u8d28\u70d8\u5e72", | ||||
|                     "iot_dry_rapid_60_min_delicates": "\u5feb\u901f 60' - \u7cbe\u81f4\u8863\u7269", | ||||
|                     "iot_dry_shirts": "\u886c\u886b", | ||||
|                     "iot_dry_swimsuits_and_bikinis": "\u6cf3\u8863", | ||||
|                     "iot_dry_synthetics": "\u5408\u6210\u7ea4\u7ef4\u70d8\u5e72", | ||||
|                     "iot_dry_synthetic_dry": "\u5408\u6210\u7ea4\u7ef4\u70d8\u5e72", | ||||
|                     "iot_dry_tablecloths": "\u684c\u5e03", | ||||
|                     "iot_dry_technical_fabrics": "\u5de5\u827a\u7ec7\u7269", | ||||
|                     "iot_dry_warm_embrace": "\u4e2d\u6e29\u70d8\u5e72", | ||||
|                     "iot_dry_wool_dry": "\u7f8a\u6bdb\u8863\u7269\u70d8\u5e72", | ||||
|                     "iot_easy_iron": "\u6613\u71a8", | ||||
|                     "iot_fresh_care_steam": "\u6e05\u65b0\u62a4\u7406 + \u84b8\u6c7d", | ||||
|                     "iot_hygiene_pro_steam": "Hygiene Pro + \u84b8\u6c7d", | ||||
|                     "iot_intensive_40_steam": "Intensive 40\u00b0C + \u84b8\u6c7d", | ||||
|                     "iot_mixed_steam": "\u6df7\u5408 + \u84b8\u6c7d", | ||||
|                     "iot_mix_and_colour_59_steam": "\u6df7\u5408\u6750\u8d28\u548c\u5f69\u8272 59' + \u84b8\u6c7d", | ||||
|                     "iot_perfect_cotton_59_steam": "\u5b8c\u7f8e\u68c9\u8d28 59 \u5206", | ||||
|                     "iot_rapid_a_class_60_steam": "\u5feb\u901f A \u7ea7 60 + \u84b8\u6c7d", | ||||
|                     "iot_resistant_cotton_steam": "\u68c9\u8d28 + \u84b8\u6c7d", | ||||
|                     "iot_shirts_steam": "\u886c\u886b + \u84b8\u6c7d", | ||||
|                     "iot_single_item_steam": "\u5355\u4ef6\u7269\u54c1 + \u84b8\u6c7d", | ||||
|                     "iot_smart_wash": "\u667a\u80fd\u6d17\u6da4", | ||||
|                     "iot_soft_care_steam": "Soft Care + Steam", | ||||
|                     "iot_special_39_full_load_steam": "\u4e13\u7528 39' + \u84b8\u6c7d", | ||||
|                     "iot_steam_hygiene_plus": "\u536b\u751f\u589e\u5f3a\u84b8\u6c7d ", | ||||
|                     "iot_synthetic_and_coloured_steam": "\u5316\u7ea4\u548c\u5f69\u8272 + \u84b8\u6c7d", | ||||
|                     "iot_wash_and_dry": "\u6d17\u6da4\u4e0e\u70d8\u5e72", | ||||
|                     "iot_wash_anti_mites": "\u9632\u87a8", | ||||
|                     "iot_wash_anti_odor": "\u9632\u5f02\u5473", | ||||
|                     "iot_wash_ariel_clean_cycle": "Ariel Ultimate Clean", | ||||
|                     "iot_wash_ariel_cold_cycle": "Ariel Cold Clean", | ||||
|                     "iot_wash_ariel_fresh_cycle": "Ariel Fresh Clean", | ||||
|                     "iot_wash_baby_sanitizer": "\u6d88\u6bd2", | ||||
|                     "iot_wash_baby_sanitizer_steam": "\u5a74\u513f\u7528\u54c1\u6d88\u6bd2 + \u84b8\u6c7d", | ||||
|                     "iot_wash_backpacks": "\u80cc\u5305", | ||||
|                     "iot_wash_backpacks_zelig": "\u80cc\u5305", | ||||
|                     "iot_wash_bathrobe": "\u6d74\u888d\u548c\u6bdb\u5dfe", | ||||
|                     "iot_wash_bathrobe_steam": "\u6d74\u8863 + \u84b8\u6c7d", | ||||
|                     "iot_wash_bed_linen": "\u5e8a\u5355", | ||||
|                     "iot_wash_bed_linen_steam": "\u5e8a\u5355 + \u84b8\u6c7d", | ||||
|                     "iot_wash_bed_linen_zelig": "\u5e8a\u5355", | ||||
|                     "iot_wash_big_single_load": "\u5355\u4ef6\u5927\u8863\u7269", | ||||
|                     "iot_wash_bleaching": "\u6f02\u767d", | ||||
|                     "iot_wash_blood_stains": "\u8840\u8ff9", | ||||
|                     "iot_wash_cashmere": "\u7f8a\u7ed2", | ||||
|                     "iot_wash_chocolate_stains": "\u5de7\u514b\u529b\u6e0d", | ||||
|                     "iot_wash_cold_wash": "\u51b7\u6d17", | ||||
|                     "iot_wash_colored": "\u5f69\u8272", | ||||
|                     "iot_wash_colored_anti_stain": "\u53bb\u9664\u5f69\u8272\u7ec7\u7269\u4e0a\u7684\u6c61\u6e0d", | ||||
|                     "iot_wash_colored_delicate": "\u5f69\u8272\u7cbe\u81f4", | ||||
|                     "iot_wash_coloured": "\u989c\u8272", | ||||
|                     "iot_wash_coloured_bed_linen": "\u5f69\u8272\u5e8a\u5355", | ||||
|                     "iot_wash_coloured_bed_linen_steam": "\u5f69\u8272\u5e8a\u5355 + \u84b8\u6c7d", | ||||
|                     "iot_wash_coloured_curtains": "\u5f69\u8272\u7a97\u5e18", | ||||
|                     "iot_wash_coloured_shirts": "\u5f69\u8272\u886c\u886b", | ||||
|                     "iot_wash_coloured_shirts_steam": "\u5f69\u8272\u886c\u886b + \u84b8\u6c7d", | ||||
|                     "iot_wash_coloured_steam": "\u5f69\u8272 + \u84b8\u6c7d", | ||||
|                     "iot_wash_coloured_tableclothes": "\u5f69\u8272\u684c\u5e03", | ||||
|                     "iot_wash_coloured_tableclothes_steam": "\u5f69\u8272\u684c\u5e03 + \u84b8\u6c7d", | ||||
|                     "iot_wash_cotton": "\u68c9\u5e03", | ||||
|                     "iot_wash_cotton_steam": "\u68c9\u8d28 + \u84b8\u6c7d", | ||||
|                     "iot_wash_cuddly_toys": "\u6bdb\u7ed2\u73a9\u5177", | ||||
|                     "iot_wash_curtains": "\u7a97\u5e18", | ||||
|                     "iot_wash_curtains_steam": "\u7a97\u5e18 + \u84b8\u6c7d", | ||||
|                     "iot_wash_curtains_zelig": "\u7a97\u5e18", | ||||
|                     "iot_wash_dark": "\u6df1\u8272\u8863\u7269", | ||||
|                     "iot_wash_darks_and_coloured_44": "\u6df1\u8272\u4e0e\u5f69\u8272 44'", | ||||
|                     "iot_wash_darks_and_coloured_59": "\u6df1\u8272\u4e0e\u5f69\u8272 59'", | ||||
|                     "iot_wash_darks_and_coloured_xl": "\u6df1\u8272\u548c\u5f69\u8272 XL", | ||||
|                     "iot_wash_dark_steam": "\u6df1\u8272\u7269\u54c1 + \u84b8\u6c7d", | ||||
|                     "iot_wash_dash_clean_cycle": "Dash Ultimate Clean", | ||||
|                     "iot_wash_dash_cold_cycle": "Dash Cold Clean", | ||||
|                     "iot_wash_dash_fresh_cycle": "Dash Fresh Clean", | ||||
|                     "iot_wash_delicate": "\u7cbe\u81f4\u8863\u7269", | ||||
|                     "iot_wash_delicate_antiallergy": "\u7cbe\u81f4\u8863\u7269\u7684\u6297\u8fc7\u654f\u7a0b\u5e8f", | ||||
|                     "iot_wash_delicate_antiallergy_steam": "\u6297\u8fc7\u654f\u7cbe\u81f4\u8863\u7269 + \u84b8\u6c7d", | ||||
|                     "iot_wash_delicate_antiallergy_zelig": "\u7cbe\u81f4\u8863\u7269\u7684\u6297\u8fc7\u654f\u7a0b\u5e8f", | ||||
|                     "iot_wash_delicate_colors": "\u989c\u8272\u7cbe\u81f4\u8863\u7269", | ||||
|                     "iot_wash_delicate_colors_steam": "\u5f69\u8272 + \u84b8\u6c7d", | ||||
|                     "iot_wash_delicate_dark": "\u7cbe\u81f4\u6df1\u8272", | ||||
|                     "iot_wash_delicate_steam": "\u7cbe\u81f4\u8863\u7269 + \u84b8\u6c7d", | ||||
|                     "iot_wash_delicate_tablecloths": "\u7cbe\u81f4\u684c\u5e03", | ||||
|                     "iot_wash_delicate_tablecloths_steam": "\u7cbe\u81f4\u684c\u5e03 + \u84b8\u6c7d", | ||||
|                     "iot_wash_delicate_whites": "\u7cbe\u81f4\u767d\u8272\u8863\u7269", | ||||
|                     "iot_wash_denim_jeans": "\u725b\u4ed4\u5e03 - \u725b\u4ed4\u88e4", | ||||
|                     "iot_wash_diving_suits": "\u6f5c\u6c34\u670d", | ||||
|                     "iot_wash_diving_suits_zelig": "\u6f5c\u6c34\u670d", | ||||
|                     "iot_wash_down_jackets": "\u7fbd\u7ed2\u670d", | ||||
|                     "iot_wash_down_jackets_zelig": "\u7fbd\u7ed2\u670d", | ||||
|                     "iot_wash_duvet": "\u7fbd\u7ed2\u670d", | ||||
|                     "iot_wash_fruit_stains": "\u6c34\u679c\u6e0d", | ||||
|                     "iot_wash_gym_fit": "\u8fd0\u52a8 - \u5065\u8eab\u8863\u7269", | ||||
|                     "iot_wash_handwash": "\u624b\u6d17", | ||||
|                     "iot_wash_handwash_colored": "\u5f69\u8272\u624b\u6d17", | ||||
|                     "iot_wash_handwash_dark": "\u6df1\u8272\u624b\u6d17", | ||||
|                     "iot_wash_lingerie": "\u5185\u8863", | ||||
|                     "iot_wash_masks_refresh": "\u53e3\u7f69\u6e05\u6d17", | ||||
|                     "iot_wash_masks_sanification": "\u53e3\u7f69\u6d88\u6bd2", | ||||
|                     "iot_wash_masks_sanification_steam": "\u53e3\u7f69\u6d88\u6bd2 + \u84b8\u6c7d", | ||||
|                     "iot_wash_mats": "\u5730\u6bef", | ||||
|                     "iot_wash_men_s_trousers": "\u88e4\u5b50", | ||||
|                     "iot_wash_mixed": "\u6df7\u5408\u6750\u8d28", | ||||
|                     "iot_wash_mixed_steam": "\u6df7\u5408 + \u84b8\u6c7d", | ||||
|                     "iot_wash_mix_and_coloured_44": "\u6df7\u5408\u6750\u8d28\u548c\u5f69\u8272 44'", | ||||
|                     "iot_wash_mix_and_coloured_59": "\u6df7\u5408\u6750\u8d28\u548c\u5f69\u8272 59'", | ||||
|                     "iot_wash_mix_and_coloured_xl": "\u6df7\u5408\u6750\u8d28\u548c\u5f69\u8272 XL", | ||||
|                     "iot_wash_new_clothes": "\u65b0\u8863\u7269", | ||||
|                     "iot_wash_perfect_white": "\u5b8c\u7f8e\u767d\u8272", | ||||
|                     "iot_wash_perfect_white_steam": "\u5b8c\u7f8e\u767d\u8272 + \u84b8\u6c7d", | ||||
|                     "iot_wash_pets": "\u5ba0\u7269\u7528\u54c1", | ||||
|                     "iot_wash_pets_hair_removal": "\u5ba0\u7269\u6bdb\u53d1\u6e05\u9664", | ||||
|                     "iot_wash_pets_odours_stains_removal": "\u5ba0\u7269\u5f02\u5473\u548c\u6c61\u6e0d\u6e05\u9664", | ||||
|                     "iot_wash_pets_steam": "\u5ba0\u7269\u7528\u54c1", | ||||
|                     "iot_wash_playsuits": "\u8fd0\u52a8\u88c5", | ||||
|                     "iot_wash_playsuits_steam": "\u8fd0\u52a8\u88c5 + \u84b8\u6c7d", | ||||
|                     "iot_wash_quick_drum_cleaner": "\u5feb\u901f\u6eda\u7b52\u6e05\u6d01\u5668", | ||||
|                     "iot_wash_rapid_14": "\u5feb\u901f 14\u2019", | ||||
|                     "iot_wash_rapid_30": "\u5feb\u901f 30\u2019", | ||||
|                     "iot_wash_rapid_44": "\u5feb\u901f 44\u2019", | ||||
|                     "iot_wash_rapid_59": "\u5feb\u901f 59\u2019", | ||||
|                     "iot_wash_rapid_59_steam": "\u5feb\u901f 59' + \u84b8\u6c7d", | ||||
|                     "iot_wash_refresh_14_min": "\u6e05\u65b0 14'", | ||||
|                     "iot_wash_resistant_colored": "\u97e7\u6027\u5f69\u8272\u8863\u7269", | ||||
|                     "iot_wash_resistant_dark": "\u97e7\u6027\u6df1\u8272\u8863\u7269", | ||||
|                     "iot_wash_resistant_whites": "\u97e7\u6027\u767d\u8272\u8863\u7269", | ||||
|                     "iot_wash_rinse": "\u6f02\u6d17", | ||||
|                     "iot_wash_shirts": "\u886c\u886b", | ||||
|                     "iot_wash_shirts_steam": "\u886c\u886b + \u84b8\u6c7d", | ||||
|                     "iot_wash_silk": "\u4e1d\u7ef8", | ||||
|                     "iot_wash_ski_suit": "\u6ed1\u96ea\u670d", | ||||
|                     "iot_wash_ski_suit_zelig": "\u6ed1\u96ea\u670d", | ||||
|                     "iot_wash_spin": "\u7529\u5e72", | ||||
|                     "iot_wash_sport": "\u8fd0\u52a8\u88c5", | ||||
|                     "iot_wash_sport_anti_odor": "\u9632\u4f53\u5473\u8fd0\u52a8\u670d", | ||||
|                     "iot_wash_sport_anti_odor_zelig": "\u9632\u4f53\u5473\u8fd0\u52a8\u670d", | ||||
|                     "iot_wash_stains_remover": "\u53bb\u6c61", | ||||
|                     "iot_wash_swimsuits_and_bikinis": "\u6cf3\u8863", | ||||
|                     "iot_wash_synthetic": "\u5408\u6210\u7ea4\u7ef4", | ||||
|                     "iot_wash_synthetic_steam": "\u5408\u6210\u7ea4\u7ef4 + \u84b8\u6c7d", | ||||
|                     "iot_wash_tablecloths": "\u684c\u5e03", | ||||
|                     "iot_wash_tablecloths_steam": "\u684c\u5e03 + \u84b8\u6c7d", | ||||
|                     "iot_wash_technical_fabrics": "\u5de5\u827a\u7ec7\u7269", | ||||
|                     "iot_wash_technical_fabrics_zelig": "\u5de5\u827a\u7ec7\u7269", | ||||
|                     "iot_wash_technical_jackets": "\u51b2\u950b\u8863", | ||||
|                     "iot_wash_technical_jackets_zelig": "\u51b2\u950b\u8863", | ||||
|                     "iot_wash_trainers": "\u8fd0\u52a8\u978b", | ||||
|                     "iot_wash_whites": "\u767d\u8272\u8863\u7269", | ||||
|                     "iot_wash_whites_44": "\u767d\u8272\u8863\u7269 44'", | ||||
|                     "iot_wash_whites_59": "\u767d\u8272\u8863\u7269 59'", | ||||
|                     "iot_wash_whites_xl": "\u767d\u8272\u8863\u7269 XL", | ||||
|                     "iot_wash_wine_stains": "\u8461\u8404\u9152\u6e0d", | ||||
|                     "iot_wash_wool": "\u7f8a\u6bdb\u8863\u7269", | ||||
|                     "jeans": "\u725b\u4ed4\u88e4", | ||||
|                     "jeans_60": "\u725b\u4ed4\u88e4", | ||||
|                     "low_dry": "\u6df7\u5408\u6750\u8d28\u70d8\u5e72", | ||||
|                     "mixed": "\u6df7\u5408\u6750\u8d28", | ||||
|                     "mixed_and_colored_59": "\u6df7\u5408\u6750\u8d28\u548c\u5f69\u8272 59'", | ||||
|                     "mixed_steam": "\u6df7\u5408 + \u84b8\u6c7d", | ||||
|                     "mix_and_colour_59": "\u6df7\u5408\u548c\u5f69\u8272 59 \u5206", | ||||
|                     "mix_and_colour_59_steam": "\u6df7\u5408\u6750\u8d28\u548c\u5f69\u8272 59' + \u84b8\u6c7d", | ||||
|                     "night_and_day": "\u665a\u95f4\u548c\u65e5\u95f4", | ||||
|                     "night_wash": "\u8fc7\u591c\u5faa\u73af", | ||||
|                     "perfect_59": "\u5b8c\u7f8e 59'", | ||||
|                     "perfect_cotton_59": "\u5b8c\u7f8e\u68c9\u8d28 59 \u5206", | ||||
|                     "perfect_cotton_59_steam": "\u5b8c\u7f8e\u68c9\u8d28 59 \u5206", | ||||
|                     "perfect_whites_59": "\u5b8c\u7f8e\u62a4\u8272 59'", | ||||
|                     "rapid_14_min": "\u5feb\u6d1714\u5206\u949f", | ||||
|                     "rapid_30_min": "30\u5206\u949f\u5feb\u6d17", | ||||
|                     "rapid_44_min": "44\u5206\u949f\u5feb\u6d17", | ||||
|                     "rapid_a_class_60": "\u5feb\u901f A \u7ea7 60", | ||||
|                     "rapid_a_class_60_steam": "\u5feb\u901f A \u7ea7 60 + \u84b8\u6c7d", | ||||
|                     "rapid_wash_and_dry_59_min": "\u6d17\u6da4\u5e76\u70d8\u5e72 59'", | ||||
|                     "resistant_cotton": "\u68c9\u5e03", | ||||
|                     "resistant_cotton_steam": "\u68c9\u8d28 + \u84b8\u6c7d", | ||||
|                     "rinse": "\u6f02\u6d17", | ||||
|                     "shirts_steam": "\u886c\u886b + \u84b8\u6c7d", | ||||
|                     "silent_night": "\u8fc7\u591c\u5faa\u73af", | ||||
|                     "single_item": "\u5355\u4ef6\u5546\u54c1", | ||||
|                     "single_item_steam": "\u5355\u4ef6\u7269\u54c1 + \u84b8\u6c7d", | ||||
|                     "smart_wash": "\u667a\u80fd\u6d17\u6da4", | ||||
|                     "soft_care": "\u67d4\u8f6f\u4fdd\u517b", | ||||
|                     "soft_care_steam": "Soft Care + Steam", | ||||
|                     "soft_care_steam_title": "Soft Care + Steam", | ||||
|                     "special_39": "\u6bcf\u65e5 39 \u5206", | ||||
|                     "special_39_full_load": "\u6bcf\u65e5 39 \u5206", | ||||
|                     "special_39_full_load_steam": "\u4e13\u7528 39' + \u84b8\u6c7d", | ||||
|                     "special_49": "\u4e13\u7528 49'", | ||||
|                     "sport_39": "\u8fd0\u52a8\u88c5 39'", | ||||
|                     "sport_plus_29": "\u8fd0\u52a8\u589e\u5f3a 29 \u5206", | ||||
|                     "sport_plus_39": "\u8fd0\u52a8\u589e\u5f3a 39 \u5206", | ||||
|                     "steam_39": "\u84b8\u6c7d 39'", | ||||
|                     "steam_care_pro": "Steam Care Pro", | ||||
|                     "steam_care_pro_cotton": "Steam Care Pro - \u68c9", | ||||
|                     "steam_care_pro_delicates": "Steam Care Pro - \u7cbe\u81f4\u8863\u7269", | ||||
|                     "steam_care_pro_synthetic": "Steam Care Pro - \u5316\u7ea4", | ||||
|                     "steam_hygiene_plus": "\u536b\u751f\u589e\u5f3a\u84b8\u6c7d ", | ||||
|                     "synthetics": "\u5408\u6210\u7ea4\u7ef4", | ||||
|                     "synthetic_and_coloured": "\u5408\u6210\u7ea4\u7ef4\u548c\u5f69\u8272\u8863\u7269", | ||||
|                     "synthetic_and_coloured_steam": "\u5316\u7ea4\u548c\u5f69\u8272 + \u84b8\u6c7d", | ||||
|                     "tailored_resistant_cotton": "Tailored Resistant Cotton", | ||||
|                     "tailored_synthetic_and_coloured": "Tailored Synthetic Colored", | ||||
|                     "total_care": "\u5168\u9762\u62a4\u7406", | ||||
|                     "tumbling": "\u6eda\u7b52\u70d8\u5e72", | ||||
|                     "wool": "\u7f8a\u6bdb\u8863\u7269", | ||||
|                     "wool_and_delicates_49": "\u7f8a\u6bdb", | ||||
|                     "wool_dry": "\u7f8a\u6bdb\u8863\u7269\u70d8\u5e72", | ||||
|                     "wool_soft_care": "\u7f8a\u6bdb" | ||||
|                 }, | ||||
|                 "name": "\u7a0b\u5e8f" | ||||
|             }, | ||||
|             "dry_levels": { | ||||
|                 "state": { | ||||
|                     "0": "\u4e0d\u70d8\u5e72", | ||||
|                     "1": "\u71a8\u70eb", | ||||
|                     "2": "\u8863\u67dc\u5c31\u7eea", | ||||
|                     "3": "\u8863\u67dc\u5c31\u7eea", | ||||
|                     "4": "\u7279\u5e72", | ||||
|                     "12": "\u71a8\u70eb", | ||||
|                     "13": "\u8863\u67dc\u5c31\u7eea", | ||||
|                     "14": "\u53ef\u7a7f", | ||||
|                     "15": "\u7279\u5e72" | ||||
|                 }, | ||||
|                 "name": "\u70d8\u5e72\u6c34\u5e73" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "\u7529\u5e72" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "\u6e29\u5ea6" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u70d8\u5e72\u65f6\u95f4" | ||||
|             } | ||||
|         }, | ||||
|         "switch": { | ||||
|             "anti_crease": { | ||||
|                 "name": "\u6297\u76b1" | ||||
|             }, | ||||
|             "add_dish": { | ||||
|                 "name": "" | ||||
|             }, | ||||
|             "eco_express": { | ||||
|                 "name": "\u8282\u80fd" | ||||
|             }, | ||||
|             "extra_dry": { | ||||
|                 "name": "\u7279\u5e72" | ||||
|             }, | ||||
|             "half_load": { | ||||
|                 "name": "\u534a\u8f7d" | ||||
|             }, | ||||
|             "open_door": { | ||||
|                 "name": "\u5f00\u95e8" | ||||
|             }, | ||||
|             "three_in_one": { | ||||
|                 "name": "\u4e09\u5408\u4e00" | ||||
|             }, | ||||
|             "preheat": { | ||||
|                 "name": "\u9884\u70ed" | ||||
|             }, | ||||
|             "dish_washer": { | ||||
|                 "name": "\u6d17\u7897\u673a" | ||||
|             }, | ||||
|             "tumble_dryer": { | ||||
|                 "name": "\u6eda\u7b52\u70d8\u5e72\u673a" | ||||
|             }, | ||||
|             "washing_machine": { | ||||
|                 "name": "\u6d17\u8863\u673a" | ||||
|             }, | ||||
|             "washer_dryer": { | ||||
|                 "name": "\u6d17\u8863\u70d8\u5e72\u4e24\u7528\u673a" | ||||
|             }, | ||||
|             "oven": { | ||||
|                 "name": "\u70e4\u7089" | ||||
|             }, | ||||
|             "prewash": { | ||||
|                 "name": "\u9884\u6d17" | ||||
|             }, | ||||
|             "pause": { | ||||
|                 "name": "\u6682\u505c" | ||||
|             }, | ||||
|             "keep_fresh": { | ||||
|                 "name": "Keep Fresh" | ||||
|             } | ||||
|         }, | ||||
|         "binary_sensor": { | ||||
|             "door_lock": { | ||||
|                 "name": "\u95e8\u9501" | ||||
|             }, | ||||
|             "extra_rinse_1": { | ||||
|                 "name": "+1 \u6b21\u6f02\u6d17" | ||||
|             }, | ||||
|             "extra_rinse_2": { | ||||
|                 "name": "+2 \u6b21\u6f02\u6d17" | ||||
|             }, | ||||
|             "extra_rinse_3": { | ||||
|                 "name": "+3 \u6b21\u6f02\u6d17" | ||||
|             }, | ||||
|             "good_night": { | ||||
|                 "name": "\u665a\u5b89" | ||||
|             }, | ||||
|             "anti_crease": { | ||||
|                 "name": "\u6297\u76b1" | ||||
|             }, | ||||
|             "aqua_plus": { | ||||
|                 "name": "Acquaplus" | ||||
|             }, | ||||
|             "spin_speed": { | ||||
|                 "name": "\u7529\u5e72" | ||||
|             }, | ||||
|             "programs_dw": { | ||||
|                 "name": "\u7a0b\u5e8f" | ||||
|             }, | ||||
|             "programs_ih": { | ||||
|                 "name": "\u7a0b\u5e8f" | ||||
|             }, | ||||
|             "programs_ov": { | ||||
|                 "name": "\u7a0b\u5e8f" | ||||
|             }, | ||||
|             "programs_td": { | ||||
|                 "name": "\u7a0b\u5e8f" | ||||
|             }, | ||||
|             "programs_wm": { | ||||
|                 "name": "\u7a0b\u5e8f" | ||||
|             }, | ||||
|             "still_hot": { | ||||
|                 "name": "\u4ecd\u7136\u70ed" | ||||
|             }, | ||||
|             "pan_status": { | ||||
|                 "name": "\u70e4\u76d8" | ||||
|             }, | ||||
|             "remote_control": { | ||||
|                 "name": "\u8fdc\u7a0b\u63a7\u5236" | ||||
|             }, | ||||
|             "rinse_aid": { | ||||
|                 "name": "\u6f02\u6d17\u52a9\u5242\u6db2\u4f4d" | ||||
|             }, | ||||
|             "salt_level": { | ||||
|                 "name": "\u76d0\u6c34\u5e73" | ||||
|             }, | ||||
|             "door_open": { | ||||
|                 "name": "\u95e8\u6253\u5f00" | ||||
|             }, | ||||
|             "connection": { | ||||
|                 "name": "\u8bbe\u5907\u8fde\u63a5" | ||||
|             } | ||||
|         }, | ||||
|         "number": { | ||||
|             "power_management": { | ||||
|                 "name": "\u7535\u6e90\u7ba1\u7406" | ||||
|             }, | ||||
|             "temperature": { | ||||
|                 "name": "\u6e29\u5ea6" | ||||
|             }, | ||||
|             "delay_time": { | ||||
|                 "name": "\u5ef6\u65f6\u542f\u52a8" | ||||
|             }, | ||||
|             "water_hard": { | ||||
|                 "name": "\u6c34\u7684\u786c\u5ea6" | ||||
|             }, | ||||
|             "program_duration": { | ||||
|                 "name": "\u7a0b\u5e8f\u6301\u7eed\u65f6\u95f4" | ||||
|             }, | ||||
|             "target_temperature": { | ||||
|                 "name": "\u76ee\u6807\u6e29\u5ea6" | ||||
|             }, | ||||
|             "rinse_iterations": { | ||||
|                 "name": "\u6f02\u6d17\u6b21\u6570" | ||||
|             }, | ||||
|             "wash_time": { | ||||
|                 "name": "\u6e05\u6d17\u65f6\u95f4" | ||||
|             }, | ||||
|             "dry_time": { | ||||
|                 "name": "\u70d8\u5e72\u65f6\u95f4" | ||||
|             } | ||||
|         }, | ||||
|         "button": { | ||||
|             "induction_hob": { | ||||
|                 "name": "\u7535\u78c1\u7089" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
							
								
								
									
										40
									
								
								info.md
									
									
									
									
									
								
							
							
						
						
									
										40
									
								
								info.md
									
									
									
									
									
								
							| @ -1,16 +1,15 @@ | ||||
| # Haier hOn | ||||
| [](https://github.com/Andre0512/hon/releases/latest) | ||||
| [](https://github.com/Andre0512/hon/blob/main/LICENSE) | ||||
| [](https://tooomm.github.io/github-release-stats/?username=Andre0512&repository=hon)   | ||||
|  | ||||
| [](https://analytics.home-assistant.io/)   | ||||
| Support for home appliances of Haier's mobile app hOn.  | ||||
|  | ||||
| ## Supported Appliances | ||||
| - [Washing Machine](https://github.com/Andre0512/hon#washing-machine) | ||||
| - [Tumble Dryer](https://github.com/Andre0512/hon#tumble-dryer) | ||||
| - [Washer Dryer](https://github.com/Andre0512/hon#washer-dryer) | ||||
| - [Oven](https://github.com/Andre0512/hon#oven) | ||||
| - [Hob](https://github.com/Andre0512/hon#hob) | ||||
| - [Dish Washer](https://github.com/Andre0512/hon#dish-washer) | ||||
| - Tumble Dryer | ||||
| - Washer Dryer | ||||
| - Washing Machine | ||||
| - Oven | ||||
| - Hob | ||||
|  | ||||
| ## Tested Appliances | ||||
| - Haier WD90-B14TEAM5 | ||||
| @ -18,6 +17,7 @@ Support for home appliances of Haier's mobile app hOn. | ||||
| - Haier HWO60SM2F3XH | ||||
| - Hoover H-WASH 500 | ||||
|  | ||||
|  | ||||
| ## Configuration | ||||
|  | ||||
| **Method 1**: [](https://my.home-assistant.io/redirect/config_flow_start/?domain=hon) | ||||
| @ -25,33 +25,13 @@ Support for home appliances of Haier's mobile app 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._ | ||||
|  | ||||
|  | ||||
| ## 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! | ||||
|  | ||||
| ## 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 | ||||
|  | ||||
| ## Useful Links | ||||
|  | ||||
| * [GitHub repository](https://github.com/Andre0512/hon) (please add a star if you like this integration!) | ||||
| * [pyhOn library](https://github.com/Andre0512/pyhOn) | ||||
| * [Release notes](https://github.com/Andre0512/hon/releases) | ||||
|  | ||||
| @ -1,294 +0,0 @@ | ||||
| #!/usr/bin/env python | ||||
|  | ||||
| import asyncio | ||||
| import json | ||||
| import re | ||||
| from pathlib import Path | ||||
|  | ||||
| from pyhon import HonAPI | ||||
|  | ||||
| # 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", | ||||
|     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 = { | ||||
|     "washing_modes": MACH_MODE, | ||||
|     "program_phases_wm": WASHING_PR_PHASE, | ||||
|     "program_phases_td": TUMBLE_DRYER_PR_PHASE, | ||||
|     "program_phases_dw": DISHWASHER_PR_PHASE, | ||||
|     "dry_levels": TUMBLE_DRYER_DRY_LEVEL, | ||||
| } | ||||
|  | ||||
| SELECT = {"dry_levels": TUMBLE_DRYER_DRY_LEVEL} | ||||
|  | ||||
| PROGRAMS = { | ||||
|     "programs_dw": "PROGRAMS.DW", | ||||
|     "programs_ih": "PROGRAMS.IH", | ||||
|     "programs_ov": "PROGRAMS.OV", | ||||
|     "programs_td": "PROGRAMS.TD", | ||||
|     "programs_wm": "PROGRAMS.WM_WD", | ||||
| } | ||||
|  | ||||
| NAMES = { | ||||
|     "switch": { | ||||
|         "anti_crease": "HDRY_CMD&CTRL.PROGRAM_CYCLE_DETAIL.ANTICREASE_TITLE", | ||||
|         "add_dish": "DW_CMD&CTRL.c.ADD_DISH", | ||||
|         "eco_express": "DW_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.ECO", | ||||
|         "extra_dry": "DW_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.EXTRA_DRY", | ||||
|         "half_load": "DW_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.HALF_LOAD", | ||||
|         "open_door": "DW_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.OPEN_DOOR", | ||||
|         "three_in_one": "DW_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.THREE_IN_ONE", | ||||
|         "preheat": "OV.PROGRAM_DETAIL.PREHEAT", | ||||
|         "dish_washer": "GLOBALS.APPLIANCES_NAME.DW", | ||||
|         "tumble_dryer": "GLOBALS.APPLIANCES_NAME.TD", | ||||
|         "washing_machine": "GLOBALS.APPLIANCES_NAME.WM", | ||||
|         "washer_dryer": "GLOBALS.APPLIANCES_NAME.WD", | ||||
|         "oven": "GLOBALS.APPLIANCES_NAME.OV", | ||||
|         "prewash": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.PREWASH", | ||||
|         "pause": "GENERAL.PAUSE_PROGRAM", | ||||
|         "keep_fresh": "GLOBALS.APPLIANCE_STATUS.TUMBLING", | ||||
|     }, | ||||
|     "binary_sensor": { | ||||
|         "door_lock": "WASHING_CMD&CTRL.CHECK_UP_RESULTS.DOOR_LOCK", | ||||
|         "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", | ||||
|         "good_night": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.GOODNIGHT", | ||||
|         "anti_crease": "HDRY_CMD&CTRL.PROGRAM_CYCLE_DETAIL.ANTICREASE_TITLE", | ||||
|         "aqua_plus": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.ACQUAPLUS", | ||||
|         "spin_speed": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.SPINSPEED", | ||||
|         "still_hot": "IH.COILS_STATUS.STILL_HOT", | ||||
|         "pan_status": "IH.COILS_STATUS.PAN", | ||||
|         "remote_control": "OV.SUPPORT.REMOTE_CONTROL", | ||||
|         "rinse_aid": "DW_CMD&CTRL.MAINTENANCE.CONSUMABLE_LEVELS_ICON_RINSE_AID", | ||||
|         "salt_level": "DW_CMD&CTRL.MAINTENANCE.CONSUMABLE_LEVELS_ICON_SALT", | ||||
|         "door_open": "GLOBALS.APPLIANCE_STATUS.DOOR_OPEN", | ||||
|         "connection": "ENROLLMENT_COMMON.HEADER_NAME.STEP_APPLIANCE_CONNECTION", | ||||
|     }, | ||||
|     "button": { | ||||
|         "induction_hob": "GLOBALS.APPLIANCES_NAME.IH", | ||||
|     }, | ||||
|     "select": { | ||||
|         "dry_levels": "WASHING_CMD&CTRL.DRAWER_CYCLE_DRYING.TAB_LEVEL", | ||||
|         "dry_time": "WASHING_CMD&CTRL.DRAWER_CYCLE_DRYING.TAB_TIME", | ||||
|         "spin_speed": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.SPINSPEED", | ||||
|         "temperature": "IH.COMMON.TEMPERATURE", | ||||
|         "programs_dw": "WC.SET_PROGRAM.PROGRAM", | ||||
|         "programs_ih": "WC.SET_PROGRAM.PROGRAM", | ||||
|         "programs_ov": "WC.SET_PROGRAM.PROGRAM", | ||||
|         "programs_td": "WC.SET_PROGRAM.PROGRAM", | ||||
|         "programs_wm": "WC.SET_PROGRAM.PROGRAM", | ||||
|     }, | ||||
|     "sensor": { | ||||
|         "dry_levels": "WASHING_CMD&CTRL.DRAWER_CYCLE_DRYING.TAB_LEVEL", | ||||
|         "dry_time": "WASHING_CMD&CTRL.DRAWER_CYCLE_DRYING.TAB_TIME", | ||||
|         "power": "OV.RECIPE_DETAIL.POWER_LEVEL", | ||||
|         "remaining_time": "ENROLLMENT_COMMON.GENERAL.REMAINING_TIME", | ||||
|         "temperature": "IH.COMMON.TEMPERATURE", | ||||
|         "water_efficiency": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_RESULT.WATER_EFFICIENCY", | ||||
|         "water_saving": "STATISTICS.SMART_AI_CYCLE.WATER_SAVING", | ||||
|         "duration": "WASHING_CMD&CTRL.DRAWER_PROGRAM_FILTERS.DURATION", | ||||
|         "target_temperature": "IH.COOKING_DETAIL.TEMPERATURE_TARGETING", | ||||
|         "spin_speed": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.SPINSPEED", | ||||
|         "steam_leve": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.STEAM_LEVEL", | ||||
|         "dirt_level": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.DIRTY_LEVEL", | ||||
|         "program_phases_wm": "WASHING_CMD&CTRL.STATISTICS_GRAPHIC_INSTANT_CONSUMPTION.PHASE", | ||||
|         "program_phases_td": "WASHING_CMD&CTRL.STATISTICS_GRAPHIC_INSTANT_CONSUMPTION.PHASE", | ||||
|         "program_phases_dw": "WASHING_CMD&CTRL.STATISTICS_GRAPHIC_INSTANT_CONSUMPTION.PHASE", | ||||
|         "delay_time": "HINTS.TIPS_TIME_ENERGY_SAVING.TIPS_USE_AT_NIGHT_TITLE", | ||||
|         "suggested_load": "WASHING_CMD&CTRL.DRAWER_PROGRAM_FILTERS.LOAD_CAPACITY", | ||||
|         "energy_label": "WASHING_CMD&CTRL.DRAWER_PROGRAM_FILTERS.ENERGY_EFFICIENCY", | ||||
|         "det_dust": "HUBS.WIDGET.STAINS_WIDGET.STAINS.SUGGESTED_DET_DUST", | ||||
|         "det_liquid": "HUBS.WIDGET.STAINS_WIDGET.STAINS.SUGGESTED_DET_LIQUID", | ||||
|     }, | ||||
|     "number": { | ||||
|         "power_management": "HINTS.COOKING_WITH_INDUCTION.POWER_MANAGEMENT", | ||||
|         "temperature": "IH.COMMON.TEMPERATURE", | ||||
|         "delay_time": "HINTS.TIPS_TIME_ENERGY_SAVING.TIPS_USE_AT_NIGHT_TITLE", | ||||
|         "water_hard": "WASHING_CMD&CTRL.DASHBOARD_MENU_MORE_SETTINGS_WATER.TITLE", | ||||
|         "program_duration": "OV.PROGRAM_DETAIL.PROGRAM_DURATION", | ||||
|         "target_temperature": "IH.COOKING_DETAIL.TEMPERATURE_TARGETING", | ||||
|         "rinse_iterations": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL.DRAWER_HEADER_RINSE", | ||||
|         "wash_time": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL.WASHING_TIME", | ||||
|         "dry_time": "WASHING_CMD&CTRL.DRAWER_CYCLE_DRYING.TAB_TIME", | ||||
|     }, | ||||
| } | ||||
|  | ||||
|  | ||||
| async def check_translation_files(translations): | ||||
|     for language in LANGUAGES: | ||||
|         path = translations / f"{language}.json" | ||||
|         if not path.is_file(): | ||||
|             async with HonAPI(anonymous=True) as hon: | ||||
|                 keys = await hon.translation_keys(language) | ||||
|                 save_json(path, keys) | ||||
|  | ||||
|  | ||||
| def load_hon_translations(): | ||||
|     translations = Path(__file__).parent / "translations" | ||||
|     translations.mkdir(exist_ok=True) | ||||
|     asyncio.run(check_translation_files(translations)) | ||||
|     return {f.stem: f for f in translations.glob("*.json")} | ||||
|  | ||||
|  | ||||
| def load_hass_translations(): | ||||
|     translations = ( | ||||
|         Path(__file__).parent.parent / "custom_components" / "hon" / "translations" | ||||
|     ) | ||||
|     return {f.stem: f for f in translations.glob("*.json")} | ||||
|  | ||||
|  | ||||
| def load_json(path): | ||||
|     if path: | ||||
|         with open(path, "r") as file: | ||||
|             return json.loads(file.read()) | ||||
|     return {} | ||||
|  | ||||
|  | ||||
| def save_json(path, keys): | ||||
|     with open(path, "w") as json_file: | ||||
|         json_file.write(json.dumps(keys, indent=4)) | ||||
|  | ||||
|  | ||||
| def load_key(full_key, json_data, fallback=None): | ||||
|     result = json_data.copy() | ||||
|     for key in full_key.split("."): | ||||
|         result = result.get(key, {}) | ||||
|     if not result and fallback: | ||||
|         return load_key(full_key, fallback) | ||||
|     return result or "" | ||||
|  | ||||
|  | ||||
| def load_keys(full_key, json_data): | ||||
|     blacklist = ["description", "_recipe_", "_guided_"] | ||||
|     first, last = full_key.split(".") | ||||
|     data = json_data.get(first, {}).get(last, {}) | ||||
|     return { | ||||
|         key.lower(): value | ||||
|         for key, value in data.items() | ||||
|         if not any(b in key.lower() for b in blacklist) | ||||
|         and re.findall("^[a-z0-9-_]+$", key.lower()) | ||||
|     } | ||||
|  | ||||
|  | ||||
| def add_data(old, original, fallback, data, name, entity="sensor"): | ||||
|     sensor = old.setdefault("entity", {}).setdefault(entity, {}) | ||||
|     for number, phase in data.items(): | ||||
|         state = sensor.setdefault(name, {}).setdefault("state", {}) | ||||
|         if key := load_key(phase, original, fallback): | ||||
|             state[str(number)] = key | ||||
|  | ||||
|  | ||||
| def main(): | ||||
|     hass = load_hass_translations() | ||||
|     hon = load_hon_translations() | ||||
|     base_path = Path(__file__).parent.parent / "custom_components/hon/translations" | ||||
|     fallback = load_json(hon.get("en", "")) | ||||
|     for language in LANGUAGES: | ||||
|         original = load_json(hon.get(language, "")) | ||||
|         old = load_json(hass.get(language, "")) | ||||
|         for name, data in SENSOR.items(): | ||||
|             add_data(old, original, fallback, data, name) | ||||
|         for name, data in SELECT.items(): | ||||
|             add_data(old, original, fallback, data, name, "select") | ||||
|         for name, program in PROGRAMS.items(): | ||||
|             select = old.setdefault("entity", {}).setdefault("select", {}) | ||||
|             select.setdefault(name, {})["state"] = load_keys(program, original) | ||||
|         for entity, data in NAMES.items(): | ||||
|             for name, key in data.items(): | ||||
|                 select = old.setdefault("entity", {}).setdefault(entity, {}) | ||||
|                 select.setdefault(name, {})["name"] = load_key(key, original, fallback) | ||||
|         save_json(base_path / f"{language}.json", old) | ||||
|  | ||||
|  | ||||
| if __name__ == "__main__": | ||||
|     main() | ||||
| @ -1,87 +0,0 @@ | ||||
| #!/usr/bin/env python | ||||
|  | ||||
| import re | ||||
| import sys | ||||
| from pathlib import Path | ||||
|  | ||||
| if __name__ == "__main__": | ||||
|     sys.path.insert(0, str(Path(__file__).parent.parent)) | ||||
|  | ||||
| from custom_components.hon.binary_sensor import BINARY_SENSORS | ||||
| from custom_components.hon.button import BUTTONS | ||||
| from custom_components.hon.number import NUMBERS | ||||
| from custom_components.hon.select import SELECTS | ||||
| from custom_components.hon.sensor import SENSORS | ||||
| from custom_components.hon.switch import SWITCHES, HonSwitchEntityDescription | ||||
|  | ||||
| APPLIANCES = { | ||||
|     "AC": "Air conditioner", | ||||
|     "AP": "Air purifier", | ||||
|     "AS": "Air scanner", | ||||
|     "DW": "Dish washer", | ||||
|     "HO": "Hood", | ||||
|     "IH": "Hob", | ||||
|     "MW": "Microwave", | ||||
|     "OV": "Oven", | ||||
|     "REF": "Fridge", | ||||
|     "RVC": "Robot vacuum cleaner", | ||||
|     "TD": "Tumble dryer", | ||||
|     "WC": "Wine Cellar", | ||||
|     "WD": "Washer dryer", | ||||
|     "WH": "Water Heater", | ||||
|     "WM": "Washing machine", | ||||
| } | ||||
|  | ||||
| ENTITY_CATEGORY_SORT = ["control", "config", "sensor"] | ||||
|  | ||||
| entities = { | ||||
|     "binary_sensor": BINARY_SENSORS, | ||||
|     "button": BUTTONS, | ||||
|     "number": NUMBERS, | ||||
|     "select": SELECTS, | ||||
|     "sensor": SENSORS, | ||||
|     "switch": SWITCHES, | ||||
| } | ||||
|  | ||||
| result = {} | ||||
| for entity_type, appliances in entities.items(): | ||||
|     for appliance, data in appliances.items(): | ||||
|         for entity in data: | ||||
|             if ( | ||||
|                 isinstance(entity, HonSwitchEntityDescription) | ||||
|                 and entity.entity_category != "config" | ||||
|             ): | ||||
|                 key = f"{entity.turn_on_key}` / `{entity.turn_off_key}" | ||||
|             else: | ||||
|                 key = entity.key | ||||
|             translation = bool(entity.translation_key) | ||||
|             attributes = (key, entity.name, entity.icon, entity_type, translation) | ||||
|             category = "control" if entity_type in ["switch", "button"] else "sensor" | ||||
|             result.setdefault(appliance, {}).setdefault( | ||||
|                 entity.entity_category or category, [] | ||||
|             ).append(attributes) | ||||
| text = "" | ||||
| for appliance, categories in sorted(result.items()): | ||||
|     text += f"\n### {APPLIANCES[appliance]}\n" | ||||
|     categories = {k: categories[k] for k in ENTITY_CATEGORY_SORT if k in categories} | ||||
|     for category, data in categories.items(): | ||||
|         text += f"#### {str(category).capitalize()}s\n" | ||||
|         text += "| Name | Icon | Entity | Key | Auto-Translation |\n" | ||||
|         text += "| --- | --- | --- | --- | --- |\n" | ||||
|         for key, name, icon, entity_type, translation in sorted( | ||||
|             data, key=lambda d: d[1] | ||||
|         ): | ||||
|             icon = f"`{icon.replace('mdi:', '')}`" if icon else "" | ||||
|             translation = "✔" if translation else "❌" | ||||
|             text += f"| {name} | {icon} | `{entity_type}` | `{key}` | {translation} |\n" | ||||
|  | ||||
| with open(Path(__file__).parent.parent / "README.md", "r") as file: | ||||
|     readme = file.read() | ||||
| readme = re.sub( | ||||
|     "(## Appliance Features\n)(?:.|\\s)+?([^#]## |\\Z)", | ||||
|     f"\\1{text}\\2", | ||||
|     readme, | ||||
|     re.DOTALL, | ||||
| ) | ||||
| with open(Path(__file__).parent.parent / "README.md", "w") as file: | ||||
|     file.write(readme) | ||||
		Reference in New Issue
	
	Block a user
	