Compare commits

..

18 Commits

Author SHA1 Message Date
60ed8b4ec1 Read out version 2023-06-29 22:23:45 +02:00
6519bef12a Bump version 2023-06-28 22:54:03 +02:00
a25510184e Bump version 2023-06-25 18:32:24 +02:00
e5e351272b Create data archive 2023-06-25 17:33:30 +02:00
4b1f500f90 Fix wrong name for silent mode #52 2023-06-22 13:36:24 +02:00
0d43eeff3d Merge branch 'main' into refactor 2023-06-22 13:18:45 +02:00
2c3217ff95 Bump version 2023-06-21 19:56:45 +02:00
fbd1bdf5ba Split program and mach mode of ac #75 2023-06-21 19:52:32 +02:00
78727e89cd Add entites for air purifier #72 2023-06-21 00:59:42 +02:00
a181359faa Refactor select entity 2023-06-21 00:59:16 +02:00
d83179a9fa Fix deprecated import 2023-06-21 00:17:02 +02:00
11a3d39f2c Bump version 2023-06-16 00:05:48 +02:00
ae985cb0d9 Fix set select entity #70 2023-06-15 23:53:37 +02:00
1ea9153c2e Apply changes for new pyhon version 2023-06-13 00:14:51 +02:00
c1e6f9547c Update issue templates 2023-06-12 12:28:39 +02:00
b1448ddfd8 Update readme 2023-06-12 01:37:07 +02:00
dfa5735bc2 Readable internal names for some selects 2023-06-12 00:20:38 +02:00
52c3a861de Use readable names for options #68 2023-06-11 22:34:45 +02:00
38 changed files with 8173 additions and 8437 deletions

47
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,47 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: Andre0512
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Environment (please complete the following information):**
- Home Assistant Version: [e.g. `2023.6.1`]
- hOn Integration Version [e.g. `0.8.1`, can be found in HACS]
- pyhOn Version [e.g. `0.13.1`, can be found in device log]
**Additional context**
Add any other context about the problem here.
**Device Log**
Post your device info here (if available)
1. Enable the "Show Device Info" button
_This button can be found in the diagnostic section of your device or in the entity overview if "show disabled entities" is enabled._
2. Press the button to create a notification
3. Open home assistant notifications and copy the message (Crtl+A, Ctrl+C)
**Data Archive**
For further analysis, please add your appliance data archive here.
Navigate to `Settings` -> `Device & Services` -> `Haier hOn` -> _your device_ and press the _Create Data Archive_ button.
Then open notifications to download the data zip archive.
To attach the file:
* GitHub Web: Use the "Attach files by dragging & dropping, selecting or pasting them." function
* GitHub Mobile: Upload the zip archive as image

View File

@ -0,0 +1,34 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: Andre0512
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Device Log**
Post your device info here (if available)
1. Enable the "Show Device Info" button
_This button can be found in the diagnostic section of your device or in the entity overview if "show disabled entities" is enabled._
2. Press the button to create a notification
3. Open home assistant notifications and copy the message (Crtl+A, Ctrl+C)
**Additional context**
Add any other context or screenshots about the feature request here.
**Data Archive**
For further analysis, please add your appliance data archive here.
Navigate to `Settings` -> `Device & Services` -> `Haier hOn` -> _your device_ and press the _Create Data Archive_ button.
Then open notifications to download the data zip archive.
To attach the file:
* GitHub Web: Use the "Attach files by dragging & dropping, selecting or pasting them." function
* GitHub Mobile: Upload the zip archive as image

View File

@ -4,7 +4,7 @@
[![PyPI](https://img.shields.io/pypi/v/pyhon?label=pyhOn)](https://github.com/Andre0512/pyhOn) [![PyPI](https://img.shields.io/pypi/v/pyhon?label=pyhOn)](https://github.com/Andre0512/pyhOn)
[![GitHub](https://img.shields.io/github/license/Andre0512/hon?color=red)](https://github.com/Andre0512/hon/blob/main/LICENSE) [![GitHub](https://img.shields.io/github/license/Andre0512/hon?color=red)](https://github.com/Andre0512/hon/blob/main/LICENSE)
[![GitHub all releases](https://img.shields.io/github/downloads/Andre0512/hon/total?color=blue)](https://tooomm.github.io/github-release-stats/?username=Andre0512&repository=hon) [![GitHub all releases](https://img.shields.io/github/downloads/Andre0512/hon/total?color=blue)](https://tooomm.github.io/github-release-stats/?username=Andre0512&repository=hon)
Home Assistant integration for [Haier's mobile app hOn](https://hon-smarthome.com/). Home Assistant integration for [Haier's mobile app hOn](https://hon-smarthome.com/) based on [pyhOn](https://github.com/Andre0512/pyhon).
## Supported Appliances ## Supported Appliances
- [Washing Machine](https://github.com/Andre0512/hon#washing-machine) - [Washing Machine](https://github.com/Andre0512/hon#washing-machine)
@ -14,9 +14,10 @@ Home Assistant integration for [Haier's mobile app hOn](https://hon-smarthome.co
- [Dish Washer](https://github.com/Andre0512/hon#dish-washer) - [Dish Washer](https://github.com/Andre0512/hon#dish-washer)
- [Air conditioner](https://github.com/Andre0512/hon#air-conditioner) - [Air conditioner](https://github.com/Andre0512/hon#air-conditioner)
- [Fridge](https://github.com/Andre0512/hon#fridge) - [Fridge](https://github.com/Andre0512/hon#fridge)
- [Hob](https://github.com/Andre0512/hon#hob) [BETA] - [Induction Hob](https://github.com/Andre0512/hon#induction-hob) [BETA]
- [Hood](https://github.com/Andre0512/hon#hood) [BETA] - [Hood](https://github.com/Andre0512/hon#hood) [BETA]
- [Wine Cellar](https://github.com/Andre0512/hon#wine-cellar) [BETA] - [Wine Cellar](https://github.com/Andre0512/hon#wine-cellar) [BETA]
- [Air Purifier](https://github.com/Andre0512/hon#air-purifier) [BETA]
## Installation ## Installation
**Method 1:** [![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=Andre0512&repository=hon&category=integration) **Method 1:** [![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=Andre0512&repository=hon&category=integration)
@ -34,6 +35,25 @@ _Restart Home Assistant_
**Method 2**: Settings > Devices & Services > Add Integration > **Haier hOn** **Method 2**: Settings > Devices & Services > Add Integration > **Haier hOn**
_If the integration is not in the list, you need to clear the browser cache._ _If the integration is not in the list, you need to clear the browser cache._
## Supported Models
Support has been confirmed for these models, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8).
| | **Haier** | **Hoover** | **Candy** |
|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
| **Washing Machine** | HW90-B14TEAM5 <br/> HW100-B14959U1 | H-WASH 500 <br/> H7W4 48MBC-S <br/> HW 410AMBCB/1-80 | CO4 107T1/2-07 <br/> CBWO49TWME-S <br/> RO44 1286DWMC4-07 <br/> HW 68AMC/1-80 <br/> HWPD 69AMBC/1-S |
| **Tumble Dryer** | HD80-A3959 | H-DRY 500 <br/> H9A3TCBEXS-S <br/> HLE C10DCE-80 <br/> NDE H10A2TCE-80 <br/> NDE H9A2TSBEXS-S <br/> NDPHY10A2TCBEXSS | BCTDH7A1TE <br/> CSOE C10DE-80 <br/> ROE H9A3TCEX-S |
| **Washer Dryer** | HWD100-B14979 | HWPS4954DAMR-11 | RPW41066BWMR/1-S |
| **Oven** | HWO60SM2F3XH | HSOT3161WG | |
| **Dish Washer** | XIB 3B2SFS-80 <br/> XIB 6B2D3FB | HFB 6B2S3FX | |
| **Air Conditioner** | AD105S2SM3FA <br/> AS20HPL1HRA <br/> AS25PBAHRA <br/> AS25S2SF1FA-WH <br/> AS25TADHRA-2 <br/> AS35S2SF2FA-3 <br/> AS35TADHRA-2 <br/> AS35TAMHRA-C | | |
| **Fridge** | HFW7720ENMB | | CCE4T620EWU |
| **Hob** | HA2MTSJ68MC | | CIS633SCTTWIFI |
| **Hood** | HADG6DS46BWIFI | | |
| **Wine Cellar** | HWS247FDU1 | | |
| Please add your appliances data to our [hon-test-data collection](https://github.com/Andre0512/hon-test-data). <br/>This helps us to develop new features and not to break compatibility in newer versions. |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
## Supported Languages ## Supported Languages
Translation of internal names like programs are available for all languages which are official supported by the hOn app: Translation of internal names like programs are available for all languages which are official supported by the hOn app:
* 🇨🇳 Chinese * 🇨🇳 Chinese
@ -60,30 +80,13 @@ Translation of internal names like programs are available for all languages whic
### Washing Machine ### Washing Machine
![washing_machine.png](assets/washing_machine.png) ![washing_machine.png](assets/washing_machine.png)
## Supported Models
Support has been confirmed for these models, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8).
| | **Haier** | **Hoover** | **Candy** |
|--------------------|------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|
| **Washing Machine** | HW90-B14TEAM5 <br/> HW100-B14959U1 | H-WASH 500 <br/> H7W4 48MBC-S | RO44 1286DWMC4-07 <br/> HW 68AMC/1-80 <br/> HWPD 69AMBC/1-S |
| **Tumble Dryer** | HD80-A3959 | H-DRY 500 <br/> H9A3TCBEXS-S <br/> HLE C10DCE-80 <br/> NDE H10A2TCE-80 <br/> NDE H9A2TSBEXS-S <br/> NDPHY10A2TCBEXSS | BCTDH7A1TE <br/> CSOE C10DE-80 <br/> ROE H9A3TCEX-S |
| **Washer Dryer** | HWD100-B14979 | HWPS4954DAMR-11 | RPW41066BWMR/1-S |
| **Oven** | HWO60SM2F3XH | HSOT3161WG | |
| **Dish Washer** | XIB 3B2SFS-80 <br/> XIB 6B2D3FB | HFB 6B2S3FX | |
| **Air conditioner** | AD105S2SM3FA <br/> AS20HPL1HRA <br/> AS25PBAHRA <br/> AS25S2SF1FA-WH <br/> AS25TADHRA-2 <br/> AS35TADHRA-2 <br/> | | |
| **Fridge** | HFW7720ENMB | | CCE4T620EWU |
| **Hob** | HA2MTSJ68MC | | CIS633SCTTWIFI |
| **Hood** | HADG6DS46BWIFI | | |
## Contribute ## Contribute
Any kind of contribution is welcome! Any kind of contribution is welcome!
### Read out device data ### Read out device data
If you want to make a request for adding new appliances or additional attributes and don't want to use the command line, here is how you can read out your device data. If you want to make a request for adding new appliances or additional attributes and don't want to use the command line, here is how you can read out your device data.
For every device exists a hidden button which can be used to log all infos of your appliance. For every device exists a button under diagnostics which can be used to log all info of your appliance.
1. Enable the "Show Device Info" button 1. Press the button to create a notification
_This button can be found in the diagnostic section of your device or in the entity overview if "show disabled entities" is enabled._ 2. Open home assistant notifications and copy the message (Crtl+A, Ctrl+C)
2. Press the button to create a notification
3. Open home assistant notifications and copy the message (Crtl+A, Ctrl+C)
### Add appliances or additional attributes ### Add appliances or additional attributes
1. Install [pyhOn](https://github.com/Andre0512/pyhOn) 1. Install [pyhOn](https://github.com/Andre0512/pyhOn)
```commandline ```commandline
@ -136,7 +139,7 @@ For every device exists a hidden button which can be used to log all infos of yo
## Appliance Features ## Appliance Features
### Air conditioner ### Air Conditioner
#### Controls #### Controls
| Name | Icon | Entity | Key | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | | --- | --- | --- | --- |
@ -146,12 +149,12 @@ For every device exists a hidden button which can be used to log all infos of yo
| Eco Mode | | `switch` | `ecoMode` | | Eco Mode | | `switch` | `ecoMode` |
| Eco Pilot | `run` | `select` | `settings.humanSensingStatus` | | Eco Pilot | `run` | `select` | `settings.humanSensingStatus` |
| Health Mode | `medication-outline` | `switch` | `healthMode` | | Health Mode | `medication-outline` | `switch` | `healthMode` |
| Mute | `volume-off` | `switch` | `muteStatus` | | Night Mode | `bed` | `switch` | `silentSleepStatus` |
| Rapid Mode | `run-fast` | `switch` | `rapidMode` | | Rapid Mode | `run-fast` | `switch` | `rapidMode` |
| Screen Display | `monitor-small` | `switch` | `screenDisplayStatus` | | Screen Display | `monitor-small` | `switch` | `screenDisplayStatus` |
| Self Cleaning | `air-filter` | `switch` | `selfCleaningStatus` | | Self Cleaning | `air-filter` | `switch` | `selfCleaningStatus` |
| Self Cleaning 56 | `air-filter` | `switch` | `selfCleaning56Status` | | Self Cleaning 56 | `air-filter` | `switch` | `selfCleaning56Status` |
| Silent Sleep | `bed` | `switch` | `silentSleepStatus` | | Silent Mode | `volume-off` | `switch` | `muteStatus` |
| Target Temperature | `thermometer` | `number` | `settings.tempSel` | | Target Temperature | `thermometer` | `number` | `settings.tempSel` |
#### Sensors #### Sensors
| Name | Icon | Entity | Key | | Name | Icon | Entity | Key |
@ -164,12 +167,42 @@ For every device exists a hidden button which can be used to log all infos of yo
| Filter Replacement | | `binary_sensor` | `filterChangeStatusLocal` | | Filter Replacement | | `binary_sensor` | `filterChangeStatusLocal` |
| In Air Temperature Outdoor | `thermometer` | `sensor` | `tempInAirOutdoor` | | In Air Temperature Outdoor | `thermometer` | `sensor` | `tempInAirOutdoor` |
| Indoor Temperature | `thermometer` | `sensor` | `tempIndoor` | | Indoor Temperature | `thermometer` | `sensor` | `tempIndoor` |
| Machine Status | `information` | `sensor` | `machMode` |
| Outdoor Temperature | `thermometer` | `sensor` | `tempOutdoor` | | Outdoor Temperature | `thermometer` | `sensor` | `tempOutdoor` |
| Program | | `select` | `startProgram.program` | | Program | | `select` | `startProgram.program` |
| Program | `play` | `sensor` | `programName` | | Program | `play` | `sensor` | `programName` |
| Selected Temperature | `thermometer` | `sensor` | `tempSel` | | Selected Temperature | `thermometer` | `sensor` | `tempSel` |
### Dish washer ### Air Purifier
#### Controls
| Name | Icon | Entity | Key |
| --- | --- | --- | --- |
| Aroma Time Off | `thermometer` | `number` | `settings.aromaTimeOff` |
| Aroma Time On | `thermometer` | `number` | `settings.aromaTimeOn` |
| Diffuser Level | | `select` | `settings.aromaStatus` |
| Light status | `lightbulb` | `number` | `settings.lightStatus` |
| Lock Status | | `switch` | `lockStatus` |
| Mode | `run` | `select` | `settings.machMode` |
| Pollen Level | | `number` | `settings.pollenLevel` |
| Touch Tone | | `switch` | `touchToneStatus` |
#### Sensors
| Name | Icon | Entity | Key |
| --- | --- | --- | --- |
| Air Quality | | `sensor` | `airQuality` |
| CO Level | | `sensor` | `coLevel` |
| Error | `math-log` | `sensor` | `errors` |
| Humidity | | `sensor` | `humidityIndoor` |
| Main Filter Status | | `sensor` | `mainFilterStatus` |
| On | `power-cycle` | `binary_sensor` | `attributes.parameters.onOffStatus` |
| Pre Filter Status | | `sensor` | `preFilterStatus` |
| Temperature | | `sensor` | `temp` |
| Total Work Time | | `sensor` | `totalWorkTime` |
| VOC | | `sensor` | `vocValueIndoor` |
| Wind Speed | | `sensor` | `windSpeed` |
| pm10 | | `sensor` | `pm10ValueIndoor` |
| pm2p5 | | `sensor` | `pm2p5ValueIndoor` |
### Dish Washer
#### Controls #### Controls
| Name | Icon | Entity | Key | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | | --- | --- | --- | --- |
@ -215,10 +248,6 @@ For every device exists a hidden button which can be used to log all infos of yo
| Start Program | `hvac` | `button` | `startProgram` | | Start Program | `hvac` | `button` | `startProgram` |
| Stop Program | `hvac-off` | `button` | `stopProgram` | | Stop Program | `hvac-off` | `button` | `stopProgram` |
| Wind Speed | | `fan` | `settings.windSpeed` | | Wind Speed | | `fan` | `settings.windSpeed` |
#### Configs
| Name | Icon | Entity | Key |
| --- | --- | --- | --- |
| Light status | `lightbulb` | `number` | `startProgram.lightStatus` |
#### Sensors #### Sensors
| Name | Icon | Entity | Key | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | | --- | --- | --- | --- |
@ -229,13 +258,14 @@ For every device exists a hidden button which can be used to log all infos of yo
| Filter Cleaning Status | | `sensor` | `filterCleaningStatus` | | Filter Cleaning Status | | `sensor` | `filterCleaningStatus` |
| Last Work Time | `clock-start` | `sensor` | `lastWorkTime` | | Last Work Time | `clock-start` | `sensor` | `lastWorkTime` |
| Light Status | `lightbulb` | `sensor` | `lightStatus` | | Light Status | `lightbulb` | `sensor` | `lightStatus` |
| Light status | `lightbulb` | `number` | `startProgram.lightStatus` |
| Mach Mode | | `sensor` | `machMode` | | Mach Mode | | `sensor` | `machMode` |
| On / Off Status | `lightbulb` | `sensor` | `onOffStatus` | | On / Off Status | `lightbulb` | `sensor` | `onOffStatus` |
| Quick Delay Time Status | | `sensor` | `quickDelayTimeStatus` | | Quick Delay Time Status | | `sensor` | `quickDelayTimeStatus` |
| RGB Light Color | `lightbulb` | `sensor` | `rgbLightColors` | | RGB Light Color | `lightbulb` | `sensor` | `rgbLightColors` |
| RGB Light Status | `lightbulb` | `sensor` | `rgbLightStatus` | | RGB Light Status | `lightbulb` | `sensor` | `rgbLightStatus` |
### Hob ### Induction Hob
#### Controls #### Controls
| Name | Icon | Entity | Key | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | | --- | --- | --- | --- |
@ -319,7 +349,7 @@ For every device exists a hidden button which can be used to log all infos of yo
| Temperature Freezer | `snowflake-thermometer` | `sensor` | `tempZ2` | | Temperature Freezer | `snowflake-thermometer` | `sensor` | `tempZ2` |
| Temperature Fridge | `thermometer` | `sensor` | `tempZ1` | | Temperature Fridge | `thermometer` | `sensor` | `tempZ1` |
### Tumble dryer ### Tumble Dryer
#### Controls #### Controls
| Name | Icon | Entity | Key | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | | --- | --- | --- | --- |
@ -378,7 +408,7 @@ For every device exists a hidden button which can be used to log all infos of yo
| Temperature | `thermometer` | `sensor` | `temp` | | Temperature | `thermometer` | `sensor` | `temp` |
| Temperature 2 | `thermometer` | `sensor` | `tempZ2` | | Temperature 2 | `thermometer` | `sensor` | `tempZ2` |
### Washer dryer ### Washer Dryer
#### Controls #### Controls
| Name | Icon | Entity | Key | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | | --- | --- | --- | --- |
@ -453,7 +483,7 @@ For every device exists a hidden button which can be used to log all infos of yo
| Total Wash Cycle | `counter` | `sensor` | `totalWashCycle` | | Total Wash Cycle | `counter` | `sensor` | `totalWashCycle` |
| Total Water | | `sensor` | `totalWaterUsed` | | Total Water | | `sensor` | `totalWaterUsed` |
### Washing machine ### Washing Machine
#### Controls #### Controls
| Name | Icon | Entity | Key | | Name | Icon | Entity | Key |
| --- | --- | --- | --- | | --- | --- | --- | --- |

View File

@ -1,18 +1,17 @@
import logging import logging
from pathlib import Path
import voluptuous as vol import voluptuous as vol
from pyhon import Hon
from homeassistant.config_entries import ConfigEntry from homeassistant.config_entries import ConfigEntry
from homeassistant.const import CONF_EMAIL, CONF_PASSWORD from homeassistant.const import CONF_EMAIL, CONF_PASSWORD
from homeassistant.helpers import config_validation as cv, aiohttp_client from homeassistant.helpers import config_validation as cv, aiohttp_client
from homeassistant.helpers.typing import HomeAssistantType from homeassistant.helpers.typing import HomeAssistantType
from pyhon import Hon
from .const import DOMAIN, PLATFORMS from .const import DOMAIN, PLATFORMS
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
HON_SCHEMA = vol.Schema( HON_SCHEMA = vol.Schema(
{ {
vol.Required(CONF_EMAIL): cv.string, vol.Required(CONF_EMAIL): cv.string,
@ -29,7 +28,10 @@ CONFIG_SCHEMA = vol.Schema(
async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry): async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry):
session = aiohttp_client.async_get_clientsession(hass) session = aiohttp_client.async_get_clientsession(hass)
hon = await Hon( hon = await Hon(
entry.data["email"], entry.data["password"], session=session entry.data["email"],
entry.data["password"],
session=session,
test_data_path=Path(hass.config.config_dir),
).create() ).create()
hass.data.setdefault(DOMAIN, {}) hass.data.setdefault(DOMAIN, {})
hass.data[DOMAIN][entry.unique_id] = hon hass.data[DOMAIN][entry.unique_id] = hon

View File

@ -17,7 +17,7 @@ _LOGGER = logging.getLogger(__name__)
@dataclass @dataclass
class HonBinarySensorEntityDescriptionMixin: class HonBinarySensorEntityDescriptionMixin:
on_value: str = "" on_value: str | float = ""
@dataclass @dataclass
@ -41,14 +41,14 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
key="doorLockStatus", key="doorLockStatus",
name="Door Lock", name="Door Lock",
device_class=BinarySensorDeviceClass.LOCK, device_class=BinarySensorDeviceClass.LOCK,
on_value="0", on_value=0,
translation_key="door_lock", translation_key="door_lock",
), ),
HonBinarySensorEntityDescription( HonBinarySensorEntityDescription(
key="doorStatus", key="doorStatus",
name="Door", name="Door",
device_class=BinarySensorDeviceClass.DOOR, device_class=BinarySensorDeviceClass.DOOR,
on_value="1", on_value=1,
translation_key="door_open", translation_key="door_open",
), ),
HonBinarySensorEntityDescription( HonBinarySensorEntityDescription(
@ -82,7 +82,7 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
key="doorStatus", key="doorStatus",
name="Door", name="Door",
device_class=BinarySensorDeviceClass.DOOR, device_class=BinarySensorDeviceClass.DOOR,
on_value="1", on_value=1,
translation_key="door_open", translation_key="door_open",
), ),
HonBinarySensorEntityDescription( HonBinarySensorEntityDescription(
@ -102,7 +102,7 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
key="attributes.parameters.onOffStatus", key="attributes.parameters.onOffStatus",
name="On", name="On",
device_class=BinarySensorDeviceClass.RUNNING, device_class=BinarySensorDeviceClass.RUNNING,
on_value="1", on_value=1,
icon="mdi:power-cycle", icon="mdi:power-cycle",
translation_key="on", translation_key="on",
), ),
@ -120,7 +120,7 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
key="attributes.parameters.onOffStatus", key="attributes.parameters.onOffStatus",
name="On", name="On",
device_class=BinarySensorDeviceClass.RUNNING, device_class=BinarySensorDeviceClass.RUNNING,
on_value="1", on_value=1,
icon="mdi:power-cycle", icon="mdi:power-cycle",
translation_key="on", translation_key="on",
), ),
@ -128,13 +128,13 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
key="hotStatus", key="hotStatus",
name="Hot Status", name="Hot Status",
device_class=BinarySensorDeviceClass.HEAT, device_class=BinarySensorDeviceClass.HEAT,
on_value="1", on_value=1,
translation_key="still_hot", translation_key="still_hot",
), ),
HonBinarySensorEntityDescription( HonBinarySensorEntityDescription(
key="panStatus", key="panStatus",
name="Pan Status", name="Pan Status",
on_value="1", on_value=1,
icon="mdi:pot-mix", icon="mdi:pot-mix",
translation_key="pan_status", translation_key="pan_status",
), ),
@ -142,7 +142,7 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
key="hobLockStatus", key="hobLockStatus",
name="Hob Lock", name="Hob Lock",
device_class=BinarySensorDeviceClass.LOCK, device_class=BinarySensorDeviceClass.LOCK,
on_value="0", on_value=0,
translation_key="child_lock", translation_key="child_lock",
), ),
), ),
@ -151,7 +151,7 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
key="saltStatus", key="saltStatus",
name="Salt", name="Salt",
device_class=BinarySensorDeviceClass.PROBLEM, device_class=BinarySensorDeviceClass.PROBLEM,
on_value="1", on_value=1,
icon="mdi:shaker-outline", icon="mdi:shaker-outline",
translation_key="salt_level", translation_key="salt_level",
), ),
@ -159,7 +159,7 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
key="rinseAidStatus", key="rinseAidStatus",
name="Rinse Aid", name="Rinse Aid",
device_class=BinarySensorDeviceClass.PROBLEM, device_class=BinarySensorDeviceClass.PROBLEM,
on_value="1", on_value=1,
icon="mdi:spray-bottle", icon="mdi:spray-bottle",
translation_key="rinse_aid", translation_key="rinse_aid",
), ),
@ -174,7 +174,7 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
key="doorStatus", key="doorStatus",
name="Door", name="Door",
device_class=BinarySensorDeviceClass.DOOR, device_class=BinarySensorDeviceClass.DOOR,
on_value="1", on_value=1,
translation_key="door_open", translation_key="door_open",
), ),
), ),
@ -183,13 +183,13 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
key="filterChangeStatusLocal", key="filterChangeStatusLocal",
name="Filter Replacement", name="Filter Replacement",
device_class=BinarySensorDeviceClass.PROBLEM, device_class=BinarySensorDeviceClass.PROBLEM,
on_value="1", on_value=1,
translation_key="filter_replacement", translation_key="filter_replacement",
), ),
HonBinarySensorEntityDescription( HonBinarySensorEntityDescription(
key="ch2oCleaningStatus", key="ch2oCleaningStatus",
name="Ch2O Cleaning", name="Ch2O Cleaning",
on_value="1", on_value=1,
), ),
), ),
"REF": ( "REF": (
@ -198,7 +198,7 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
name="Super Cool", name="Super Cool",
icon="mdi:snowflake", icon="mdi:snowflake",
device_class=BinarySensorDeviceClass.RUNNING, device_class=BinarySensorDeviceClass.RUNNING,
on_value="1", on_value=1,
translation_key="super_cool", translation_key="super_cool",
), ),
HonBinarySensorEntityDescription( HonBinarySensorEntityDescription(
@ -206,7 +206,7 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
name="Super Freeze", name="Super Freeze",
icon="mdi:snowflake-variant", icon="mdi:snowflake-variant",
device_class=BinarySensorDeviceClass.RUNNING, device_class=BinarySensorDeviceClass.RUNNING,
on_value="1", on_value=1,
translation_key="super_freeze", translation_key="super_freeze",
), ),
HonBinarySensorEntityDescription( HonBinarySensorEntityDescription(
@ -214,7 +214,7 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
name="Door Status Freezer", name="Door Status Freezer",
device_class=BinarySensorDeviceClass.DOOR, device_class=BinarySensorDeviceClass.DOOR,
icon="mdi:fridge-top", icon="mdi:fridge-top",
on_value="1", on_value=1,
translation_key="freezer_door", translation_key="freezer_door",
), ),
HonBinarySensorEntityDescription( HonBinarySensorEntityDescription(
@ -222,7 +222,7 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
name="Door Status Fridge", name="Door Status Fridge",
icon="mdi:fridge-bottom", icon="mdi:fridge-bottom",
device_class=BinarySensorDeviceClass.DOOR, device_class=BinarySensorDeviceClass.DOOR,
on_value="1", on_value=1,
translation_key="fridge_door", translation_key="fridge_door",
), ),
HonBinarySensorEntityDescription( HonBinarySensorEntityDescription(
@ -230,7 +230,7 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
name="Auto-Set Mode", name="Auto-Set Mode",
icon="mdi:thermometer-auto", icon="mdi:thermometer-auto",
device_class=BinarySensorDeviceClass.RUNNING, device_class=BinarySensorDeviceClass.RUNNING,
on_value="1", on_value=1,
translation_key="auto_set", translation_key="auto_set",
), ),
HonBinarySensorEntityDescription( HonBinarySensorEntityDescription(
@ -238,13 +238,22 @@ BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
name="Holiday Mode", name="Holiday Mode",
icon="mdi:palm-tree", icon="mdi:palm-tree",
device_class=BinarySensorDeviceClass.RUNNING, device_class=BinarySensorDeviceClass.RUNNING,
on_value="1", on_value=1,
translation_key="holiday_mode", translation_key="holiday_mode",
), ),
), ),
"AP": (
HonBinarySensorEntityDescription(
key="attributes.parameters.onOffStatus",
name="On",
device_class=BinarySensorDeviceClass.RUNNING,
on_value="1",
icon="mdi:power-cycle",
translation_key="on",
),
),
} }
BINARY_SENSORS["WD"] = unique_entities(BINARY_SENSORS["WM"], BINARY_SENSORS["TD"]) BINARY_SENSORS["WD"] = unique_entities(BINARY_SENSORS["WM"], BINARY_SENSORS["TD"])
@ -252,7 +261,7 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non
entities = [] entities = []
for device in hass.data[DOMAIN][entry.unique_id].appliances: for device in hass.data[DOMAIN][entry.unique_id].appliances:
for description in BINARY_SENSORS.get(device.appliance_type, []): for description in BINARY_SENSORS.get(device.appliance_type, []):
if not device.get(description.key): if device.get(description.key) is None:
continue continue
entity = HonBinarySensorEntity(hass, entry, device, description) entity = HonBinarySensorEntity(hass, entry, device, description)
await entity.coordinator.async_config_entry_first_refresh() await entity.coordinator.async_config_entry_first_refresh()

View File

@ -1,10 +1,10 @@
import logging import logging
from pathlib import Path
import pkg_resources
from homeassistant.components import persistent_notification from homeassistant.components import persistent_notification
from homeassistant.components.button import ButtonEntityDescription, ButtonEntity from homeassistant.components.button import ButtonEntityDescription, ButtonEntity
from homeassistant.config_entries import ConfigEntry from homeassistant.config_entries import ConfigEntry
from homeassistant.const import EntityCategory from homeassistant.helpers.entity import EntityCategory
from pyhon.appliance import HonAppliance from pyhon.appliance import HonAppliance
from .const import DOMAIN from .const import DOMAIN
@ -61,7 +61,8 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non
entity = HonButtonEntity(hass, entry, device, description) entity = HonButtonEntity(hass, entry, device, description)
await entity.coordinator.async_config_entry_first_refresh() await entity.coordinator.async_config_entry_first_refresh()
entities.append(entity) entities.append(entity)
entities.append(HonFeatureRequestButton(hass, entry, device)) entities.append(HonDeviceInfo(hass, entry, device))
entities.append(HonDataArchive(hass, entry, device))
await entities[-1].coordinator.async_config_entry_first_refresh() await entities[-1].coordinator.async_config_entry_first_refresh()
async_add_entities(entities) async_add_entities(entities)
@ -77,26 +78,52 @@ class HonButtonEntity(HonEntity, ButtonEntity):
"""Return True if entity is available.""" """Return True if entity is available."""
return ( return (
super().available super().available
and self._device.get("remoteCtrValid", "1") == "1" and int(self._device.get("remoteCtrValid", "1")) == 1
and self._device.get("attributes.lastConnEvent.category") != "DISCONNECTED" and self._device.get("attributes.lastConnEvent.category") != "DISCONNECTED"
) )
class HonFeatureRequestButton(HonEntity, ButtonEntity): class HonDeviceInfo(HonEntity, ButtonEntity):
def __init__(self, hass, entry, device: HonAppliance) -> None: def __init__(self, hass, entry, device: HonAppliance) -> None:
super().__init__(hass, entry, device) super().__init__(hass, entry, device)
self._attr_unique_id = f"{super().unique_id}_log_device_info" self._attr_unique_id = f"{super().unique_id}_show_device_info"
self._attr_icon = "mdi:information" self._attr_icon = "mdi:information"
self._attr_name = "Show Device Info" self._attr_name = "Show Device Info"
self._attr_entity_category = EntityCategory.DIAGNOSTIC self._attr_entity_category = EntityCategory.DIAGNOSTIC
if "beta" not in self.coordinator.info.hon_version:
self._attr_entity_registry_enabled_default = False self._attr_entity_registry_enabled_default = False
async def async_press(self) -> None: async def async_press(self) -> None:
pyhon_version = pkg_resources.get_distribution("pyhon").version versions = "versions:\n"
info = f"{self._device.diagnose()}pyhOnVersion: {pyhon_version}" versions += f" hon: {self.coordinator.info.hon_version}\n"
versions += f" pyhOn: {self.coordinator.info.pyhon_version}\n"
info = f"{self._device.diagnose}{versions}"
title = f"{self._device.nick_name} Device Info" title = f"{self._device.nick_name} Device Info"
persistent_notification.create( persistent_notification.create(
self._hass, f"````\n```\n{info}\n```\n````", title self._hass, f"````\n```\n{info}\n```\n````", title
) )
_LOGGER.info(info.replace(" ", "\u200B ")) _LOGGER.info(info.replace(" ", "\u200B "))
class HonDataArchive(HonEntity, ButtonEntity):
def __init__(self, hass, entry, device: HonAppliance) -> None:
super().__init__(hass, entry, device)
self._attr_unique_id = f"{super().unique_id}_create_data_archive"
self._attr_icon = "mdi:archive-arrow-down"
self._attr_name = "Create Data Archive"
self._attr_entity_category = EntityCategory.DIAGNOSTIC
if "beta" not in self.coordinator.info.hon_version:
self._attr_entity_registry_enabled_default = False
async def async_press(self) -> None:
path = Path(self._hass.config.config_dir) / "www"
data = await self._device.data_archive(path)
title = f"{self._device.nick_name} Data Archive"
text = (
f'<a href="/local/{data}" target="_blank">{data}</a> <br/><br/> '
f"Use this data for [GitHub Issues of Haier hOn](https://github.com/Andre0512/hon).<br/>"
f"Or add it to the [hon-test-data collection](https://github.com/Andre0512/hon-test-data)."
)
persistent_notification.create(self._hass, text, title)

View File

@ -22,7 +22,7 @@ from homeassistant.const import (
from homeassistant.core import callback from homeassistant.core import callback
from pyhon.appliance import HonAppliance from pyhon.appliance import HonAppliance
from .const import HON_HVAC_MODE, HON_FAN, HON_HVAC_PROGRAM, DOMAIN from .const import HON_HVAC_MODE, HON_FAN, DOMAIN
from .hon import HonEntity from .hon import HonEntity
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
@ -115,16 +115,17 @@ class HonACClimateEntity(HonEntity, ClimateEntity):
super().__init__(hass, entry, device, description) super().__init__(hass, entry, device, description)
self._attr_temperature_unit = TEMP_CELSIUS self._attr_temperature_unit = TEMP_CELSIUS
self._attr_target_temperature_step = device.settings["settings.tempSel"].step self._set_temperature_bound()
self._attr_max_temp = device.settings["settings.tempSel"].max
self._attr_min_temp = device.settings["settings.tempSel"].min
self._attr_hvac_modes = [HVACMode.OFF] self._attr_hvac_modes = [HVACMode.OFF]
for mode in device.settings["settings.machMode"].values: for mode in device.settings["settings.machMode"].values:
self._attr_hvac_modes.append(HON_HVAC_MODE[mode]) self._attr_hvac_modes.append(HON_HVAC_MODE[int(mode)])
self._attr_preset_modes = []
for mode in device.settings["startProgram.program"].values:
self._attr_preset_modes.append(mode)
self._attr_fan_modes = [FAN_OFF] self._attr_fan_modes = [FAN_OFF]
for mode in device.settings["settings.windSpeed"].values: for mode in device.settings["settings.windSpeed"].values:
self._attr_fan_modes.append(HON_FAN[mode]) self._attr_fan_modes.append(HON_FAN[int(mode)])
self._attr_swing_modes = [ self._attr_swing_modes = [
SWING_OFF, SWING_OFF,
SWING_VERTICAL, SWING_VERTICAL,
@ -135,19 +136,27 @@ class HonACClimateEntity(HonEntity, ClimateEntity):
ClimateEntityFeature.TARGET_TEMPERATURE ClimateEntityFeature.TARGET_TEMPERATURE
| ClimateEntityFeature.FAN_MODE | ClimateEntityFeature.FAN_MODE
| ClimateEntityFeature.SWING_MODE | ClimateEntityFeature.SWING_MODE
| ClimateEntityFeature.PRESET_MODE
) )
self._handle_coordinator_update(update=False) self._handle_coordinator_update(update=False)
def _set_temperature_bound(self) -> None:
self._attr_target_temperature_step = self._device.settings[
"settings.tempSel"
].step
self._attr_max_temp = self._device.settings["settings.tempSel"].max
self._attr_min_temp = self._device.settings["settings.tempSel"].min
@property @property
def target_temperature(self) -> int | None: def target_temperature(self) -> int | None:
"""Return the temperature we try to reach.""" """Return the temperature we try to reach."""
return int(float(self._device.get("tempSel"))) return self._device.get("tempSel")
@property @property
def current_temperature(self) -> float | None: def current_temperature(self) -> float | None:
"""Return the current temperature.""" """Return the current temperature."""
return float(self._device.get("tempIndoor")) return self._device.get("tempIndoor")
async def async_set_temperature(self, **kwargs): async def async_set_temperature(self, **kwargs):
if (temperature := kwargs.get(ATTR_TEMPERATURE)) is None: if (temperature := kwargs.get(ATTR_TEMPERATURE)) is None:
@ -158,7 +167,7 @@ class HonACClimateEntity(HonEntity, ClimateEntity):
@property @property
def hvac_mode(self) -> HVACMode | str | None: def hvac_mode(self) -> HVACMode | str | None:
if self._device.get("onOffStatus") == "0": if self._device.get("onOffStatus") == 0:
return HVACMode.OFF return HVACMode.OFF
else: else:
return HON_HVAC_MODE[self._device.get("machMode")] return HON_HVAC_MODE[self._device.get("machMode")]
@ -166,13 +175,31 @@ class HonACClimateEntity(HonEntity, ClimateEntity):
async def async_set_hvac_mode(self, hvac_mode): async def async_set_hvac_mode(self, hvac_mode):
self._attr_hvac_mode = hvac_mode self._attr_hvac_mode = hvac_mode
if hvac_mode == HVACMode.OFF: if hvac_mode == HVACMode.OFF:
command = "stopProgram" await self._device.commands["stopProgram"].send()
self._device.sync_command("stopProgram", "settings")
else: else:
mode = HON_HVAC_PROGRAM[hvac_mode] self._device.settings["settings.onOffStatus"].value = "1"
self._device.settings["startProgram.program"].value = mode setting = self._device.settings["settings.machMode"]
command = "startProgram" modes = {HON_HVAC_MODE[int(number)]: number for number in setting.values}
await self._device.commands[command].send() setting.value = modes[hvac_mode]
self._device.sync_command(command, "settings") await self._device.commands["settings"].send()
self.async_write_ha_state()
@property
def preset_mode(self) -> str | None:
"""Return the current Preset for this channel."""
return None
async def async_set_preset_mode(self, preset_mode: str) -> None:
"""Set the new preset mode."""
if program := self._device.settings.get(f"startProgram.program"):
program.value = preset_mode
self._device.sync_command("startProgram", "settings")
self._set_temperature_bound()
self._handle_coordinator_update(update=False)
await self.coordinator.async_refresh()
self._attr_preset_mode = preset_mode
await self._device.commands["startProgram"].send()
self.async_write_ha_state() self.async_write_ha_state()
@property @property
@ -193,11 +220,11 @@ class HonACClimateEntity(HonEntity, ClimateEntity):
"""Return the swing setting.""" """Return the swing setting."""
horizontal = self._device.get("windDirectionHorizontal") horizontal = self._device.get("windDirectionHorizontal")
vertical = self._device.get("windDirectionVertical") vertical = self._device.get("windDirectionVertical")
if horizontal == "7" and vertical == "8": if horizontal == 7 and vertical == 8:
return SWING_BOTH return SWING_BOTH
elif horizontal == "7": elif horizontal == 7:
return SWING_HORIZONTAL return SWING_HORIZONTAL
elif vertical == "8": elif vertical == 8:
return SWING_VERTICAL return SWING_VERTICAL
else: else:
return SWING_OFF return SWING_OFF
@ -263,13 +290,13 @@ class HonClimateEntity(HonEntity, ClimateEntity):
@property @property
def target_temperature(self) -> float | None: def target_temperature(self) -> float | None:
"""Return the temperature we try to reach.""" """Return the temperature we try to reach."""
return float(self._device.get(self.entity_description.key)) return self._device.get(self.entity_description.key)
@property @property
def current_temperature(self) -> float | None: def current_temperature(self) -> float | None:
"""Return the current temperature.""" """Return the current temperature."""
temp_key = self.entity_description.key.split(".")[-1].replace("Sel", "") temp_key = self.entity_description.key.split(".")[-1].replace("Sel", "")
return float(self._device.get(temp_key)) return self._device.get(temp_key)
async def async_set_temperature(self, **kwargs): async def async_set_temperature(self, **kwargs):
if (temperature := kwargs.get(ATTR_TEMPERATURE)) is None: if (temperature := kwargs.get(ATTR_TEMPERATURE)) is None:
@ -280,7 +307,7 @@ class HonClimateEntity(HonEntity, ClimateEntity):
@property @property
def hvac_mode(self) -> HVACMode | str | None: def hvac_mode(self) -> HVACMode | str | None:
if self._device.get("onOffStatus") == "0": if self._device.get("onOffStatus") == 0:
return HVACMode.OFF return HVACMode.OFF
else: else:
return self.entity_description.mode return self.entity_description.mode

View File

@ -21,13 +21,13 @@ PLATFORMS = [
] ]
HON_HVAC_MODE = { HON_HVAC_MODE = {
"0": HVACMode.AUTO, 0: HVACMode.AUTO,
"1": HVACMode.COOL, 1: HVACMode.COOL,
"2": HVACMode.DRY, 2: HVACMode.DRY,
"3": HVACMode.DRY, 3: HVACMode.DRY,
"4": HVACMode.HEAT, 4: HVACMode.HEAT,
"5": HVACMode.FAN_ONLY, 5: HVACMode.FAN_ONLY,
"6": HVACMode.FAN_ONLY, 6: HVACMode.FAN_ONLY,
} }
HON_HVAC_PROGRAM = { HON_HVAC_PROGRAM = {
@ -39,11 +39,11 @@ HON_HVAC_PROGRAM = {
} }
HON_FAN = { HON_FAN = {
"1": FAN_HIGH, 1: FAN_HIGH,
"2": FAN_MEDIUM, 2: FAN_MEDIUM,
"3": FAN_LOW, 3: FAN_LOW,
"4": FAN_AUTO, 4: FAN_AUTO,
"5": FAN_AUTO, 5: FAN_AUTO,
} }
# These languages are official supported by hOn # These languages are official supported by hOn
@ -70,123 +70,136 @@ LANGUAGES = [
] ]
WASHING_PR_PHASE = { WASHING_PR_PHASE = {
"0": "WASHING_CMD&CTRL.PHASE_READY.TITLE", 0: "ready",
"1": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE", 1: "washing",
"2": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE", 2: "washing",
"3": "WASHING_CMD&CTRL.PHASE_SPIN.TITLE", 3: "spin",
"4": "WASHING_CMD&CTRL.PHASE_RINSE.TITLE", 4: "rinse",
"5": "WASHING_CMD&CTRL.PHASE_RINSE.TITLE", 5: "rinse",
"6": "WASHING_CMD&CTRL.PHASE_RINSE.TITLE", 6: "rinse",
"7": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE", 7: "drying",
"9": "WASHING_CMD&CTRL.PHASE_STEAM.TITLE", 9: "steam",
"10": "WASHING_CMD&CTRL.PHASE_READY.TITLE", 10: "ready",
"11": "WASHING_CMD&CTRL.PHASE_SPIN.TITLE", 11: "spin",
"12": "WASHING_CMD&CTRL.PHASE_WEIGHTING.TITLE", 12: "weighting",
"13": "WASHING_CMD&CTRL.PHASE_WEIGHTING.TITLE", 13: "weighting",
"14": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE", 14: "washing",
"15": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE", 15: "washing",
"16": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE", 16: "washing",
"17": "WASHING_CMD&CTRL.PHASE_RINSE.TITLE", 17: "rinse",
"18": "WASHING_CMD&CTRL.PHASE_RINSE.TITLE", 18: "rinse",
"19": "WASHING_CMD&CTRL.PHASE_SCHEDULED.TITLE", 19: "scheduled",
"20": "WASHING_CMD&CTRL.PHASE_TUMBLING.TITLE", 20: "tumbling",
"24": "WASHING_CMD&CTRL.PHASE_REFRESH.TITLE", 24: "refresh",
"25": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE", 25: "washing",
"26": "WASHING_CMD&CTRL.PHASE_HEATING.TITLE", 26: "heating",
"27": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE", 27: "washing",
} }
MACH_MODE = { MACH_MODE = {
"0": "WASHING_CMD&CTRL.PHASE_READY.TITLE", # NO_STATE 0: "ready", # NO_STATE
"1": "WASHING_CMD&CTRL.PHASE_READY.TITLE", # SELECTION_MODE 1: "ready", # SELECTION_MODE
"2": "WASHING_CMD&CTRL.PHASE_RUNNING.TITLE", # EXECUTION_MODE 2: "running", # EXECUTION_MODE
"3": "WASHING_CMD&CTRL.PHASE_PAUSE.TITLE", # PAUSE_MODE 3: "pause", # PAUSE_MODE
"4": "WASHING_CMD&CTRL.PHASE_SCHEDULED.TITLE", # DELAY_START_SELECTION_MODE 4: "scheduled", # DELAY_START_SELECTION_MODE
"5": "WASHING_CMD&CTRL.PHASE_SCHEDULED.TITLE", # DELAY_START_EXECUTION_MODE 5: "scheduled", # DELAY_START_EXECUTION_MODE
"6": "WASHING_CMD&CTRL.PHASE_ERROR.TITLE", # ERROR_MODE 6: "error", # ERROR_MODE
"7": "WASHING_CMD&CTRL.PHASE_READY.TITLE", # END_MODE 7: "ready", # END_MODE
"8": "Test", # TEST_MODE 8: "test", # TEST_MODE
"9": "GLOBALS.APPLIANCE_STATUS.ENDING_PROGRAM", # STOP_MODE 9: "ending", # STOP_MODE
} }
TUMBLE_DRYER_PR_PHASE = { TUMBLE_DRYER_PR_PHASE = {
"0": "WASHING_CMD&CTRL.PHASE_READY.TITLE", 0: "ready",
"1": "TD_CMD&CTRL.STATUS_PHASE.PHASE_HEAT_STROKE", 1: "heat_stroke",
"2": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE", 2: "drying",
"3": "TD_CMD&CTRL.STATUS_PHASE.PHASE_COOLDOWN", 3: "cooldown",
"8": "unknown", 8: "unknown",
"11": "WASHING_CMD&CTRL.PHASE_READY.TITLE", 11: "ready",
"12": "unknown", 12: "unknown",
"13": "TD_CMD&CTRL.STATUS_PHASE.PHASE_COOLDOWN", 13: "cooldown",
"14": "TD_CMD&CTRL.STATUS_PHASE.PHASE_HEAT_STROKE", 14: "heat_stroke",
"15": "TD_CMD&CTRL.STATUS_PHASE.PHASE_HEAT_STROKE", 15: "heat_stroke",
"16": "TD_CMD&CTRL.STATUS_PHASE.PHASE_COOLDOWN", 16: "cooldown",
"17": "unknown", 17: "unknown",
"18": "WASHING_CMD&CTRL.PHASE_TUMBLING.DASHBOARD_TITLE", 18: "tumbling",
"19": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE", 19: "drying",
"20": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE", 20: "drying",
} }
DIRTY_LEVEL = { DIRTY_LEVEL = {
"1": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.LITTLE", 0: "unknown",
"2": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.NORMAL", 1: "little",
"3": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.VERY", 2: "normal",
3: "very",
} }
STEAM_LEVEL = { STEAM_LEVEL = {
"0": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.NO_STEAM", 0: "no_steam",
"1": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_FABRICS.COTTON_TITLE", 1: "cotton",
"2": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_FABRICS.DELICATE_TITLE", 2: "delicate",
"3": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_FABRICS.SYNTHETIC_TITLE", 3: "synthetic",
} }
DISHWASHER_PR_PHASE = { DISHWASHER_PR_PHASE = {
"0": "WASHING_CMD&CTRL.PHASE_READY.TITLE", 0: "ready",
"1": "WASHING_CMD&CTRL.PHASE_PREWASH.TITLE", 1: "prewash",
"2": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE", 2: "washing",
"3": "WASHING_CMD&CTRL.PHASE_RINSE.TITLE", 3: "rinse",
"4": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE", 4: "drying",
"5": "WASHING_CMD&CTRL.PHASE_READY.TITLE", 5: "ready",
"6": "WASHING_CMD&CTRL.PHASE_HOT_RINSE.TITLE", 6: "hot_rinse",
} }
TUMBLE_DRYER_DRY_LEVEL = { TUMBLE_DRYER_DRY_LEVEL = {
"0": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.NO_DRY", 0: "no_dry",
"1": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.IRON_DRY", 1: "iron_dry",
"2": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.NO_DRY_IRON_TITLE", 2: "no_dry_iron",
"3": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.CUPBOARD_DRY_TITLE", 3: "cupboard_dry",
"4": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.EXTRA_DRY_TITLE", 4: "extra_dry",
"11": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.NO_DRY", 11: "no_dry",
"12": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.IRON_DRY", 12: "iron_dry",
"13": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.CUPBOARD_DRY_TITLE", 13: "cupboard_dry",
"14": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.READY_TO_WEAR_TITLE", 14: "ready_to_wear",
"15": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.EXTRA_DRY_TITLE", 15: "extra_dry",
} }
AC_MACH_MODE = { AC_MACH_MODE = {
"0": "PROGRAMS.AC.IOT_AUTO", 0: "auto",
"1": "PROGRAMS.AC.IOT_COOL", 1: "cool",
"2": "PROGRAMS.AC.IOT_COOL", 2: "cool",
"3": "PROGRAMS.AC.IOT_DRY", 3: "dry",
"4": "PROGRAMS.AC.IOT_HEAT", 4: "heat",
"5": "PROGRAMS.AC.IOT_FAN", 5: "fan",
"6": "PROGRAMS.AC.IOT_FAN", 6: "fan",
} }
AC_FAN_MODE = { AC_FAN_MODE = {
"1": "AC.PROGRAM_CARD.WIND_SPEED_HIGH", 1: "high",
"2": "AC.PROGRAM_CARD.WIND_SPEED_MID", 2: "mid",
"3": "AC.PROGRAM_CARD.WIND_SPEED_LOW", 3: "low",
"4": "AC.PROGRAM_CARD.WIND_SPEED_AUTO", 4: "auto",
"5": "AC.PROGRAM_CARD.WIND_SPEED_AUTO", 5: "auto",
} }
AC_HUMAN_SENSE = { AC_HUMAN_SENSE = {
"0": "AC.PROGRAM_DETAIL.TOUCH_OFF", 0: "touch_off",
"1": "AC.PROGRAM_DETAIL.AVOID_TOUCH", 1: "avoid_touch",
"2": "AC.PROGRAM_DETAIL.FOLLOW_TOUCH", 2: "follow_touch",
3: "unknown",
} }
REF_ZONES = { AP_MACH_MODE = {
"fridge": "REF.ZONES.FRIDGE", 0: "standby",
"freezer": "REF.ZONES.FREEZER", 1: "sleep",
"vtroom1": "REF.ZONES.MY_ZONE_1", 2: "auto",
"fridge_freezer": ["REF.ZONES.FRIDGE", " & ", "REF.ZONES.FREEZER"], 3: "allergens",
4: "max",
}
AP_DIFFUSER_LEVEL = {
1: "soft",
2: "mid",
3: "h_biotics",
4: "custom",
} }

View File

@ -44,8 +44,8 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non
for device in hass.data[DOMAIN][entry.unique_id].appliances: for device in hass.data[DOMAIN][entry.unique_id].appliances:
for description in FANS.get(device.appliance_type, []): for description in FANS.get(device.appliance_type, []):
if isinstance(description, HonFanEntityDescription): if isinstance(description, HonFanEntityDescription):
if description.key not in device.available_settings or not device.get( if description.key not in device.available_settings or device.get(
description.key.split(".")[-1] description.key.split(".")[-1] is None
): ):
continue continue
entity = HonFanEntity(hass, entry, device, description) entity = HonFanEntity(hass, entry, device, description)
@ -74,7 +74,7 @@ class HonFanEntity(HonEntity, FanEntity):
@property @property
def percentage(self) -> int | None: def percentage(self) -> int | None:
"""Return the current speed.""" """Return the current speed."""
value = int(self._device.get(self._parameter, "0")) value = self._device.get(self._parameter, 0)
return ranged_value_to_percentage(self._speed_range, value) return ranged_value_to_percentage(self._speed_range, value)
@property @property

View File

@ -1,6 +1,10 @@
import json
import logging import logging
from contextlib import suppress
from datetime import timedelta from datetime import timedelta
from pathlib import Path
import pkg_resources
from homeassistant.core import callback from homeassistant.core import callback
from homeassistant.helpers.entity import DeviceInfo from homeassistant.helpers.entity import DeviceInfo
from homeassistant.helpers.update_coordinator import CoordinatorEntity from homeassistant.helpers.update_coordinator import CoordinatorEntity
@ -36,9 +40,7 @@ class HonEntity(CoordinatorEntity):
return DeviceInfo( return DeviceInfo(
identifiers={(DOMAIN, self._device.unique_id)}, identifiers={(DOMAIN, self._device.unique_id)},
manufacturer=self._device.get("brand", ""), manufacturer=self._device.get("brand", ""),
name=self._device.nick_name name=self._device.nick_name,
if self._device.nick_name
else self._device.model_name,
model=self._device.model_name, model=self._device.model_name,
sw_version=self._device.get("fwVersion", ""), sw_version=self._device.get("fwVersion", ""),
) )
@ -49,6 +51,31 @@ class HonEntity(CoordinatorEntity):
self.async_write_ha_state() self.async_write_ha_state()
class HonInfo:
def __init__(self):
self._manifest = self._get_manifest()
self._hon_version = self._manifest.get("version", "")
self._pyhon_version = pkg_resources.get_distribution("pyhon").version
@staticmethod
def _get_manifest():
manifest = Path(__file__).parent / "manifest.json"
with open(manifest, "r", encoding="utf-8") as file:
return json.loads(file.read())
@property
def manifest(self):
return self._manifest
@property
def hon_version(self):
return self._hon_version
@property
def pyhon_version(self):
return self._pyhon_version
class HonCoordinator(DataUpdateCoordinator): class HonCoordinator(DataUpdateCoordinator):
def __init__(self, hass, device: HonAppliance): def __init__(self, hass, device: HonAppliance):
"""Initialize my coordinator.""" """Initialize my coordinator."""
@ -59,10 +86,15 @@ class HonCoordinator(DataUpdateCoordinator):
update_interval=timedelta(seconds=UPDATE_INTERVAL), update_interval=timedelta(seconds=UPDATE_INTERVAL),
) )
self._device = device self._device = device
self._info = HonInfo()
async def _async_update_data(self): async def _async_update_data(self):
await self._device.update() await self._device.update()
@property
def info(self) -> HonInfo:
return self._info
def unique_entities(base_entities, new_entities): def unique_entities(base_entities, new_entities):
result = list(base_entities) result = list(base_entities)
@ -81,3 +113,10 @@ def get_coordinator(hass, appliance):
coordinator = HonCoordinator(hass, appliance) coordinator = HonCoordinator(hass, appliance)
hass.data[DOMAIN]["coordinators"][appliance.unique_id] = coordinator hass.data[DOMAIN]["coordinators"][appliance.unique_id] = coordinator
return coordinator return coordinator
def get_readable(description, value):
if description.option_list is not None:
with suppress(ValueError):
return description.option_list.get(int(value), value)
return value

View File

@ -9,7 +9,7 @@
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"issue_tracker": "https://github.com/Andre0512/hon/issues", "issue_tracker": "https://github.com/Andre0512/hon/issues",
"requirements": [ "requirements": [
"pyhOn==0.13.0" "pyhOn==0.14.6"
], ],
"version": "0.9.0-beta.1" "version": "0.9.0-beta.7"
} }

View File

@ -167,7 +167,29 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = {
key="startProgram.lightStatus", key="startProgram.lightStatus",
name="Light status", name="Light status",
icon="mdi:lightbulb", icon="mdi:lightbulb",
entity_category=EntityCategory.CONFIG, ),
),
"AP": (
HonNumberEntityDescription(
key="settings.aromaTimeOn",
name="Aroma Time On",
icon="mdi:thermometer",
native_unit_of_measurement=UnitOfTime.SECONDS,
),
HonNumberEntityDescription(
key="settings.aromaTimeOff",
name="Aroma Time Off",
icon="mdi:thermometer",
native_unit_of_measurement=UnitOfTime.SECONDS,
),
HonNumberEntityDescription(
key="settings.lightStatus",
name="Light status",
icon="mdi:lightbulb",
),
HonNumberEntityDescription(
key="settings.pollenLevel",
name="Pollen Level",
), ),
), ),
} }
@ -206,7 +228,7 @@ class HonNumberEntity(HonEntity, NumberEntity):
@property @property
def native_value(self) -> float | None: def native_value(self) -> float | None:
return self._device.get(self.entity_description.key) return self._device.get(self.entity_description.key.split(".")[-1])
async def async_set_native_value(self, value: float) -> None: async def async_set_native_value(self, value: float) -> None:
setting = self._device.settings[self.entity_description.key] setting = self._device.settings[self.entity_description.key]
@ -214,6 +236,8 @@ class HonNumberEntity(HonEntity, NumberEntity):
setting.value = value setting.value = value
command = self.entity_description.key.split(".")[0] command = self.entity_description.key.split(".")[0]
await self._device.commands[command].send() await self._device.commands[command].send()
if command != "settings":
self._device.sync_command(command, "settings")
await self.coordinator.async_refresh() await self.coordinator.async_refresh()
@callback @callback
@ -223,7 +247,7 @@ class HonNumberEntity(HonEntity, NumberEntity):
self._attr_native_max_value = setting.max self._attr_native_max_value = setting.max
self._attr_native_min_value = setting.min self._attr_native_min_value = setting.min
self._attr_native_step = setting.step self._attr_native_step = setting.step
self._attr_native_value = setting.value self._attr_native_value = self.native_value
if update: if update:
self.async_write_ha_state() self.async_write_ha_state()
@ -232,7 +256,7 @@ class HonNumberEntity(HonEntity, NumberEntity):
"""Return True if entity is available.""" """Return True if entity is available."""
return ( return (
super().available super().available
and self._device.get("remoteCtrValid", "1") == "1" and int(self._device.get("remoteCtrValid", 1)) == 1
and self._device.get("attributes.lastConnEvent.category") != "DISCONNECTED" and self._device.get("attributes.lastConnEvent.category") != "DISCONNECTED"
) )

View File

@ -2,29 +2,30 @@ from __future__ import annotations
import logging import logging
from dataclasses import dataclass from dataclasses import dataclass
from typing import Dict, List
from homeassistant.components.select import SelectEntity, SelectEntityDescription from homeassistant.components.select import SelectEntity, SelectEntityDescription
from homeassistant.config_entries import ConfigEntry from homeassistant.config_entries import ConfigEntry
from homeassistant.const import UnitOfTemperature, UnitOfTime, REVOLUTIONS_PER_MINUTE from homeassistant.const import UnitOfTemperature, UnitOfTime, REVOLUTIONS_PER_MINUTE
from homeassistant.core import callback from homeassistant.core import callback
from homeassistant.helpers.entity import EntityCategory from homeassistant.helpers.entity import EntityCategory
from pyhon.appliance import HonAppliance
from pyhon.parameter.fixed import HonParameterFixed
from . import const
from .const import DOMAIN from .const import DOMAIN
from .hon import HonEntity, unique_entities from .hon import HonEntity, unique_entities, get_readable
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
@dataclass @dataclass
class HonSelectEntityDescription(SelectEntityDescription): class HonSelectEntityDescription(SelectEntityDescription):
pass option_list: Dict[int, str] = None
@dataclass @dataclass
class HonConfigSelectEntityDescription(SelectEntityDescription): class HonConfigSelectEntityDescription(SelectEntityDescription):
entity_category: EntityCategory = EntityCategory.CONFIG entity_category: EntityCategory = EntityCategory.CONFIG
option_list: Dict[int, str] = None
SELECTS = { SELECTS = {
@ -67,6 +68,7 @@ SELECTS = {
name="Dry level", name="Dry level",
icon="mdi:hair-dryer", icon="mdi:hair-dryer",
translation_key="dry_levels", translation_key="dry_levels",
option_list=const.TUMBLE_DRYER_DRY_LEVEL,
), ),
), ),
"OV": ( "OV": (
@ -115,6 +117,7 @@ SELECTS = {
name="Eco Pilot", name="Eco Pilot",
icon="mdi:run", icon="mdi:run",
translation_key="eco_pilot", translation_key="eco_pilot",
option_list=const.AC_HUMAN_SENSE,
), ),
), ),
"REF": ( "REF": (
@ -130,6 +133,19 @@ SELECTS = {
translation_key="ref_zones", translation_key="ref_zones",
), ),
), ),
"AP": (
HonSelectEntityDescription(
key="settings.aromaStatus",
name="Diffuser Level",
option_list=const.AP_DIFFUSER_LEVEL,
),
HonSelectEntityDescription(
key="settings.machMode",
name="Mode",
icon="mdi:run",
option_list=const.AP_MACH_MODE,
),
),
} }
SELECTS["WD"] = unique_entities(SELECTS["WM"], SELECTS["TD"]) SELECTS["WD"] = unique_entities(SELECTS["WM"], SELECTS["TD"])
@ -152,64 +168,69 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non
async_add_entities(entities) async_add_entities(entities)
class HonSelectEntity(HonEntity, SelectEntity): class HonConfigSelectEntity(HonEntity, SelectEntity):
entity_description: HonSelectEntityDescription entity_description: HonConfigSelectEntityDescription
def __init__(self, hass, entry, device: HonAppliance, description) -> None:
super().__init__(hass, entry, device, description)
if not (setting := self._device.settings.get(description.key)):
self._attr_options: list[str] = []
elif not isinstance(setting, HonParameterFixed):
self._attr_options: list[str] = setting.values
else:
self._attr_options: list[str] = [setting.value]
@property @property
def current_option(self) -> str | None: def current_option(self) -> str | None:
value = self._device.settings.get(self.entity_description.key) if not (setting := self._device.settings.get(self.entity_description.key)):
if value is None or value.value not in self._attr_options:
return None return None
return value.value value = get_readable(self.entity_description, setting.value)
if value not in self._attr_options:
return None
return value
@property
def options(self) -> list[str]:
setting = self._device.settings.get(self.entity_description.key)
if setting is None:
return []
return [get_readable(self.entity_description, key) for key in setting.values]
def _option_to_number(self, option: str, values: List[str]):
if (options := self.entity_description.option_list) is not None:
return next(
(k for k, v in options.items() if str(k) in values and v == option),
option,
)
return option
async def async_select_option(self, option: str) -> None: async def async_select_option(self, option: str) -> None:
self._device.settings[self.entity_description.key].value = option setting = self._device.settings[self.entity_description.key]
command = self.entity_description.key.split(".")[0] setting.value = self._option_to_number(option, setting.values)
await self._device.commands[command].send()
await self.coordinator.async_refresh() await self.coordinator.async_refresh()
@callback @callback
def _handle_coordinator_update(self, update=True) -> None: def _handle_coordinator_update(self, update=True) -> None:
setting = self._device.settings.get(self.entity_description.key) self._attr_available = self.available
if setting is None: self._attr_options = self.options
self._attr_available = False self._attr_current_option = self.current_option
self._attr_options: list[str] = []
self._attr_native_value = None
else:
self._attr_available = True
self._attr_options: list[str] = setting.values
self._attr_native_value = setting.value
if update: if update:
self.async_write_ha_state() self.async_write_ha_state()
@property @property
def available(self) -> bool: def available(self) -> bool:
"""Return True if entity is available.""" """Return True if entity is available."""
return ( return self._device.settings.get(self.entity_description.key) is not None
super().available
and self._device.get("remoteCtrValid", "1") == "1"
and self._device.get("attributes.lastConnEvent.category") != "DISCONNECTED"
)
class HonConfigSelectEntity(HonSelectEntity): class HonSelectEntity(HonConfigSelectEntity):
entity_description: HonConfigSelectEntityDescription entity_description: HonSelectEntityDescription
async def async_select_option(self, option: str) -> None: async def async_select_option(self, option: str) -> None:
self._device.settings[self.entity_description.key].value = option setting = self._device.settings[self.entity_description.key]
setting.value = self._option_to_number(option, setting.values)
command = self.entity_description.key.split(".")[0]
await self._device.commands[command].send()
if command != "settings":
self._device.sync_command(command, "settings")
await self.coordinator.async_refresh() await self.coordinator.async_refresh()
@property @property
def available(self) -> bool: def available(self) -> bool:
"""Return True if entity is available.""" """Return True if entity is available."""
return super(SelectEntity, self).available return (
super().available
and int(self._device.get("remoteCtrValid", 1)) == 1
and self._device.get("attributes.lastConnEvent.category") != "DISCONNECTED"
)

View File

@ -1,5 +1,6 @@
import logging import logging
from dataclasses import dataclass from dataclasses import dataclass
from typing import Dict
from homeassistant.components.sensor import ( from homeassistant.components.sensor import (
SensorEntity, SensorEntity,
@ -8,7 +9,12 @@ from homeassistant.components.sensor import (
SensorEntityDescription, SensorEntityDescription,
) )
from homeassistant.config_entries import ConfigEntry from homeassistant.config_entries import ConfigEntry
from homeassistant.const import PERCENTAGE from homeassistant.const import (
PERCENTAGE,
CONCENTRATION_MICROGRAMS_PER_CUBIC_METER,
CONCENTRATION_PARTS_PER_BILLION,
CONCENTRATION_PARTS_PER_MILLION,
)
from homeassistant.const import ( from homeassistant.const import (
REVOLUTIONS_PER_MINUTE, REVOLUTIONS_PER_MINUTE,
UnitOfEnergy, UnitOfEnergy,
@ -20,11 +26,10 @@ from homeassistant.const import (
) )
from homeassistant.core import callback from homeassistant.core import callback
from homeassistant.helpers.entity import EntityCategory from homeassistant.helpers.entity import EntityCategory
from pyhon.appliance import HonAppliance
from . import const from . import const
from .const import DOMAIN from .const import DOMAIN
from .hon import HonEntity, unique_entities from .hon import HonEntity, unique_entities, get_readable
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
@ -32,11 +37,12 @@ _LOGGER = logging.getLogger(__name__)
@dataclass @dataclass
class HonConfigSensorEntityDescription(SensorEntityDescription): class HonConfigSensorEntityDescription(SensorEntityDescription):
entity_category: EntityCategory = EntityCategory.CONFIG entity_category: EntityCategory = EntityCategory.CONFIG
option_list: Dict[int, str] = None
@dataclass @dataclass
class HonSensorEntityDescription(SensorEntityDescription): class HonSensorEntityDescription(SensorEntityDescription):
pass option_list: Dict[int, str] = None
SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = { SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
@ -47,7 +53,7 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
icon="mdi:washing-machine", icon="mdi:washing-machine",
device_class=SensorDeviceClass.ENUM, device_class=SensorDeviceClass.ENUM,
translation_key="program_phases_wm", translation_key="program_phases_wm",
options=list(const.WASHING_PR_PHASE), option_list=const.WASHING_PR_PHASE,
), ),
HonSensorEntityDescription( HonSensorEntityDescription(
key="totalElectricityUsed", key="totalElectricityUsed",
@ -102,7 +108,7 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
icon="mdi:information", icon="mdi:information",
device_class=SensorDeviceClass.ENUM, device_class=SensorDeviceClass.ENUM,
translation_key="washing_modes", translation_key="washing_modes",
options=list(const.MACH_MODE), option_list=const.MACH_MODE,
), ),
HonSensorEntityDescription( HonSensorEntityDescription(
key="errors", name="Error", icon="mdi:math-log", translation_key="errors" key="errors", name="Error", icon="mdi:math-log", translation_key="errors"
@ -154,7 +160,9 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
key="dirtyLevel", key="dirtyLevel",
name="Dirt level", name="Dirt level",
icon="mdi:liquid-spot", icon="mdi:liquid-spot",
device_class=SensorDeviceClass.ENUM,
translation_key="dirt_level", translation_key="dirt_level",
option_list=const.DIRTY_LEVEL,
), ),
HonConfigSensorEntityDescription( HonConfigSensorEntityDescription(
key="startProgram.suggestedLoadW", key="startProgram.suggestedLoadW",
@ -187,7 +195,7 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
icon="mdi:information", icon="mdi:information",
device_class=SensorDeviceClass.ENUM, device_class=SensorDeviceClass.ENUM,
translation_key="washing_modes", translation_key="washing_modes",
options=list(const.MACH_MODE), option_list=const.MACH_MODE,
), ),
HonSensorEntityDescription( HonSensorEntityDescription(
key="errors", name="Error", icon="mdi:math-log", translation_key="errors" key="errors", name="Error", icon="mdi:math-log", translation_key="errors"
@ -221,7 +229,7 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
icon="mdi:washing-machine", icon="mdi:washing-machine",
device_class=SensorDeviceClass.ENUM, device_class=SensorDeviceClass.ENUM,
translation_key="program_phases_td", translation_key="program_phases_td",
options=list(const.TUMBLE_DRYER_PR_PHASE), option_list=const.TUMBLE_DRYER_PR_PHASE,
), ),
HonSensorEntityDescription( HonSensorEntityDescription(
key="dryLevel", key="dryLevel",
@ -229,7 +237,7 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
icon="mdi:hair-dryer", icon="mdi:hair-dryer",
device_class=SensorDeviceClass.ENUM, device_class=SensorDeviceClass.ENUM,
translation_key="dry_levels", translation_key="dry_levels",
options=list(const.TUMBLE_DRYER_DRY_LEVEL), option_list=const.TUMBLE_DRYER_DRY_LEVEL,
), ),
HonSensorEntityDescription( HonSensorEntityDescription(
key="tempLevel", key="tempLevel",
@ -255,14 +263,18 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
HonConfigSensorEntityDescription( HonConfigSensorEntityDescription(
key="startProgram.steamLevel", key="startProgram.steamLevel",
name="Steam level", name="Steam level",
device_class=SensorDeviceClass.ENUM,
icon="mdi:smoke", icon="mdi:smoke",
translation_key="steam_level", translation_key="steam_level",
option_list=const.STEAM_LEVEL,
), ),
HonSensorEntityDescription( HonSensorEntityDescription(
key="steamLevel", key="steamLevel",
name="Steam level", name="Steam level",
icon="mdi:smoke", icon="mdi:smoke",
device_class=SensorDeviceClass.ENUM,
translation_key="steam_level", translation_key="steam_level",
option_list=const.STEAM_LEVEL,
), ),
HonConfigSensorEntityDescription( HonConfigSensorEntityDescription(
key="steamType", key="steamType",
@ -391,7 +403,7 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
icon="mdi:information", icon="mdi:information",
device_class=SensorDeviceClass.ENUM, device_class=SensorDeviceClass.ENUM,
translation_key="washing_modes", translation_key="washing_modes",
options=list(const.MACH_MODE), option_list=const.MACH_MODE,
), ),
HonSensorEntityDescription( HonSensorEntityDescription(
key="errors", name="Error", icon="mdi:math-log", translation_key="errors" key="errors", name="Error", icon="mdi:math-log", translation_key="errors"
@ -410,7 +422,7 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
icon="mdi:washing-machine", icon="mdi:washing-machine",
device_class=SensorDeviceClass.ENUM, device_class=SensorDeviceClass.ENUM,
translation_key="program_phases_dw", translation_key="program_phases_dw",
options=list(const.DISHWASHER_PR_PHASE), option_list=const.DISHWASHER_PR_PHASE,
), ),
HonSensorEntityDescription( HonSensorEntityDescription(
key="programName", key="programName",
@ -493,6 +505,14 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
device_class=SensorDeviceClass.ENUM, device_class=SensorDeviceClass.ENUM,
translation_key="programs_ac", translation_key="programs_ac",
), ),
HonSensorEntityDescription(
key="machMode",
name="Machine Status",
icon="mdi:information",
device_class=SensorDeviceClass.ENUM,
translation_key="mach_modes_ac",
option_list=const.AC_MACH_MODE,
),
), ),
"REF": ( "REF": (
HonSensorEntityDescription( HonSensorEntityDescription(
@ -622,6 +642,7 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
name="Temperature", name="Temperature",
icon="mdi:thermometer", icon="mdi:thermometer",
state_class=SensorStateClass.MEASUREMENT, state_class=SensorStateClass.MEASUREMENT,
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement=UnitOfTemperature.CELSIUS, native_unit_of_measurement=UnitOfTemperature.CELSIUS,
translation_key="temperature", translation_key="temperature",
), ),
@ -658,6 +679,7 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
icon="mdi:thermometer", icon="mdi:thermometer",
state_class=SensorStateClass.MEASUREMENT, state_class=SensorStateClass.MEASUREMENT,
native_unit_of_measurement=UnitOfTemperature.CELSIUS, native_unit_of_measurement=UnitOfTemperature.CELSIUS,
device_class=SensorDeviceClass.TEMPERATURE,
translation_key="temperature", translation_key="temperature",
), ),
HonSensorEntityDescription( HonSensorEntityDescription(
@ -668,6 +690,76 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
translation_key="programs_wc", translation_key="programs_wc",
), ),
), ),
"AP": (
HonSensorEntityDescription(
key="errors", name="Error", icon="mdi:math-log", translation_key="errors"
),
HonSensorEntityDescription(
key="mainFilterStatus",
name="Main Filter Status",
native_unit_of_measurement=PERCENTAGE,
),
HonSensorEntityDescription(
key="preFilterStatus",
name="Pre Filter Status",
native_unit_of_measurement=PERCENTAGE,
),
HonSensorEntityDescription(
key="totalWorkTime",
name="Total Work Time",
native_unit_of_measurement=UnitOfTime.MINUTES,
device_class=SensorDeviceClass.DURATION,
),
HonSensorEntityDescription(
key="coLevel",
name="CO Level",
state_class=SensorStateClass.MEASUREMENT,
device_class=SensorDeviceClass.CO,
native_unit_of_measurement=CONCENTRATION_PARTS_PER_MILLION,
),
HonSensorEntityDescription(
key="pm10ValueIndoor",
name="pm10",
state_class=SensorStateClass.MEASUREMENT,
device_class=SensorDeviceClass.PM10,
native_unit_of_measurement=CONCENTRATION_MICROGRAMS_PER_CUBIC_METER,
),
HonSensorEntityDescription(
key="pm2p5ValueIndoor",
name="pm2p5",
state_class=SensorStateClass.MEASUREMENT,
device_class=SensorDeviceClass.PM25,
native_unit_of_measurement=CONCENTRATION_MICROGRAMS_PER_CUBIC_METER,
),
HonSensorEntityDescription(
key="vocValueIndoor",
name="VOC",
state_class=SensorStateClass.MEASUREMENT,
device_class=SensorDeviceClass.VOLATILE_ORGANIC_COMPOUNDS,
native_unit_of_measurement=CONCENTRATION_PARTS_PER_BILLION,
),
HonSensorEntityDescription(
key="humidityIndoor",
name="Humidity",
state_class=SensorStateClass.MEASUREMENT,
device_class=SensorDeviceClass.HUMIDITY,
native_unit_of_measurement=PERCENTAGE,
translation_key="humidity",
),
HonSensorEntityDescription(
key="temp",
name="Temperature",
state_class=SensorStateClass.MEASUREMENT,
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
translation_key="temperature",
),
HonSensorEntityDescription(key="windSpeed", name="Wind Speed"),
HonSensorEntityDescription(
key="airQuality",
name="Air Quality",
),
),
} }
SENSORS["WD"] = unique_entities(SENSORS["WM"], SENSORS["TD"]) SENSORS["WD"] = unique_entities(SENSORS["WM"], SENSORS["TD"])
@ -677,7 +769,7 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non
for device in hass.data[DOMAIN][entry.unique_id].appliances: for device in hass.data[DOMAIN][entry.unique_id].appliances:
for description in SENSORS.get(device.appliance_type, []): for description in SENSORS.get(device.appliance_type, []):
if isinstance(description, HonSensorEntityDescription): if isinstance(description, HonSensorEntityDescription):
if not device.get(description.key): if device.get(description.key) is None:
continue continue
entity = HonSensorEntity(hass, entry, device, description) entity = HonSensorEntity(hass, entry, device, description)
elif isinstance(description, HonConfigSensorEntityDescription): elif isinstance(description, HonConfigSensorEntityDescription):
@ -695,16 +787,16 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non
class HonSensorEntity(HonEntity, SensorEntity): class HonSensorEntity(HonEntity, SensorEntity):
entity_description: HonSensorEntityDescription entity_description: HonSensorEntityDescription
def __init__(self, hass, entry, device: HonAppliance, description): @callback
super().__init__(hass, entry, device, description) def _handle_coordinator_update(self, update=True) -> None:
value = self._device.get(self.entity_description.key, "")
if self.entity_description.key == "programName": if self.entity_description.key == "programName":
self._attr_options = self._device.settings.get( self._attr_options = self._device.settings.get(
"startProgram.program" "startProgram.program"
).values + ["No Program"] ).values + ["No Program"]
elif self.entity_description.option_list is not None:
@callback self._attr_options = list(self.entity_description.option_list.values())
def _handle_coordinator_update(self, update=True) -> None: value = get_readable(self.entity_description, value)
value = self._device.get(self.entity_description.key, "")
if not value and self.entity_description.state_class is not None: if not value and self.entity_description.state_class is not None:
self._attr_native_value = 0 self._attr_native_value = 0
self._attr_native_value = value self._attr_native_value = value
@ -720,12 +812,16 @@ class HonConfigSensorEntity(HonEntity, SensorEntity):
value = self._device.settings.get(self.entity_description.key, None) value = self._device.settings.get(self.entity_description.key, None)
if self.entity_description.state_class is not None: if self.entity_description.state_class is not None:
if value and value.value: if value and value.value:
self._attr_native_value = ( value = (
float(value.value) if "." in str(value.value) else int(value.value) float(value.value) if "." in str(value.value) else int(value.value)
) )
else: else:
self._attr_native_value = 0 value = 0
else: else:
self._attr_native_value = value.value value = value.value
if self.entity_description.option_list is not None and not value == 0:
self._attr_options = list(self.entity_description.option_list.values())
value = get_readable(self.entity_description, value)
self._attr_native_value = value
if update: if update:
self.async_write_ha_state() self.async_write_ha_state()

View File

@ -5,8 +5,8 @@ from typing import Any
from homeassistant.components.switch import SwitchEntityDescription, SwitchEntity from homeassistant.components.switch import SwitchEntityDescription, SwitchEntity
from homeassistant.config_entries import ConfigEntry from homeassistant.config_entries import ConfigEntry
from homeassistant.const import EntityCategory
from homeassistant.core import callback from homeassistant.core import callback
from homeassistant.helpers.entity import EntityCategory
from pyhon.parameter.base import HonParameter from pyhon.parameter.base import HonParameter
from pyhon.parameter.range import HonParameterRange from pyhon.parameter.range import HonParameterRange
@ -262,9 +262,9 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
), ),
HonSwitchEntityDescription( HonSwitchEntityDescription(
key="muteStatus", key="muteStatus",
name="Mute", name="Silent Mode",
icon="mdi:volume-off", icon="mdi:volume-off",
translation_key="mute_mode", translation_key="silent_mode",
), ),
HonSwitchEntityDescription( HonSwitchEntityDescription(
key="rapidMode", key="rapidMode",
@ -291,9 +291,9 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
), ),
HonSwitchEntityDescription( HonSwitchEntityDescription(
key="silentSleepStatus", key="silentSleepStatus",
name="Silent Sleep", name="Night Mode",
icon="mdi:bed", icon="mdi:bed",
translation_key="silent_mode", translation_key="night_mode",
), ),
), ),
"REF": ( "REF": (
@ -333,6 +333,16 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
key="lightStatus", name="Light", icon="mdi:lightbulb" key="lightStatus", name="Light", icon="mdi:lightbulb"
), ),
), ),
"AP": (
HonSwitchEntityDescription(
key="touchToneStatus",
name="Touch Tone",
),
HonSwitchEntityDescription(
key="lockStatus",
name="Lock Status",
),
),
} }
SWITCHES["WD"] = unique_entities(SWITCHES["WD"], SWITCHES["WM"]) SWITCHES["WD"] = unique_entities(SWITCHES["WD"], SWITCHES["WM"])
@ -358,7 +368,7 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non
elif isinstance(description, HonSwitchEntityDescription): elif isinstance(description, HonSwitchEntityDescription):
if ( if (
f"settings.{description.key}" not in device.available_settings f"settings.{description.key}" not in device.available_settings
or not device.get(description.key) or device.get(description.key) is None
): ):
continue continue
entity = HonSwitchEntity(hass, entry, device, description) entity = HonSwitchEntity(hass, entry, device, description)
@ -376,7 +386,7 @@ class HonSwitchEntity(HonEntity, SwitchEntity):
@property @property
def is_on(self) -> bool | None: def is_on(self) -> bool | None:
"""Return True if entity is on.""" """Return True if entity is on."""
return self._device.get(self.entity_description.key, "0") == "1" return self._device.get(self.entity_description.key, 0) == 1
async def async_turn_on(self, **kwargs: Any) -> None: async def async_turn_on(self, **kwargs: Any) -> None:
setting = self._device.settings[f"settings.{self.entity_description.key}"] setting = self._device.settings[f"settings.{self.entity_description.key}"]
@ -401,14 +411,14 @@ class HonSwitchEntity(HonEntity, SwitchEntity):
"""Return True if entity is available.""" """Return True if entity is available."""
return ( return (
super().available super().available
and self._device.get("remoteCtrValid", "1") == "1" and int(self._device.get("remoteCtrValid", 1)) == 1
and self._device.get("attributes.lastConnEvent.category") != "DISCONNECTED" and self._device.get("attributes.lastConnEvent.category") != "DISCONNECTED"
) )
@callback @callback
def _handle_coordinator_update(self, update=True) -> None: def _handle_coordinator_update(self, update=True) -> None:
value = self._device.get(self.entity_description.key, "0") value = self._device.get(self.entity_description.key, 0)
self._attr_state = value == "1" self._attr_state = value == 1
if update: if update:
self.async_write_ha_state() self.async_write_ha_state()
@ -436,7 +446,7 @@ class HonControlSwitchEntity(HonEntity, SwitchEntity):
"""Return True if entity is available.""" """Return True if entity is available."""
return ( return (
super().available super().available
and self._device.get("remoteCtrValid", "1") == "1" and int(self._device.get("remoteCtrValid", 1)) == 1
and self._device.get("attributes.lastConnEvent.category") != "DISCONNECTED" and self._device.get("attributes.lastConnEvent.category") != "DISCONNECTED"
) )
@ -444,8 +454,8 @@ class HonControlSwitchEntity(HonEntity, SwitchEntity):
def extra_state_attributes(self) -> dict[str, Any]: def extra_state_attributes(self) -> dict[str, Any]:
"""Return the optional state attributes.""" """Return the optional state attributes."""
result = {} result = {}
if remaining_time := int(self._device.get("remainingTimeMM", 0)): if remaining_time := self._device.get("remainingTimeMM", 0):
delay_time = int(self._device.get("delayTime", 0)) delay_time = self._device.get("delayTime", 0)
result["start_time"] = datetime.now() + timedelta(minutes=delay_time) result["start_time"] = datetime.now() + timedelta(minutes=delay_time)
result["end_time"] = datetime.now() + timedelta( result["end_time"] = datetime.now() + timedelta(
minutes=delay_time + remaining_time minutes=delay_time + remaining_time

View File

@ -3,325 +3,73 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "Připraveno", "ready": "Připraveno",
"1": "Připraveno", "running": "Program běží",
"3": "Pozastavit", "pause": "Pozastavit",
"4": "Naplánováno", "scheduled": "Naplánováno",
"5": "Naplánováno", "error": "Chyba",
"6": "Chyba", "test": "Test",
"7": "Připraveno", "ending": "Zastavování cyklu…"
"2": "Program běží", }
"8": "Test", },
"9": "Zastavování cyklu…" "mach_modes_ac": {
"state": {
"auto": "Auto",
"cool": "Chlazení",
"dry": "Odvlhčování",
"heat": "Vytápění",
"fan": "Ventilátor"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "Připraveno", "ready": "Připraveno",
"1": "Praní", "spin": "Odstřeďování",
"2": "Praní", "rinse": "Máchání",
"3": "Odstřeďování", "drying": "Sušení",
"4": "Máchání", "steam": "Pára",
"5": "Máchání", "weighting": "Váže ",
"6": "Máchání", "scheduled": "Naplánováno",
"7": "Sušení", "tumbling": "Keep Fresh",
"9": "Pára", "refresh": "Osvěžení",
"10": "Připraveno", "heating": "Ohřev",
"11": "Odstřeďování", "washing": "Praní"
"12": "Vážení ",
"13": "Vážení ",
"14": "Praní",
"15": "Praní",
"16": "Praní",
"17": "Máchání",
"18": "Máchání",
"19": "Naplánováno",
"20": "Keep Fresh",
"24": "Osvěžení",
"25": "Praní",
"26": "Ohřev",
"27": "Praní"
}, },
"name": "Fáze" "name": "Fáze"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "Připraveno", "ready": "Připraveno",
"1": "Sušení", "heat_stroke": "Sušení",
"2": "Sušení", "drying": "Sušení",
"3": "Vychladnutí", "cooldown": "Vychladnutí",
"13": "Vychladnutí", "unknown": "unknown",
"14": "Sušení", "tumbling": "Keep Fresh"
"15": "Sušení",
"16": "Vychladnutí",
"18": "Keep Fresh",
"19": "Sušení",
"20": "Sušení",
"11": "Připraveno",
"17": "unknown",
"12": "unknown"
}, },
"name": "Fáze" "name": "Fáze"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "Připraveno", "ready": "Připraveno",
"1": "Předpírka", "prewash": "Předpírka",
"2": "Praní", "washing": "Praní",
"3": "Máchání", "rinse": "Máchání",
"4": "Sušení", "drying": "Sušení",
"5": "Připraveno", "hot_rinse": "Hot rinse"
"6": "Hot rinse"
}, },
"name": "Fáze" "name": "Fáze"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "Bez sušení", "no_dry": "Bez sušení",
"1": "Žehlení", "iron_dry": "Žehlení",
"2": "Do skříně", "no_dry_iron": "Do skříně",
"3": "Do skříně", "cupboard_dry": "Do skříně",
"4": "Extra suché", "extra_dry": "Extra suché",
"12": "Žehlení", "ready_to_wear": "Připraveno k oblečení"
"13": "Do skříně",
"14": "Připraveno k oblečení",
"15": "Extra suché",
"11": "Bez sušení"
}, },
"name": "Úroveň sušení" "name": "Úroveň sušení"
}, },
"anti_crease": {
"name": "Proti pomačkání"
},
"power": {
"name": "Stupeň výkonu"
},
"remaining_time": {
"name": "Zbývající čas"
},
"temperature": {
"name": "Teplota"
},
"water_efficiency": {
"name": "Efektivní využívání vody"
},
"water_saving": {
"name": "Úspora vody"
},
"duration": {
"name": "Délka"
},
"target_temperature": {
"name": "Cílová teplota"
},
"spin_speed": {
"name": "Odstřeďování"
},
"steam_leve": {
"name": "Úroveň páry"
},
"dirt_level": {
"name": "Míra znečištění"
},
"delay_time": {
"name": "Odložené spuštění"
},
"dry_time": {
"name": "Doba sušení"
},
"suggested_load": {
"name": "Kapacita náplně"
},
"energy_label": {
"name": "Energetická účinnost"
},
"det_dust": {
"name": "Prášky"
},
"det_liquid": {
"name": "Tekuté prostředky"
},
"errors": {
"name": "Chyba"
},
"programs": {
"name": "Aktuální program"
},
"cycles_total": {
"name": "Cykly Celkem"
},
"energy_total": {
"name": "Spotřeba energie Celkem"
},
"water_total": {
"name": "Efektivní využívání vody Celkem"
},
"energy_current": {
"name": "Spotřeba energie Aktuální"
},
"water_current": {
"name": "Efektivní využívání vody Aktuální"
},
"mach_modes_ac": {
"state": {
"0": "Auto",
"1": "Chlazení",
"2": "Chlazení",
"3": "Odvlhčování",
"4": "Vytápění",
"5": "Ventilátor",
"6": "Ventilátor"
}
},
"programs_td": {
"state": {
"active_dry": "Aktivní sušení",
"allergy_care": "Antialergický",
"all_in_one": "All in One",
"antiallergy": "Antialergický",
"anti_odours": "Proti zápachu",
"auto_care": "Automatická péče",
"baby": "Dětské",
"bed_quilt": "Ložní přikrývka",
"care_30": "Péče 30",
"care_45": "Péče 45",
"care_59": "Péče 59",
"coloured": "Barevné",
"daily_45_min": "DENNI 45'",
"daily_perfect_59_min": "DENNI PERFEKTNI 59'",
"darks_and_coloured": "Tmavé a barevné",
"delicates": "Jemné",
"duvet": "Přikrývky",
"eco": "Eco bavlna",
"ecospeed_cottons": "Ecospeed bavlna",
"ecospeed_delicates": "Eco rychly - jemne",
"ecospeed_mixed": "Ecospeed směsné",
"extra_hygiene": "HYGIENA EXTRA",
"fitness": "Cvičení",
"fresh_care": "Svěží péče",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Ručníky",
"hqd_bed_sheets": "Povlečení",
"hqd_bulky": "Objemné kusy",
"hqd_casual": "Casual",
"hqd_cold_wind_30": "Chladný vánek 30 minut",
"hqd_cold_wind_timing": "Chladný vánek ",
"hqd_cotton": "Bavlna",
"hqd_curtain": "Záclony",
"hqd_delicate": "Jemné",
"hqd_diaper": "Pleny",
"hqd_duvet": "Přikrývky",
"hqd_feather": "Prošívané bundy",
"hqd_hot_wind_timing": "Horký vzduch",
"hqd_hygienic": "Dezinfekce",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Bundy",
"hqd_jeans": "Džíny",
"hqd_luxury": "Luxusní",
"hqd_mix": "Směsné",
"hqd_night_dry": "Sušení přes noc",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Rychlý 20",
"hqd_quick_30": "Rychlý 30",
"hqd_quick_dry": "Rychlé sušení 30",
"hqd_quilt": "Deky",
"hqd_refresh": "Osvěžení",
"hqd_school_uniform": "Školní uniformy",
"hqd_shirt": "Košile",
"hqd_shoes": "Obuv",
"hqd_silk": "Hedvábí",
"hqd_sports": "Sportovní",
"hqd_synthetics": "Syntetika",
"hqd_timer": "Načasováno",
"hqd_towel": "Ručníky",
"hqd_underwear": "Spodní prádlo",
"hqd_warm_up": "Ohřátí",
"hqd_wool": "Vlna",
"hqd_working_suit": "Pracovní oděvy",
"hygiene": "Hygiena",
"iot_checkup": "Kontrola",
"iot_dry_anti_mites": "Proti roztočům",
"iot_dry_baby": "Dětské",
"iot_dry_backpacks": "Batohy",
"iot_dry_bathrobe": "Župany",
"iot_dry_bed_linen": "Ložní prádlo",
"iot_dry_bed_quilt": "Ložní přikrývka",
"iot_dry_cotton": "Bavlna",
"iot_dry_cuddly_toys": "Plyšové hračky",
"iot_dry_curtains": "Závěsy",
"iot_dry_dehumidifier": "Odstraňovač vlhkosti",
"iot_dry_delicates": "Jemné prádlo",
"iot_dry_delicate_tablecloths": "Jemné ubrusy",
"iot_dry_denim_jeans": "Džínovina - džíny",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Přikrývky",
"iot_dry_easy_iron_cotton": "Super snadné žehlení",
"iot_dry_easy_iron_synthetics": "Velmi snadné žehlení - syntetika",
"iot_dry_gym_fit": "Sportovní oblečení",
"iot_dry_lingerie": "Spodní prádlo",
"iot_dry_mixed": "Smíšené",
"iot_dry_playsuits": "Tepláky",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Rychlý 59'.",
"iot_dry_refresh": "Osvěžení",
"iot_dry_regenerates_waterproof": "Oživení nepromokavých tkanin",
"iot_dry_relax_creases": "Uvolnění záhybů",
"iot_dry_shirts": "Košile",
"iot_dry_small_load": "Malá náplň",
"iot_dry_swimsuits_and_bikinis": "Plavky",
"iot_dry_synthetics": "Syntetika",
"iot_dry_synthetic_dry": "Syntetika - suché",
"iot_dry_tablecloths": "Ubrusy",
"iot_dry_technical_fabrics": "Technické tkaniny",
"iot_dry_warm_embrace": "Dětská zavinovačka",
"iot_dry_wool": "Woolmark",
"jeans": "Džíny",
"mix_and_dry": "Mix a suché",
"pets": "Zvířata",
"pre_iron": "Před žehlením",
"rapid_30": "Rapid 30",
"rapid_45": "Rychlý 45 min",
"rapid_59": "Perfektně rychlý 59 min",
"refresh": "Osvěžení",
"relax_creases": "Uvolnění záhybů",
"saving_30_min": "USPORNY 30'",
"shirts": "Košile",
"shoes": "Obuv",
"small_load": "Malá náplň",
"soft_care": "Měkká péče",
"sport_plus": "Sport",
"super_easy_iron_misti": "Velmi snadné žehlení smíšené",
"super_easy_iron_xxl": "Velmi snadné žehlení XXL",
"super_fast_cottons": "Super rychlý bavlna",
"super_fast_delicates": "Super rychlý jemné",
"synthetics": "Syntetika",
"total_care": "Total Care",
"trainers": "Sportovní obuv",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Obnovení voděodolnosti",
"whites": "Bílé prádlo",
"wool": "Sušení vlny",
"woolmark": "Woolmark",
"xxl_load": "XXL náplň",
"zoom_59": "Zoom 59"
},
"name": "Program"
},
"room_temperature": {
"name": "Pokojová teplota"
},
"humidity": {
"name": "Vlhkost"
},
"freezer_temp": {
"name": "Teplota mrazničky"
},
"fridge_temp": {
"name": "Teplota chladničky"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_10_heating": "Funkce Vytápění 10 °C", "iot_10_heating": "Funkce Vytápění 10 °C",
@ -545,6 +293,143 @@
}, },
"name": "Program" "name": "Program"
}, },
"programs_td": {
"state": {
"active_dry": "Aktivní sušení",
"allergy_care": "Antialergický",
"all_in_one": "All in One",
"antiallergy": "Antialergický",
"anti_odours": "Proti zápachu",
"auto_care": "Automatická péče",
"baby": "Dětské",
"bed_quilt": "Ložní přikrývka",
"care_30": "Péče 30",
"care_45": "Péče 45",
"care_59": "Péče 59",
"coloured": "Barevné",
"daily_45_min": "DENNI 45'",
"daily_perfect_59_min": "DENNI PERFEKTNI 59'",
"darks_and_coloured": "Tmavé a barevné",
"delicates": "Jemné",
"duvet": "Přikrývky",
"eco": "Eco bavlna",
"ecospeed_cottons": "Ecospeed bavlna",
"ecospeed_delicates": "Eco rychly - jemne",
"ecospeed_mixed": "Ecospeed směsné",
"extra_hygiene": "HYGIENA EXTRA",
"fitness": "Cvičení",
"fresh_care": "Svěží péče",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Ručníky",
"hqd_bed_sheets": "Povlečení",
"hqd_bulky": "Objemné kusy",
"hqd_casual": "Casual",
"hqd_cold_wind_30": "Chladný vánek 30 minut",
"hqd_cold_wind_timing": "Chladný vánek ",
"hqd_cotton": "Bavlna",
"hqd_curtain": "Záclony",
"hqd_delicate": "Jemné",
"hqd_diaper": "Pleny",
"hqd_duvet": "Přikrývky",
"hqd_feather": "Prošívané bundy",
"hqd_hot_wind_timing": "Horký vzduch",
"hqd_hygienic": "Dezinfekce",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Bundy",
"hqd_jeans": "Džíny",
"hqd_luxury": "Luxusní",
"hqd_mix": "Směsné",
"hqd_night_dry": "Sušení přes noc",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Rychlý 20",
"hqd_quick_30": "Rychlý 30",
"hqd_quick_dry": "Rychlé sušení 30",
"hqd_quilt": "Deky",
"hqd_refresh": "Osvěžení",
"hqd_school_uniform": "Školní uniformy",
"hqd_shirt": "Košile",
"hqd_shoes": "Obuv",
"hqd_silk": "Hedvábí",
"hqd_sports": "Sportovní",
"hqd_synthetics": "Syntetika",
"hqd_timer": "Načasováno",
"hqd_towel": "Ručníky",
"hqd_underwear": "Spodní prádlo",
"hqd_warm_up": "Ohřátí",
"hqd_wool": "Vlna",
"hqd_working_suit": "Pracovní oděvy",
"hygiene": "Hygiena",
"iot_checkup": "Kontrola",
"iot_dry_anti_mites": "Proti roztočům",
"iot_dry_baby": "Dětské",
"iot_dry_backpacks": "Batohy",
"iot_dry_bathrobe": "Župany",
"iot_dry_bed_linen": "Ložní prádlo",
"iot_dry_bed_quilt": "Ložní přikrývka",
"iot_dry_cotton": "Bavlna",
"iot_dry_cuddly_toys": "Plyšové hračky",
"iot_dry_curtains": "Závěsy",
"iot_dry_dehumidifier": "Odstraňovač vlhkosti",
"iot_dry_delicates": "Jemné prádlo",
"iot_dry_delicate_tablecloths": "Jemné ubrusy",
"iot_dry_denim_jeans": "Džínovina - džíny",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Přikrývky",
"iot_dry_easy_iron_cotton": "Super snadné žehlení",
"iot_dry_easy_iron_synthetics": "Velmi snadné žehlení - syntetika",
"iot_dry_gym_fit": "Sportovní oblečení",
"iot_dry_lingerie": "Spodní prádlo",
"iot_dry_mixed": "Smíšené",
"iot_dry_playsuits": "Tepláky",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Rychlý 59'.",
"iot_dry_refresh": "Osvěžení",
"iot_dry_regenerates_waterproof": "Oživení nepromokavých tkanin",
"iot_dry_relax_creases": "Uvolnění záhybů",
"iot_dry_shirts": "Košile",
"iot_dry_small_load": "Malá náplň",
"iot_dry_swimsuits_and_bikinis": "Plavky",
"iot_dry_synthetics": "Syntetika",
"iot_dry_synthetic_dry": "Syntetika - suché",
"iot_dry_tablecloths": "Ubrusy",
"iot_dry_technical_fabrics": "Technické tkaniny",
"iot_dry_warm_embrace": "Dětská zavinovačka",
"iot_dry_wool": "Woolmark",
"jeans": "Džíny",
"mix_and_dry": "Mix a suché",
"pets": "Zvířata",
"pre_iron": "Před žehlením",
"rapid_30": "Rapid 30",
"rapid_45": "Rychlý 45 min",
"rapid_59": "Perfektně rychlý 59 min",
"refresh": "Osvěžení",
"relax_creases": "Uvolnění záhybů",
"saving_30_min": "USPORNY 30'",
"shirts": "Košile",
"shoes": "Obuv",
"small_load": "Malá náplň",
"soft_care": "Měkká péče",
"sport_plus": "Sport",
"super_easy_iron_misti": "Velmi snadné žehlení smíšené",
"super_easy_iron_xxl": "Velmi snadné žehlení XXL",
"super_fast_cottons": "Super rychlý bavlna",
"super_fast_delicates": "Super rychlý jemné",
"synthetics": "Syntetika",
"total_care": "Total Care",
"trainers": "Sportovní obuv",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Obnovení voděodolnosti",
"whites": "Bílé prádlo",
"wool": "Sušení vlny",
"woolmark": "Woolmark",
"xxl_load": "XXL náplň",
"zoom_59": "Zoom 59"
},
"name": "Program"
},
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "20° barevné a bavlněné látky", "20_degrees_coloured_cottons": "20° barevné a bavlněné látky",
@ -556,7 +441,7 @@
"allergy_care_pro": "Antialergická péče Pro", "allergy_care_pro": "Antialergická péče Pro",
"all_in_one_49": "Vše v jednom 49'.", "all_in_one_49": "Vše v jednom 49'.",
"all_in_one_59": "Vše v jednom 59'.", "all_in_one_59": "Vše v jednom 59'.",
"all_in_one_59_steam": "Aktivní praní + pára", "all_in_one_59_steam": "Vše v jednom 59' + pára",
"autocare": "Autocare", "autocare": "Autocare",
"autoclean": "Čištění bubnu", "autoclean": "Čištění bubnu",
"baby_60": "Všechno dětské 60°C", "baby_60": "Všechno dětské 60°C",
@ -622,7 +507,7 @@
"iot_active_steam": "Pára", "iot_active_steam": "Pára",
"iot_active_wash_steam": "Aktivní praní", "iot_active_wash_steam": "Aktivní praní",
"iot_allergy_care_pro": "Antialergická péče Pro", "iot_allergy_care_pro": "Antialergická péče Pro",
"iot_all_in_one_59_steam": "Aktivní praní + pára", "iot_all_in_one_59_steam": "Vše v jednom 59' + pára",
"iot_checkup": "Kontrola", "iot_checkup": "Kontrola",
"iot_colour_59_steam": "Barevné 59'' + pára", "iot_colour_59_steam": "Barevné 59'' + pára",
"iot_cottons_steam": "Bavlna + Pára", "iot_cottons_steam": "Bavlna + Pára",
@ -889,9 +774,149 @@
"sparkling": "Šumivé", "sparkling": "Šumivé",
"white": "Bílé" "white": "Bílé"
} }
},
"dry_time": {
"name": "Doba sušení"
},
"power": {
"name": "Stupeň výkonu"
},
"remaining_time": {
"name": "Zbývající čas"
},
"temperature": {
"name": "Teplota"
},
"water_efficiency": {
"name": "Efektivní využívání vody"
},
"water_saving": {
"name": "Úspora vody"
},
"duration": {
"name": "Délka"
},
"target_temperature": {
"name": "Cílová teplota"
},
"spin_speed": {
"name": "Odstřeďování"
},
"steam_leve": {
"name": "Úroveň páry"
},
"dirt_level": {
"name": "Míra znečištění"
},
"delay_time": {
"name": "Odložené spuštění"
},
"suggested_load": {
"name": "Kapacita náplně"
},
"energy_label": {
"name": "Energetická účinnost"
},
"det_dust": {
"name": "Prášky"
},
"det_liquid": {
"name": "Tekuté prostředky"
},
"errors": {
"name": "Chyba"
},
"programs": {
"name": "Aktuální program"
},
"room_temperature": {
"name": "Pokojová teplota"
},
"humidity": {
"name": "Vlhkost"
},
"cycles_total": {
"name": "Cykly Celkem"
},
"energy_total": {
"name": "Spotřeba energie Celkem"
},
"water_total": {
"name": "Efektivní využívání vody Celkem"
},
"energy_current": {
"name": "Spotřeba energie Aktuální"
},
"water_current": {
"name": "Efektivní využívání vody Aktuální"
},
"freezer_temp": {
"name": "Teplota mrazničky"
},
"fridge_temp": {
"name": "Teplota chladničky"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "Bez sušení",
"iron_dry": "Žehlení",
"no_dry_iron": "Do skříně",
"cupboard_dry": "Do skříně",
"extra_dry": "Extra suché",
"ready_to_wear": "Připraveno k oblečení"
},
"name": "Úroveň sušení"
},
"eco_pilot": {
"state": {
"touch_off": "Vypnuto",
"avoid_touch": "Vyhybání",
"follow_touch": "Sledování",
"unknown": "unknown"
},
"name": "Senzor osob"
},
"fan_mode": {
"state": {
"high": "Vysoký",
"mid": "Střední ",
"low": "Nízký",
"auto": "Auto"
}
},
"ref_zones": {
"state": {
"fridge": "Chladnička",
"freezer": "Mraznička",
"vtroom1": "My Zone",
"fridge_freezer": "Chladnička & Mraznička"
},
"name": "Zóna"
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkce Vytápění 10 °C",
"iot_auto": "Auto",
"iot_cool": "Chlazení",
"iot_dry": "Odvlhčování",
"iot_fan": "Ventilátor",
"iot_heat": "Vytápění",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Automatické čištění",
"iot_self_clean": "Samočištění zamrazením",
"iot_self_clean_56": "Samočištění 56°C sterilizace ",
"iot_simple_start": "Spustit nyní",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + auto",
"iot_uv_and_cool": "UV + zchlazení",
"iot_uv_and_dry": "UV + odstranění vlhkosti",
"iot_uv_and_fan": "UV + ventilátor",
"iot_uv_and_heat": "UV + ohřev"
},
"name": "Program"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"59_min": "Rychlý 59'", "59_min": "Rychlý 59'",
@ -1241,7 +1266,7 @@
"allergy_care_pro": "Antialergická péče Pro", "allergy_care_pro": "Antialergická péče Pro",
"all_in_one_49": "Vše v jednom 49'.", "all_in_one_49": "Vše v jednom 49'.",
"all_in_one_59": "Vše v jednom 59'.", "all_in_one_59": "Vše v jednom 59'.",
"all_in_one_59_steam": "Aktivní praní + pára", "all_in_one_59_steam": "Vše v jednom 59' + pára",
"autocare": "Autocare", "autocare": "Autocare",
"autoclean": "Čištění bubnu", "autoclean": "Čištění bubnu",
"baby_60": "Všechno dětské 60°C", "baby_60": "Všechno dětské 60°C",
@ -1307,7 +1332,7 @@
"iot_active_steam": "Pára", "iot_active_steam": "Pára",
"iot_active_wash_steam": "Aktivní praní", "iot_active_wash_steam": "Aktivní praní",
"iot_allergy_care_pro": "Antialergická péče Pro", "iot_allergy_care_pro": "Antialergická péče Pro",
"iot_all_in_one_59_steam": "Aktivní praní + pára", "iot_all_in_one_59_steam": "Vše v jednom 59' + pára",
"iot_checkup": "Kontrola", "iot_checkup": "Kontrola",
"iot_colour_59_steam": "Barevné 59'' + pára", "iot_colour_59_steam": "Barevné 59'' + pára",
"iot_cottons_steam": "Bavlna + Pára", "iot_cottons_steam": "Bavlna + Pára",
@ -1540,69 +1565,6 @@
}, },
"name": "Program" "name": "Program"
}, },
"dry_levels": {
"state": {
"0": "Bez sušení",
"1": "Žehlení",
"2": "Do skříně",
"3": "Do skříně",
"4": "Extra suché",
"12": "Žehlení",
"13": "Do skříně",
"14": "Připraveno k oblečení",
"15": "Extra suché",
"11": "Bez sušení"
},
"name": "Úroveň sušení"
},
"spin_speed": {
"name": "Odstřeďování"
},
"temperature": {
"name": "Teplota"
},
"dry_time": {
"name": "Doba sušení"
},
"eco_pilot": {
"state": {
"0": "Vypnuto",
"1": "Vyhybání",
"2": "Sledování"
},
"name": "Senzor osob"
},
"fan_mode": {
"state": {
"1": "Vysoký",
"2": "Střední ",
"3": "Nízký",
"4": "Auto",
"5": "Auto"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkce Vytápění 10 °C",
"iot_auto": "Auto",
"iot_cool": "Chlazení",
"iot_dry": "Odvlhčování",
"iot_fan": "Ventilátor",
"iot_heat": "Vytápění",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Automatické čištění",
"iot_self_clean": "Samočištění zamrazením",
"iot_self_clean_56": "Samočištění 56°C sterilizace ",
"iot_simple_start": "Spustit nyní",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + auto",
"iot_uv_and_cool": "UV + zchlazení",
"iot_uv_and_dry": "UV + odstranění vlhkosti",
"iot_uv_and_fan": "UV + ventilátor",
"iot_uv_and_heat": "UV + ohřev"
},
"name": "Program"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"auto_set": "AUTOMATICKÉ NASTAVENÍ", "auto_set": "AUTOMATICKÉ NASTAVENÍ",
@ -1626,17 +1588,17 @@
}, },
"name": "Program" "name": "Program"
}, },
"dry_time": {
"name": "Doba sušení"
},
"spin_speed": {
"name": "Odstřeďování"
},
"temperature": {
"name": "Teplota"
},
"remaining_time": { "remaining_time": {
"name": "Zbývající čas" "name": "Zbývající čas"
},
"ref_zones": {
"state": {
"fridge": "Chladnička",
"freezer": "Mraznička",
"vtroom1": "My Zone",
"fridge_freezer": "Chladnička & Mraznička"
},
"name": "Zóna"
} }
}, },
"switch": { "switch": {
@ -1724,18 +1686,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Aquaplus" "name": "Aquaplus"
}, },
"auto_dose": {
"name": "Automatické dávkování"
},
"good_night": {
"name": "Dobrou noc"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "Automatické dávkování Avivážní prostředek" "name": "Automatické dávkování Avivážní prostředek"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "Automatické dávkování Prací prostředek" "name": "Automatické dávkování Prací prostředek"
}, },
"good_night": {
"name": "Dobrou noc"
},
"auto_set": { "auto_set": {
"name": "Automatické nastavení" "name": "Automatické nastavení"
}, },
@ -1747,6 +1706,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "Chladnička" "name": "Chladnička"
},
"night_mode": {
"name": "Noční režim"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -1768,27 +1730,12 @@
"anti_crease": { "anti_crease": {
"name": "Proti pomačkání" "name": "Proti pomačkání"
}, },
"aqua_plus": { "acqua_plus": {
"name": "Aquaplus" "name": "Aquaplus"
}, },
"spin_speed": { "spin_speed": {
"name": "Odstřeďování" "name": "Odstřeďování"
}, },
"programs_dw": {
"name": "Program"
},
"programs_ih": {
"name": "Program"
},
"programs_ov": {
"name": "Program"
},
"programs_td": {
"name": "Program"
},
"programs_wm": {
"name": "Program"
},
"still_hot": { "still_hot": {
"name": "Stále horká" "name": "Stále horká"
}, },
@ -1819,12 +1766,6 @@
"prewash": { "prewash": {
"name": "Předpírka\r\r\r\r\r\r\r\n" "name": "Předpírka\r\r\r\r\r\r\r\n"
}, },
"acqua_plus": {
"name": "Aquaplus"
},
"auto_dose": {
"name": "Automatické dávkování"
},
"buzzer": { "buzzer": {
"name": "Zvuková signalizace konce cyklu" "name": "Zvuková signalizace konce cyklu"
}, },
@ -1850,6 +1791,17 @@
"name": "Výměna filtru" "name": "Výměna filtru"
} }
}, },
"button": {
"induction_hob": {
"name": "Indukční varná deska"
},
"start_program": {
"name": "Program Zahájení"
},
"stop_program": {
"name": "Program Zastavit"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "Řízení výkonu" "name": "Řízení výkonu"
@ -1888,20 +1840,33 @@
"name": "Cílová teplota Chladnička" "name": "Cílová teplota Chladnička"
} }
}, },
"button": {
"induction_hob": {
"name": "Indukční varná deska"
},
"start_program": {
"name": "Program Zahájení"
},
"stop_program": {
"name": "Program Zastavit"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "Klimatizační jednotka" "name": "Klimatizační jednotka",
"state_attributes": {
"preset_mode": {
"name": "Programy",
"state": {
"iot_10_heating": "Funkce Vytápění 10 °C",
"iot_auto": "Auto",
"iot_cool": "Chlazení",
"iot_dry": "Odvlhčování",
"iot_fan": "Ventilátor",
"iot_heat": "Vytápění",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Automatické čištění",
"iot_self_clean": "Samočištění zamrazením",
"iot_self_clean_56": "Samočištění 56°C sterilizace ",
"iot_simple_start": "Spustit nyní",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + auto",
"iot_uv_and_cool": "UV + zchlazení",
"iot_uv_and_dry": "UV + odstranění vlhkosti",
"iot_uv_and_fan": "UV + ventilátor",
"iot_uv_and_heat": "UV + ohřev"
}
}
}
}, },
"fridge": { "fridge": {
"name": "Chladnička", "name": "Chladnička",

View File

@ -3,325 +3,73 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "Bereit", "ready": "Bereit",
"1": "Bereit", "running": "Programm läuft",
"3": "Anhalten", "pause": "Anhalten",
"4": "Geplant", "scheduled": "Geplant",
"5": "Geplant", "error": "Fehler",
"6": "Fehler", "test": "Test",
"7": "Bereit", "ending": "Programm wird angehalten..."
"2": "Programm läuft", }
"8": "Test", },
"9": "Programm wird angehalten..." "mach_modes_ac": {
"state": {
"auto": "Auto",
"cool": "Kühl",
"dry": "Trocken",
"heat": "Heizen",
"fan": "Ventilator"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "Bereit", "ready": "Bereit",
"1": "Waschen", "spin": "Schleudern",
"2": "Waschen", "rinse": "Spülen",
"3": "Schleudern", "drying": "Trocknen",
"4": "Spülen", "steam": "Dampf",
"5": "Spülen", "weighting": "Wiegen ",
"6": "Spülen", "scheduled": "Geplant",
"7": "Trocknen", "tumbling": "Auffrischen",
"9": "Dampf", "refresh": "Auffrischen",
"10": "Bereit", "heating": "Heizung",
"11": "Schleudern", "washing": "Waschen"
"12": "Wiegen ",
"13": "Wiegen ",
"14": "Waschen",
"15": "Waschen",
"16": "Waschen",
"17": "Spülen",
"18": "Spülen",
"19": "Geplant",
"20": "Auffrischen",
"24": "Auffrischen",
"25": "Waschen",
"26": "Heizung",
"27": "Waschen"
}, },
"name": "Phase" "name": "Phase"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "Bereit", "ready": "Bereit",
"1": "Trocknen", "heat_stroke": "Trocknen",
"2": "Trocknen", "drying": "Trocknen",
"3": "Abkühlen", "cooldown": "Abkühlen",
"13": "Abkühlen", "unknown": "unknown",
"14": "Trocknen", "tumbling": "Auffrischen"
"15": "Trocknen",
"16": "Abkühlen",
"18": "Auffrischen",
"19": "Trocknen",
"20": "Trocknen",
"11": "Bereit",
"17": "unknown",
"12": "unknown"
}, },
"name": "Phase" "name": "Phase"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "Bereit", "ready": "Bereit",
"1": "Vorwaschen", "prewash": "Vorwaschen",
"2": "Waschen", "washing": "Waschen",
"3": "Spülen", "rinse": "Spülen",
"4": "Trocknen", "drying": "Trocknen",
"5": "Bereit", "hot_rinse": "Hot rinse"
"6": "Hot rinse"
}, },
"name": "Phase" "name": "Phase"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "Keine Trocknung", "no_dry": "Keine Trocknung",
"1": "Bügeln", "iron_dry": "Bügeln",
"2": "Wäsche fertig", "no_dry_iron": "Wäsche fertig",
"3": "Wäsche fertig", "cupboard_dry": "Wäsche fertig",
"4": "Extra trocken", "extra_dry": "Extra trocken",
"12": "Bügeln", "ready_to_wear": "Bereit zum Anziehen"
"13": "Wäsche fertig",
"14": "Bereit zum Anziehen",
"15": "Extra trocken",
"11": "Keine Trocknung"
}, },
"name": "Trocknungsstufe" "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ögerung"
},
"dry_time": {
"name": "Trocknungsdauer"
},
"suggested_load": {
"name": "Ladekapazität"
},
"energy_label": {
"name": "Energieeffizienz"
},
"det_dust": {
"name": "Pulver"
},
"det_liquid": {
"name": "Flüssigwaschmittel"
},
"errors": {
"name": "Fehler"
},
"programs": {
"name": "Aktuelles Programm"
},
"cycles_total": {
"name": "Waschgänge Insgesamt"
},
"energy_total": {
"name": "Energieverbrauch Insgesamt"
},
"water_total": {
"name": "Wasserverbrauch Insgesamt"
},
"energy_current": {
"name": "Energieverbrauch Aktuell"
},
"water_current": {
"name": "Wasserverbrauch Aktuell"
},
"mach_modes_ac": {
"state": {
"0": "Auto",
"1": "Kühl",
"2": "Kühl",
"3": "Trocken",
"4": "Heizen",
"5": "Ventilator",
"6": "Ventilator"
}
},
"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äsche",
"daily_45_min": "DAILY 45'",
"daily_perfect_59_min": "DAILY PERFECT 59'",
"darks_and_coloured": "Dunkles & Buntwäsche",
"delicates": "Feinwäsche",
"duvet": "Oberbetten",
"eco": "Eco-Baumwolle",
"ecospeed_cottons": "Ecospeed Baumwolle",
"ecospeed_delicates": "Ecospeed Feinwaesche",
"ecospeed_mixed": "Ecospeed Mischwäsche",
"extra_hygiene": "Extra Hygiene",
"fitness": "Fitness",
"fresh_care": "Fresh Care",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Handtücher",
"hqd_bed_sheets": "Bettwäsche",
"hqd_bulky": "Schwere Textilien",
"hqd_casual": "Casual",
"hqd_cold_wind_30": "Kühle Brise 30 Minuten",
"hqd_cold_wind_timing": "Kühle Brise ",
"hqd_cotton": "Baumwolle",
"hqd_curtain": "Vorhänge",
"hqd_delicate": "Feinwäsche",
"hqd_diaper": "Windeln",
"hqd_duvet": "Bettdecke",
"hqd_feather": "Daunenjacken",
"hqd_hot_wind_timing": "Heiße 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 über Nacht",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious Cure",
"hqd_quick_20": "Schnell 20",
"hqd_quick_30": "Schnell 30",
"hqd_quick_dry": "Schnell trocken 30",
"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ücher",
"hqd_underwear": "Unterwäsche",
"hqd_warm_up": "Erwärmen",
"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äcke",
"iot_dry_bathrobe": "Bademäntel",
"iot_dry_bed_linen": "Bettwäsche",
"iot_dry_bed_quilt": "Bettdecken",
"iot_dry_cotton": "Baumwolle",
"iot_dry_cuddly_toys": "Stofftiere",
"iot_dry_curtains": "Vorhänge",
"iot_dry_dehumidifier": "Entfeuchter",
"iot_dry_delicates": "Feinwäsche",
"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ügeln",
"iot_dry_easy_iron_synthetics": "Super Leichtbügeln Synthetik",
"iot_dry_gym_fit": "Gymnastik & Fitness Sportkleidung",
"iot_dry_lingerie": "Unterwäsche",
"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 wasserdichte Kleidung",
"iot_dry_relax_creases": "Falten glätten",
"iot_dry_shirts": "Hemden",
"iot_dry_small_load": "Kleine Beladung",
"iot_dry_swimsuits_and_bikinis": "Badeanzüge",
"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ügeln",
"rapid_30": "Rapid 30",
"rapid_45": "Schnell 45 Min",
"rapid_59": "Perfekt Schnellwaschgang 59 Min.",
"refresh": "Auffrischen",
"relax_creases": "Falten glätten",
"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ügeln Gemischt",
"super_easy_iron_xxl": "Super Leichtbügeln XXL",
"super_fast_cottons": "Superschnell Baumwolle",
"super_fast_delicates": "Superschnell Feinwäsche",
"synthetics": "Synthetische",
"total_care": "Total Care",
"trainers": "Turnschuhe",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Auffrischen wasserdichter Stoffe",
"whites": "Weißen",
"wool": "Wolle Trocknen",
"woolmark": "Wolle",
"xxl_load": "XXL-Beladung",
"zoom_59": "Zoom 59"
},
"name": "Programm"
},
"room_temperature": {
"name": "Raumtemperatur"
},
"humidity": {
"name": "Luftfeuchtigkeit"
},
"freezer_temp": {
"name": "Gefrierschrank-Temperatur"
},
"fridge_temp": {
"name": "Temperatur des Kühlschranks"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_10_heating": "10°C Heizfunktion", "iot_10_heating": "10°C Heizfunktion",
@ -545,6 +293,143 @@
}, },
"name": "Programm" "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äsche",
"daily_45_min": "DAILY 45'",
"daily_perfect_59_min": "DAILY PERFECT 59'",
"darks_and_coloured": "Dunkles & Buntwäsche",
"delicates": "Feinwäsche",
"duvet": "Oberbetten",
"eco": "Eco-Baumwolle",
"ecospeed_cottons": "Ecospeed Baumwolle",
"ecospeed_delicates": "Ecospeed Feinwaesche",
"ecospeed_mixed": "Ecospeed Mischwäsche",
"extra_hygiene": "Extra Hygiene",
"fitness": "Fitness",
"fresh_care": "Fresh Care",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Handtücher",
"hqd_bed_sheets": "Bettwäsche",
"hqd_bulky": "Schwere Textilien",
"hqd_casual": "Casual",
"hqd_cold_wind_30": "Kühle Brise 30 Minuten",
"hqd_cold_wind_timing": "Kühle Brise ",
"hqd_cotton": "Baumwolle",
"hqd_curtain": "Vorhänge",
"hqd_delicate": "Feinwäsche",
"hqd_diaper": "Windeln",
"hqd_duvet": "Bettdecke",
"hqd_feather": "Daunenjacken",
"hqd_hot_wind_timing": "Heiße 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 über Nacht",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious Cure",
"hqd_quick_20": "Schnell 20",
"hqd_quick_30": "Schnell 30",
"hqd_quick_dry": "Schnell trocken 30",
"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ücher",
"hqd_underwear": "Unterwäsche",
"hqd_warm_up": "Erwärmen",
"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äcke",
"iot_dry_bathrobe": "Bademäntel",
"iot_dry_bed_linen": "Bettwäsche",
"iot_dry_bed_quilt": "Bettdecken",
"iot_dry_cotton": "Baumwolle",
"iot_dry_cuddly_toys": "Stofftiere",
"iot_dry_curtains": "Vorhänge",
"iot_dry_dehumidifier": "Entfeuchter",
"iot_dry_delicates": "Feinwäsche",
"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ügeln",
"iot_dry_easy_iron_synthetics": "Super Leichtbügeln Synthetik",
"iot_dry_gym_fit": "Gymnastik & Fitness Sportkleidung",
"iot_dry_lingerie": "Unterwäsche",
"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 wasserdichte Kleidung",
"iot_dry_relax_creases": "Falten glätten",
"iot_dry_shirts": "Hemden",
"iot_dry_small_load": "Kleine Beladung",
"iot_dry_swimsuits_and_bikinis": "Badeanzüge",
"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ügeln",
"rapid_30": "Rapid 30",
"rapid_45": "Schnell 45 Min",
"rapid_59": "Perfekt Schnellwaschgang 59 Min.",
"refresh": "Auffrischen",
"relax_creases": "Falten glätten",
"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ügeln Gemischt",
"super_easy_iron_xxl": "Super Leichtbügeln XXL",
"super_fast_cottons": "Superschnell Baumwolle",
"super_fast_delicates": "Superschnell Feinwäsche",
"synthetics": "Synthetische",
"total_care": "Total Care",
"trainers": "Turnschuhe",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Auffrischen wasserdichter Stoffe",
"whites": "Weißen",
"wool": "Wolle Trocknen",
"woolmark": "Wolle",
"xxl_load": "XXL-Beladung",
"zoom_59": "Zoom 59"
},
"name": "Programm"
},
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "20° Buntes und Baumwolle", "20_degrees_coloured_cottons": "20° Buntes und Baumwolle",
@ -556,7 +441,7 @@
"allergy_care_pro": "Allergy Care Pro", "allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "All in One 49'", "all_in_one_49": "All in One 49'",
"all_in_one_59": "All in One 59'", "all_in_one_59": "All in One 59'",
"all_in_one_59_steam": "Active Wash + Dampf", "all_in_one_59_steam": "All in One 59' + Dampf",
"autocare": "Autocare", "autocare": "Autocare",
"autoclean": "Reinigung der Trommel", "autoclean": "Reinigung der Trommel",
"baby_60": "Alles Baby 60 °C", "baby_60": "Alles Baby 60 °C",
@ -622,7 +507,7 @@
"iot_active_steam": "Dampf", "iot_active_steam": "Dampf",
"iot_active_wash_steam": "Active Wash", "iot_active_wash_steam": "Active Wash",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "Active Wash + Dampf", "iot_all_in_one_59_steam": "All in One 59' + Dampf",
"iot_checkup": "Check-up", "iot_checkup": "Check-up",
"iot_colour_59_steam": "Buntes 59' + Dampf", "iot_colour_59_steam": "Buntes 59' + Dampf",
"iot_cottons_steam": "Baumwolle + Dampf", "iot_cottons_steam": "Baumwolle + Dampf",
@ -889,9 +774,149 @@
"sparkling": "Sekt", "sparkling": "Sekt",
"white": "Weiß" "white": "Weiß"
} }
},
"dry_time": {
"name": "Trocknungsdauer"
},
"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ögerung"
},
"suggested_load": {
"name": "Ladekapazität"
},
"energy_label": {
"name": "Energieeffizienz"
},
"det_dust": {
"name": "Pulver"
},
"det_liquid": {
"name": "Flüssigwaschmittel"
},
"errors": {
"name": "Fehler"
},
"programs": {
"name": "Aktuelles Programm"
},
"room_temperature": {
"name": "Raumtemperatur"
},
"humidity": {
"name": "Luftfeuchtigkeit"
},
"cycles_total": {
"name": "Waschgänge Insgesamt"
},
"energy_total": {
"name": "Energieverbrauch Insgesamt"
},
"water_total": {
"name": "Wasserverbrauch Insgesamt"
},
"energy_current": {
"name": "Energieverbrauch Aktuell"
},
"water_current": {
"name": "Wasserverbrauch Aktuell"
},
"freezer_temp": {
"name": "Gefrierschrank-Temperatur"
},
"fridge_temp": {
"name": "Temperatur des Kühlschranks"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "Keine Trocknung",
"iron_dry": "Bügeln",
"no_dry_iron": "Wäsche fertig",
"cupboard_dry": "Wäsche fertig",
"extra_dry": "Extra trocken",
"ready_to_wear": "Bereit zum Anziehen"
},
"name": "Trocknungsstufe"
},
"eco_pilot": {
"state": {
"touch_off": "Aus",
"avoid_touch": "Berührung vermeiden",
"follow_touch": "Folgen",
"unknown": "unknown"
},
"name": "Eco Pilot"
},
"fan_mode": {
"state": {
"high": "Hoch",
"mid": "Mittel ",
"low": "Niedrig",
"auto": "Auto"
}
},
"ref_zones": {
"state": {
"fridge": "Kühlschrank",
"freezer": "Gefrierschrank",
"vtroom1": "My Zone",
"fridge_freezer": "Kühlschrank & Gefrierschrank"
},
"name": "Zone"
},
"programs_ac": {
"state": {
"iot_10_heating": "10°C Heizfunktion",
"iot_auto": "Auto",
"iot_cool": "Kühl",
"iot_dry": "Trocken",
"iot_fan": "Ventilator",
"iot_heat": "Heizen",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Selbst reinigen",
"iot_self_clean": "Self-Clean",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Jetzt beginnen",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Kalt",
"iot_uv_and_dry": "UV + Entfeuchter",
"iot_uv_and_fan": "UV + Gebläse",
"iot_uv_and_heat": "UV + Heizen"
},
"name": "Programm"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"59_min": "Rapid 59'", "59_min": "Rapid 59'",
@ -1241,7 +1266,7 @@
"allergy_care_pro": "Allergy Care Pro", "allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "All in One 49'", "all_in_one_49": "All in One 49'",
"all_in_one_59": "All in One 59'", "all_in_one_59": "All in One 59'",
"all_in_one_59_steam": "Active Wash + Dampf", "all_in_one_59_steam": "All in One 59' + Dampf",
"autocare": "Autocare", "autocare": "Autocare",
"autoclean": "Reinigung der Trommel", "autoclean": "Reinigung der Trommel",
"baby_60": "Alles Baby 60 °C", "baby_60": "Alles Baby 60 °C",
@ -1307,7 +1332,7 @@
"iot_active_steam": "Dampf", "iot_active_steam": "Dampf",
"iot_active_wash_steam": "Active Wash", "iot_active_wash_steam": "Active Wash",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "Active Wash + Dampf", "iot_all_in_one_59_steam": "All in One 59' + Dampf",
"iot_checkup": "Check-up", "iot_checkup": "Check-up",
"iot_colour_59_steam": "Buntes 59' + Dampf", "iot_colour_59_steam": "Buntes 59' + Dampf",
"iot_cottons_steam": "Baumwolle + Dampf", "iot_cottons_steam": "Baumwolle + Dampf",
@ -1540,69 +1565,6 @@
}, },
"name": "Programm" "name": "Programm"
}, },
"dry_levels": {
"state": {
"0": "Keine Trocknung",
"1": "Bügeln",
"2": "Wäsche fertig",
"3": "Wäsche fertig",
"4": "Extra trocken",
"12": "Bügeln",
"13": "Wäsche fertig",
"14": "Bereit zum Anziehen",
"15": "Extra trocken",
"11": "Keine Trocknung"
},
"name": "Trocknungsstufe"
},
"spin_speed": {
"name": "Schleudern"
},
"temperature": {
"name": "Temperatur"
},
"dry_time": {
"name": "Trocknungsdauer"
},
"eco_pilot": {
"state": {
"0": "Aus",
"1": "Berührung vermeiden",
"2": "Folgen"
},
"name": "Eco Pilot"
},
"fan_mode": {
"state": {
"1": "Hoch",
"2": "Mittel ",
"3": "Niedrig",
"4": "Auto",
"5": "Auto"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "10°C Heizfunktion",
"iot_auto": "Auto",
"iot_cool": "Kühl",
"iot_dry": "Trocken",
"iot_fan": "Ventilator",
"iot_heat": "Heizen",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Selbst reinigen",
"iot_self_clean": "Self-Clean",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Jetzt beginnen",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Kalt",
"iot_uv_and_dry": "UV + Entfeuchter",
"iot_uv_and_fan": "UV + Gebläse",
"iot_uv_and_heat": "UV + Heizen"
},
"name": "Programm"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"auto_set": "AUTOMATISCHE EINSTELLUNG", "auto_set": "AUTOMATISCHE EINSTELLUNG",
@ -1626,17 +1588,17 @@
}, },
"name": "Programm" "name": "Programm"
}, },
"dry_time": {
"name": "Trocknungsdauer"
},
"spin_speed": {
"name": "Schleudern"
},
"temperature": {
"name": "Temperatur"
},
"remaining_time": { "remaining_time": {
"name": "Verbleibende Zeit" "name": "Verbleibende Zeit"
},
"ref_zones": {
"state": {
"fridge": "Kühlschrank",
"freezer": "Gefrierschrank",
"vtroom1": "My Zone",
"fridge_freezer": "Kühlschrank & Gefrierschrank"
},
"name": "Zone"
} }
}, },
"switch": { "switch": {
@ -1724,18 +1686,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"auto_dose": {
"name": "Autodosierung"
},
"good_night": {
"name": "Gute Nacht"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "Autodosierung Weichspüler" "name": "Autodosierung Weichspüler"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "Autodosierung Spülmittel" "name": "Autodosierung Spülmittel"
}, },
"good_night": {
"name": "Gute Nacht"
},
"auto_set": { "auto_set": {
"name": "Auto-Set" "name": "Auto-Set"
}, },
@ -1747,6 +1706,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "Kühlschrank" "name": "Kühlschrank"
},
"night_mode": {
"name": "Nachtmodus"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -1768,27 +1730,12 @@
"anti_crease": { "anti_crease": {
"name": "Knitterschutz" "name": "Knitterschutz"
}, },
"aqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"spin_speed": { "spin_speed": {
"name": "Schleudern" "name": "Schleudern"
}, },
"programs_dw": {
"name": "Programm"
},
"programs_ih": {
"name": "Programm"
},
"programs_ov": {
"name": "Programm"
},
"programs_td": {
"name": "Programm"
},
"programs_wm": {
"name": "Programm"
},
"still_hot": { "still_hot": {
"name": "Noch heiß" "name": "Noch heiß"
}, },
@ -1819,12 +1766,6 @@
"prewash": { "prewash": {
"name": "Vorspülen" "name": "Vorspülen"
}, },
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Autodosierung"
},
"buzzer": { "buzzer": {
"name": "Signalton zum Programmende" "name": "Signalton zum Programmende"
}, },
@ -1850,6 +1791,17 @@
"name": "Filteraustausch" "name": "Filteraustausch"
} }
}, },
"button": {
"induction_hob": {
"name": "Induktionskochfeld"
},
"start_program": {
"name": "Programm Start"
},
"stop_program": {
"name": "Programm Stopp"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "Energieverwaltung" "name": "Energieverwaltung"
@ -1888,20 +1840,33 @@
"name": "Zieltemperatur Kühlschrank" "name": "Zieltemperatur Kühlschrank"
} }
}, },
"button": {
"induction_hob": {
"name": "Induktionskochfeld"
},
"start_program": {
"name": "Programm Start"
},
"stop_program": {
"name": "Programm Stopp"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "Klimaanlage" "name": "Klimaanlage",
"state_attributes": {
"preset_mode": {
"name": "Programme",
"state": {
"iot_10_heating": "10°C Heizfunktion",
"iot_auto": "Auto",
"iot_cool": "Kühl",
"iot_dry": "Trocken",
"iot_fan": "Ventilator",
"iot_heat": "Heizen",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Selbst reinigen",
"iot_self_clean": "Self-Clean",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Jetzt beginnen",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Kalt",
"iot_uv_and_dry": "UV + Entfeuchter",
"iot_uv_and_fan": "UV + Gebläse",
"iot_uv_and_heat": "UV + Heizen"
}
}
}
}, },
"fridge": { "fridge": {
"name": "Kühlschrank", "name": "Kühlschrank",

View File

@ -3,325 +3,73 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "Ετοιμος", "ready": "Ετοιμος",
"1": "Ετοιμος", "running": "Το πρόγραμμα εκτελείται",
"3": "Παύση", "pause": "Παύση",
"4": "Προγραμματισμένος", "scheduled": "Προγραμματισμένος",
"5": "Προγραμματισμένος", "error": "Λάθος",
"6": "Λάθος", "test": "Test",
"7": "Ετοιμος", "ending": "Διακοπή κύκλου..."
"2": "Το πρόγραμμα εκτελείται", }
"8": "Test", },
"9": "Διακοπή κύκλου..." "mach_modes_ac": {
"state": {
"auto": "Αυτόματο",
"cool": "Ψύξη",
"dry": "Στέγνωμα",
"heat": "Ζέστη",
"fan": "Ανεμιστήρας"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "Ετοιμος", "ready": "Ετοιμος",
"1": "Πλύση", "spin": "Στύψιμο",
"2": "Πλύση", "rinse": "Ξέβγαλμα",
"3": "Στύψιμο", "drying": "Στέγνωμα",
"4": "Ξέβγαλμα", "steam": "Ατμός",
"5": "Ξέβγαλμα", "weighting": "Ζύγισμα ",
"6": "Ξέβγαλμα", "scheduled": "Προγραμματισμένος",
"7": "Στέγνωμα", "tumbling": "Κρατήστε τη φρεσκάδα",
"9": "Ατμός", "refresh": "Φρεσκάρισμα",
"10": "Ετοιμος", "heating": "Θέρμανση",
"11": "Στύψιμο", "washing": "Πλύση"
"12": "Ζύγισμα ",
"13": "Ζύγισμα ",
"14": "Πλύση",
"15": "Πλύση",
"16": "Πλύση",
"17": "Ξέβγαλμα",
"18": "Ξέβγαλμα",
"19": "Προγραμματισμένος",
"20": "Κρατήστε τη φρεσκάδα",
"24": "Φρεσκάρισμα",
"25": "Πλύση",
"26": "Θέρμανση",
"27": "Πλύση"
}, },
"name": "Φάση" "name": "Φάση"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "Ετοιμος", "ready": "Ετοιμος",
"1": "Στέγνωμα", "heat_stroke": "Στέγνωμα",
"2": "Στέγνωμα", "drying": "Στέγνωμα",
"3": "Περίοδος αναμονής", "cooldown": "Περίοδος αναμονής",
"13": "Περίοδος αναμονής", "unknown": "unknown",
"14": "Στέγνωμα", "tumbling": "Κρατήστε τη φρεσκάδα"
"15": "Στέγνωμα",
"16": "Περίοδος αναμονής",
"18": "Κρατήστε τη φρεσκάδα",
"19": "Στέγνωμα",
"20": "Στέγνωμα",
"11": "Ετοιμος",
"17": "unknown",
"12": "unknown"
}, },
"name": "Φάση" "name": "Φάση"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "Ετοιμος", "ready": "Ετοιμος",
"1": "Πρόπλυση", "prewash": "Πρόπλυση",
"2": "Πλύση", "washing": "Πλύση",
"3": "Ξέβγαλμα", "rinse": "Ξέβγαλμα",
"4": "Στέγνωμα", "drying": "Στέγνωμα",
"5": "Ετοιμος", "hot_rinse": "Hot rinse"
"6": "Hot rinse"
}, },
"name": "Φάση" "name": "Φάση"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "Χωρίς στέγνωμα", "no_dry": "Χωρίς στέγνωμα",
"1": "Σιδέρωμα", "iron_dry": "Σιδέρωμα",
"2": "Στέγνωμα για Αποθήκευση ", "no_dry_iron": "Στέγνωμα για Αποθήκευση ",
"3": "Στέγνωμα για Αποθήκευση ", "cupboard_dry": "Στέγνωμα για Αποθήκευση ",
"4": "Επιπλέον στέγνωμα", "extra_dry": "Επιπλέον στέγνωμα",
"12": "Σιδέρωμα", "ready_to_wear": "Ετοιμο να φορεθεί"
"13": "Στέγνωμα για Αποθήκευση ",
"14": "Ετοιμο να φορεθεί",
"15": "Επιπλέον στέγνωμα",
"11": "Χωρίς στέγνωμα"
}, },
"name": "Επίπεδο στεγνώματος" "name": "Επίπεδο στεγνώματος"
}, },
"anti_crease": {
"name": "Λιγότερες ζάρες"
},
"power": {
"name": "Επίπεδο ισχύος ρεύματος"
},
"remaining_time": {
"name": "Χρόνος που απομένει"
},
"temperature": {
"name": "Θερμοκρασία"
},
"water_efficiency": {
"name": "Απόδοση νερού"
},
"water_saving": {
"name": "Εξοικονόμηση νερού"
},
"duration": {
"name": "Διάρκεια"
},
"target_temperature": {
"name": "Στοχευμένη θερμοκρασία"
},
"spin_speed": {
"name": "Στύψιμο"
},
"steam_leve": {
"name": "Επίπεδο ατμού"
},
"dirt_level": {
"name": "Επίπεδο βρωμιάς"
},
"delay_time": {
"name": "Καθυστερημένη έναρξη"
},
"dry_time": {
"name": "Χρόνος στεγνώματος"
},
"suggested_load": {
"name": "Χωρητικότητα φορτίου"
},
"energy_label": {
"name": "Ενεργειακή απόδοση"
},
"det_dust": {
"name": "Σκόνη"
},
"det_liquid": {
"name": "Υγρό"
},
"errors": {
"name": "Σφάλμα"
},
"programs": {
"name": "Τρέχων πρόγραμμα"
},
"cycles_total": {
"name": "Κύκλοι Σύνολο"
},
"energy_total": {
"name": "Κατανάλωση ενέργειας Σύνολο"
},
"water_total": {
"name": "Απόδοση νερού Σύνολο"
},
"energy_current": {
"name": "Κατανάλωση ενέργειας Current"
},
"water_current": {
"name": "Απόδοση νερού Current"
},
"mach_modes_ac": {
"state": {
"0": "Αυτόματο",
"1": "Ψύξη",
"2": "Ψύξη",
"3": "Στέγνωμα",
"4": "Ζέστη",
"5": "Ανεμιστήρας",
"6": "Ανεμιστήρας"
}
},
"programs_td": {
"state": {
"active_dry": "Ενεργό στέγνωμα",
"allergy_care": "Αντιαλλεργικο",
"all_in_one": "Ολα σε ενα",
"antiallergy": "Αντιαλλεργικο",
"anti_odours": "Εναντια στιws",
"auto_care": "Αυτόματη φροντίδα",
"baby": "Μωρουδιακά",
"bed_quilt": "Καλυμματα κρεβατιου",
"care_30": "Φροντίδα 30",
"care_45": "Φροντίδα 45",
"care_59": "Φροντίδα 59",
"coloured": "χρωματιστα",
"daily_45_min": "ΚΑΘΗΜΕΡΙΝΟ 45'",
"daily_perfect_59_min": "ΚΑΘΗΜΕΡΙΝΟ ΙΔΑΝΙΚΟ 59'",
"darks_and_coloured": "Μαυρα & Χρωματιστα",
"delicates": "Ευαίσθητα",
"duvet": "Παπλώματα",
"eco": "Βαμβακερά οικολογικά",
"ecospeed_cottons": "Ecospeed βαμβακερα",
"ecospeed_delicates": "Ecospeed ευαισθητα",
"ecospeed_mixed": "Ecospeed αναμεικτα",
"extra_hygiene": "ΕΠΙΠΛΕΟΝ ΥΓΙΕΙΝΗ",
"fitness": "Καταλληλότητα",
"fresh_care": "Φρέσκια φροντίδα",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Πετσέτες",
"hqd_bed_sheets": "Σεντόνια κρεβατιού",
"hqd_bulky": "Ογκώδη αντικείμενα",
"hqd_casual": "Καθημερινά ρούχα",
"hqd_cold_wind_30": "Δροσερό αεράκι 30 λεπτά",
"hqd_cold_wind_timing": "Δροσερό αεράκι ",
"hqd_cotton": "Βαμβακερό",
"hqd_curtain": "Κουρτίνες",
"hqd_delicate": "Ευαίσθητα",
"hqd_diaper": "Πάνες",
"hqd_duvet": "Πάπλωμα",
"hqd_feather": "Φουσκωτά μπουφάν",
"hqd_hot_wind_timing": "Ζεστός αέρας",
"hqd_hygienic": "Υγιεινή",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Ζακέτες",
"hqd_jeans": "Τζιν παντελονια",
"hqd_luxury": "Luxury",
"hqd_mix": "Μικτά",
"hqd_night_dry": "Ολονύκτιο στέγνωμα",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Γρήγορα 20",
"hqd_quick_30": "Γρήγορα 30",
"hqd_quick_dry": "Γρήγορο στέγνωμα 30",
"hqd_quilt": "Παπλώματα",
"hqd_refresh": "Φρεσκάρισμα",
"hqd_school_uniform": "Σχολική στολή",
"hqd_shirt": "Πουκάμισα",
"hqd_shoes": "Παπούτσια",
"hqd_silk": "Μεταξωτά",
"hqd_sports": "Αθλητικά",
"hqd_synthetics": "Συνθετικά",
"hqd_timer": "Χρονομετρημένο",
"hqd_towel": "Πετσέτες",
"hqd_underwear": "Εσώρουχα",
"hqd_warm_up": "Ζέσταμα",
"hqd_wool": "Μάλλινα",
"hqd_working_suit": "Ενδύματα εργασίας",
"hygiene": "Υγιεινή",
"iot_checkup": "Έλεγχος",
"iot_dry_anti_mites": "Ενάντια στα ακάρεα",
"iot_dry_baby": "Μωρουδιακά",
"iot_dry_backpacks": "Σακίδια πλάτης",
"iot_dry_bathrobe": "Μπουρνούζι",
"iot_dry_bed_linen": "Κλινοσκεπάσματα",
"iot_dry_bed_quilt": "Καλυμματα κρεβατιου",
"iot_dry_cotton": "Βαμβακερό",
"iot_dry_cuddly_toys": "Λούτρινα Αρκουδάκια",
"iot_dry_curtains": "Κουρτίνες",
"iot_dry_dehumidifier": "Αφαίρεση υγρασίας",
"iot_dry_delicates": "Ευαισθητα",
"iot_dry_delicate_tablecloths": "Ευαίσθητα τραπεζομάντηλα",
"iot_dry_denim_jeans": "Ντένιμ - τζιν",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Παπλώματα",
"iot_dry_easy_iron_cotton": "Super Easy Iron",
"iot_dry_easy_iron_synthetics": "Εξαιρετικά εύκολο σιδέρωμα - Συνθετικά",
"iot_dry_gym_fit": "Γυμναστήριο",
"iot_dry_lingerie": "Εσώρουχα",
"iot_dry_mixed": "Μικτά",
"iot_dry_playsuits": "Στολές",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Γρήγορο 59'.",
"iot_dry_refresh": "Refresh",
"iot_dry_regenerates_waterproof": "Ανανέωση αδιάβροχων",
"iot_dry_relax_creases": "ΧΑΛΑΡΩΣΗ",
"iot_dry_shirts": "Πουκάμισα",
"iot_dry_small_load": "ΜΙΚΡΟ ΦΟΡΤΙΟ",
"iot_dry_swimsuits_and_bikinis": "Μαγιό",
"iot_dry_synthetics": "Συνθετικα",
"iot_dry_synthetic_dry": "Συνθετικά στέγνωμα",
"iot_dry_tablecloths": "Τραπεζομάντηλα",
"iot_dry_technical_fabrics": "Τεχνικά υφάσματα",
"iot_dry_warm_embrace": "Ζεστή Αγκαλιά",
"iot_dry_wool": "Μαλλινα",
"jeans": "τζιν",
"mix_and_dry": "Μικτά & Στέγνωμα",
"pets": "Κατοικίδια",
"pre_iron": "Προ-σιδερωμα",
"rapid_30": "Rapid 30",
"rapid_45": "Rapid 45 min",
"rapid_59": "Τέλειο Γρήγορο 59 λεπτά",
"refresh": "Φρεσκάρισμα",
"relax_creases": "ΧΑΛΑΡΩΣΗ",
"saving_30_min": "ΕΞΟΙΚΟΝΟΜΗΣΗ 30'",
"shirts": "Πουκάμισα",
"shoes": "Παπούτσια",
"small_load": "ΜΙΚΡΟ ΦΟΡΤΙΟ",
"soft_care": "Απαλή φροντίδα",
"sport_plus": "ΣΠΟΡ",
"super_easy_iron_misti": "Εξαιρετικά εύκολο σιδέρωμα για ανάμεικτα",
"super_easy_iron_xxl": "Εξαιρετικά εύκολο σιδέρωμα για XXL",
"super_fast_cottons": "Εξαιρετικα ΓΡΗΓΟΡΟ βαμβακερα",
"super_fast_delicates": "Εξαιρετικα ΓΡΗΓΟΡΟ ευαισθητα",
"synthetics": "Συνθετικα",
"total_care": "Ολικη Φροντιδα",
"trainers": "Αθλητικά παπούτσια",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Αναζωογονηση αδιαβροχων",
"whites": "Λευκά",
"wool": "Στέγνωμα Μάλλινων",
"woolmark": "Μαλλινα",
"xxl_load": "XXL Φορτιο",
"zoom_59": "Zoom 59"
},
"name": "Πρόγραμμα"
},
"room_temperature": {
"name": "Θερμοκρασία δωματίου"
},
"humidity": {
"name": "Υγρασία"
},
"freezer_temp": {
"name": "Θερμοκρασία καταψύκτη"
},
"fridge_temp": {
"name": "Θερμοκρασία ψυγείου"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_10_heating": "10° C Λειτουργία θέρμανσης", "iot_10_heating": "10° C Λειτουργία θέρμανσης",
@ -545,6 +293,143 @@
}, },
"name": "Πρόγραμμα" "name": "Πρόγραμμα"
}, },
"programs_td": {
"state": {
"active_dry": "Ενεργό στέγνωμα",
"allergy_care": "Αντιαλλεργικο",
"all_in_one": "Ολα σε ενα",
"antiallergy": "Αντιαλλεργικο",
"anti_odours": "Εναντια στιws",
"auto_care": "Αυτόματη φροντίδα",
"baby": "Μωρουδιακά",
"bed_quilt": "Καλυμματα κρεβατιου",
"care_30": "Φροντίδα 30",
"care_45": "Φροντίδα 45",
"care_59": "Φροντίδα 59",
"coloured": "χρωματιστα",
"daily_45_min": "ΚΑΘΗΜΕΡΙΝΟ 45'",
"daily_perfect_59_min": "ΚΑΘΗΜΕΡΙΝΟ ΙΔΑΝΙΚΟ 59'",
"darks_and_coloured": "Μαυρα & Χρωματιστα",
"delicates": "Ευαίσθητα",
"duvet": "Παπλώματα",
"eco": "Βαμβακερά οικολογικά",
"ecospeed_cottons": "Ecospeed βαμβακερα",
"ecospeed_delicates": "Ecospeed ευαισθητα",
"ecospeed_mixed": "Ecospeed αναμεικτα",
"extra_hygiene": "ΕΠΙΠΛΕΟΝ ΥΓΙΕΙΝΗ",
"fitness": "Καταλληλότητα",
"fresh_care": "Φρέσκια φροντίδα",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Πετσέτες",
"hqd_bed_sheets": "Σεντόνια κρεβατιού",
"hqd_bulky": "Ογκώδη αντικείμενα",
"hqd_casual": "Καθημερινά ρούχα",
"hqd_cold_wind_30": "Δροσερό αεράκι 30 λεπτά",
"hqd_cold_wind_timing": "Δροσερό αεράκι ",
"hqd_cotton": "Βαμβακερό",
"hqd_curtain": "Κουρτίνες",
"hqd_delicate": "Ευαίσθητα",
"hqd_diaper": "Πάνες",
"hqd_duvet": "Πάπλωμα",
"hqd_feather": "Φουσκωτά μπουφάν",
"hqd_hot_wind_timing": "Ζεστός αέρας",
"hqd_hygienic": "Υγιεινή",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Ζακέτες",
"hqd_jeans": "Τζιν παντελονια",
"hqd_luxury": "Luxury",
"hqd_mix": "Μικτά",
"hqd_night_dry": "Ολονύκτιο στέγνωμα",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Γρήγορα 20",
"hqd_quick_30": "Γρήγορα 30",
"hqd_quick_dry": "Γρήγορο στέγνωμα 30",
"hqd_quilt": "Παπλώματα",
"hqd_refresh": "Φρεσκάρισμα",
"hqd_school_uniform": "Σχολική στολή",
"hqd_shirt": "Πουκάμισα",
"hqd_shoes": "Παπούτσια",
"hqd_silk": "Μεταξωτά",
"hqd_sports": "Αθλητικά",
"hqd_synthetics": "Συνθετικά",
"hqd_timer": "Χρονομετρημένο",
"hqd_towel": "Πετσέτες",
"hqd_underwear": "Εσώρουχα",
"hqd_warm_up": "Ζέσταμα",
"hqd_wool": "Μάλλινα",
"hqd_working_suit": "Ενδύματα εργασίας",
"hygiene": "Υγιεινή",
"iot_checkup": "Έλεγχος",
"iot_dry_anti_mites": "Ενάντια στα ακάρεα",
"iot_dry_baby": "Μωρουδιακά",
"iot_dry_backpacks": "Σακίδια πλάτης",
"iot_dry_bathrobe": "Μπουρνούζι",
"iot_dry_bed_linen": "Κλινοσκεπάσματα",
"iot_dry_bed_quilt": "Καλυμματα κρεβατιου",
"iot_dry_cotton": "Βαμβακερό",
"iot_dry_cuddly_toys": "Λούτρινα Αρκουδάκια",
"iot_dry_curtains": "Κουρτίνες",
"iot_dry_dehumidifier": "Αφαίρεση υγρασίας",
"iot_dry_delicates": "Ευαισθητα",
"iot_dry_delicate_tablecloths": "Ευαίσθητα τραπεζομάντηλα",
"iot_dry_denim_jeans": "Ντένιμ - τζιν",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Παπλώματα",
"iot_dry_easy_iron_cotton": "Super Easy Iron",
"iot_dry_easy_iron_synthetics": "Εξαιρετικά εύκολο σιδέρωμα - Συνθετικά",
"iot_dry_gym_fit": "Γυμναστήριο",
"iot_dry_lingerie": "Εσώρουχα",
"iot_dry_mixed": "Μικτά",
"iot_dry_playsuits": "Στολές",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Γρήγορο 59'.",
"iot_dry_refresh": "Refresh",
"iot_dry_regenerates_waterproof": "Ανανέωση αδιάβροχων",
"iot_dry_relax_creases": "ΧΑΛΑΡΩΣΗ",
"iot_dry_shirts": "Πουκάμισα",
"iot_dry_small_load": "ΜΙΚΡΟ ΦΟΡΤΙΟ",
"iot_dry_swimsuits_and_bikinis": "Μαγιό",
"iot_dry_synthetics": "Συνθετικα",
"iot_dry_synthetic_dry": "Συνθετικά στέγνωμα",
"iot_dry_tablecloths": "Τραπεζομάντηλα",
"iot_dry_technical_fabrics": "Τεχνικά υφάσματα",
"iot_dry_warm_embrace": "Ζεστή Αγκαλιά",
"iot_dry_wool": "Μαλλινα",
"jeans": "τζιν",
"mix_and_dry": "Μικτά & Στέγνωμα",
"pets": "Κατοικίδια",
"pre_iron": "Προ-σιδερωμα",
"rapid_30": "Rapid 30",
"rapid_45": "Rapid 45 min",
"rapid_59": "Τέλειο Γρήγορο 59 λεπτά",
"refresh": "Φρεσκάρισμα",
"relax_creases": "ΧΑΛΑΡΩΣΗ",
"saving_30_min": "ΕΞΟΙΚΟΝΟΜΗΣΗ 30'",
"shirts": "Πουκάμισα",
"shoes": "Παπούτσια",
"small_load": "ΜΙΚΡΟ ΦΟΡΤΙΟ",
"soft_care": "Απαλή φροντίδα",
"sport_plus": "ΣΠΟΡ",
"super_easy_iron_misti": "Εξαιρετικά εύκολο σιδέρωμα για ανάμεικτα",
"super_easy_iron_xxl": "Εξαιρετικά εύκολο σιδέρωμα για XXL",
"super_fast_cottons": "Εξαιρετικα ΓΡΗΓΟΡΟ βαμβακερα",
"super_fast_delicates": "Εξαιρετικα ΓΡΗΓΟΡΟ ευαισθητα",
"synthetics": "Συνθετικα",
"total_care": "Ολικη Φροντιδα",
"trainers": "Αθλητικά παπούτσια",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Αναζωογονηση αδιαβροχων",
"whites": "Λευκά",
"wool": "Στέγνωμα Μάλλινων",
"woolmark": "Μαλλινα",
"xxl_load": "XXL Φορτιο",
"zoom_59": "Zoom 59"
},
"name": "Πρόγραμμα"
},
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "20° Χρωματιστά και Βαμβακερά", "20_degrees_coloured_cottons": "20° Χρωματιστά και Βαμβακερά",
@ -556,7 +441,7 @@
"allergy_care_pro": "Allergy Care Επαγγελματικό", "allergy_care_pro": "Allergy Care Επαγγελματικό",
"all_in_one_49": "Όλα σε Ένα 49'.", "all_in_one_49": "Όλα σε Ένα 49'.",
"all_in_one_59": "Όλα σε Ένα 59'.", "all_in_one_59": "Όλα σε Ένα 59'.",
"all_in_one_59_steam": "Ενεργή πλύση + Ατμός", "all_in_one_59_steam": "Όλα σε Ένα 59' + Ατμός",
"autocare": "Αυτόματη φροντίδα", "autocare": "Αυτόματη φροντίδα",
"autoclean": "Καθαρισμός κάδου", "autoclean": "Καθαρισμός κάδου",
"baby_60": "Μωρουδιακά 60°C", "baby_60": "Μωρουδιακά 60°C",
@ -622,7 +507,7 @@
"iot_active_steam": "Ατμός", "iot_active_steam": "Ατμός",
"iot_active_wash_steam": "Ενεργό πλύσιμο", "iot_active_wash_steam": "Ενεργό πλύσιμο",
"iot_allergy_care_pro": "Allergy Care Επαγγελματικό", "iot_allergy_care_pro": "Allergy Care Επαγγελματικό",
"iot_all_in_one_59_steam": "Ενεργή πλύση + Ατμός", "iot_all_in_one_59_steam": "Όλα σε Ένα 59' + Ατμός",
"iot_checkup": "Έλεγχος", "iot_checkup": "Έλεγχος",
"iot_colour_59_steam": "Χρωματιστά 59' + ατμός", "iot_colour_59_steam": "Χρωματιστά 59' + ατμός",
"iot_cottons_steam": "Βαμβακερό + Ατμός", "iot_cottons_steam": "Βαμβακερό + Ατμός",
@ -889,9 +774,149 @@
"sparkling": "Αφρώδες", "sparkling": "Αφρώδες",
"white": "Λευκό" "white": "Λευκό"
} }
},
"dry_time": {
"name": "Χρόνος στεγνώματος"
},
"power": {
"name": "Επίπεδο ισχύος ρεύματος"
},
"remaining_time": {
"name": "Χρόνος που απομένει"
},
"temperature": {
"name": "Θερμοκρασία"
},
"water_efficiency": {
"name": "Απόδοση νερού"
},
"water_saving": {
"name": "Εξοικονόμηση νερού"
},
"duration": {
"name": "Διάρκεια"
},
"target_temperature": {
"name": "Στοχευμένη θερμοκρασία"
},
"spin_speed": {
"name": "Στύψιμο"
},
"steam_leve": {
"name": "Επίπεδο ατμού"
},
"dirt_level": {
"name": "Επίπεδο βρωμιάς"
},
"delay_time": {
"name": "Καθυστερημένη έναρξη"
},
"suggested_load": {
"name": "Χωρητικότητα φορτίου"
},
"energy_label": {
"name": "Ενεργειακή απόδοση"
},
"det_dust": {
"name": "Σκόνη"
},
"det_liquid": {
"name": "Υγρό"
},
"errors": {
"name": "Σφάλμα"
},
"programs": {
"name": "Τρέχων πρόγραμμα"
},
"room_temperature": {
"name": "Θερμοκρασία δωματίου"
},
"humidity": {
"name": "Υγρασία"
},
"cycles_total": {
"name": "Κύκλοι Σύνολο"
},
"energy_total": {
"name": "Κατανάλωση ενέργειας Σύνολο"
},
"water_total": {
"name": "Απόδοση νερού Σύνολο"
},
"energy_current": {
"name": "Κατανάλωση ενέργειας Current"
},
"water_current": {
"name": "Απόδοση νερού Current"
},
"freezer_temp": {
"name": "Θερμοκρασία καταψύκτη"
},
"fridge_temp": {
"name": "Θερμοκρασία ψυγείου"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "Χωρίς στέγνωμα",
"iron_dry": "Σιδέρωμα",
"no_dry_iron": "Στέγνωμα για Αποθήκευση ",
"cupboard_dry": "Στέγνωμα για Αποθήκευση ",
"extra_dry": "Επιπλέον στέγνωμα",
"ready_to_wear": "Ετοιμο να φορεθεί"
},
"name": "Επίπεδο στεγνώματος"
},
"eco_pilot": {
"state": {
"touch_off": "Απενεργοποιηση",
"avoid_touch": "Αποφύγετε την αφή",
"follow_touch": "Σας ακολουθεί",
"unknown": "unknown"
},
"name": "Οικολογικός πιλότος"
},
"fan_mode": {
"state": {
"high": "Υψηλό",
"mid": "Μέτριο ",
"low": "Χαμηλό",
"auto": "Αυτόματο"
}
},
"ref_zones": {
"state": {
"fridge": "Ψυγείο",
"freezer": "Καταψύκτης",
"vtroom1": "My Zone",
"fridge_freezer": "Ψυγείο & Καταψύκτης"
},
"name": "Ζώνη"
},
"programs_ac": {
"state": {
"iot_10_heating": "10° C Λειτουργία θέρμανσης",
"iot_auto": "Αυτόματο",
"iot_cool": "Ψύξη",
"iot_dry": "Στέγνωμα",
"iot_fan": "Ανεμιστήρας",
"iot_heat": "Ζέστη",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Αυτοκαθαρισμός",
"iot_self_clean": "Αυτοκαθαρισμός",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Εκκίνηση τώρα",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Ψύξη",
"iot_uv_and_dry": "UV + Αφυγραντήρας",
"iot_uv_and_fan": "UV + Ανεμιστήρας",
"iot_uv_and_heat": "UV + Θέρμανση"
},
"name": "Πρόγραμμα"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"59_min": "Γρηγορο 59'", "59_min": "Γρηγορο 59'",
@ -1241,7 +1266,7 @@
"allergy_care_pro": "Allergy Care Επαγγελματικό", "allergy_care_pro": "Allergy Care Επαγγελματικό",
"all_in_one_49": "Όλα σε Ένα 49'.", "all_in_one_49": "Όλα σε Ένα 49'.",
"all_in_one_59": "Όλα σε Ένα 59'.", "all_in_one_59": "Όλα σε Ένα 59'.",
"all_in_one_59_steam": "Ενεργή πλύση + Ατμός", "all_in_one_59_steam": "Όλα σε Ένα 59' + Ατμός",
"autocare": "Αυτόματη φροντίδα", "autocare": "Αυτόματη φροντίδα",
"autoclean": "Καθαρισμός κάδου", "autoclean": "Καθαρισμός κάδου",
"baby_60": "Μωρουδιακά 60°C", "baby_60": "Μωρουδιακά 60°C",
@ -1307,7 +1332,7 @@
"iot_active_steam": "Ατμός", "iot_active_steam": "Ατμός",
"iot_active_wash_steam": "Ενεργό πλύσιμο", "iot_active_wash_steam": "Ενεργό πλύσιμο",
"iot_allergy_care_pro": "Allergy Care Επαγγελματικό", "iot_allergy_care_pro": "Allergy Care Επαγγελματικό",
"iot_all_in_one_59_steam": "Ενεργή πλύση + Ατμός", "iot_all_in_one_59_steam": "Όλα σε Ένα 59' + Ατμός",
"iot_checkup": "Έλεγχος", "iot_checkup": "Έλεγχος",
"iot_colour_59_steam": "Χρωματιστά 59' + ατμός", "iot_colour_59_steam": "Χρωματιστά 59' + ατμός",
"iot_cottons_steam": "Βαμβακερό + Ατμός", "iot_cottons_steam": "Βαμβακερό + Ατμός",
@ -1540,69 +1565,6 @@
}, },
"name": "Πρόγραμμα" "name": "Πρόγραμμα"
}, },
"dry_levels": {
"state": {
"0": "Χωρίς στέγνωμα",
"1": "Σιδέρωμα",
"2": "Στέγνωμα για Αποθήκευση ",
"3": "Στέγνωμα για Αποθήκευση ",
"4": "Επιπλέον στέγνωμα",
"12": "Σιδέρωμα",
"13": "Στέγνωμα για Αποθήκευση ",
"14": "Ετοιμο να φορεθεί",
"15": "Επιπλέον στέγνωμα",
"11": "Χωρίς στέγνωμα"
},
"name": "Επίπεδο στεγνώματος"
},
"spin_speed": {
"name": "Στύψιμο"
},
"temperature": {
"name": "Θερμοκρασία"
},
"dry_time": {
"name": "Χρόνος στεγνώματος"
},
"eco_pilot": {
"state": {
"0": "Απενεργοποιηση",
"1": "Αποφύγετε την αφή",
"2": "Σας ακολουθεί"
},
"name": "Οικολογικός πιλότος"
},
"fan_mode": {
"state": {
"1": "Υψηλό",
"2": "Μέτριο ",
"3": "Χαμηλό",
"4": "Αυτόματο",
"5": "Αυτόματο"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "10° C Λειτουργία θέρμανσης",
"iot_auto": "Αυτόματο",
"iot_cool": "Ψύξη",
"iot_dry": "Στέγνωμα",
"iot_fan": "Ανεμιστήρας",
"iot_heat": "Ζέστη",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Αυτοκαθαρισμός",
"iot_self_clean": "Αυτοκαθαρισμός",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Εκκίνηση τώρα",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Ψύξη",
"iot_uv_and_dry": "UV + Αφυγραντήρας",
"iot_uv_and_fan": "UV + Ανεμιστήρας",
"iot_uv_and_heat": "UV + Θέρμανση"
},
"name": "Πρόγραμμα"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"auto_set": "ΑΥΤΌΜΑΤΗ ΡΎΘΜΙΣΗ", "auto_set": "ΑΥΤΌΜΑΤΗ ΡΎΘΜΙΣΗ",
@ -1626,17 +1588,17 @@
}, },
"name": "Πρόγραμμα" "name": "Πρόγραμμα"
}, },
"dry_time": {
"name": "Χρόνος στεγνώματος"
},
"spin_speed": {
"name": "Στύψιμο"
},
"temperature": {
"name": "Θερμοκρασία"
},
"remaining_time": { "remaining_time": {
"name": "Χρόνος που απομένει" "name": "Χρόνος που απομένει"
},
"ref_zones": {
"state": {
"fridge": "Ψυγείο",
"freezer": "Καταψύκτης",
"vtroom1": "My Zone",
"fridge_freezer": "Ψυγείο & Καταψύκτης"
},
"name": "Ζώνη"
} }
}, },
"switch": { "switch": {
@ -1724,18 +1686,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Acquaplus (προσθήκη νερού)" "name": "Acquaplus (προσθήκη νερού)"
}, },
"auto_dose": {
"name": "Αυτόματη Δοσολογία"
},
"good_night": {
"name": "Καληνυχτα"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "Αυτόματη Δοσολογία Μαλακτικό" "name": "Αυτόματη Δοσολογία Μαλακτικό"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "Αυτόματη Δοσολογία Απορρυπαντικό" "name": "Αυτόματη Δοσολογία Απορρυπαντικό"
}, },
"good_night": {
"name": "Καληνυχτα"
},
"auto_set": { "auto_set": {
"name": "Αυτόματη ρύθμιση" "name": "Αυτόματη ρύθμιση"
}, },
@ -1747,6 +1706,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "Ψυγείο" "name": "Ψυγείο"
},
"night_mode": {
"name": "Νυχτερινή λειτουργία"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -1768,27 +1730,12 @@
"anti_crease": { "anti_crease": {
"name": "Λιγότερες ζάρες" "name": "Λιγότερες ζάρες"
}, },
"aqua_plus": { "acqua_plus": {
"name": "Acquaplus (προσθήκη νερού)" "name": "Acquaplus (προσθήκη νερού)"
}, },
"spin_speed": { "spin_speed": {
"name": "Στύψιμο" "name": "Στύψιμο"
}, },
"programs_dw": {
"name": "Πρόγραμμα"
},
"programs_ih": {
"name": "Πρόγραμμα"
},
"programs_ov": {
"name": "Πρόγραμμα"
},
"programs_td": {
"name": "Πρόγραμμα"
},
"programs_wm": {
"name": "Πρόγραμμα"
},
"still_hot": { "still_hot": {
"name": "Ακόμα ζεστό" "name": "Ακόμα ζεστό"
}, },
@ -1819,12 +1766,6 @@
"prewash": { "prewash": {
"name": "προπλυση" "name": "προπλυση"
}, },
"acqua_plus": {
"name": "Acquaplus (προσθήκη νερού)"
},
"auto_dose": {
"name": "Αυτόματη Δοσολογία"
},
"buzzer": { "buzzer": {
"name": "Κουδούνισμα τέλους κύκλου" "name": "Κουδούνισμα τέλους κύκλου"
}, },
@ -1850,6 +1791,17 @@
"name": "Αντικατάσταση φίλτρου" "name": "Αντικατάσταση φίλτρου"
} }
}, },
"button": {
"induction_hob": {
"name": "Επαγωγική εστία"
},
"start_program": {
"name": "Πρόγραμμα Εκκίνηση"
},
"stop_program": {
"name": "Πρόγραμμα Διακοπή"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "Διαχείριση ενέργειας" "name": "Διαχείριση ενέργειας"
@ -1888,20 +1840,33 @@
"name": "Στοχευμένη θερμοκρασία Ψυγείο" "name": "Στοχευμένη θερμοκρασία Ψυγείο"
} }
}, },
"button": {
"induction_hob": {
"name": "Επαγωγική εστία"
},
"start_program": {
"name": "Πρόγραμμα Εκκίνηση"
},
"stop_program": {
"name": "Πρόγραμμα Διακοπή"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "Κλιματιστικό" "name": "Κλιματιστικό",
"state_attributes": {
"preset_mode": {
"name": "Προγράμματα",
"state": {
"iot_10_heating": "10° C Λειτουργία θέρμανσης",
"iot_auto": "Αυτόματο",
"iot_cool": "Ψύξη",
"iot_dry": "Στέγνωμα",
"iot_fan": "Ανεμιστήρας",
"iot_heat": "Ζέστη",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Αυτοκαθαρισμός",
"iot_self_clean": "Αυτοκαθαρισμός",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Εκκίνηση τώρα",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Ψύξη",
"iot_uv_and_dry": "UV + Αφυγραντήρας",
"iot_uv_and_fan": "UV + Ανεμιστήρας",
"iot_uv_and_heat": "UV + Θέρμανση"
}
}
}
}, },
"fridge": { "fridge": {
"name": "Ψυγείο", "name": "Ψυγείο",

File diff suppressed because it is too large Load Diff

View File

@ -3,325 +3,73 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "Listo", "ready": "Listo",
"1": "Listo", "running": "Programa en marcha",
"3": "Pausa", "pause": "Pausa",
"4": "Programado", "scheduled": "Programado",
"5": "Programado", "error": "Error",
"6": "Error", "test": "Test",
"7": "Listo", "ending": "Parada del ciclo..."
"2": "Programa en marcha", }
"8": "Test", },
"9": "Parada del ciclo..." "mach_modes_ac": {
"state": {
"auto": "Automático",
"cool": "Frío",
"dry": "Deshumidificar",
"heat": "Calor",
"fan": "Ventilador"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "Listo", "ready": "Listo",
"1": "Lavado", "spin": "Centrifugado",
"2": "Lavado", "rinse": "Aclarado",
"3": "Centrifugado", "drying": "Secado",
"4": "Aclarado", "steam": "Vapor",
"5": "Aclarado", "weighting": "Peso ",
"6": "Aclarado", "scheduled": "Programado",
"7": "Secado", "tumbling": "Ropa fresca",
"9": "Vapor", "refresh": "Refrescar",
"10": "Listo", "heating": "Calentamiento",
"11": "Centrifugado", "washing": "Lavado"
"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" "name": "Fase"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "Listo", "ready": "Listo",
"1": "Secado", "heat_stroke": "Secado",
"2": "Secado", "drying": "Secado",
"3": "Enfriar", "cooldown": "Enfriar",
"13": "Enfriar", "unknown": "unknown",
"14": "Secado", "tumbling": "Ropa fresca"
"15": "Secado",
"16": "Enfriar",
"18": "Ropa fresca",
"19": "Secado",
"20": "Secado",
"11": "Listo",
"17": "unknown",
"12": "unknown"
}, },
"name": "Fase" "name": "Fase"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "Listo", "ready": "Listo",
"1": "Prelavado", "prewash": "Prelavado",
"2": "Lavado", "washing": "Lavado",
"3": "Aclarado", "rinse": "Aclarado",
"4": "Secado", "drying": "Secado",
"5": "Listo", "hot_rinse": "Hot rinse"
"6": "Hot rinse"
}, },
"name": "Fase" "name": "Fase"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "Sin secado", "no_dry": "Sin secado",
"1": "Planchar", "iron_dry": "Planchar",
"2": "Listo para guardar", "no_dry_iron": "Listo para guardar",
"3": "Listo para guardar", "cupboard_dry": "Listo para guardar",
"4": "Extraseco", "extra_dry": "Extraseco",
"12": "Planchar", "ready_to_wear": "Listo para llevar"
"13": "Listo para guardar",
"14": "Listo para llevar",
"15": "Extraseco",
"11": "Sin secado"
}, },
"name": "Nivel de secado" "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ídrica"
},
"water_saving": {
"name": "Ahorro de agua"
},
"duration": {
"name": "Duración"
},
"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ética"
},
"det_dust": {
"name": "Polvo"
},
"det_liquid": {
"name": "Líquido"
},
"errors": {
"name": "Error"
},
"programs": {
"name": "Programa actual"
},
"cycles_total": {
"name": "Ciclos Total"
},
"energy_total": {
"name": "Consumo de energía Total"
},
"water_total": {
"name": "Eficiencia hídrica Total"
},
"energy_current": {
"name": "Consumo de energía Actual"
},
"water_current": {
"name": "Eficiencia hídrica Actual"
},
"mach_modes_ac": {
"state": {
"0": "Automático",
"1": "Frío",
"2": "Frío",
"3": "Deshumidificar",
"4": "Calor",
"5": "Ventilador",
"6": "Ventilador"
}
},
"programs_td": {
"state": {
"active_dry": "Secado activo",
"allergy_care": "Antialergénico",
"all_in_one": "All in One",
"antiallergy": "Antialergénico",
"anti_odours": "Anti-olor",
"auto_care": "Autocuidado",
"baby": "Baby",
"bed_quilt": "Edredón",
"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ón",
"eco": "Algodón Eco",
"ecospeed_cottons": "Ecospeed Algodón",
"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ábanas",
"hqd_bulky": "Objetos voluminosos",
"hqd_casual": "Casual",
"hqd_cold_wind_30": "Brisa fresca 30 minutos",
"hqd_cold_wind_timing": "Brisa fresca ",
"hqd_cotton": "Algodón",
"hqd_curtain": "Cortinas",
"hqd_delicate": "Ropa delicada",
"hqd_diaper": "Pañales",
"hqd_duvet": "Edredones",
"hqd_feather": "Plumíferos",
"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ápido 20",
"hqd_quick_30": "Rápido 30",
"hqd_quick_dry": "Secado rápido 30",
"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éticos",
"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ón",
"iot_dry_anti_mites": "Antiácaros",
"iot_dry_baby": "Baby",
"iot_dry_backpacks": "Mochilas",
"iot_dry_bathrobe": "Ropa de Baño",
"iot_dry_bed_linen": "Ropa de Cama",
"iot_dry_bed_quilt": "Edredón",
"iot_dry_cotton": "Algodón",
"iot_dry_cuddly_toys": "Peluches",
"iot_dry_curtains": "Cortinas",
"iot_dry_dehumidifier": "Eliminador de humedad",
"iot_dry_delicates": "Delicados",
"iot_dry_delicate_tablecloths": "Mantelería Delicada",
"iot_dry_denim_jeans": "Denim - Vaqueros",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Edredón",
"iot_dry_easy_iron_cotton": "Planchado Súper Fácil",
"iot_dry_easy_iron_synthetics": "Planchado muy fácil - Sintéticos",
"iot_dry_gym_fit": "Ropa de Deporte - Fitness",
"iot_dry_lingerie": "Lencería",
"iot_dry_mixed": "Ropa mixta",
"iot_dry_playsuits": "Prendas de una pieza - Mono",
"iot_dry_rapid_30": "Rápido 30",
"iot_dry_rapid_59": "Rápido 59",
"iot_dry_refresh": "Refresh",
"iot_dry_regenerates_waterproof": "Regeneración Tejidos Impermeables",
"iot_dry_relax_creases": "Reducción Arrugas",
"iot_dry_shirts": "Camisas",
"iot_dry_small_load": "Carga reducida",
"iot_dry_swimsuits_and_bikinis": "Trajes de baño",
"iot_dry_synthetics": "Sintéticos",
"iot_dry_synthetic_dry": "Secado de prendas sintéticas",
"iot_dry_tablecloths": "Mantelería",
"iot_dry_technical_fabrics": "Tejidos Técnicos",
"iot_dry_warm_embrace": "Abrazo cálido",
"iot_dry_wool": "Woolmark",
"jeans": "Vaqueros",
"mix_and_dry": "Mix&Dry",
"pets": "Mascotas",
"pre_iron": "Pre-Planchado",
"rapid_30": "Rápido 30 min",
"rapid_45": "Rápido 45 min",
"rapid_59": "Perfecto Rápido 59 Min",
"refresh": "Refresh",
"relax_creases": "Reducción 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ácil ropa mixta",
"super_easy_iron_xxl": "Planchado muy fácil XXL",
"super_fast_cottons": "Algodón Súper Rápido",
"super_fast_delicates": "Delicados Súper Rápidos",
"synthetics": "Sintéticos",
"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"
},
"room_temperature": {
"name": "Temperatura ambiente"
},
"humidity": {
"name": "Humedad"
},
"freezer_temp": {
"name": "Temperatura del congelador"
},
"fridge_temp": {
"name": "Temperatura del frigorífico"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_10_heating": "Función de calentamiento de 10° C", "iot_10_heating": "Función de calentamiento de 10° C",
@ -545,6 +293,143 @@
}, },
"name": "Programa" "name": "Programa"
}, },
"programs_td": {
"state": {
"active_dry": "Secado activo",
"allergy_care": "Antialergénico",
"all_in_one": "All in One",
"antiallergy": "Antialergénico",
"anti_odours": "Anti-olor",
"auto_care": "Autocuidado",
"baby": "Baby",
"bed_quilt": "Edredón",
"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ón",
"eco": "Algodón Eco",
"ecospeed_cottons": "Ecospeed Algodón",
"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ábanas",
"hqd_bulky": "Objetos voluminosos",
"hqd_casual": "Casual",
"hqd_cold_wind_30": "Brisa fresca 30 minutos",
"hqd_cold_wind_timing": "Brisa fresca ",
"hqd_cotton": "Algodón",
"hqd_curtain": "Cortinas",
"hqd_delicate": "Ropa delicada",
"hqd_diaper": "Pañales",
"hqd_duvet": "Edredones",
"hqd_feather": "Plumíferos",
"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ápido 20",
"hqd_quick_30": "Rápido 30",
"hqd_quick_dry": "Secado rápido 30",
"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éticos",
"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ón",
"iot_dry_anti_mites": "Antiácaros",
"iot_dry_baby": "Baby",
"iot_dry_backpacks": "Mochilas",
"iot_dry_bathrobe": "Ropa de Baño",
"iot_dry_bed_linen": "Ropa de Cama",
"iot_dry_bed_quilt": "Edredón",
"iot_dry_cotton": "Algodón",
"iot_dry_cuddly_toys": "Peluches",
"iot_dry_curtains": "Cortinas",
"iot_dry_dehumidifier": "Eliminador de humedad",
"iot_dry_delicates": "Delicados",
"iot_dry_delicate_tablecloths": "Mantelería Delicada",
"iot_dry_denim_jeans": "Denim - Vaqueros",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Edredón",
"iot_dry_easy_iron_cotton": "Planchado Súper Fácil",
"iot_dry_easy_iron_synthetics": "Planchado muy fácil - Sintéticos",
"iot_dry_gym_fit": "Ropa de Deporte - Fitness",
"iot_dry_lingerie": "Lencería",
"iot_dry_mixed": "Ropa mixta",
"iot_dry_playsuits": "Prendas de una pieza - Mono",
"iot_dry_rapid_30": "Rápido 30",
"iot_dry_rapid_59": "Rápido 59",
"iot_dry_refresh": "Refresh",
"iot_dry_regenerates_waterproof": "Regeneración Tejidos Impermeables",
"iot_dry_relax_creases": "Reducción Arrugas",
"iot_dry_shirts": "Camisas",
"iot_dry_small_load": "Carga reducida",
"iot_dry_swimsuits_and_bikinis": "Trajes de baño",
"iot_dry_synthetics": "Sintéticos",
"iot_dry_synthetic_dry": "Secado de prendas sintéticas",
"iot_dry_tablecloths": "Mantelería",
"iot_dry_technical_fabrics": "Tejidos Técnicos",
"iot_dry_warm_embrace": "Abrazo cálido",
"iot_dry_wool": "Woolmark",
"jeans": "Vaqueros",
"mix_and_dry": "Mix&Dry",
"pets": "Mascotas",
"pre_iron": "Pre-Planchado",
"rapid_30": "Rápido 30 min",
"rapid_45": "Rápido 45 min",
"rapid_59": "Perfecto Rápido 59 Min",
"refresh": "Refresh",
"relax_creases": "Reducción 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ácil ropa mixta",
"super_easy_iron_xxl": "Planchado muy fácil XXL",
"super_fast_cottons": "Algodón Súper Rápido",
"super_fast_delicates": "Delicados Súper Rápidos",
"synthetics": "Sintéticos",
"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": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "Color y algodón 20 °C", "20_degrees_coloured_cottons": "Color y algodón 20 °C",
@ -556,7 +441,7 @@
"allergy_care_pro": "Allergy Care Pro", "allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "Todo en uno 49", "all_in_one_49": "Todo en uno 49",
"all_in_one_59": "Todo en uno 59", "all_in_one_59": "Todo en uno 59",
"all_in_one_59_steam": "Lavado activo + Vapor", "all_in_one_59_steam": "Todo en uno 59 + Vapor",
"autocare": "Autocare", "autocare": "Autocare",
"autoclean": "Limpieza del tambor", "autoclean": "Limpieza del tambor",
"baby_60": "All Baby 60°C", "baby_60": "All Baby 60°C",
@ -622,7 +507,7 @@
"iot_active_steam": "Vapor", "iot_active_steam": "Vapor",
"iot_active_wash_steam": "Lavado activo", "iot_active_wash_steam": "Lavado activo",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "Lavado activo + Vapor", "iot_all_in_one_59_steam": "Todo en uno 59 + Vapor",
"iot_checkup": "Revisión", "iot_checkup": "Revisión",
"iot_colour_59_steam": "Colores 59' + vapor", "iot_colour_59_steam": "Colores 59' + vapor",
"iot_cottons_steam": "Algodón + Vapor", "iot_cottons_steam": "Algodón + Vapor",
@ -889,9 +774,149 @@
"sparkling": "Espumoso", "sparkling": "Espumoso",
"white": "Blanco" "white": "Blanco"
} }
},
"dry_time": {
"name": "Tiempo de secado"
},
"power": {
"name": "Nivel de potencia"
},
"remaining_time": {
"name": "Tiempo restante"
},
"temperature": {
"name": "Temperatura"
},
"water_efficiency": {
"name": "Eficiencia hídrica"
},
"water_saving": {
"name": "Ahorro de agua"
},
"duration": {
"name": "Duración"
},
"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"
},
"suggested_load": {
"name": "Capacidad de carga"
},
"energy_label": {
"name": "Eficiencia energética"
},
"det_dust": {
"name": "Polvo"
},
"det_liquid": {
"name": "Líquido"
},
"errors": {
"name": "Error"
},
"programs": {
"name": "Programa actual"
},
"room_temperature": {
"name": "Temperatura ambiente"
},
"humidity": {
"name": "Humedad"
},
"cycles_total": {
"name": "Ciclos Total"
},
"energy_total": {
"name": "Consumo de energía Total"
},
"water_total": {
"name": "Eficiencia hídrica Total"
},
"energy_current": {
"name": "Consumo de energía Actual"
},
"water_current": {
"name": "Eficiencia hídrica Actual"
},
"freezer_temp": {
"name": "Temperatura del congelador"
},
"fridge_temp": {
"name": "Temperatura del frigorífico"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "Sin secado",
"iron_dry": "Planchar",
"no_dry_iron": "Listo para guardar",
"cupboard_dry": "Listo para guardar",
"extra_dry": "Extraseco",
"ready_to_wear": "Listo para llevar"
},
"name": "Nivel de secado"
},
"eco_pilot": {
"state": {
"touch_off": "Apagado",
"avoid_touch": "Evitar el contacto",
"follow_touch": "Sígueme",
"unknown": "unknown"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"high": "Alta",
"mid": "Media ",
"low": "Baja",
"auto": "Automático"
}
},
"ref_zones": {
"state": {
"fridge": "Frigorífico",
"freezer": "Congelador",
"vtroom1": "My Zone",
"fridge_freezer": "Frigorífico & Congelador"
},
"name": "Zona"
},
"programs_ac": {
"state": {
"iot_10_heating": "Función de calentamiento de 10° C",
"iot_auto": "Automático",
"iot_cool": "Frío",
"iot_dry": "Deshumidificar",
"iot_fan": "Ventilador",
"iot_heat": "Calor",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Autopurificar",
"iot_self_clean": "Autolimpieza",
"iot_self_clean_56": "Limpieza desinfectante 56°",
"iot_simple_start": "Iniciar ahora",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Automático",
"iot_uv_and_cool": "UV + Frío",
"iot_uv_and_dry": "UV + Deshumidificador",
"iot_uv_and_fan": "UV + Ventilador",
"iot_uv_and_heat": "UV + Calor"
},
"name": "Programa"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"59_min": "Rápido 59'", "59_min": "Rápido 59'",
@ -1241,7 +1266,7 @@
"allergy_care_pro": "Allergy Care Pro", "allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "Todo en uno 49", "all_in_one_49": "Todo en uno 49",
"all_in_one_59": "Todo en uno 59", "all_in_one_59": "Todo en uno 59",
"all_in_one_59_steam": "Lavado activo + Vapor", "all_in_one_59_steam": "Todo en uno 59 + Vapor",
"autocare": "Autocare", "autocare": "Autocare",
"autoclean": "Limpieza del tambor", "autoclean": "Limpieza del tambor",
"baby_60": "All Baby 60°C", "baby_60": "All Baby 60°C",
@ -1307,7 +1332,7 @@
"iot_active_steam": "Vapor", "iot_active_steam": "Vapor",
"iot_active_wash_steam": "Lavado activo", "iot_active_wash_steam": "Lavado activo",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "Lavado activo + Vapor", "iot_all_in_one_59_steam": "Todo en uno 59 + Vapor",
"iot_checkup": "Revisión", "iot_checkup": "Revisión",
"iot_colour_59_steam": "Colores 59' + vapor", "iot_colour_59_steam": "Colores 59' + vapor",
"iot_cottons_steam": "Algodón + Vapor", "iot_cottons_steam": "Algodón + Vapor",
@ -1540,69 +1565,6 @@
}, },
"name": "Programa" "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",
"11": "Sin secado"
},
"name": "Nivel de secado"
},
"spin_speed": {
"name": "Centrifugado"
},
"temperature": {
"name": "Temperatura"
},
"dry_time": {
"name": "Tiempo de secado"
},
"eco_pilot": {
"state": {
"0": "Apagado",
"1": "Evitar el contacto",
"2": "Sígueme"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"1": "Alta",
"2": "Media ",
"3": "Baja",
"4": "Automático",
"5": "Automático"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "Función de calentamiento de 10° C",
"iot_auto": "Automático",
"iot_cool": "Frío",
"iot_dry": "Deshumidificar",
"iot_fan": "Ventilador",
"iot_heat": "Calor",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Autopurificar",
"iot_self_clean": "Autolimpieza",
"iot_self_clean_56": "Limpieza desinfectante 56°",
"iot_simple_start": "Iniciar ahora",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Automático",
"iot_uv_and_cool": "UV + Frío",
"iot_uv_and_dry": "UV + Deshumidificador",
"iot_uv_and_fan": "UV + Ventilador",
"iot_uv_and_heat": "UV + Calor"
},
"name": "Programa"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"auto_set": "AJUSTE AUTOMÁTICO", "auto_set": "AJUSTE AUTOMÁTICO",
@ -1626,17 +1588,17 @@
}, },
"name": "Programa" "name": "Programa"
}, },
"dry_time": {
"name": "Tiempo de secado"
},
"spin_speed": {
"name": "Centrifugado"
},
"temperature": {
"name": "Temperatura"
},
"remaining_time": { "remaining_time": {
"name": "Tiempo restante" "name": "Tiempo restante"
},
"ref_zones": {
"state": {
"fridge": "Frigorífico",
"freezer": "Congelador",
"vtroom1": "My Zone",
"fridge_freezer": "Frigorífico & Congelador"
},
"name": "Zona"
} }
}, },
"switch": { "switch": {
@ -1724,18 +1686,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"auto_dose": {
"name": "Dosificación automática"
},
"good_night": {
"name": "Buenas noches"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "Dosificación automática Suavizante" "name": "Dosificación automática Suavizante"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "Dosificación automática Detergente" "name": "Dosificación automática Detergente"
}, },
"good_night": {
"name": "Buenas noches"
},
"auto_set": { "auto_set": {
"name": "Auto-Set" "name": "Auto-Set"
}, },
@ -1747,6 +1706,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "Frigorífico" "name": "Frigorífico"
},
"night_mode": {
"name": "Modo nocturno"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -1768,27 +1730,12 @@
"anti_crease": { "anti_crease": {
"name": "Antiarrugas" "name": "Antiarrugas"
}, },
"aqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"spin_speed": { "spin_speed": {
"name": "Centrifugado" "name": "Centrifugado"
}, },
"programs_dw": {
"name": "Programa"
},
"programs_ih": {
"name": "Programa"
},
"programs_ov": {
"name": "Programa"
},
"programs_td": {
"name": "Programa"
},
"programs_wm": {
"name": "Programa"
},
"still_hot": { "still_hot": {
"name": "Todavía caliente" "name": "Todavía caliente"
}, },
@ -1819,12 +1766,6 @@
"prewash": { "prewash": {
"name": "Pre-lavado" "name": "Pre-lavado"
}, },
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Dosificación automática"
},
"buzzer": { "buzzer": {
"name": "Campana de fin de ciclo" "name": "Campana de fin de ciclo"
}, },
@ -1850,6 +1791,17 @@
"name": "Sustitución del filtro" "name": "Sustitución del filtro"
} }
}, },
"button": {
"induction_hob": {
"name": "Placa de inducción"
},
"start_program": {
"name": "Programa Inicio"
},
"stop_program": {
"name": "Programa Detener"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "Control de la energía" "name": "Control de la energía"
@ -1888,20 +1840,33 @@
"name": "Temperatura deseada Frigorífico" "name": "Temperatura deseada Frigorífico"
} }
}, },
"button": {
"induction_hob": {
"name": "Placa de inducción"
},
"start_program": {
"name": "Programa Inicio"
},
"stop_program": {
"name": "Programa Detener"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "Aire acondicionado" "name": "Aire acondicionado",
"state_attributes": {
"preset_mode": {
"name": "Programas",
"state": {
"iot_10_heating": "Función de calentamiento de 10° C",
"iot_auto": "Automático",
"iot_cool": "Frío",
"iot_dry": "Deshumidificar",
"iot_fan": "Ventilador",
"iot_heat": "Calor",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Autopurificar",
"iot_self_clean": "Autolimpieza",
"iot_self_clean_56": "Limpieza desinfectante 56°",
"iot_simple_start": "Iniciar ahora",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Automático",
"iot_uv_and_cool": "UV + Frío",
"iot_uv_and_dry": "UV + Deshumidificador",
"iot_uv_and_fan": "UV + Ventilador",
"iot_uv_and_heat": "UV + Calor"
}
}
}
}, },
"fridge": { "fridge": {
"name": "Frigorífico", "name": "Frigorífico",

View File

@ -3,325 +3,73 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "Prêt", "ready": "Prêt",
"1": "Prêt", "running": "Programme en cours",
"3": "Pause", "pause": "Pause",
"4": "Planifié", "scheduled": "Planifié",
"5": "Planifié", "error": "Erreur",
"6": "Erreur", "test": "Test",
"7": "Prêt", "ending": "Arrêt du cycle en cours…"
"2": "Programme en cours", }
"8": "Test", },
"9": "Arrêt du cycle en cours…" "mach_modes_ac": {
"state": {
"auto": "Automatique",
"cool": "Frais",
"dry": "Sec",
"heat": "Chaleur",
"fan": "Ventilateur"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "Prêt", "ready": "Prêt",
"1": "Lavage", "spin": "Essorage",
"2": "Lavage", "rinse": "Rinçage",
"3": "Essorage", "drying": "Séchage",
"4": "Rinçage", "steam": "Vapeur d'eau",
"5": "Rinçage", "weighting": "Calcul du poids ",
"6": "Rinçage", "scheduled": "Planifié",
"7": "Séchage", "tumbling": "Keep Fresh",
"9": "Vapeur d'eau", "refresh": "Rafraîchissement",
"10": "Prêt", "heating": "Chauffage",
"11": "Essorage", "washing": "Lavage"
"12": "Calcul du poids ",
"13": "Calcul du poids ",
"14": "Lavage",
"15": "Lavage",
"16": "Lavage",
"17": "Rinçage",
"18": "Rinçage",
"19": "Planifié",
"20": "Keep Fresh",
"24": "Rafraîchissement",
"25": "Lavage",
"26": "Chauffage",
"27": "Lavage"
}, },
"name": "Phase" "name": "Phase"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "Prêt", "ready": "Prêt",
"1": "Séchage", "heat_stroke": "Séchage",
"2": "Séchage", "drying": "Séchage",
"3": "Refroidissement", "cooldown": "Refroidissement",
"13": "Refroidissement", "unknown": "unknown",
"14": "Séchage", "tumbling": "Keep Fresh"
"15": "Séchage",
"16": "Refroidissement",
"18": "Keep Fresh",
"19": "Séchage",
"20": "Séchage",
"11": "Prêt",
"17": "unknown",
"12": "unknown"
}, },
"name": "Phase" "name": "Phase"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "Prêt", "ready": "Prêt",
"1": "Prélavage", "prewash": "Prélavage",
"2": "Lavage", "washing": "Lavage",
"3": "Rinçage", "rinse": "Rinçage",
"4": "Séchage", "drying": "Séchage",
"5": "Prêt", "hot_rinse": "Hot rinse"
"6": "Hot rinse"
}, },
"name": "Phase" "name": "Phase"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "Pas de séchage", "no_dry": "Pas de séchage",
"1": "Fer", "iron_dry": "Fer",
"2": "Prêt à ranger", "no_dry_iron": "Prêt à ranger",
"3": "Prêt à ranger", "cupboard_dry": "Prêt à ranger",
"4": "Extra sec", "extra_dry": "Extra sec",
"12": "Fer", "ready_to_wear": "Prêt à porter"
"13": "Prêt à ranger",
"14": "Prêt à porter",
"15": "Extra sec",
"11": "Pas de séchage"
}, },
"name": "Niveau de séchage" "name": "Niveau de séchage"
}, },
"anti_crease": {
"name": "Anti-pli"
},
"power": {
"name": "Niveau de puissance"
},
"remaining_time": {
"name": "Temps restant"
},
"temperature": {
"name": "Température"
},
"water_efficiency": {
"name": "Efficacité en eau"
},
"water_saving": {
"name": "Économies d'eau"
},
"duration": {
"name": "Durée"
},
"target_temperature": {
"name": "Température souhaitée"
},
"spin_speed": {
"name": "Essorage"
},
"steam_leve": {
"name": "Niveau de vapeur"
},
"dirt_level": {
"name": "Niveau de saleté"
},
"delay_time": {
"name": "Démarrage Différé"
},
"dry_time": {
"name": "Temps de séchage"
},
"suggested_load": {
"name": "Capacité de charge"
},
"energy_label": {
"name": "Efficacité énergétique"
},
"det_dust": {
"name": "Poudre"
},
"det_liquid": {
"name": "Liquide"
},
"errors": {
"name": "Erreur"
},
"programs": {
"name": "Programme actuel"
},
"cycles_total": {
"name": "Cycles Total"
},
"energy_total": {
"name": "Consommation dénergie Total"
},
"water_total": {
"name": "Efficacité en eau Total"
},
"energy_current": {
"name": "Consommation dénergie Actuel"
},
"water_current": {
"name": "Efficacité en eau Actuel"
},
"mach_modes_ac": {
"state": {
"0": "Automatique",
"1": "Frais",
"2": "Frais",
"3": "Sec",
"4": "Chaleur",
"5": "Ventilateur",
"6": "Ventilateur"
}
},
"programs_td": {
"state": {
"active_dry": "Séchage 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ées",
"delicates": "Délicat",
"duvet": "Couette",
"eco": "Coton Éco",
"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îchissante 30 minutes",
"hqd_cold_wind_timing": "Brise rafraîchissante ",
"hqd_cotton": "Coton",
"hqd_curtain": "Rideaux",
"hqd_delicate": "Délicats",
"hqd_diaper": "Couches",
"hqd_duvet": "Couette",
"hqd_feather": "Vestes en duvet",
"hqd_hot_wind_timing": "Air chaud",
"hqd_hygienic": "Hygiénisation",
"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élangés",
"hqd_night_dry": "Séchage toute la nuit",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Rapide 20",
"hqd_quick_30": "Rapide 30",
"hqd_quick_dry": "Séchage rapide 30",
"hqd_quilt": "Couvertures",
"hqd_refresh": "Rafraîchissement",
"hqd_school_uniform": "Uniforme scolaire",
"hqd_shirt": "Chemises",
"hqd_shoes": "Chaussures",
"hqd_silk": "Soie",
"hqd_sports": "Sport",
"hqd_synthetics": "Synthétiques",
"hqd_timer": "Temporisé",
"hqd_towel": "Serviettes",
"hqd_underwear": "Sous-vêtements",
"hqd_warm_up": "Réveil",
"hqd_wool": "Laine",
"hqd_working_suit": "Vêtements de travail",
"hygiene": "Hygiène",
"iot_checkup": "Vérification",
"iot_dry_anti_mites": "Anti-acariens",
"iot_dry_baby": "Baby",
"iot_dry_backpacks": "Sac à 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": "Élimination de l\\'humidité",
"iot_dry_delicates": "Délicats",
"iot_dry_delicate_tablecloths": "Nappes délicates",
"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étiques",
"iot_dry_gym_fit": "Sport",
"iot_dry_lingerie": "Lingerie",
"iot_dry_mixed": "Tissus mélangés",
"iot_dry_playsuits": "Combinaisons",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Rapide 59'.",
"iot_dry_refresh": "Coup d\\'éclat",
"iot_dry_regenerates_waterproof": "Imperméabilisant",
"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étiques",
"iot_dry_synthetic_dry": "Séchage des synthétiques",
"iot_dry_tablecloths": "Nappes",
"iot_dry_technical_fabrics": "Textiles techniques",
"iot_dry_warm_embrace": "Chauffage délicat",
"iot_dry_wool": "Woolmark",
"jeans": "Jeans",
"mix_and_dry": "Mix&Dry",
"pets": "Animaux de compagnie",
"pre_iron": "Pré-repassage",
"rapid_30": "Rapid 30",
"rapid_45": "Rapide 45 min",
"rapid_59": "Lavage Parfait 59 Min",
"refresh": "Coup d'éclat",
"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élicat",
"synthetics": "Synthétiques",
"total_care": "Total Care",
"trainers": "Baskets",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Entretien imperméable",
"whites": "Blancs",
"wool": "Séchage Laine",
"woolmark": "Woolmark",
"xxl_load": "Charge XXL",
"zoom_59": "Zoom 59"
},
"name": "Programme"
},
"room_temperature": {
"name": "Température ambiante"
},
"humidity": {
"name": "Humidité"
},
"freezer_temp": {
"name": "Température du congélateur"
},
"fridge_temp": {
"name": "Température du réfrigérateur"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_10_heating": "Fonction Chauffage 10 °C", "iot_10_heating": "Fonction Chauffage 10 °C",
@ -545,6 +293,143 @@
}, },
"name": "Programme" "name": "Programme"
}, },
"programs_td": {
"state": {
"active_dry": "Séchage 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ées",
"delicates": "Délicat",
"duvet": "Couette",
"eco": "Coton Éco",
"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îchissante 30 minutes",
"hqd_cold_wind_timing": "Brise rafraîchissante ",
"hqd_cotton": "Coton",
"hqd_curtain": "Rideaux",
"hqd_delicate": "Délicats",
"hqd_diaper": "Couches",
"hqd_duvet": "Couette",
"hqd_feather": "Vestes en duvet",
"hqd_hot_wind_timing": "Air chaud",
"hqd_hygienic": "Hygiénisation",
"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élangés",
"hqd_night_dry": "Séchage toute la nuit",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Rapide 20",
"hqd_quick_30": "Rapide 30",
"hqd_quick_dry": "Séchage rapide 30",
"hqd_quilt": "Couvertures",
"hqd_refresh": "Rafraîchissement",
"hqd_school_uniform": "Uniforme scolaire",
"hqd_shirt": "Chemises",
"hqd_shoes": "Chaussures",
"hqd_silk": "Soie",
"hqd_sports": "Sport",
"hqd_synthetics": "Synthétiques",
"hqd_timer": "Temporisé",
"hqd_towel": "Serviettes",
"hqd_underwear": "Sous-vêtements",
"hqd_warm_up": "Réveil",
"hqd_wool": "Laine",
"hqd_working_suit": "Vêtements de travail",
"hygiene": "Hygiène",
"iot_checkup": "Vérification",
"iot_dry_anti_mites": "Anti-acariens",
"iot_dry_baby": "Baby",
"iot_dry_backpacks": "Sac à 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": "Élimination de l\\'humidité",
"iot_dry_delicates": "Délicats",
"iot_dry_delicate_tablecloths": "Nappes délicates",
"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étiques",
"iot_dry_gym_fit": "Sport",
"iot_dry_lingerie": "Lingerie",
"iot_dry_mixed": "Tissus mélangés",
"iot_dry_playsuits": "Combinaisons",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Rapide 59'.",
"iot_dry_refresh": "Coup d\\'éclat",
"iot_dry_regenerates_waterproof": "Imperméabilisant",
"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étiques",
"iot_dry_synthetic_dry": "Séchage des synthétiques",
"iot_dry_tablecloths": "Nappes",
"iot_dry_technical_fabrics": "Textiles techniques",
"iot_dry_warm_embrace": "Chauffage délicat",
"iot_dry_wool": "Woolmark",
"jeans": "Jeans",
"mix_and_dry": "Mix&Dry",
"pets": "Animaux de compagnie",
"pre_iron": "Pré-repassage",
"rapid_30": "Rapid 30",
"rapid_45": "Rapide 45 min",
"rapid_59": "Lavage Parfait 59 Min",
"refresh": "Coup d'éclat",
"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élicat",
"synthetics": "Synthétiques",
"total_care": "Total Care",
"trainers": "Baskets",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Entretien imperméable",
"whites": "Blancs",
"wool": "Séchage Laine",
"woolmark": "Woolmark",
"xxl_load": "Charge XXL",
"zoom_59": "Zoom 59"
},
"name": "Programme"
},
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "Couleurs 20 °C et cotons", "20_degrees_coloured_cottons": "Couleurs 20 °C et cotons",
@ -556,7 +441,7 @@
"allergy_care_pro": "Soin Allergie Pro", "allergy_care_pro": "Soin Allergie Pro",
"all_in_one_49": "Tout-en-un 49'.", "all_in_one_49": "Tout-en-un 49'.",
"all_in_one_59": "Tout-en-un 59'.", "all_in_one_59": "Tout-en-un 59'.",
"all_in_one_59_steam": "Lavage actif + vapeur", "all_in_one_59_steam": "Tout-en-un 59' + vapeur",
"autocare": "Autocare", "autocare": "Autocare",
"autoclean": "Nettoyage du tambour", "autoclean": "Nettoyage du tambour",
"baby_60": "Bébé 60°C", "baby_60": "Bébé 60°C",
@ -622,7 +507,7 @@
"iot_active_steam": "Vapeur d'eau", "iot_active_steam": "Vapeur d'eau",
"iot_active_wash_steam": "Lavage actif", "iot_active_wash_steam": "Lavage actif",
"iot_allergy_care_pro": "Soin Allergie Pro", "iot_allergy_care_pro": "Soin Allergie Pro",
"iot_all_in_one_59_steam": "Lavage actif + vapeur", "iot_all_in_one_59_steam": "Tout-en-un 59' + vapeur",
"iot_checkup": "Vérification", "iot_checkup": "Vérification",
"iot_colour_59_steam": "Couleurs 59' + Vapeur", "iot_colour_59_steam": "Couleurs 59' + Vapeur",
"iot_cottons_steam": "Coton + Vapeur d'eau", "iot_cottons_steam": "Coton + Vapeur d'eau",
@ -889,9 +774,149 @@
"sparkling": "Pétillant", "sparkling": "Pétillant",
"white": "Blanc" "white": "Blanc"
} }
},
"dry_time": {
"name": "Temps de séchage"
},
"power": {
"name": "Niveau de puissance"
},
"remaining_time": {
"name": "Temps restant"
},
"temperature": {
"name": "Température"
},
"water_efficiency": {
"name": "Efficacité en eau"
},
"water_saving": {
"name": "Économies d'eau"
},
"duration": {
"name": "Durée"
},
"target_temperature": {
"name": "Température souhaitée"
},
"spin_speed": {
"name": "Essorage"
},
"steam_leve": {
"name": "Niveau de vapeur"
},
"dirt_level": {
"name": "Niveau de saleté"
},
"delay_time": {
"name": "Démarrage Différé"
},
"suggested_load": {
"name": "Capacité de charge"
},
"energy_label": {
"name": "Efficacité énergétique"
},
"det_dust": {
"name": "Poudre"
},
"det_liquid": {
"name": "Liquide"
},
"errors": {
"name": "Erreur"
},
"programs": {
"name": "Programme actuel"
},
"room_temperature": {
"name": "Température ambiante"
},
"humidity": {
"name": "Humidité"
},
"cycles_total": {
"name": "Cycles Total"
},
"energy_total": {
"name": "Consommation dénergie Total"
},
"water_total": {
"name": "Efficacité en eau Total"
},
"energy_current": {
"name": "Consommation dénergie Actuel"
},
"water_current": {
"name": "Efficacité en eau Actuel"
},
"freezer_temp": {
"name": "Température du congélateur"
},
"fridge_temp": {
"name": "Température du réfrigérateur"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "Pas de séchage",
"iron_dry": "Fer",
"no_dry_iron": "Prêt à ranger",
"cupboard_dry": "Prêt à ranger",
"extra_dry": "Extra sec",
"ready_to_wear": "Prêt à porter"
},
"name": "Niveau de séchage"
},
"eco_pilot": {
"state": {
"touch_off": "Désactivé",
"avoid_touch": "Évitez de toucher",
"follow_touch": "Suivi",
"unknown": "unknown"
},
"name": "Pilote éco"
},
"fan_mode": {
"state": {
"high": "Élevé",
"mid": "Intermédiaire ",
"low": "Faible",
"auto": "Automatique"
}
},
"ref_zones": {
"state": {
"fridge": "Réfrigérateur",
"freezer": "Congélateur",
"vtroom1": "My Zone",
"fridge_freezer": "Réfrigérateur & Congélateur"
},
"name": "Zone"
},
"programs_ac": {
"state": {
"iot_10_heating": "Fonction Chauffage 10 °C",
"iot_auto": "Automatique",
"iot_cool": "Frais",
"iot_dry": "Sec",
"iot_fan": "Ventilateur",
"iot_heat": "Chaleur",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Auto-purification",
"iot_self_clean": "Auto-nettoyage",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Démarrez maintenant",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Froid",
"iot_uv_and_dry": "UV + Déshumidificateur",
"iot_uv_and_fan": "UV + ventilateur",
"iot_uv_and_heat": "UV + Chaleur"
},
"name": "Programme"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"59_min": "Rapide 59'", "59_min": "Rapide 59'",
@ -1241,7 +1266,7 @@
"allergy_care_pro": "Soin Allergie Pro", "allergy_care_pro": "Soin Allergie Pro",
"all_in_one_49": "Tout-en-un 49'.", "all_in_one_49": "Tout-en-un 49'.",
"all_in_one_59": "Tout-en-un 59'.", "all_in_one_59": "Tout-en-un 59'.",
"all_in_one_59_steam": "Lavage actif + vapeur", "all_in_one_59_steam": "Tout-en-un 59' + vapeur",
"autocare": "Autocare", "autocare": "Autocare",
"autoclean": "Nettoyage du tambour", "autoclean": "Nettoyage du tambour",
"baby_60": "Bébé 60°C", "baby_60": "Bébé 60°C",
@ -1307,7 +1332,7 @@
"iot_active_steam": "Vapeur d'eau", "iot_active_steam": "Vapeur d'eau",
"iot_active_wash_steam": "Lavage actif", "iot_active_wash_steam": "Lavage actif",
"iot_allergy_care_pro": "Soin Allergie Pro", "iot_allergy_care_pro": "Soin Allergie Pro",
"iot_all_in_one_59_steam": "Lavage actif + vapeur", "iot_all_in_one_59_steam": "Tout-en-un 59' + vapeur",
"iot_checkup": "Vérification", "iot_checkup": "Vérification",
"iot_colour_59_steam": "Couleurs 59' + Vapeur", "iot_colour_59_steam": "Couleurs 59' + Vapeur",
"iot_cottons_steam": "Coton + Vapeur d'eau", "iot_cottons_steam": "Coton + Vapeur d'eau",
@ -1540,69 +1565,6 @@
}, },
"name": "Programme" "name": "Programme"
}, },
"dry_levels": {
"state": {
"0": "Pas de séchage",
"1": "Fer",
"2": "Prêt à ranger",
"3": "Prêt à ranger",
"4": "Extra sec",
"12": "Fer",
"13": "Prêt à ranger",
"14": "Prêt à porter",
"15": "Extra sec",
"11": "Pas de séchage"
},
"name": "Niveau de séchage"
},
"spin_speed": {
"name": "Essorage"
},
"temperature": {
"name": "Température"
},
"dry_time": {
"name": "Temps de séchage"
},
"eco_pilot": {
"state": {
"0": "Désactivé",
"1": "Évitez de toucher",
"2": "Suivi"
},
"name": "Pilote éco"
},
"fan_mode": {
"state": {
"1": "Élevé",
"2": "Intermédiaire ",
"3": "Faible",
"4": "Automatique",
"5": "Automatique"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "Fonction Chauffage 10 °C",
"iot_auto": "Automatique",
"iot_cool": "Frais",
"iot_dry": "Sec",
"iot_fan": "Ventilateur",
"iot_heat": "Chaleur",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Auto-purification",
"iot_self_clean": "Auto-nettoyage",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Démarrez maintenant",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Froid",
"iot_uv_and_dry": "UV + Déshumidificateur",
"iot_uv_and_fan": "UV + ventilateur",
"iot_uv_and_heat": "UV + Chaleur"
},
"name": "Programme"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"auto_set": "AUTO-SET", "auto_set": "AUTO-SET",
@ -1626,17 +1588,17 @@
}, },
"name": "Programme" "name": "Programme"
}, },
"dry_time": {
"name": "Temps de séchage"
},
"spin_speed": {
"name": "Essorage"
},
"temperature": {
"name": "Température"
},
"remaining_time": { "remaining_time": {
"name": "Temps restant" "name": "Temps restant"
},
"ref_zones": {
"state": {
"fridge": "Réfrigérateur",
"freezer": "Congélateur",
"vtroom1": "My Zone",
"fridge_freezer": "Réfrigérateur & Congélateur"
},
"name": "Zone"
} }
}, },
"switch": { "switch": {
@ -1724,18 +1686,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"auto_dose": {
"name": "Dose automatique"
},
"good_night": {
"name": "Bonne nuit"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "Dose automatique Adoucissant" "name": "Dose automatique Adoucissant"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "Dose automatique Lessive" "name": "Dose automatique Lessive"
}, },
"good_night": {
"name": "Bonne nuit"
},
"auto_set": { "auto_set": {
"name": "Réglage automatique" "name": "Réglage automatique"
}, },
@ -1747,6 +1706,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "Réfrigérateur" "name": "Réfrigérateur"
},
"night_mode": {
"name": "Mode nuit"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -1768,27 +1730,12 @@
"anti_crease": { "anti_crease": {
"name": "Anti-pli" "name": "Anti-pli"
}, },
"aqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"spin_speed": { "spin_speed": {
"name": "Essorage" "name": "Essorage"
}, },
"programs_dw": {
"name": "Programme"
},
"programs_ih": {
"name": "Programme"
},
"programs_ov": {
"name": "Programme"
},
"programs_td": {
"name": "Programme"
},
"programs_wm": {
"name": "Programme"
},
"still_hot": { "still_hot": {
"name": "Encore chaud" "name": "Encore chaud"
}, },
@ -1819,12 +1766,6 @@
"prewash": { "prewash": {
"name": "Prélavage" "name": "Prélavage"
}, },
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Dose automatique"
},
"buzzer": { "buzzer": {
"name": "Sonnerie de fin de cycle" "name": "Sonnerie de fin de cycle"
}, },
@ -1850,6 +1791,17 @@
"name": "Remplacement du filtre" "name": "Remplacement du filtre"
} }
}, },
"button": {
"induction_hob": {
"name": "Table de cuisson à induction"
},
"start_program": {
"name": "Programme Démarrer"
},
"stop_program": {
"name": "Programme Arrêter"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "Gestion de la puissance" "name": "Gestion de la puissance"
@ -1888,20 +1840,33 @@
"name": "Température cible Réfrigérateur" "name": "Température cible Réfrigérateur"
} }
}, },
"button": {
"induction_hob": {
"name": "Table de cuisson à induction"
},
"start_program": {
"name": "Programme Démarrer"
},
"stop_program": {
"name": "Programme Arrêter"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "Climatiseur" "name": "Climatiseur",
"state_attributes": {
"preset_mode": {
"name": "Programmes",
"state": {
"iot_10_heating": "Fonction Chauffage 10 °C",
"iot_auto": "Automatique",
"iot_cool": "Frais",
"iot_dry": "Sec",
"iot_fan": "Ventilateur",
"iot_heat": "Chaleur",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Auto-purification",
"iot_self_clean": "Auto-nettoyage",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Démarrez maintenant",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Froid",
"iot_uv_and_dry": "UV + Déshumidificateur",
"iot_uv_and_fan": "UV + ventilateur",
"iot_uv_and_heat": "UV + Chaleur"
}
}
}
}, },
"fridge": { "fridge": {
"name": "Réfrigérateur", "name": "Réfrigérateur",

View File

@ -3,206 +3,73 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "מוּכָן", "ready": "מוּכָן",
"1": "מוּכָן", "running": "התוכנית פועלת",
"3": "הַפסָקָה", "pause": "הַפסָקָה",
"4": "מתוזמן", "scheduled": "מתוזמן",
"5": "מתוזמן", "error": "שְׁגִיאָה",
"6": "שְׁגִיאָה", "test": "Test",
"7": "מוּכָן", "ending": "Stopping cycle…"
"2": "התוכנית פועלת", }
"8": "Test", },
"9": "Stopping cycle…" "mach_modes_ac": {
"state": {
"auto": "Auto",
"cool": "Cool",
"dry": "Dry",
"heat": "Heat",
"fan": "Fan"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "מוּכָן", "ready": "מוּכָן",
"1": "לִשְׁטוֹף", "spin": "Spin",
"2": "לִשְׁטוֹף", "rinse": "לִשְׁטוֹף",
"3": "Spin", "drying": "יִבּוּשׁ",
"4": "לִשְׁטוֹף", "steam": "קִיטוֹר",
"5": "לִשְׁטוֹף", "weighting": "Weighing ",
"6": "לִשְׁטוֹף", "scheduled": "מתוזמן",
"7": "יִבּוּשׁ", "tumbling": "שמור על טריות",
"9": "קִיטוֹר", "refresh": "Refresh",
"10": "מוּכָן", "heating": "Heating",
"11": "Spin", "washing": "לִשְׁטוֹף"
"12": "Weighing ",
"13": "Weighing ",
"14": "לִשְׁטוֹף",
"15": "לִשְׁטוֹף",
"16": "לִשְׁטוֹף",
"17": "לִשְׁטוֹף",
"18": "לִשְׁטוֹף",
"19": "מתוזמן",
"20": "שמור על טריות",
"24": "Refresh",
"25": "לִשְׁטוֹף",
"26": "Heating",
"27": "לִשְׁטוֹף"
}, },
"name": "שלב" "name": "שלב"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "מוּכָן", "ready": "מוּכָן",
"1": "Drying", "heat_stroke": "Drying",
"2": "יִבּוּשׁ", "drying": "יִבּוּשׁ",
"3": "Cooldown", "cooldown": "Cooldown",
"13": "Cooldown", "unknown": "unknown",
"14": "Drying", "tumbling": "Keep Fresh"
"15": "Drying",
"16": "Cooldown",
"18": "Keep Fresh",
"19": "יִבּוּשׁ",
"20": "יִבּוּשׁ",
"11": "מוּכָן",
"17": "unknown",
"12": "unknown"
}, },
"name": "שלב" "name": "שלב"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "מוּכָן", "ready": "מוּכָן",
"1": "Prewash", "prewash": "Prewash",
"2": "לִשְׁטוֹף", "washing": "לִשְׁטוֹף",
"3": "לִשְׁטוֹף", "rinse": "לִשְׁטוֹף",
"4": "יִבּוּשׁ", "drying": "יִבּוּשׁ",
"5": "מוּכָן", "hot_rinse": "Hot rinse"
"6": "Hot rinse"
}, },
"name": "שלב" "name": "שלב"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "ללא ייבוש", "no_dry": "ללא ייבוש",
"1": "בַּרזֶל", "iron_dry": "בַּרזֶל",
"2": "לא לייבש ברזל", "no_dry_iron": "לא לייבש ברזל",
"3": "ארון יבש", "cupboard_dry": "ארון יבש",
"4": "יבש במיוחד", "extra_dry": "יבש במיוחד",
"12": "בַּרזֶל", "ready_to_wear": "Ready to wear"
"13": "ארון יבש",
"14": "Ready to wear",
"15": "יבש במיוחד",
"11": "ללא ייבוש"
}, },
"name": "רמת ייבוש" "name": "רמת ייבוש"
}, },
"anti_crease": {
"name": "Anticrease"
},
"power": {
"name": "Power level"
},
"remaining_time": {
"name": "זמן שנותר"
},
"temperature": {
"name": "Temperature"
},
"water_efficiency": {
"name": "Water efficiency"
},
"water_saving": {
"name": "Water savings"
},
"duration": {
"name": "מֶשֶׁך"
},
"target_temperature": {
"name": "Target temperature"
},
"spin_speed": {
"name": "סיבוב"
},
"steam_leve": {
"name": "מפלס קיטור"
},
"dirt_level": {
"name": "רמת עפר"
},
"delay_time": {
"name": "Delay Start"
},
"dry_time": {
"name": "זמן ייבוש"
},
"suggested_load": {
"name": "יכולת עומס"
},
"energy_label": {
"name": "חסכון באנרגיה"
},
"det_dust": {
"name": "Powder detergent"
},
"det_liquid": {
"name": "Liquid detergent"
},
"errors": {
"name": "Error"
},
"programs": {
"name": "Current program"
},
"cycles_total": {
"name": "מחזורים Total"
},
"energy_total": {
"name": "Energy Consumption Total"
},
"water_total": {
"name": "Water efficiency Total"
},
"energy_current": {
"name": "Energy Consumption Current"
},
"water_current": {
"name": "Water efficiency Current"
},
"mach_modes_ac": {
"state": {
"0": "Auto",
"1": "Cool",
"2": "Cool",
"3": "Dry",
"4": "Heat",
"5": "Fan",
"6": "Fan"
}
},
"programs_td": {
"state": {
"genius": "Genius",
"hqd_bath_towel": "Bath towel",
"hqd_bulky": "Bulky",
"hqd_cold_wind_30": "Cold wind 30 minutes",
"hqd_cold_wind_timing": "Cold wind",
"hqd_hot_wind_timing": "Hot wind",
"hqd_luxury": "Luxury",
"hqd_night_dry": "Night dry",
"hqd_refresh": "Refresh",
"hqd_timer": "תוזמן",
"hqd_warm_up": "Warm up",
"hqd_working_suit": "Working suit",
"iot_dry_synthetic_dry": "סינתטי יבש"
},
"name": "Program"
},
"room_temperature": {
"name": "Room temperature"
},
"humidity": {
"name": "Humidity"
},
"freezer_temp": {
"name": "Freezer temperature"
},
"fridge_temp": {
"name": "Fridge temperature"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_simple_start": "התחל עכשיו" "iot_simple_start": "התחל עכשיו"
@ -236,6 +103,24 @@
}, },
"name": "Program" "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": "תוזמן",
"hqd_warm_up": "Warm up",
"hqd_working_suit": "Working suit",
"iot_dry_synthetic_dry": "סינתטי יבש"
},
"name": "Program"
},
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_new_energy_label": "20 מעלות צלזיוס", "20_degrees_new_energy_label": "20 מעלות צלזיוס",
@ -246,7 +131,7 @@
"allergy_care_pro": "Allergy Care Pro", "allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "All in One 49 '", "all_in_one_49": "All in One 49 '",
"all_in_one_59": "All in One 59 '", "all_in_one_59": "All in One 59 '",
"all_in_one_59_steam": "שטיפה פעילה", "all_in_one_59_steam": "All in One 59 '",
"autocare": "טיפול אוטומטי", "autocare": "טיפול אוטומטי",
"autoclean": "ניקוי אוטומטי", "autoclean": "ניקוי אוטומטי",
"baby_60": "BABY_60", "baby_60": "BABY_60",
@ -276,7 +161,7 @@
"iot_active_steam": "קִיטוֹר", "iot_active_steam": "קִיטוֹר",
"iot_active_wash_steam": "שטיפה פעילה", "iot_active_wash_steam": "שטיפה פעילה",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "שטיפה פעילה", "iot_all_in_one_59_steam": "All in One 59 '",
"iot_checkup": "בְּדִיקָה", "iot_checkup": "בְּדִיקָה",
"iot_delicati_59_steam": "DELICATI_59", "iot_delicati_59_steam": "DELICATI_59",
"iot_dry_air_refresh": "רענון אוויר", "iot_dry_air_refresh": "רענון אוויר",
@ -447,9 +332,133 @@
}, },
"programs_wc": { "programs_wc": {
"state": {} "state": {}
},
"dry_time": {
"name": "זמן ייבוש"
},
"power": {
"name": "Power level"
},
"remaining_time": {
"name": "זמן שנותר"
},
"temperature": {
"name": "Temperature"
},
"water_efficiency": {
"name": "Water efficiency"
},
"water_saving": {
"name": "Water savings"
},
"duration": {
"name": "מֶשֶׁך"
},
"target_temperature": {
"name": "Target temperature"
},
"spin_speed": {
"name": "סיבוב"
},
"steam_leve": {
"name": "מפלס קיטור"
},
"dirt_level": {
"name": "רמת עפר"
},
"delay_time": {
"name": "Delay Start"
},
"suggested_load": {
"name": "יכולת עומס"
},
"energy_label": {
"name": "חסכון באנרגיה"
},
"det_dust": {
"name": "Powder detergent"
},
"det_liquid": {
"name": "Liquid detergent"
},
"errors": {
"name": "Error"
},
"programs": {
"name": "Current program"
},
"room_temperature": {
"name": "Room temperature"
},
"humidity": {
"name": "Humidity"
},
"cycles_total": {
"name": "מחזורים Total"
},
"energy_total": {
"name": "Energy Consumption Total"
},
"water_total": {
"name": "Water efficiency Total"
},
"energy_current": {
"name": "Energy Consumption Current"
},
"water_current": {
"name": "Water efficiency Current"
},
"freezer_temp": {
"name": "Freezer temperature"
},
"fridge_temp": {
"name": "Fridge temperature"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "ללא ייבוש",
"iron_dry": "בַּרזֶל",
"no_dry_iron": "לא לייבש ברזל",
"cupboard_dry": "ארון יבש",
"extra_dry": "יבש במיוחד",
"ready_to_wear": "Ready to wear"
},
"name": "רמת ייבוש"
},
"eco_pilot": {
"state": {
"touch_off": "Off",
"avoid_touch": "Avoid touch",
"follow_touch": "Follow",
"unknown": "unknown"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"high": "High",
"mid": "Medium ",
"low": "Low",
"auto": "Auto"
}
},
"ref_zones": {
"state": {
"fridge": "Fridge",
"freezer": "Freezer",
"vtroom1": "My Zone",
"fridge_freezer": "Fridge & Freezer"
},
"name": "Zone"
},
"programs_ac": {
"state": {
"iot_simple_start": "התחל עכשיו"
},
"name": "Program"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"gentle_wash": "Gentle wash", "gentle_wash": "Gentle wash",
@ -505,7 +514,7 @@
"allergy_care_pro": "Allergy Care Pro", "allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "All in One 49 '", "all_in_one_49": "All in One 49 '",
"all_in_one_59": "All in One 59 '", "all_in_one_59": "All in One 59 '",
"all_in_one_59_steam": "שטיפה פעילה", "all_in_one_59_steam": "All in One 59 '",
"autocare": "טיפול אוטומטי", "autocare": "טיפול אוטומטי",
"autoclean": "ניקוי אוטומטי", "autoclean": "ניקוי אוטומטי",
"baby_60": "BABY_60", "baby_60": "BABY_60",
@ -535,7 +544,7 @@
"iot_active_steam": "קִיטוֹר", "iot_active_steam": "קִיטוֹר",
"iot_active_wash_steam": "שטיפה פעילה", "iot_active_wash_steam": "שטיפה פעילה",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "שטיפה פעילה", "iot_all_in_one_59_steam": "All in One 59 '",
"iot_checkup": "בְּדִיקָה", "iot_checkup": "בְּדִיקָה",
"iot_delicati_59_steam": "DELICATI_59", "iot_delicati_59_steam": "DELICATI_59",
"iot_dry_air_refresh": "רענון אוויר", "iot_dry_air_refresh": "רענון אוויר",
@ -692,53 +701,6 @@
}, },
"name": "Program" "name": "Program"
}, },
"dry_levels": {
"state": {
"0": "ללא ייבוש",
"1": "בַּרזֶל",
"2": "לא לייבש ברזל",
"3": "ארון יבש",
"4": "יבש במיוחד",
"12": "בַּרזֶל",
"13": "ארון יבש",
"14": "Ready to wear",
"15": "יבש במיוחד",
"11": "ללא ייבוש"
},
"name": "רמת ייבוש"
},
"spin_speed": {
"name": "סיבוב"
},
"temperature": {
"name": "Temperature"
},
"dry_time": {
"name": "זמן ייבוש"
},
"eco_pilot": {
"state": {
"0": "Off",
"1": "Avoid touch",
"2": "Follow"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"1": "High",
"2": "Medium ",
"3": "Low",
"4": "Auto",
"5": "Auto"
}
},
"programs_ac": {
"state": {
"iot_simple_start": "התחל עכשיו"
},
"name": "Program"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"chiller": "Quick cool", "chiller": "Quick cool",
@ -751,17 +713,17 @@
}, },
"name": "Program" "name": "Program"
}, },
"dry_time": {
"name": "זמן ייבוש"
},
"spin_speed": {
"name": "סיבוב"
},
"temperature": {
"name": "Temperature"
},
"remaining_time": { "remaining_time": {
"name": "זמן שנותר" "name": "זמן שנותר"
},
"ref_zones": {
"state": {
"fridge": "Fridge",
"freezer": "Freezer",
"vtroom1": "My Zone",
"fridge_freezer": "Fridge & Freezer"
},
"name": "Zone"
} }
}, },
"switch": { "switch": {
@ -849,18 +811,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"auto_dose": {
"name": "מינון אוטומטי"
},
"good_night": {
"name": "לילה טוב"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "מינון אוטומטי מרכך" "name": "מינון אוטומטי מרכך"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "מינון אוטומטי חומר ניקוי" "name": "מינון אוטומטי חומר ניקוי"
}, },
"good_night": {
"name": "לילה טוב"
},
"auto_set": { "auto_set": {
"name": "Auto-Set" "name": "Auto-Set"
}, },
@ -872,6 +831,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "Refrigerator" "name": "Refrigerator"
},
"night_mode": {
"name": "Night mode"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -893,27 +855,12 @@
"anti_crease": { "anti_crease": {
"name": "Anticrease" "name": "Anticrease"
}, },
"aqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"spin_speed": { "spin_speed": {
"name": "סיבוב" "name": "סיבוב"
}, },
"programs_dw": {
"name": "Program"
},
"programs_ih": {
"name": "Program"
},
"programs_ov": {
"name": "Program"
},
"programs_td": {
"name": "Program"
},
"programs_wm": {
"name": "Program"
},
"still_hot": { "still_hot": {
"name": "Still hot" "name": "Still hot"
}, },
@ -944,12 +891,6 @@
"prewash": { "prewash": {
"name": "שטיפה מראש" "name": "שטיפה מראש"
}, },
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "מינון אוטומטי"
},
"buzzer": { "buzzer": {
"name": "Cycle end chime" "name": "Cycle end chime"
}, },
@ -975,6 +916,17 @@
"name": "Filter replacement" "name": "Filter replacement"
} }
}, },
"button": {
"induction_hob": {
"name": "Induction Hob"
},
"start_program": {
"name": "Program Start"
},
"stop_program": {
"name": "Program Stop"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "Power management" "name": "Power management"
@ -1013,20 +965,17 @@
"name": "Target temperature Fridge" "name": "Target temperature Fridge"
} }
}, },
"button": {
"induction_hob": {
"name": "Induction Hob"
},
"start_program": {
"name": "Program Start"
},
"stop_program": {
"name": "Program Stop"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "Air conditioner" "name": "Air conditioner",
"state_attributes": {
"preset_mode": {
"name": "Programs",
"state": {
"iot_simple_start": "התחל עכשיו"
}
}
}
}, },
"fridge": { "fridge": {
"name": "Fridge", "name": "Fridge",

View File

@ -3,325 +3,73 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "Spremno", "ready": "Spremno",
"1": "Spremno", "running": "Program u tijeku",
"3": "Zaustavi", "pause": "Zaustavi",
"4": "Zakazano", "scheduled": "Zakazano",
"5": "Zakazano", "error": "Greška",
"6": "Greška", "test": "Test",
"7": "Spremno", "ending": "Zaustavljanje ciklusa…"
"2": "Program u tijeku", }
"8": "Test", },
"9": "Zaustavljanje ciklusa…" "mach_modes_ac": {
"state": {
"auto": "Automatski",
"cool": "Hlađenje",
"dry": "Sušenje",
"heat": "Zagrijavanje",
"fan": "Ventilator"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "Spremno", "ready": "Spremno",
"1": "Pranje", "spin": "Okretaj",
"2": "Pranje", "rinse": "Ispiranje",
"3": "Okretaj", "drying": "Sušenje",
"4": "Ispiranje", "steam": "Para",
"5": "Ispiranje", "weighting": "Mjerenje težine ",
"6": "Ispiranje", "scheduled": "Zakazano",
"7": "Sušenje", "tumbling": "Održavanje svježine",
"9": "Para", "refresh": "Protiv neugodnih mirisa",
"10": "Spremno", "heating": "Grijanje",
"11": "Okretaj", "washing": "Pranje"
"12": "Mjerenje težine ",
"13": "Mjerenje težine ",
"14": "Pranje",
"15": "Pranje",
"16": "Pranje",
"17": "Ispiranje",
"18": "Ispiranje",
"19": "Zakazano",
"20": "Održavanje svježine",
"24": "Protiv neugodnih mirisa",
"25": "Pranje",
"26": "Grijanje",
"27": "Pranje"
}, },
"name": "Faza" "name": "Faza"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "Spremno", "ready": "Spremno",
"1": "Sušenje", "heat_stroke": "Sušenje",
"2": "Sušenje", "drying": "Sušenje",
"3": "Hlađenje", "cooldown": "Hlađenje",
"13": "Hlađenje", "unknown": "unknown",
"14": "Sušenje", "tumbling": "Održi svježim"
"15": "Sušenje",
"16": "Hlađenje",
"18": "Održi svježim",
"19": "Sušenje",
"20": "Sušenje",
"11": "Spremno",
"17": "unknown",
"12": "unknown"
}, },
"name": "Faza" "name": "Faza"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "Spremno", "ready": "Spremno",
"1": "Pretpranje", "prewash": "Pretpranje",
"2": "Pranje", "washing": "Pranje",
"3": "Ispiranje", "rinse": "Ispiranje",
"4": "Sušenje", "drying": "Sušenje",
"5": "Spremno", "hot_rinse": "Hot rinse"
"6": "Hot rinse"
}, },
"name": "Faza" "name": "Faza"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "Bez sušenja", "no_dry": "Bez sušenja",
"1": "Suho za glačanje", "iron_dry": "Suho za glačanje",
"2": "Suho za spremanje", "no_dry_iron": "Suho za spremanje",
"3": "Suho za spremanje", "cupboard_dry": "Suho za spremanje",
"4": "Potpuno suho", "extra_dry": "Potpuno suho",
"12": "Suho za glačanje", "ready_to_wear": "Spremno za nošenje"
"13": "Suho za spremanje",
"14": "Spremno za nošenje",
"15": "Potpuno suho",
"11": "Bez sušenja"
}, },
"name": "Stupanj suhoće" "name": "Stupanj suhoće"
}, },
"anti_crease": {
"name": "Sprečavanje gužvanja"
},
"power": {
"name": "Razina napajanja"
},
"remaining_time": {
"name": "Preostalo vrijeme"
},
"temperature": {
"name": "Temperatura"
},
"water_efficiency": {
"name": "Učinkovitost vode"
},
"water_saving": {
"name": "Ušteda 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četka"
},
"dry_time": {
"name": "Trajanje sušenja"
},
"suggested_load": {
"name": "Kapacitet rublja"
},
"energy_label": {
"name": "Energetska učinkovitost"
},
"det_dust": {
"name": "Prašak"
},
"det_liquid": {
"name": "Tekućina"
},
"errors": {
"name": "Greška"
},
"programs": {
"name": "Trenutačni program"
},
"cycles_total": {
"name": "Programi Ukupno"
},
"energy_total": {
"name": "Potrošnja energije Ukupno"
},
"water_total": {
"name": "Učinkovitost vode Ukupno"
},
"energy_current": {
"name": "Potrošnja energije Current"
},
"water_current": {
"name": "Učinkovitost vode Current"
},
"mach_modes_ac": {
"state": {
"0": "Automatski",
"1": "Hlađenje",
"2": "Hlađenje",
"3": "Sušenje",
"4": "Zagrijavanje",
"5": "Ventilator",
"6": "Ventilator"
}
},
"programs_td": {
"state": {
"active_dry": "Aktivno sušenje",
"allergy_care": "Antialergijski",
"all_in_one": "All in One",
"antiallergy": "Antialergijski",
"anti_odours": "Protiv neugodnih mirisa",
"auto_care": "Auto Care",
"baby": "Dječje rublje",
"bed_quilt": "Pokrivači",
"care_30": "Njega 30",
"care_45": "Njega 45",
"care_59": "Njega 59",
"coloured": "Šareno",
"daily_45_min": "Dnevni 45'",
"daily_perfect_59_min": "Dnevni Perfect 59'",
"darks_and_coloured": "Tamno & Šareno",
"delicates": "Osjetljivo",
"duvet": "Popluni",
"eco": "Ekološki pamuk",
"ecospeed_cottons": "Ecospeed Pamuk",
"ecospeed_delicates": "Ecospeed osjetljivo",
"ecospeed_mixed": "Ecospeed Miješane tkanine",
"extra_hygiene": "Extra higijenski",
"fitness": "Fitness",
"fresh_care": "Svježa njega",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Ručnici",
"hqd_bed_sheets": "Plahte",
"hqd_bulky": "Glomazni komadi",
"hqd_casual": "Opušteno",
"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ći 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šano rublje",
"hqd_night_dry": "Sušenje preko noći",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious Cure",
"hqd_quick_20": "Brzo 20",
"hqd_quick_30": "Brzo 30",
"hqd_quick_dry": "Brzo sušenje 30",
"hqd_quilt": "Popluni",
"hqd_refresh": "Protiv neugodnih mirisa",
"hqd_school_uniform": "Školska uniforma",
"hqd_shirt": "Majice",
"hqd_shoes": "Cipele",
"hqd_silk": "Svila",
"hqd_sports": "Sportska odjeća",
"hqd_synthetics": "Sintetika",
"hqd_timer": "Vremenski definirano",
"hqd_towel": "Ručnici",
"hqd_underwear": "Donje rublje",
"hqd_warm_up": "Zagrijavanje",
"hqd_wool": "Vuna",
"hqd_working_suit": "Radna odjeća",
"hygiene": "Higijena",
"iot_checkup": "Kontrolni pregled",
"iot_dry_anti_mites": "Protiv grinja",
"iot_dry_baby": "Dječje rublje",
"iot_dry_backpacks": "Ruksaci",
"iot_dry_bathrobe": "Kupaonski ogrtači",
"iot_dry_bed_linen": "Posteljina",
"iot_dry_bed_quilt": "Pokrivači",
"iot_dry_cotton": "Pamuk",
"iot_dry_cuddly_toys": "Plišane igračke",
"iot_dry_curtains": "Zavjese",
"iot_dry_dehumidifier": "Odstranjivač vlage",
"iot_dry_delicates": "Osjetljivo",
"iot_dry_delicate_tablecloths": "Osjetljivi stolnjaci",
"iot_dry_denim_jeans": "Traper 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čko rublje",
"iot_dry_gym_fit": "Fitness odjeća",
"iot_dry_lingerie": "Donje rublje",
"iot_dry_mixed": "Miješane tkanine",
"iot_dry_playsuits": "Kombinezoni",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Brzi program 59.",
"iot_dry_refresh": "Osvježavanje",
"iot_dry_regenerates_waterproof": "Regeneracija vodootporne odjeće",
"iot_dry_relax_creases": "Smanjenje nabora",
"iot_dry_shirts": "Košulje",
"iot_dry_small_load": "Mali kapacitet",
"iot_dry_swimsuits_and_bikinis": "Kupaći kostimi",
"iot_dry_synthetics": "Sintetika",
"iot_dry_synthetic_dry": "Suha sintetika",
"iot_dry_tablecloths": "Stolnjaci",
"iot_dry_technical_fabrics": "Tehničko platno",
"iot_dry_warm_embrace": "Zagrijavanje",
"iot_dry_wool": "Woolmark",
"jeans": "Traper",
"mix_and_dry": "Mix&Dry",
"pets": "Kućni ljubimci",
"pre_iron": "Prije glačanja",
"rapid_30": "Rapid 30",
"rapid_45": "Brzi 45 min",
"rapid_59": "Perfect Rapid 59 Min",
"refresh": "Osvježavanje",
"relax_creases": "Smanjenje nabora",
"saving_30_min": "ECO 30'",
"shirts": "Košulje",
"shoes": "Cipele",
"small_load": "Mali kapacitet",
"soft_care": "Soft Care",
"sport_plus": "Sport Plus",
"super_easy_iron_misti": "Iznimno jednostavno glačanje za raznovrsne tkanine",
"super_easy_iron_xxl": "Iznimno jednostavno glačanje XXL",
"super_fast_cottons": "Super brzi Pamuk",
"super_fast_delicates": "Super brzi Osjetljivo",
"synthetics": "Sintetika",
"total_care": "Total Care",
"trainers": "Trenirke i sportska obuća",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Regeneracija vodootporne odjeće",
"whites": "Bijelo",
"wool": "Sušenje vune",
"woolmark": "Woolmark",
"xxl_load": "XXL kapacitet",
"zoom_59": "Zoom 59"
},
"name": "Program"
},
"room_temperature": {
"name": "Sobna temperatura"
},
"humidity": {
"name": "Vlažnost"
},
"freezer_temp": {
"name": "Temperatura zamrzivača"
},
"fridge_temp": {
"name": "Temperatura hladnjaka"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_10_heating": "Funkcija grijanja na 10 °C", "iot_10_heating": "Funkcija grijanja na 10 °C",
@ -545,6 +293,143 @@
}, },
"name": "Program" "name": "Program"
}, },
"programs_td": {
"state": {
"active_dry": "Aktivno sušenje",
"allergy_care": "Antialergijski",
"all_in_one": "All in One",
"antiallergy": "Antialergijski",
"anti_odours": "Protiv neugodnih mirisa",
"auto_care": "Auto Care",
"baby": "Dječje rublje",
"bed_quilt": "Pokrivači",
"care_30": "Njega 30",
"care_45": "Njega 45",
"care_59": "Njega 59",
"coloured": "Šareno",
"daily_45_min": "Dnevni 45'",
"daily_perfect_59_min": "Dnevni Perfect 59'",
"darks_and_coloured": "Tamno & Šareno",
"delicates": "Osjetljivo",
"duvet": "Popluni",
"eco": "Ekološki pamuk",
"ecospeed_cottons": "Ecospeed Pamuk",
"ecospeed_delicates": "Ecospeed osjetljivo",
"ecospeed_mixed": "Ecospeed Miješane tkanine",
"extra_hygiene": "Extra higijenski",
"fitness": "Fitness",
"fresh_care": "Svježa njega",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Ručnici",
"hqd_bed_sheets": "Plahte",
"hqd_bulky": "Glomazni komadi",
"hqd_casual": "Opušteno",
"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ći 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šano rublje",
"hqd_night_dry": "Sušenje preko noći",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious Cure",
"hqd_quick_20": "Brzo 20",
"hqd_quick_30": "Brzo 30",
"hqd_quick_dry": "Brzo sušenje 30",
"hqd_quilt": "Popluni",
"hqd_refresh": "Protiv neugodnih mirisa",
"hqd_school_uniform": "Školska uniforma",
"hqd_shirt": "Majice",
"hqd_shoes": "Cipele",
"hqd_silk": "Svila",
"hqd_sports": "Sportska odjeća",
"hqd_synthetics": "Sintetika",
"hqd_timer": "Vremenski definirano",
"hqd_towel": "Ručnici",
"hqd_underwear": "Donje rublje",
"hqd_warm_up": "Zagrijavanje",
"hqd_wool": "Vuna",
"hqd_working_suit": "Radna odjeća",
"hygiene": "Higijena",
"iot_checkup": "Kontrolni pregled",
"iot_dry_anti_mites": "Protiv grinja",
"iot_dry_baby": "Dječje rublje",
"iot_dry_backpacks": "Ruksaci",
"iot_dry_bathrobe": "Kupaonski ogrtači",
"iot_dry_bed_linen": "Posteljina",
"iot_dry_bed_quilt": "Pokrivači",
"iot_dry_cotton": "Pamuk",
"iot_dry_cuddly_toys": "Plišane igračke",
"iot_dry_curtains": "Zavjese",
"iot_dry_dehumidifier": "Odstranjivač vlage",
"iot_dry_delicates": "Osjetljivo",
"iot_dry_delicate_tablecloths": "Osjetljivi stolnjaci",
"iot_dry_denim_jeans": "Traper 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čko rublje",
"iot_dry_gym_fit": "Fitness odjeća",
"iot_dry_lingerie": "Donje rublje",
"iot_dry_mixed": "Miješane tkanine",
"iot_dry_playsuits": "Kombinezoni",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Brzi program 59.",
"iot_dry_refresh": "Osvježavanje",
"iot_dry_regenerates_waterproof": "Regeneracija vodootporne odjeće",
"iot_dry_relax_creases": "Smanjenje nabora",
"iot_dry_shirts": "Košulje",
"iot_dry_small_load": "Mali kapacitet",
"iot_dry_swimsuits_and_bikinis": "Kupaći kostimi",
"iot_dry_synthetics": "Sintetika",
"iot_dry_synthetic_dry": "Suha sintetika",
"iot_dry_tablecloths": "Stolnjaci",
"iot_dry_technical_fabrics": "Tehničko platno",
"iot_dry_warm_embrace": "Zagrijavanje",
"iot_dry_wool": "Woolmark",
"jeans": "Traper",
"mix_and_dry": "Mix&Dry",
"pets": "Kućni ljubimci",
"pre_iron": "Prije glačanja",
"rapid_30": "Rapid 30",
"rapid_45": "Brzi 45 min",
"rapid_59": "Perfect Rapid 59 Min",
"refresh": "Osvježavanje",
"relax_creases": "Smanjenje nabora",
"saving_30_min": "ECO 30'",
"shirts": "Košulje",
"shoes": "Cipele",
"small_load": "Mali kapacitet",
"soft_care": "Soft Care",
"sport_plus": "Sport Plus",
"super_easy_iron_misti": "Iznimno jednostavno glačanje za raznovrsne tkanine",
"super_easy_iron_xxl": "Iznimno jednostavno glačanje XXL",
"super_fast_cottons": "Super brzi Pamuk",
"super_fast_delicates": "Super brzi Osjetljivo",
"synthetics": "Sintetika",
"total_care": "Total Care",
"trainers": "Trenirke i sportska obuća",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Regeneracija vodootporne odjeće",
"whites": "Bijelo",
"wool": "Sušenje vune",
"woolmark": "Woolmark",
"xxl_load": "XXL kapacitet",
"zoom_59": "Zoom 59"
},
"name": "Program"
},
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "20° šareno i pamučno rublje", "20_degrees_coloured_cottons": "20° šareno i pamučno rublje",
@ -556,7 +441,7 @@
"allergy_care_pro": "Alergijska njega Pro", "allergy_care_pro": "Alergijska njega Pro",
"all_in_one_49": "Sve u jednom 49.", "all_in_one_49": "Sve u jednom 49.",
"all_in_one_59": "Sve u jednom 59.", "all_in_one_59": "Sve u jednom 59.",
"all_in_one_59_steam": "Aktivno pranje + para", "all_in_one_59_steam": "Sve u jednom 59 + para",
"autocare": "Automatska njega", "autocare": "Automatska njega",
"autoclean": "Čišćenje bubnja", "autoclean": "Čišćenje bubnja",
"baby_60": "All Baby 60°C", "baby_60": "All Baby 60°C",
@ -622,7 +507,7 @@
"iot_active_steam": "Para", "iot_active_steam": "Para",
"iot_active_wash_steam": "Aktivno pranje", "iot_active_wash_steam": "Aktivno pranje",
"iot_allergy_care_pro": "Alergijska njega Pro", "iot_allergy_care_pro": "Alergijska njega Pro",
"iot_all_in_one_59_steam": "Aktivno pranje + para", "iot_all_in_one_59_steam": "Sve u jednom 59 + para",
"iot_checkup": "Kontrolni pregled", "iot_checkup": "Kontrolni pregled",
"iot_colour_59_steam": "Boje 59' + para", "iot_colour_59_steam": "Boje 59' + para",
"iot_cottons_steam": "Pamuk + Para", "iot_cottons_steam": "Pamuk + Para",
@ -889,9 +774,149 @@
"sparkling": "Pjenušavo vino", "sparkling": "Pjenušavo vino",
"white": "Bijelo vino" "white": "Bijelo vino"
} }
},
"dry_time": {
"name": "Trajanje sušenja"
},
"power": {
"name": "Razina napajanja"
},
"remaining_time": {
"name": "Preostalo vrijeme"
},
"temperature": {
"name": "Temperatura"
},
"water_efficiency": {
"name": "Učinkovitost vode"
},
"water_saving": {
"name": "Ušteda 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četka"
},
"suggested_load": {
"name": "Kapacitet rublja"
},
"energy_label": {
"name": "Energetska učinkovitost"
},
"det_dust": {
"name": "Prašak"
},
"det_liquid": {
"name": "Tekućina"
},
"errors": {
"name": "Greška"
},
"programs": {
"name": "Trenutačni program"
},
"room_temperature": {
"name": "Sobna temperatura"
},
"humidity": {
"name": "Vlažnost"
},
"cycles_total": {
"name": "Programi Ukupno"
},
"energy_total": {
"name": "Potrošnja energije Ukupno"
},
"water_total": {
"name": "Učinkovitost vode Ukupno"
},
"energy_current": {
"name": "Potrošnja energije Current"
},
"water_current": {
"name": "Učinkovitost vode Current"
},
"freezer_temp": {
"name": "Temperatura zamrzivača"
},
"fridge_temp": {
"name": "Temperatura hladnjaka"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "Bez sušenja",
"iron_dry": "Suho za glačanje",
"no_dry_iron": "Suho za spremanje",
"cupboard_dry": "Suho za spremanje",
"extra_dry": "Potpuno suho",
"ready_to_wear": "Spremno za nošenje"
},
"name": "Stupanj suhoće"
},
"eco_pilot": {
"state": {
"touch_off": "Isključeno",
"avoid_touch": "Izbjegavajte dodir",
"follow_touch": "Pratite",
"unknown": "unknown"
},
"name": "Eko-pilot"
},
"fan_mode": {
"state": {
"high": "Visoko",
"mid": "Srednje ",
"low": "Nisko",
"auto": "Automatski"
}
},
"ref_zones": {
"state": {
"fridge": "Hladnjak",
"freezer": "Zamrzivač",
"vtroom1": "My Zone",
"fridge_freezer": "Hladnjak & Zamrzivač"
},
"name": "Zona"
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkcija grijanja na 10 °C",
"iot_auto": "Automatski",
"iot_cool": "Hlađenje",
"iot_dry": "Sušenje",
"iot_fan": "Ventilator",
"iot_heat": "Zagrijavanje",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Sampročišćavanje",
"iot_self_clean": "Samočišćenje",
"iot_self_clean_56": "Sterilno čišćenje 56°C",
"iot_simple_start": "Pokreni sada",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + automatski",
"iot_uv_and_cool": "UV + hladno",
"iot_uv_and_dry": "UV + odvlaživač",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + grijanje"
},
"name": "Program"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"59_min": "Brzi 59'", "59_min": "Brzi 59'",
@ -1241,7 +1266,7 @@
"allergy_care_pro": "Alergijska njega Pro", "allergy_care_pro": "Alergijska njega Pro",
"all_in_one_49": "Sve u jednom 49.", "all_in_one_49": "Sve u jednom 49.",
"all_in_one_59": "Sve u jednom 59.", "all_in_one_59": "Sve u jednom 59.",
"all_in_one_59_steam": "Aktivno pranje + para", "all_in_one_59_steam": "Sve u jednom 59 + para",
"autocare": "Automatska njega", "autocare": "Automatska njega",
"autoclean": "Čišćenje bubnja", "autoclean": "Čišćenje bubnja",
"baby_60": "All Baby 60°C", "baby_60": "All Baby 60°C",
@ -1307,7 +1332,7 @@
"iot_active_steam": "Para", "iot_active_steam": "Para",
"iot_active_wash_steam": "Aktivno pranje", "iot_active_wash_steam": "Aktivno pranje",
"iot_allergy_care_pro": "Alergijska njega Pro", "iot_allergy_care_pro": "Alergijska njega Pro",
"iot_all_in_one_59_steam": "Aktivno pranje + para", "iot_all_in_one_59_steam": "Sve u jednom 59 + para",
"iot_checkup": "Kontrolni pregled", "iot_checkup": "Kontrolni pregled",
"iot_colour_59_steam": "Boje 59' + para", "iot_colour_59_steam": "Boje 59' + para",
"iot_cottons_steam": "Pamuk + Para", "iot_cottons_steam": "Pamuk + Para",
@ -1540,69 +1565,6 @@
}, },
"name": "Program" "name": "Program"
}, },
"dry_levels": {
"state": {
"0": "Bez sušenja",
"1": "Suho za glačanje",
"2": "Suho za spremanje",
"3": "Suho za spremanje",
"4": "Potpuno suho",
"12": "Suho za glačanje",
"13": "Suho za spremanje",
"14": "Spremno za nošenje",
"15": "Potpuno suho",
"11": "Bez sušenja"
},
"name": "Stupanj suhoće"
},
"spin_speed": {
"name": "Centrifuga"
},
"temperature": {
"name": "Temperatura"
},
"dry_time": {
"name": "Trajanje sušenja"
},
"eco_pilot": {
"state": {
"0": "Isključeno",
"1": "Izbjegavajte dodir",
"2": "Pratite"
},
"name": "Eko-pilot"
},
"fan_mode": {
"state": {
"1": "Visoko",
"2": "Srednje ",
"3": "Nisko",
"4": "Automatski",
"5": "Automatski"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkcija grijanja na 10 °C",
"iot_auto": "Automatski",
"iot_cool": "Hlađenje",
"iot_dry": "Sušenje",
"iot_fan": "Ventilator",
"iot_heat": "Zagrijavanje",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Sampročišćavanje",
"iot_self_clean": "Samočišćenje",
"iot_self_clean_56": "Sterilno čišćenje 56°C",
"iot_simple_start": "Pokreni sada",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + automatski",
"iot_uv_and_cool": "UV + hladno",
"iot_uv_and_dry": "UV + odvlaživač",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + grijanje"
},
"name": "Program"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"auto_set": "AUTOMATSKA POSTAVKA", "auto_set": "AUTOMATSKA POSTAVKA",
@ -1626,17 +1588,17 @@
}, },
"name": "Program" "name": "Program"
}, },
"dry_time": {
"name": "Trajanje sušenja"
},
"spin_speed": {
"name": "Centrifuga"
},
"temperature": {
"name": "Temperatura"
},
"remaining_time": { "remaining_time": {
"name": "Preostalo vrijeme" "name": "Preostalo vrijeme"
},
"ref_zones": {
"state": {
"fridge": "Hladnjak",
"freezer": "Zamrzivač",
"vtroom1": "My Zone",
"fridge_freezer": "Hladnjak & Zamrzivač"
},
"name": "Zona"
} }
}, },
"switch": { "switch": {
@ -1724,18 +1686,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Aquaplus" "name": "Aquaplus"
}, },
"auto_dose": {
"name": "Automatsko doziranje"
},
"good_night": {
"name": "Good Night"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "Automatsko doziranje Omekšivač" "name": "Automatsko doziranje Omekšivač"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "Automatsko doziranje Deterdžent" "name": "Automatsko doziranje Deterdžent"
}, },
"good_night": {
"name": "Good Night"
},
"auto_set": { "auto_set": {
"name": "Automatsko postavljanje" "name": "Automatsko postavljanje"
}, },
@ -1747,6 +1706,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "Hladnjak" "name": "Hladnjak"
},
"night_mode": {
"name": "Noćni način rada"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -1768,27 +1730,12 @@
"anti_crease": { "anti_crease": {
"name": "Sprečavanje gužvanja" "name": "Sprečavanje gužvanja"
}, },
"aqua_plus": { "acqua_plus": {
"name": "Aquaplus" "name": "Aquaplus"
}, },
"spin_speed": { "spin_speed": {
"name": "Centrifuga" "name": "Centrifuga"
}, },
"programs_dw": {
"name": "Program"
},
"programs_ih": {
"name": "Program"
},
"programs_ov": {
"name": "Program"
},
"programs_td": {
"name": "Program"
},
"programs_wm": {
"name": "Program"
},
"still_hot": { "still_hot": {
"name": "Još vruće" "name": "Još vruće"
}, },
@ -1819,12 +1766,6 @@
"prewash": { "prewash": {
"name": "Pretpranje" "name": "Pretpranje"
}, },
"acqua_plus": {
"name": "Aquaplus"
},
"auto_dose": {
"name": "Automatsko doziranje"
},
"buzzer": { "buzzer": {
"name": "Zvono za završetak ciklusa" "name": "Zvono za završetak ciklusa"
}, },
@ -1850,6 +1791,17 @@
"name": "Zamjena filtra" "name": "Zamjena filtra"
} }
}, },
"button": {
"induction_hob": {
"name": "Indukcijska ploča za kuhanje"
},
"start_program": {
"name": "Program Početak"
},
"stop_program": {
"name": "Program Zaustavi"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "Energetski učinkovito upravljanje" "name": "Energetski učinkovito upravljanje"
@ -1888,20 +1840,33 @@
"name": "Ciljana temperatura Hladnjak" "name": "Ciljana temperatura Hladnjak"
} }
}, },
"button": {
"induction_hob": {
"name": "Indukcijska ploča za kuhanje"
},
"start_program": {
"name": "Program Početak"
},
"stop_program": {
"name": "Program Zaustavi"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "Klimatizacijski uređaj" "name": "Klimatizacijski uređaj",
"state_attributes": {
"preset_mode": {
"name": "Programi",
"state": {
"iot_10_heating": "Funkcija grijanja na 10 °C",
"iot_auto": "Automatski",
"iot_cool": "Hlađenje",
"iot_dry": "Sušenje",
"iot_fan": "Ventilator",
"iot_heat": "Zagrijavanje",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Sampročišćavanje",
"iot_self_clean": "Samočišćenje",
"iot_self_clean_56": "Sterilno čišćenje 56°C",
"iot_simple_start": "Pokreni sada",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + automatski",
"iot_uv_and_cool": "UV + hladno",
"iot_uv_and_dry": "UV + odvlaživač",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + grijanje"
}
}
}
}, },
"fridge": { "fridge": {
"name": "Hladnjak", "name": "Hladnjak",

View File

@ -1,379 +1,75 @@
{ {
"config": {
"step": {
"user": {
"description": "Fai il login",
"data": {
"email": "Email",
"password": "Password"
}
}
}
},
"entity": { "entity": {
"sensor": { "sensor": {
"mode": {
"state": {
"0": "Disconnesso",
"1": "Pronto",
"2": "In Funzione",
"3": "In Pausa",
"5": "Programmato",
"6": "Errore",
"7": "Terminato"
}
},
"errors": {
"state": {
"00": "Nessun Errore",
"100000000000": "E2: Controllare se la porta è chiusa correttamente",
"8000000000000": "E4: Controllare l'approvvigionamento idrico"
},
"name": "Errore"
},
"programs": {
"state": {
"0": "Default",
"62": "Cotone",
"63": "Sintentici",
"64": "Misti",
"66": "Lenzuola",
"71": "Tende",
"72": "Sports",
"74": "i-time",
"75": "Piumino",
"76": "Lana",
"78": "i-Refresh",
"83": "Asciugamani",
"85": "Asciugatura Rapida",
"92": "Delicati",
"103": "Controllo Remoto"
},
"name": "Programma attuale"
},
"tumbledryertemplevel": {
"state": {
"1": "Freddo",
"2": "Bassa temperatura L-1",
"3": "Media temperature L-2",
"4": "Alta temperature L-3"
}
},
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "Pronta", "ready": "Pronta",
"1": "Pronta", "running": "Programma in esecuzione",
"3": "Pausa", "pause": "Pausa",
"4": "Pianificato", "scheduled": "Pianificato",
"5": "Pianificato", "error": "Errore",
"6": "Errore", "test": "Test",
"7": "Pronta", "ending": "Arresto il ciclo..."
"2": "Programma in esecuzione", }
"8": "Test", },
"9": "Arresto il ciclo..." "mach_modes_ac": {
"state": {
"auto": "Auto",
"cool": "Freddo",
"dry": "Deumidificazione",
"heat": "Caldo",
"fan": "Ventilatore"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "Pronta", "ready": "Pronta",
"1": "Lavaggio", "spin": "Centrifuga",
"2": "Lavaggio", "rinse": "Risciacqui",
"3": "Centrifuga", "drying": "Asciugatura",
"4": "Risciacqui", "steam": "Vapore",
"5": "Risciacqui", "weighting": "Pesatura",
"6": "Risciacqui", "scheduled": "Pianificato",
"7": "Asciugatura", "tumbling": "Keep Fresh",
"9": "Vapore", "refresh": "Rinfresca",
"10": "Pronta", "heating": "Riscaldamento",
"11": "Centrifuga", "washing": "Lavaggio"
"12": "Pesatura",
"13": "Pesatura",
"14": "Lavaggio",
"15": "Lavaggio",
"16": "Lavaggio",
"17": "Risciacqui",
"18": "Risciacqui",
"19": "Pianificato",
"20": "Keep Fresh",
"24": "Rinfresca",
"25": "Lavaggio",
"26": "Riscaldamento",
"27": "Lavaggio"
}, },
"name": "Fase" "name": "Fase"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "Pronta", "ready": "Pronta",
"1": "Asciugatura", "heat_stroke": "Asciugatura",
"2": "Asciugatura", "drying": "Asciugatura",
"3": "Raffreddamento", "cooldown": "Raffreddamento",
"13": "Raffreddamento", "unknown": "unknown",
"14": "Asciugatura", "tumbling": "Keep Fresh"
"15": "Asciugatura",
"16": "Raffreddamento",
"18": "Keep Fresh",
"19": "Asciugatura",
"20": "Asciugatura",
"11": "Pronta",
"17": "unknown",
"12": "unknown"
}, },
"name": "Fase" "name": "Fase"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "Pronta", "ready": "Pronta",
"1": "Prelavaggio", "prewash": "Prelavaggio",
"2": "Lavaggio", "washing": "Lavaggio",
"3": "Risciacqui", "rinse": "Risciacqui",
"4": "Asciugatura", "drying": "Asciugatura",
"5": "Pronta", "hot_rinse": "Risciacquo caldo "
"6": "Risciacquo caldo "
}, },
"name": "Fase" "name": "Fase"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "Nessuna asciugatura", "no_dry": "Nessuna asciugatura",
"1": "Stiro facile", "iron_dry": "Stiro facile",
"2": "Appendere", "no_dry_iron": "Appendere",
"3": "Armadio", "cupboard_dry": "Armadio",
"4": "Extra asciutto", "extra_dry": "Extra asciutto",
"12": "Stiro facile", "ready_to_wear": "Pronto da indossare"
"13": "Armadio",
"14": "Pronto da indossare",
"15": "Extra asciutto",
"11": "Nessuna asciugatura"
}, },
"name": "Livello Asciugatura" "name": "Livello Asciugatura"
}, },
"anti_crease": {
"name": "Antipieghe "
},
"power": {
"name": "Livello di potenza"
},
"remaining_time": {
"name": "Tempo rimanente"
},
"temperature": {
"name": "Temperatura"
},
"water_efficiency": {
"name": "Efficienza idrica"
},
"water_saving": {
"name": "Risparmio acqua"
},
"duration": {
"name": "Durata"
},
"target_temperature": {
"name": "Temperatura terget"
},
"spin_speed": {
"name": "Centrifuga"
},
"steam_leve": {
"name": "Livello vapore"
},
"dirt_level": {
"name": "Livello di sporco"
},
"delay_time": {
"name": "Utilizzo nelle ore notturne"
},
"dry_time": {
"name": "Tempo asciugatura"
},
"suggested_load": {
"name": "Capacità di carico"
},
"energy_label": {
"name": "Efficienza energetica"
},
"det_dust": {
"name": "Detersivo in polvere"
},
"det_liquid": {
"name": "Detersivo liquido"
},
"cycles_total": {
"name": "Cicli Totale"
},
"energy_total": {
"name": "Consumo energetico Totale"
},
"water_total": {
"name": "Efficienza idrica Totale"
},
"energy_current": {
"name": "Consumo energetico Odierna"
},
"water_current": {
"name": "Efficienza idrica Odierna"
},
"mach_modes_ac": {
"state": {
"0": "Auto",
"1": "Freddo",
"2": "Freddo",
"3": "Deumidificazione",
"4": "Caldo",
"5": "Ventilatore",
"6": "Ventilatore"
}
},
"programs_td": {
"state": {
"active_dry": "Active Dry",
"allergy_care": "Anti-allergie",
"all_in_one": "Tutto in Uno",
"antiallergy": "Anti-allergie",
"anti_odours": "Anti-odori",
"auto_care": "Auto Care",
"baby": "Baby",
"bed_quilt": "Trapunte-Piumoni",
"care_30": "Care 30",
"care_45": "Care 45",
"care_59": "Care 59",
"coloured": "Colorati",
"daily_45_min": "Quotidiano 45'",
"daily_perfect_59_min": "Daily Perfect 59'",
"darks_and_coloured": "Scuri e Colorati",
"delicates": "Delicati",
"duvet": "Piumone",
"eco": "Eco Cotton",
"ecospeed_cottons": "Ecospeed Cotone",
"ecospeed_delicates": "Ecospeed Delicati",
"ecospeed_mixed": "Ecospeed Misti",
"extra_hygiene": "Igiene Extra",
"fitness": "Fitness",
"fresh_care": "Fresh Care",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Asciugamani",
"hqd_bed_sheets": "Lenzuola",
"hqd_bulky": "Vestiti voluminosi",
"hqd_casual": "Casual",
"hqd_cold_wind_30": "Brezza rinfrescante 30m",
"hqd_cold_wind_timing": "Brezza rinfrescante",
"hqd_cotton": "Cotone",
"hqd_curtain": "Tende",
"hqd_delicate": "Delicati",
"hqd_diaper": "Pannolini",
"hqd_duvet": "Piumone",
"hqd_feather": "Piumini",
"hqd_hot_wind_timing": "Aria calda",
"hqd_hygienic": "Igienizzante",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Giacche",
"hqd_jeans": "Jeans",
"hqd_luxury": "Capi Pregiati",
"hqd_mix": "Misti",
"hqd_night_dry": "Asciugatura notturna",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Rapido 20m",
"hqd_quick_30": "Rapido 30m",
"hqd_quick_dry": "Asciugatura veloce (30 min)",
"hqd_quilt": "Trapunte",
"hqd_refresh": "Refresh",
"hqd_school_uniform": "Uniforme scolastica",
"hqd_shirt": "Camicie",
"hqd_shoes": "Scarpe",
"hqd_silk": "Seta",
"hqd_sports": "Sport",
"hqd_synthetics": "Sintetici",
"hqd_timer": "A tempo",
"hqd_towel": "Asciugamani",
"hqd_underwear": "Intimo",
"hqd_warm_up": "Riscaldamento",
"hqd_wool": "Lana",
"hqd_working_suit": "Abbigliamento da lavoro",
"hygiene": "Igiene",
"iot_checkup": "Check-Up",
"iot_dry_anti_mites": "Anti-Acari",
"iot_dry_baby": "Baby",
"iot_dry_backpacks": "Zaini",
"iot_dry_bathrobe": "Accappatoi e Spugne",
"iot_dry_bed_linen": "Lenzuola",
"iot_dry_bed_quilt": "Trapunte-Piumoni",
"iot_dry_cotton": "Cotone",
"iot_dry_cuddly_toys": "Peluches",
"iot_dry_curtains": "Tende",
"iot_dry_dehumidifier": "Rimuovi umidità",
"iot_dry_delicates": "Delicati",
"iot_dry_delicate_tablecloths": "Tovaglie delicate",
"iot_dry_denim_jeans": "Denim - jeans",
"iot_dry_down_jacket": "Giacche",
"iot_dry_duvet": "Piumone",
"iot_dry_easy_iron_cotton": "Stira facile",
"iot_dry_easy_iron_synthetics": "Stira facile Sintetici",
"iot_dry_gym_fit": "Gym fit - Fitness",
"iot_dry_lingerie": "Lingerie",
"iot_dry_mixed": "Misti",
"iot_dry_playsuits": "Tutine",
"iot_dry_rapid_30": "Rapido 30m",
"iot_dry_rapid_59": "Rapido 59'.",
"iot_dry_refresh": "Rinfresca",
"iot_dry_regenerates_waterproof": "Rigenera Tessuti Impermeabili",
"iot_dry_relax_creases": "Meno Pieghe",
"iot_dry_shirts": "Camicie",
"iot_dry_small_load": "Carico Small",
"iot_dry_swimsuits_and_bikinis": "Costumi e Bikini",
"iot_dry_synthetics": "Sintetici",
"iot_dry_synthetic_dry": "Asciugatura Sintetici",
"iot_dry_tablecloths": "Tovaglie",
"iot_dry_technical_fabrics": "Tessuti Tecnici",
"iot_dry_warm_embrace": "Caldo abbraccio",
"iot_dry_wool": "Lana",
"jeans": "Jeans",
"mix_and_dry": "Mix&Dry",
"pets": "Pets",
"pre_iron": "Pre-Stiro",
"rapid_30": "Rapido 30",
"rapid_45": "Rapido 45 min",
"rapid_59": "Perfect Rapid 59 Min",
"refresh": "Rinfresca",
"relax_creases": "Meno Pieghe",
"saving_30_min": "Risparmio 30'",
"shirts": "Camicie",
"shoes": "Scarpe",
"small_load": "Carico Small",
"soft_care": "Soft Care",
"sport_plus": "Sport Plus",
"super_easy_iron_misti": "Super Easy Iron misti",
"super_easy_iron_xxl": "Super Easy Iron XXL",
"super_fast_cottons": "Super Fast Cotone",
"super_fast_delicates": "Super Fast Delicati",
"synthetics": "Sintetici",
"total_care": "Total Care",
"trainers": "Scarpe da ginnastica",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Impermeabilizzazione",
"whites": "Bianchi",
"wool": "Asciugatura Lana",
"woolmark": "Lana",
"xxl_load": "Carico XXL",
"zoom_59": "Zoom 59"
},
"name": "Programma"
},
"room_temperature": {
"name": "Temperatura ambiente"
},
"humidity": {
"name": "Umidità"
},
"freezer_temp": {
"name": "Temperatura del congelatore"
},
"fridge_temp": {
"name": "Temperatura del frigorifero"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_10_heating": "Funzione 10°C Heating ", "iot_10_heating": "Funzione 10°C Heating ",
@ -597,6 +293,143 @@
}, },
"name": "Programma" "name": "Programma"
}, },
"programs_td": {
"state": {
"active_dry": "Active Dry",
"allergy_care": "Anti-allergie",
"all_in_one": "Tutto in Uno",
"antiallergy": "Anti-allergie",
"anti_odours": "Anti-odori",
"auto_care": "Auto Care",
"baby": "Baby",
"bed_quilt": "Trapunte-Piumoni",
"care_30": "Care 30",
"care_45": "Care 45",
"care_59": "Care 59",
"coloured": "Colorati",
"daily_45_min": "Quotidiano 45'",
"daily_perfect_59_min": "Daily Perfect 59'",
"darks_and_coloured": "Scuri e Colorati",
"delicates": "Delicati",
"duvet": "Piumone",
"eco": "Eco Cotton",
"ecospeed_cottons": "Ecospeed Cotone",
"ecospeed_delicates": "Ecospeed Delicati",
"ecospeed_mixed": "Ecospeed Misti",
"extra_hygiene": "Igiene Extra",
"fitness": "Fitness",
"fresh_care": "Fresh Care",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Asciugamani",
"hqd_bed_sheets": "Lenzuola",
"hqd_bulky": "Vestiti voluminosi",
"hqd_casual": "Casual",
"hqd_cold_wind_30": "Brezza rinfrescante 30m",
"hqd_cold_wind_timing": "Brezza rinfrescante",
"hqd_cotton": "Cotone",
"hqd_curtain": "Tende",
"hqd_delicate": "Delicati",
"hqd_diaper": "Pannolini",
"hqd_duvet": "Piumone",
"hqd_feather": "Piumini",
"hqd_hot_wind_timing": "Aria calda",
"hqd_hygienic": "Igienizzante",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Giacche",
"hqd_jeans": "Jeans",
"hqd_luxury": "Capi Pregiati",
"hqd_mix": "Misti",
"hqd_night_dry": "Asciugatura notturna",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Rapido 20m",
"hqd_quick_30": "Rapido 30m",
"hqd_quick_dry": "Asciugatura veloce (30 min)",
"hqd_quilt": "Trapunte",
"hqd_refresh": "Refresh",
"hqd_school_uniform": "Uniforme scolastica",
"hqd_shirt": "Camicie",
"hqd_shoes": "Scarpe",
"hqd_silk": "Seta",
"hqd_sports": "Sport",
"hqd_synthetics": "Sintetici",
"hqd_timer": "A tempo",
"hqd_towel": "Asciugamani",
"hqd_underwear": "Intimo",
"hqd_warm_up": "Riscaldamento",
"hqd_wool": "Lana",
"hqd_working_suit": "Abbigliamento da lavoro",
"hygiene": "Igiene",
"iot_checkup": "Check-Up",
"iot_dry_anti_mites": "Anti-Acari",
"iot_dry_baby": "Baby",
"iot_dry_backpacks": "Zaini",
"iot_dry_bathrobe": "Accappatoi e Spugne",
"iot_dry_bed_linen": "Lenzuola",
"iot_dry_bed_quilt": "Trapunte-Piumoni",
"iot_dry_cotton": "Cotone",
"iot_dry_cuddly_toys": "Peluches",
"iot_dry_curtains": "Tende",
"iot_dry_dehumidifier": "Rimuovi umidità",
"iot_dry_delicates": "Delicati",
"iot_dry_delicate_tablecloths": "Tovaglie delicate",
"iot_dry_denim_jeans": "Denim - jeans",
"iot_dry_down_jacket": "Giacche",
"iot_dry_duvet": "Piumone",
"iot_dry_easy_iron_cotton": "Stira facile",
"iot_dry_easy_iron_synthetics": "Stira facile Sintetici",
"iot_dry_gym_fit": "Gym fit - Fitness",
"iot_dry_lingerie": "Lingerie",
"iot_dry_mixed": "Misti",
"iot_dry_playsuits": "Tutine",
"iot_dry_rapid_30": "Rapido 30m",
"iot_dry_rapid_59": "Rapido 59'.",
"iot_dry_refresh": "Rinfresca",
"iot_dry_regenerates_waterproof": "Rigenera Tessuti Impermeabili",
"iot_dry_relax_creases": "Meno Pieghe",
"iot_dry_shirts": "Camicie",
"iot_dry_small_load": "Carico Small",
"iot_dry_swimsuits_and_bikinis": "Costumi e Bikini",
"iot_dry_synthetics": "Sintetici",
"iot_dry_synthetic_dry": "Asciugatura Sintetici",
"iot_dry_tablecloths": "Tovaglie",
"iot_dry_technical_fabrics": "Tessuti Tecnici",
"iot_dry_warm_embrace": "Caldo abbraccio",
"iot_dry_wool": "Lana",
"jeans": "Jeans",
"mix_and_dry": "Mix&Dry",
"pets": "Pets",
"pre_iron": "Pre-Stiro",
"rapid_30": "Rapido 30",
"rapid_45": "Rapido 45 min",
"rapid_59": "Perfect Rapid 59 Min",
"refresh": "Rinfresca",
"relax_creases": "Meno Pieghe",
"saving_30_min": "Risparmio 30'",
"shirts": "Camicie",
"shoes": "Scarpe",
"small_load": "Carico Small",
"soft_care": "Soft Care",
"sport_plus": "Sport Plus",
"super_easy_iron_misti": "Super Easy Iron misti",
"super_easy_iron_xxl": "Super Easy Iron XXL",
"super_fast_cottons": "Super Fast Cotone",
"super_fast_delicates": "Super Fast Delicati",
"synthetics": "Sintetici",
"total_care": "Total Care",
"trainers": "Scarpe da ginnastica",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Impermeabilizzazione",
"whites": "Bianchi",
"wool": "Asciugatura Lana",
"woolmark": "Lana",
"xxl_load": "Carico XXL",
"zoom_59": "Zoom 59"
},
"name": "Programma"
},
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "Cotone e Colorati 20°", "20_degrees_coloured_cottons": "Cotone e Colorati 20°",
@ -608,7 +441,7 @@
"allergy_care_pro": "Allergy Care Pro", "allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "All in One 49'", "all_in_one_49": "All in One 49'",
"all_in_one_59": "All in One 59'", "all_in_one_59": "All in One 59'",
"all_in_one_59_steam": "Active Wash + Vapore", "all_in_one_59_steam": "All in One 59' + Vapore",
"autocare": "Autocare", "autocare": "Autocare",
"autoclean": "Pulizia cesto e decalcifiazione", "autoclean": "Pulizia cesto e decalcifiazione",
"baby_60": "Tutto Bebè 60°C", "baby_60": "Tutto Bebè 60°C",
@ -674,7 +507,7 @@
"iot_active_steam": "Vapore", "iot_active_steam": "Vapore",
"iot_active_wash_steam": "Active Wash + Vapore", "iot_active_wash_steam": "Active Wash + Vapore",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "Active Wash + Vapore", "iot_all_in_one_59_steam": "All in One 59' + Vapore",
"iot_checkup": "Check-Up", "iot_checkup": "Check-Up",
"iot_colour_59_steam": "Colorati 59' + Vapore", "iot_colour_59_steam": "Colorati 59' + Vapore",
"iot_cottons_steam": "Cotone + Vapore", "iot_cottons_steam": "Cotone + Vapore",
@ -941,9 +774,154 @@
"sparkling": "Bollicine", "sparkling": "Bollicine",
"white": "Bianco" "white": "Bianco"
} }
},
"dry_time": {
"name": "Tempo asciugatura"
},
"power": {
"name": "Livello di potenza"
},
"remaining_time": {
"name": "Tempo rimanente"
},
"temperature": {
"name": "Temperatura"
},
"water_efficiency": {
"name": "Efficienza idrica"
},
"water_saving": {
"name": "Risparmio acqua"
},
"duration": {
"name": "Durata"
},
"target_temperature": {
"name": "Temperatura terget"
},
"spin_speed": {
"name": "Centrifuga"
},
"steam_leve": {
"name": "Livello vapore"
},
"dirt_level": {
"name": "Livello di sporco"
},
"delay_time": {
"name": "Utilizzo nelle ore notturne"
},
"suggested_load": {
"name": "Capacità di carico"
},
"energy_label": {
"name": "Efficienza energetica"
},
"det_dust": {
"name": "Detersivo in polvere"
},
"det_liquid": {
"name": "Detersivo liquido"
},
"errors": {
"name": "Errore",
"state": {
"00": "Nessun Errore",
"100000000000": "E2: Controllare se la porta è chiusa correttamente",
"8000000000000": "E4: Controllare l'approvvigionamento idrico"
}
},
"programs": {
"name": "Programma attuale"
},
"room_temperature": {
"name": "Temperatura ambiente"
},
"humidity": {
"name": "Umidità"
},
"cycles_total": {
"name": "Cicli Totale"
},
"energy_total": {
"name": "Consumo energetico Totale"
},
"water_total": {
"name": "Efficienza idrica Totale"
},
"energy_current": {
"name": "Consumo energetico Odierna"
},
"water_current": {
"name": "Efficienza idrica Odierna"
},
"freezer_temp": {
"name": "Temperatura del congelatore"
},
"fridge_temp": {
"name": "Temperatura del frigorifero"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "Nessuna asciugatura",
"iron_dry": "Stiro facile",
"no_dry_iron": "Appendere",
"cupboard_dry": "Armadio",
"extra_dry": "Extra asciutto",
"ready_to_wear": "Pronto da indossare"
},
"name": "Livello Asciugatura"
},
"eco_pilot": {
"state": {
"touch_off": "Spento",
"avoid_touch": "Avoid touch",
"follow_touch": "Segui",
"unknown": "unknown"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"high": "Alto",
"mid": "Medio",
"low": "Basso",
"auto": "Auto"
}
},
"ref_zones": {
"state": {
"fridge": "Frigorifero",
"freezer": "Congelatore",
"vtroom1": "My Zone",
"fridge_freezer": "Frigorifero & Congelatore"
},
"name": "Zona"
},
"programs_ac": {
"state": {
"iot_10_heating": "Funzione 10°C Heating ",
"iot_auto": "Auto",
"iot_cool": "Freddo",
"iot_dry": "Deumidificazione",
"iot_fan": "Ventilatore",
"iot_heat": "Caldo",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Self purify",
"iot_self_clean": "Self clean",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Avvia ora",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Freddo",
"iot_uv_and_dry": "UV + Deumidificatore",
"iot_uv_and_fan": "UV + Ventola",
"iot_uv_and_heat": "UV + Caldo"
},
"name": "Programma"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"59_min": "Rapido 59'", "59_min": "Rapido 59'",
@ -1293,7 +1271,7 @@
"allergy_care_pro": "Allergy Care Pro", "allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "All in One 49'", "all_in_one_49": "All in One 49'",
"all_in_one_59": "All in One 59'", "all_in_one_59": "All in One 59'",
"all_in_one_59_steam": "Active Wash + Vapore", "all_in_one_59_steam": "All in One 59' + Vapore",
"autocare": "Autocare", "autocare": "Autocare",
"autoclean": "Pulizia cesto e decalcifiazione", "autoclean": "Pulizia cesto e decalcifiazione",
"baby_60": "Tutto Bebè 60°C", "baby_60": "Tutto Bebè 60°C",
@ -1359,7 +1337,7 @@
"iot_active_steam": "Vapore", "iot_active_steam": "Vapore",
"iot_active_wash_steam": "Active Wash + Vapore", "iot_active_wash_steam": "Active Wash + Vapore",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "Active Wash + Vapore", "iot_all_in_one_59_steam": "All in One 59' + Vapore",
"iot_checkup": "Check-Up", "iot_checkup": "Check-Up",
"iot_colour_59_steam": "Colorati 59' + Vapore", "iot_colour_59_steam": "Colorati 59' + Vapore",
"iot_cottons_steam": "Cotone + Vapore", "iot_cottons_steam": "Cotone + Vapore",
@ -1592,69 +1570,6 @@
}, },
"name": "Programma" "name": "Programma"
}, },
"dry_levels": {
"state": {
"0": "Nessuna asciugatura",
"1": "Stiro facile",
"2": "Appendere",
"3": "Armadio",
"4": "Extra asciutto",
"12": "Stiro facile",
"13": "Armadio",
"14": "Pronto da indossare",
"15": "Extra asciutto",
"11": "Nessuna asciugatura"
},
"name": "Livello Asciugatura"
},
"spin_speed": {
"name": "Centrifuga"
},
"temperature": {
"name": "Temperatura"
},
"dry_time": {
"name": "Tempo asciugatura"
},
"eco_pilot": {
"state": {
"0": "Spento",
"1": "Avoid touch",
"2": "Segui"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"1": "Alto",
"2": "Medio",
"3": "Basso",
"4": "Auto",
"5": "Auto"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "Funzione 10°C Heating ",
"iot_auto": "Auto",
"iot_cool": "Freddo",
"iot_dry": "Deumidificazione",
"iot_fan": "Ventilatore",
"iot_heat": "Caldo",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Self purify",
"iot_self_clean": "Self clean",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Avvia ora",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Freddo",
"iot_uv_and_dry": "UV + Deumidificatore",
"iot_uv_and_fan": "UV + Ventola",
"iot_uv_and_heat": "UV + Caldo"
},
"name": "Programma"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"auto_set": "AUTO-SET", "auto_set": "AUTO-SET",
@ -1678,17 +1593,17 @@
}, },
"name": "Programma" "name": "Programma"
}, },
"dry_time": {
"name": "Tempo asciugatura"
},
"spin_speed": {
"name": "Centrifuga"
},
"temperature": {
"name": "Temperatura"
},
"remaining_time": { "remaining_time": {
"name": "Tempo rimanente" "name": "Tempo rimanente"
},
"ref_zones": {
"state": {
"fridge": "Frigorifero",
"freezer": "Congelatore",
"vtroom1": "My Zone",
"fridge_freezer": "Frigorifero & Congelatore"
},
"name": "Zona"
} }
}, },
"switch": { "switch": {
@ -1776,18 +1691,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"auto_dose": {
"name": "Autodose"
},
"good_night": {
"name": "Buona notte"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "Autodose Ammorbidente" "name": "Autodose Ammorbidente"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "Autodose Detergente" "name": "Autodose Detergente"
}, },
"good_night": {
"name": "Buona notte"
},
"auto_set": { "auto_set": {
"name": "Impostazione automatica" "name": "Impostazione automatica"
}, },
@ -1799,6 +1711,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "Frigo" "name": "Frigo"
},
"night_mode": {
"name": "Modalità notte"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -1820,27 +1735,12 @@
"anti_crease": { "anti_crease": {
"name": "Antipieghe " "name": "Antipieghe "
}, },
"aqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"spin_speed": { "spin_speed": {
"name": "Centrifuga" "name": "Centrifuga"
}, },
"programs_dw": {
"name": "Programma"
},
"programs_ih": {
"name": "Programma"
},
"programs_ov": {
"name": "Programma"
},
"programs_td": {
"name": "Programma"
},
"programs_wm": {
"name": "Programma"
},
"still_hot": { "still_hot": {
"name": "Ancora caldo" "name": "Ancora caldo"
}, },
@ -1871,12 +1771,6 @@
"prewash": { "prewash": {
"name": "Prelavaggio" "name": "Prelavaggio"
}, },
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Autodose"
},
"buzzer": { "buzzer": {
"name": "Avviso di fine ciclo" "name": "Avviso di fine ciclo"
}, },
@ -1902,6 +1796,17 @@
"name": "Sostituzione filtro" "name": "Sostituzione filtro"
} }
}, },
"button": {
"induction_hob": {
"name": "Piano cottura a induzione"
},
"start_program": {
"name": "Programma Inizia"
},
"stop_program": {
"name": "Programma Stop"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "Power management" "name": "Power management"
@ -1940,20 +1845,33 @@
"name": "Temperatura target Frigorifero" "name": "Temperatura target Frigorifero"
} }
}, },
"button": {
"induction_hob": {
"name": "Piano cottura a induzione"
},
"start_program": {
"name": "Programma Inizia"
},
"stop_program": {
"name": "Programma Stop"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "Condizionatore" "name": "Condizionatore",
"state_attributes": {
"preset_mode": {
"name": "Programmi",
"state": {
"iot_10_heating": "Funzione 10°C Heating ",
"iot_auto": "Auto",
"iot_cool": "Freddo",
"iot_dry": "Deumidificazione",
"iot_fan": "Ventilatore",
"iot_heat": "Caldo",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Self purify",
"iot_self_clean": "Self clean",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Avvia ora",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Freddo",
"iot_uv_and_dry": "UV + Deumidificatore",
"iot_uv_and_fan": "UV + Ventola",
"iot_uv_and_heat": "UV + Caldo"
}
}
}
}, },
"fridge": { "fridge": {
"name": "Frigorifero", "name": "Frigorifero",
@ -2066,5 +1984,16 @@
"name": "Aspirazione aria" "name": "Aspirazione aria"
} }
} }
},
"config": {
"step": {
"user": {
"description": "Fai il login",
"data": {
"email": "Email",
"password": "Password"
}
}
}
} }
} }

View File

@ -3,325 +3,73 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "Klaar", "ready": "Klaar",
"1": "Klaar", "running": "Programma draait",
"3": "Pauze", "pause": "Pauze",
"4": "Gepland", "scheduled": "Gepland",
"5": "Gepland", "error": "Fout",
"6": "Fout", "test": "Test",
"7": "Klaar", "ending": "Programma stoppen…"
"2": "Programma draait", }
"8": "Test", },
"9": "Programma stoppen…" "mach_modes_ac": {
"state": {
"auto": "Automatisch",
"cool": "Koelen",
"dry": "Drogen",
"heat": "Verwarming",
"fan": "Ventilator"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "Klaar", "ready": "Klaar",
"1": "Wassen", "spin": "Centrifugeren",
"2": "Wassen", "rinse": "Spoelen",
"3": "Centrifugeren", "drying": "Drogen",
"4": "Spoelen", "steam": "Stoom",
"5": "Spoelen", "weighting": "Wegen ",
"6": "Spoelen", "scheduled": "Gepland",
"7": "Drogen", "tumbling": "Fris houden",
"9": "Stoom", "refresh": "Opfrissen",
"10": "Klaar", "heating": "Verwarming",
"11": "Centrifugeren", "washing": "Wassen"
"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" "name": "Fase"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "Klaar", "ready": "Klaar",
"1": "Drogen", "heat_stroke": "Drogen",
"2": "Drogen", "drying": "Drogen",
"3": "Afkoelen", "cooldown": "Afkoelen",
"13": "Afkoelen", "unknown": "unknown",
"14": "Drogen", "tumbling": "Fris houden"
"15": "Drogen",
"16": "Afkoelen",
"18": "Fris houden",
"19": "Drogen",
"20": "Drogen",
"11": "Klaar",
"17": "unknown",
"12": "unknown"
}, },
"name": "Fase" "name": "Fase"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "Klaar", "ready": "Klaar",
"1": "Voorwassen", "prewash": "Voorwassen",
"2": "Wassen", "washing": "Wassen",
"3": "Spoelen", "rinse": "Spoelen",
"4": "Drogen", "drying": "Drogen",
"5": "Klaar", "hot_rinse": "Hot rinse"
"6": "Hot rinse"
}, },
"name": "Fase" "name": "Fase"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "Niet drogen", "no_dry": "Niet drogen",
"1": "Strijken", "iron_dry": "Strijken",
"2": "Kastdroog", "no_dry_iron": "Kastdroog",
"3": "Kastdroog", "cupboard_dry": "Kastdroog",
"4": "Extra droog", "extra_dry": "Extra droog",
"12": "Strijken", "ready_to_wear": "Klaar om te dragen"
"13": "Kastdroog",
"14": "Klaar om te dragen",
"15": "Extra droog",
"11": "Niet drogen"
}, },
"name": "Droogniveau" "name": "Droogniveau"
}, },
"anti_crease": {
"name": "Kreukherstellend"
},
"power": {
"name": "Vermogensniveau"
},
"remaining_time": {
"name": "Resterende tijd"
},
"temperature": {
"name": "Temperatuur"
},
"water_efficiency": {
"name": "Efficiënt 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ëntie"
},
"det_dust": {
"name": "Poeder"
},
"det_liquid": {
"name": "Vloeibaar"
},
"errors": {
"name": "Fout"
},
"programs": {
"name": "Huidig programma"
},
"cycles_total": {
"name": "Programma's Totaal"
},
"energy_total": {
"name": "Energieverbruik Totaal"
},
"water_total": {
"name": "Efficiënt waterverbruik Totaal"
},
"energy_current": {
"name": "Energieverbruik Huidige"
},
"water_current": {
"name": "Efficiënt waterverbruik Huidige"
},
"mach_modes_ac": {
"state": {
"0": "Automatisch",
"1": "Koelen",
"2": "Koelen",
"3": "Drogen",
"4": "Verwarming",
"5": "Ventilator",
"6": "Ventilator"
}
},
"programs_td": {
"state": {
"active_dry": "Actief drogen",
"allergy_care": "Anti-allergie",
"all_in_one": "All in One",
"antiallergy": "Anti-allergie",
"anti_odours": "Anti geuren",
"auto_care": "Automatische verzorging",
"baby": "Baby",
"bed_quilt": "Dekbed",
"care_30": "Verzorging 30'",
"care_45": "Verzorging 45'",
"care_59": "Verzorging 59'",
"coloured": "Gekleurd",
"daily_45_min": "DAILY 45'",
"daily_perfect_59_min": "DAILY PERFECT 59'",
"darks_and_coloured": "Donker & Gekleurd",
"delicates": "Fijne was",
"duvet": "Dekbed",
"eco": "Eco katoen",
"ecospeed_cottons": "Ecospeed Katoen",
"ecospeed_delicates": "Ecospeed fijne was",
"ecospeed_mixed": "Ecospeed Gemengd",
"extra_hygiene": "Extra Hygiene",
"fitness": "Fitness",
"fresh_care": "Opfrisverzorging",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Handdoeken",
"hqd_bed_sheets": "Beddengoed",
"hqd_bulky": "Grote artikelen",
"hqd_casual": "Casual",
"hqd_cold_wind_30": "30 minuten koel briesje",
"hqd_cold_wind_timing": "Koel briesje ",
"hqd_cotton": "Katoen",
"hqd_curtain": "Gordijnen",
"hqd_delicate": "Fijne was",
"hqd_diaper": "Luiers",
"hqd_duvet": "Dekbed",
"hqd_feather": "Donsjassen",
"hqd_hot_wind_timing": "Hete lucht",
"hqd_hygienic": "Ontsmetten",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Jassen",
"hqd_jeans": "Jeans",
"hqd_luxury": "Luxury",
"hqd_mix": "Gemengde vezels",
"hqd_night_dry": "Nachtelijk droogprogramma",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Quick 20",
"hqd_quick_30": "Quick 30",
"hqd_quick_dry": "Quick dry 30",
"hqd_quilt": "Quilts",
"hqd_refresh": "Opfrissen",
"hqd_school_uniform": "Schooluniform",
"hqd_shirt": "Overhemden",
"hqd_shoes": "Schoenen",
"hqd_silk": "Zijde",
"hqd_sports": "Sport",
"hqd_synthetics": "Synthetische stoffen",
"hqd_timer": "Getimed",
"hqd_towel": "Handdoeken",
"hqd_underwear": "Ondergoed",
"hqd_warm_up": "Opwarmen",
"hqd_wool": "Wol",
"hqd_working_suit": "Werkkleding",
"hygiene": "Hygiëne",
"iot_checkup": "Controle",
"iot_dry_anti_mites": "Anti-mijten",
"iot_dry_baby": "Baby",
"iot_dry_backpacks": "Rugzakken",
"iot_dry_bathrobe": "Badjas",
"iot_dry_bed_linen": "Bed Linnen",
"iot_dry_bed_quilt": "Dekbed",
"iot_dry_cotton": "Katoen",
"iot_dry_cuddly_toys": "Knufflels",
"iot_dry_curtains": "Gordijnen",
"iot_dry_dehumidifier": "Vochtigheidsverwijderaar",
"iot_dry_delicates": "Delicate was",
"iot_dry_delicate_tablecloths": "Delicate tafelkleden",
"iot_dry_denim_jeans": "Denim Jeans",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Dekbed",
"iot_dry_easy_iron_cotton": "Super Gemakkelijk strijken",
"iot_dry_easy_iron_synthetics": "Synthetische stoffen gemakkelijk strijken",
"iot_dry_gym_fit": "Gym fit - Fitness",
"iot_dry_lingerie": "Lingerie",
"iot_dry_mixed": "Gemengde vezels",
"iot_dry_playsuits": "Jumpsuits",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Snel 59'",
"iot_dry_refresh": "Opfrissen",
"iot_dry_regenerates_waterproof": "Regenereert Waterproof",
"iot_dry_relax_creases": "Ontkreuken",
"iot_dry_shirts": "Overhemden",
"iot_dry_small_load": "Kleine lading",
"iot_dry_swimsuits_and_bikinis": "Badkleding",
"iot_dry_synthetics": "Synthetisch",
"iot_dry_synthetic_dry": "Synthetische stoffen drogen",
"iot_dry_tablecloths": "Tafelkleden",
"iot_dry_technical_fabrics": "Technische Vezels",
"iot_dry_warm_embrace": "Warme Knuffel",
"iot_dry_wool": "Wol",
"jeans": "Jeans",
"mix_and_dry": "Gemengd&Droog",
"pets": "Huisdieren",
"pre_iron": "Gemakkelijk strijken",
"rapid_30": "Rapid 30",
"rapid_45": "Snel 45 min",
"rapid_59": "Perfect Rapid 59 Min",
"refresh": "Opfrissen",
"relax_creases": "Ontkreuken",
"saving_30_min": "ECO 30'",
"shirts": "Overhemden",
"shoes": "Schoenen",
"small_load": "Kleine lading",
"soft_care": "Zachte verzorging",
"sport_plus": "Sports",
"super_easy_iron_misti": "Super eenvoudig strijken gemengd",
"super_easy_iron_xxl": "Super eenvoudig strijken XXL",
"super_fast_cottons": "Super Snel Katoen",
"super_fast_delicates": "Super Snel Delicaat",
"synthetics": "Synthetisch",
"total_care": "Total Care",
"trainers": "Trainers",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Waterproof Revitaliseren",
"whites": "Witte was",
"wool": "Droge Wol",
"woolmark": "Wol",
"xxl_load": "XXL Lading",
"zoom_59": "Zoom 59"
},
"name": "Programma"
},
"room_temperature": {
"name": "Omgevingstemperatuur"
},
"humidity": {
"name": "Luchtvochtigheid"
},
"freezer_temp": {
"name": "Vriezertemperatuur"
},
"fridge_temp": {
"name": "Koelkasttemperatuur"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_10_heating": "10°C-verwarmingsfunctie", "iot_10_heating": "10°C-verwarmingsfunctie",
@ -545,6 +293,143 @@
}, },
"name": "Programma" "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 minuten koel briesje",
"hqd_cold_wind_timing": "Koel briesje ",
"hqd_cotton": "Katoen",
"hqd_curtain": "Gordijnen",
"hqd_delicate": "Fijne was",
"hqd_diaper": "Luiers",
"hqd_duvet": "Dekbed",
"hqd_feather": "Donsjassen",
"hqd_hot_wind_timing": "Hete lucht",
"hqd_hygienic": "Ontsmetten",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Jassen",
"hqd_jeans": "Jeans",
"hqd_luxury": "Luxury",
"hqd_mix": "Gemengde vezels",
"hqd_night_dry": "Nachtelijk droogprogramma",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Quick 20",
"hqd_quick_30": "Quick 30",
"hqd_quick_dry": "Quick dry 30",
"hqd_quilt": "Quilts",
"hqd_refresh": "Opfrissen",
"hqd_school_uniform": "Schooluniform",
"hqd_shirt": "Overhemden",
"hqd_shoes": "Schoenen",
"hqd_silk": "Zijde",
"hqd_sports": "Sport",
"hqd_synthetics": "Synthetische stoffen",
"hqd_timer": "Getimed",
"hqd_towel": "Handdoeken",
"hqd_underwear": "Ondergoed",
"hqd_warm_up": "Opwarmen",
"hqd_wool": "Wol",
"hqd_working_suit": "Werkkleding",
"hygiene": "Hygiëne",
"iot_checkup": "Controle",
"iot_dry_anti_mites": "Anti-mijten",
"iot_dry_baby": "Baby",
"iot_dry_backpacks": "Rugzakken",
"iot_dry_bathrobe": "Badjas",
"iot_dry_bed_linen": "Bed Linnen",
"iot_dry_bed_quilt": "Dekbed",
"iot_dry_cotton": "Katoen",
"iot_dry_cuddly_toys": "Knufflels",
"iot_dry_curtains": "Gordijnen",
"iot_dry_dehumidifier": "Vochtigheidsverwijderaar",
"iot_dry_delicates": "Delicate was",
"iot_dry_delicate_tablecloths": "Delicate tafelkleden",
"iot_dry_denim_jeans": "Denim Jeans",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Dekbed",
"iot_dry_easy_iron_cotton": "Super Gemakkelijk strijken",
"iot_dry_easy_iron_synthetics": "Synthetische stoffen gemakkelijk strijken",
"iot_dry_gym_fit": "Gym fit - Fitness",
"iot_dry_lingerie": "Lingerie",
"iot_dry_mixed": "Gemengde vezels",
"iot_dry_playsuits": "Jumpsuits",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Snel 59'",
"iot_dry_refresh": "Opfrissen",
"iot_dry_regenerates_waterproof": "Regenereert Waterproof",
"iot_dry_relax_creases": "Ontkreuken",
"iot_dry_shirts": "Overhemden",
"iot_dry_small_load": "Kleine lading",
"iot_dry_swimsuits_and_bikinis": "Badkleding",
"iot_dry_synthetics": "Synthetisch",
"iot_dry_synthetic_dry": "Synthetische stoffen drogen",
"iot_dry_tablecloths": "Tafelkleden",
"iot_dry_technical_fabrics": "Technische Vezels",
"iot_dry_warm_embrace": "Warme Knuffel",
"iot_dry_wool": "Wol",
"jeans": "Jeans",
"mix_and_dry": "Gemengd&Droog",
"pets": "Huisdieren",
"pre_iron": "Gemakkelijk strijken",
"rapid_30": "Rapid 30",
"rapid_45": "Snel 45 min",
"rapid_59": "Perfect Rapid 59 Min",
"refresh": "Opfrissen",
"relax_creases": "Ontkreuken",
"saving_30_min": "ECO 30'",
"shirts": "Overhemden",
"shoes": "Schoenen",
"small_load": "Kleine lading",
"soft_care": "Zachte verzorging",
"sport_plus": "Sports",
"super_easy_iron_misti": "Super eenvoudig strijken gemengd",
"super_easy_iron_xxl": "Super eenvoudig strijken XXL",
"super_fast_cottons": "Super Snel Katoen",
"super_fast_delicates": "Super Snel Delicaat",
"synthetics": "Synthetisch",
"total_care": "Total Care",
"trainers": "Trainers",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Waterproof Revitaliseren",
"whites": "Witte was",
"wool": "Droge Wol",
"woolmark": "Wol",
"xxl_load": "XXL Lading",
"zoom_59": "Zoom 59"
},
"name": "Programma"
},
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "20° gekleurd en katoen", "20_degrees_coloured_cottons": "20° gekleurd en katoen",
@ -556,7 +441,7 @@
"allergy_care_pro": "Allergy Care Pro", "allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "Alles-in-één 49'.", "all_in_one_49": "Alles-in-één 49'.",
"all_in_one_59": "Alles-in-één 59'.", "all_in_one_59": "Alles-in-één 59'.",
"all_in_one_59_steam": "Actieve was + Stoom", "all_in_one_59_steam": "Alles-in-één 59' + Stoom",
"autocare": "Automatische verzorging", "autocare": "Automatische verzorging",
"autoclean": "Trommelreiniging", "autoclean": "Trommelreiniging",
"baby_60": "All baby 60 ° C", "baby_60": "All baby 60 ° C",
@ -622,7 +507,7 @@
"iot_active_steam": "Stoom", "iot_active_steam": "Stoom",
"iot_active_wash_steam": "Actieve was", "iot_active_wash_steam": "Actieve was",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "Actieve was + Stoom", "iot_all_in_one_59_steam": "Alles-in-één 59' + Stoom",
"iot_checkup": "Controle", "iot_checkup": "Controle",
"iot_colour_59_steam": "Gekleurd 59' + Stoom", "iot_colour_59_steam": "Gekleurd 59' + Stoom",
"iot_cottons_steam": "Katoen + Stoom", "iot_cottons_steam": "Katoen + Stoom",
@ -889,9 +774,149 @@
"sparkling": "Mousserend", "sparkling": "Mousserend",
"white": "Wit" "white": "Wit"
} }
},
"dry_time": {
"name": "Droogtijd"
},
"power": {
"name": "Vermogensniveau"
},
"remaining_time": {
"name": "Resterende tijd"
},
"temperature": {
"name": "Temperatuur"
},
"water_efficiency": {
"name": "Efficiënt 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"
},
"suggested_load": {
"name": "Laadvermogen"
},
"energy_label": {
"name": "Energie-efficiëntie"
},
"det_dust": {
"name": "Poeder"
},
"det_liquid": {
"name": "Vloeibaar"
},
"errors": {
"name": "Fout"
},
"programs": {
"name": "Huidig programma"
},
"room_temperature": {
"name": "Omgevingstemperatuur"
},
"humidity": {
"name": "Luchtvochtigheid"
},
"cycles_total": {
"name": "Programma's Totaal"
},
"energy_total": {
"name": "Energieverbruik Totaal"
},
"water_total": {
"name": "Efficiënt waterverbruik Totaal"
},
"energy_current": {
"name": "Energieverbruik Huidige"
},
"water_current": {
"name": "Efficiënt waterverbruik Huidige"
},
"freezer_temp": {
"name": "Vriezertemperatuur"
},
"fridge_temp": {
"name": "Koelkasttemperatuur"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "Niet drogen",
"iron_dry": "Strijken",
"no_dry_iron": "Kastdroog",
"cupboard_dry": "Kastdroog",
"extra_dry": "Extra droog",
"ready_to_wear": "Klaar om te dragen"
},
"name": "Droogniveau"
},
"eco_pilot": {
"state": {
"touch_off": "Uit",
"avoid_touch": "Voorkom aanraking",
"follow_touch": "Volgen",
"unknown": "unknown"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"high": "Hoog",
"mid": "Gemiddeld ",
"low": "Laag",
"auto": "Automatisch"
}
},
"ref_zones": {
"state": {
"fridge": "Koelkast",
"freezer": "Vriezer",
"vtroom1": "My Zone",
"fridge_freezer": "Koelkast & Vriezer"
},
"name": "Zone"
},
"programs_ac": {
"state": {
"iot_10_heating": "10°C-verwarmingsfunctie",
"iot_auto": "Automatisch",
"iot_cool": "Koelen",
"iot_dry": "Drogen",
"iot_fan": "Ventilator",
"iot_heat": "Verwarming",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Zelfzuivering",
"iot_self_clean": "Zelfreiniging",
"iot_self_clean_56": "Sterilisatie reiniging 56°C",
"iot_simple_start": "Start nu",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Koud",
"iot_uv_and_dry": "UV + Ontvochtiger",
"iot_uv_and_fan": "UV + Hetelucht",
"iot_uv_and_heat": "UV + Warmte"
},
"name": "Programma"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"59_min": "Snel 59'", "59_min": "Snel 59'",
@ -1241,7 +1266,7 @@
"allergy_care_pro": "Allergy Care Pro", "allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "Alles-in-één 49'.", "all_in_one_49": "Alles-in-één 49'.",
"all_in_one_59": "Alles-in-één 59'.", "all_in_one_59": "Alles-in-één 59'.",
"all_in_one_59_steam": "Actieve was + Stoom", "all_in_one_59_steam": "Alles-in-één 59' + Stoom",
"autocare": "Automatische verzorging", "autocare": "Automatische verzorging",
"autoclean": "Trommelreiniging", "autoclean": "Trommelreiniging",
"baby_60": "All baby 60 ° C", "baby_60": "All baby 60 ° C",
@ -1307,7 +1332,7 @@
"iot_active_steam": "Stoom", "iot_active_steam": "Stoom",
"iot_active_wash_steam": "Actieve was", "iot_active_wash_steam": "Actieve was",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "Actieve was + Stoom", "iot_all_in_one_59_steam": "Alles-in-één 59' + Stoom",
"iot_checkup": "Controle", "iot_checkup": "Controle",
"iot_colour_59_steam": "Gekleurd 59' + Stoom", "iot_colour_59_steam": "Gekleurd 59' + Stoom",
"iot_cottons_steam": "Katoen + Stoom", "iot_cottons_steam": "Katoen + Stoom",
@ -1540,69 +1565,6 @@
}, },
"name": "Programma" "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",
"11": "Niet drogen"
},
"name": "Droogniveau"
},
"spin_speed": {
"name": "Centrifugeren"
},
"temperature": {
"name": "Temperatuur"
},
"dry_time": {
"name": "Droogtijd"
},
"eco_pilot": {
"state": {
"0": "Uit",
"1": "Voorkom aanraking",
"2": "Volgen"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"1": "Hoog",
"2": "Gemiddeld ",
"3": "Laag",
"4": "Automatisch",
"5": "Automatisch"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "10°C-verwarmingsfunctie",
"iot_auto": "Automatisch",
"iot_cool": "Koelen",
"iot_dry": "Drogen",
"iot_fan": "Ventilator",
"iot_heat": "Verwarming",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Zelfzuivering",
"iot_self_clean": "Zelfreiniging",
"iot_self_clean_56": "Sterilisatie reiniging 56°C",
"iot_simple_start": "Start nu",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Koud",
"iot_uv_and_dry": "UV + Ontvochtiger",
"iot_uv_and_fan": "UV + Hetelucht",
"iot_uv_and_heat": "UV + Warmte"
},
"name": "Programma"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"auto_set": "AUTO-SET", "auto_set": "AUTO-SET",
@ -1626,17 +1588,17 @@
}, },
"name": "Programma" "name": "Programma"
}, },
"dry_time": {
"name": "Droogtijd"
},
"spin_speed": {
"name": "Centrifugeren"
},
"temperature": {
"name": "Temperatuur"
},
"remaining_time": { "remaining_time": {
"name": "Resterende tijd" "name": "Resterende tijd"
},
"ref_zones": {
"state": {
"fridge": "Koelkast",
"freezer": "Vriezer",
"vtroom1": "My Zone",
"fridge_freezer": "Koelkast & Vriezer"
},
"name": "Zone"
} }
}, },
"switch": { "switch": {
@ -1724,18 +1686,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"auto_dose": {
"name": "Automatisch doseren"
},
"good_night": {
"name": "Goede nacht"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "Automatisch doseren Wasverzachter" "name": "Automatisch doseren Wasverzachter"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "Automatisch doseren Wasmiddel" "name": "Automatisch doseren Wasmiddel"
}, },
"good_night": {
"name": "Goede nacht"
},
"auto_set": { "auto_set": {
"name": "Automatisch instellen" "name": "Automatisch instellen"
}, },
@ -1747,6 +1706,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "Koelkast" "name": "Koelkast"
},
"night_mode": {
"name": "Nachtmodus"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -1768,27 +1730,12 @@
"anti_crease": { "anti_crease": {
"name": "Kreukherstellend" "name": "Kreukherstellend"
}, },
"aqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"spin_speed": { "spin_speed": {
"name": "Centrifugeren" "name": "Centrifugeren"
}, },
"programs_dw": {
"name": "Programma"
},
"programs_ih": {
"name": "Programma"
},
"programs_ov": {
"name": "Programma"
},
"programs_td": {
"name": "Programma"
},
"programs_wm": {
"name": "Programma"
},
"still_hot": { "still_hot": {
"name": "Nog heet" "name": "Nog heet"
}, },
@ -1819,12 +1766,6 @@
"prewash": { "prewash": {
"name": "Voorwas" "name": "Voorwas"
}, },
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Automatisch doseren"
},
"buzzer": { "buzzer": {
"name": "Bel voor einde cyclus" "name": "Bel voor einde cyclus"
}, },
@ -1850,6 +1791,17 @@
"name": "Filter vervangen" "name": "Filter vervangen"
} }
}, },
"button": {
"induction_hob": {
"name": "Inductiekookplaat"
},
"start_program": {
"name": "Programma Start"
},
"stop_program": {
"name": "Programma Stoppen"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "Vermogensbeheer" "name": "Vermogensbeheer"
@ -1888,20 +1840,33 @@
"name": "Doeltemperatuur Koelkast" "name": "Doeltemperatuur Koelkast"
} }
}, },
"button": {
"induction_hob": {
"name": "Inductiekookplaat"
},
"start_program": {
"name": "Programma Start"
},
"stop_program": {
"name": "Programma Stoppen"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "Airconditioner" "name": "Airconditioner",
"state_attributes": {
"preset_mode": {
"name": "Programma's",
"state": {
"iot_10_heating": "10°C-verwarmingsfunctie",
"iot_auto": "Automatisch",
"iot_cool": "Koelen",
"iot_dry": "Drogen",
"iot_fan": "Ventilator",
"iot_heat": "Verwarming",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Zelfzuivering",
"iot_self_clean": "Zelfreiniging",
"iot_self_clean_56": "Sterilisatie reiniging 56°C",
"iot_simple_start": "Start nu",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Koud",
"iot_uv_and_dry": "UV + Ontvochtiger",
"iot_uv_and_fan": "UV + Hetelucht",
"iot_uv_and_heat": "UV + Warmte"
}
}
}
}, },
"fridge": { "fridge": {
"name": "Koelkast", "name": "Koelkast",

View File

@ -3,325 +3,73 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "Gotowe", "ready": "Gotowe",
"1": "Gotowe", "running": "Program uruchomiony",
"3": "Zatrzymaj", "pause": "Zatrzymaj",
"4": "Zaplanowane", "scheduled": "Zaplanowane",
"5": "Zaplanowane", "error": "Błąd",
"6": "Błąd", "test": "Test",
"7": "Gotowe", "ending": "Zatrzymanie cyklu…"
"2": "Program uruchomiony", }
"8": "Test", },
"9": "Zatrzymanie cyklu…" "mach_modes_ac": {
"state": {
"auto": "Auto",
"cool": "Chłodzenie",
"dry": "Osuszanie",
"heat": "Grzanie",
"fan": "Wentylator"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "Gotowe", "ready": "Gotowe",
"1": "Pranie", "spin": "Wirowanie",
"2": "Pranie", "rinse": "Płukanie",
"3": "Wirowanie", "drying": "Suszenie",
"4": "Płukanie", "steam": "Para",
"5": "Płukanie", "weighting": "Ważenie ",
"6": "Płukanie", "scheduled": "Zaplanowane",
"7": "Suszenie", "tumbling": "Utrzymaj świeżość",
"9": "Para", "refresh": "Odświeżanie",
"10": "Gotowe", "heating": "Ogrzewanie",
"11": "Wirowanie", "washing": "Pranie"
"12": "Ważenie ",
"13": "Ważenie ",
"14": "Pranie",
"15": "Pranie",
"16": "Pranie",
"17": "Płukanie",
"18": "Płukanie",
"19": "Zaplanowane",
"20": "Utrzymaj świeżość",
"24": "Odświeżanie",
"25": "Pranie",
"26": "Ogrzewanie",
"27": "Pranie"
}, },
"name": "Faza" "name": "Faza"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "Gotowe", "ready": "Gotowe",
"1": "Suszenie", "heat_stroke": "Suszenie",
"2": "Suszenie", "drying": "Suszenie",
"3": "Chłodzenie", "cooldown": "Chłodzenie",
"13": "Chłodzenie", "unknown": "unknown",
"14": "Suszenie", "tumbling": "Utrzymaj świeżość"
"15": "Suszenie",
"16": "Chłodzenie",
"18": "Utrzymaj świeżość",
"19": "Suszenie",
"20": "Suszenie",
"11": "Gotowe",
"17": "unknown",
"12": "unknown"
}, },
"name": "Faza" "name": "Faza"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "Gotowe", "ready": "Gotowe",
"1": "Zmywanie wstępne", "prewash": "Zmywanie wstępne",
"2": "Pranie", "washing": "Pranie",
"3": "Płukanie", "rinse": "Płukanie",
"4": "Suszenie", "drying": "Suszenie",
"5": "Gotowe", "hot_rinse": "Hot rinse"
"6": "Hot rinse"
}, },
"name": "Faza" "name": "Faza"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "Bez suszenia", "no_dry": "Bez suszenia",
"1": "Prasowanie", "iron_dry": "Prasowanie",
"2": "Gotowe do garderoby", "no_dry_iron": "Gotowe do garderoby",
"3": "Gotowe do garderoby", "cupboard_dry": "Gotowe do garderoby",
"4": "Ekstra suchy", "extra_dry": "Ekstra suchy",
"12": "Prasowanie", "ready_to_wear": "Gotowe do włożenia"
"13": "Gotowe do garderoby",
"14": "Gotowe do włożenia",
"15": "Ekstra suchy",
"11": "Bez suszenia"
}, },
"name": "Poziom suszenia" "name": "Poziom suszenia"
}, },
"anti_crease": {
"name": "Przeciw gnieceniu"
},
"power": {
"name": "Poziom mocy"
},
"remaining_time": {
"name": "Pozostały czas"
},
"temperature": {
"name": "Temperatura"
},
"water_efficiency": {
"name": "Wydajność zużycia wody"
},
"water_saving": {
"name": "Oszczędność wody"
},
"duration": {
"name": "Czas trwania"
},
"target_temperature": {
"name": "Temperatura docelowa"
},
"spin_speed": {
"name": "Wirowanie"
},
"steam_leve": {
"name": "Poziom pary"
},
"dirt_level": {
"name": "Stopień zabrudzenia"
},
"delay_time": {
"name": "Opóźniony Start"
},
"dry_time": {
"name": "Czas suszenia"
},
"suggested_load": {
"name": "Ładowność"
},
"energy_label": {
"name": "Efektywność energetyczna"
},
"det_dust": {
"name": "Proszek"
},
"det_liquid": {
"name": "Płyn"
},
"errors": {
"name": "Błąd"
},
"programs": {
"name": "Aktualny program"
},
"cycles_total": {
"name": "Cykle Suma"
},
"energy_total": {
"name": "Zużycie energii Suma"
},
"water_total": {
"name": "Wydajność zużycia wody Suma"
},
"energy_current": {
"name": "Zużycie energii Aktualne"
},
"water_current": {
"name": "Wydajność zużycia wody Aktualne"
},
"mach_modes_ac": {
"state": {
"0": "Auto",
"1": "Chłodzenie",
"2": "Chłodzenie",
"3": "Osuszanie",
"4": "Grzanie",
"5": "Wentylator",
"6": "Wentylator"
}
},
"programs_td": {
"state": {
"active_dry": "Aktywne suche",
"allergy_care": "Antiallergy",
"all_in_one": "All in One",
"antiallergy": "Antiallergy",
"anti_odours": "Odświeżenie",
"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łdry",
"eco": "Bawełna 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ęczniki",
"hqd_bed_sheets": "Prześcieradła",
"hqd_bulky": "Elementy wielkogabarytowe",
"hqd_casual": "Nieformalny",
"hqd_cold_wind_30": "Chłodna bryza 30 minut",
"hqd_cold_wind_timing": "Chłodny wietrzyk ",
"hqd_cotton": "Bawełna",
"hqd_curtain": "Zasłony",
"hqd_delicate": "Delikatne",
"hqd_diaper": "Pieluchy",
"hqd_duvet": "Kołdry",
"hqd_feather": "Kurtki puchowe",
"hqd_hot_wind_timing": "Gorące powietrze",
"hqd_hygienic": "Higienizacja",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Kurtki",
"hqd_jeans": "Dżins",
"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ące 30",
"hqd_quilt": "Kołdry",
"hqd_refresh": "Odświeżanie",
"hqd_school_uniform": "Mundurek szkolny",
"hqd_shirt": "Koszule",
"hqd_shoes": "Buty",
"hqd_silk": "Jedwab",
"hqd_sports": "Odzież sportowa",
"hqd_synthetics": "Syntetyki",
"hqd_timer": "Czasowe",
"hqd_towel": "Ręczniki",
"hqd_underwear": "Bielizna",
"hqd_warm_up": "Podgrzej",
"hqd_wool": "Wełna",
"hqd_working_suit": "Odzież 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ściel",
"iot_dry_bed_quilt": "Bed Quilt",
"iot_dry_cotton": "Bawełna",
"iot_dry_cuddly_toys": "Zabawki pluszowe",
"iot_dry_curtains": "Zasłony",
"iot_dry_dehumidifier": "Środek do usuwania wilgoci",
"iot_dry_delicates": "Bielizna",
"iot_dry_delicate_tablecloths": "Delikatne obrusy",
"iot_dry_denim_jeans": "Dżinsy",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Kołdry",
"iot_dry_easy_iron_cotton": "Super Easy Iron",
"iot_dry_easy_iron_synthetics": "Super łatwe 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.",
"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ąpielowe",
"iot_dry_synthetics": "Syntetyczne",
"iot_dry_synthetic_dry": "Suszenie materiałów syntetycznych",
"iot_dry_tablecloths": "Obrusy",
"iot_dry_technical_fabrics": "Materiały techniczne",
"iot_dry_warm_embrace": "Ciepłe objęcie",
"iot_dry_wool": "Woolmark",
"jeans": "Dżinsy",
"mix_and_dry": "Mix&Dry",
"pets": "Zwierzęta domowe",
"pre_iron": "Pre-Iron",
"rapid_30": "Rapid 30",
"rapid_45": "Rapid 45 min",
"rapid_59": "Perfekcyjne szybkie w 59 min",
"refresh": "Odświeżanie",
"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 łatwe prasowanie tkanin mieszanych",
"super_easy_iron_xxl": "Super łatwe 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łe",
"wool": "Suszenie wełny",
"woolmark": "Woolmark",
"xxl_load": "XXL Load",
"zoom_59": "Zoom 59"
},
"name": "Program"
},
"room_temperature": {
"name": "Temperatura pokojowa"
},
"humidity": {
"name": "Wilgotność"
},
"freezer_temp": {
"name": "Temperatura zamrażarki"
},
"fridge_temp": {
"name": "Temperatura lodówki"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_10_heating": "Funkcja grzania 10°C", "iot_10_heating": "Funkcja grzania 10°C",
@ -545,6 +293,143 @@
}, },
"name": "Program" "name": "Program"
}, },
"programs_td": {
"state": {
"active_dry": "Aktywne suche",
"allergy_care": "Antiallergy",
"all_in_one": "All in One",
"antiallergy": "Antiallergy",
"anti_odours": "Odświeżenie",
"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łdry",
"eco": "Bawełna 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ęczniki",
"hqd_bed_sheets": "Prześcieradła",
"hqd_bulky": "Elementy wielkogabarytowe",
"hqd_casual": "Nieformalny",
"hqd_cold_wind_30": "Chłodna bryza 30 minut",
"hqd_cold_wind_timing": "Chłodny wietrzyk ",
"hqd_cotton": "Bawełna",
"hqd_curtain": "Zasłony",
"hqd_delicate": "Delikatne",
"hqd_diaper": "Pieluchy",
"hqd_duvet": "Kołdry",
"hqd_feather": "Kurtki puchowe",
"hqd_hot_wind_timing": "Gorące powietrze",
"hqd_hygienic": "Higienizacja",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Kurtki",
"hqd_jeans": "Dżins",
"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ące 30",
"hqd_quilt": "Kołdry",
"hqd_refresh": "Odświeżanie",
"hqd_school_uniform": "Mundurek szkolny",
"hqd_shirt": "Koszule",
"hqd_shoes": "Buty",
"hqd_silk": "Jedwab",
"hqd_sports": "Odzież sportowa",
"hqd_synthetics": "Syntetyki",
"hqd_timer": "Czasowe",
"hqd_towel": "Ręczniki",
"hqd_underwear": "Bielizna",
"hqd_warm_up": "Podgrzej",
"hqd_wool": "Wełna",
"hqd_working_suit": "Odzież 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ściel",
"iot_dry_bed_quilt": "Bed Quilt",
"iot_dry_cotton": "Bawełna",
"iot_dry_cuddly_toys": "Zabawki pluszowe",
"iot_dry_curtains": "Zasłony",
"iot_dry_dehumidifier": "Środek do usuwania wilgoci",
"iot_dry_delicates": "Bielizna",
"iot_dry_delicate_tablecloths": "Delikatne obrusy",
"iot_dry_denim_jeans": "Dżinsy",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Kołdry",
"iot_dry_easy_iron_cotton": "Super Easy Iron",
"iot_dry_easy_iron_synthetics": "Super łatwe 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.",
"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ąpielowe",
"iot_dry_synthetics": "Syntetyczne",
"iot_dry_synthetic_dry": "Suszenie materiałów syntetycznych",
"iot_dry_tablecloths": "Obrusy",
"iot_dry_technical_fabrics": "Materiały techniczne",
"iot_dry_warm_embrace": "Ciepłe objęcie",
"iot_dry_wool": "Woolmark",
"jeans": "Dżinsy",
"mix_and_dry": "Mix&Dry",
"pets": "Zwierzęta domowe",
"pre_iron": "Pre-Iron",
"rapid_30": "Rapid 30",
"rapid_45": "Rapid 45 min",
"rapid_59": "Perfekcyjne szybkie w 59 min",
"refresh": "Odświeżanie",
"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 łatwe prasowanie tkanin mieszanych",
"super_easy_iron_xxl": "Super łatwe 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łe",
"wool": "Suszenie wełny",
"woolmark": "Woolmark",
"xxl_load": "XXL Load",
"zoom_59": "Zoom 59"
},
"name": "Program"
},
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "20° Kolorowe i Bawełna", "20_degrees_coloured_cottons": "20° Kolorowe i Bawełna",
@ -556,7 +441,7 @@
"allergy_care_pro": "Allergy Care Pro", "allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "Wszystko w jednym cyklu 49", "all_in_one_49": "Wszystko w jednym cyklu 49",
"all_in_one_59": "Wszystko w jednym cyklu 59", "all_in_one_59": "Wszystko w jednym cyklu 59",
"all_in_one_59_steam": "Aktywne pranie + Para", "all_in_one_59_steam": "Wszystko w jednym cyklu 59 + Para",
"autocare": "Pielęgnacja własna", "autocare": "Pielęgnacja własna",
"autoclean": "Czyszczenie bębna", "autoclean": "Czyszczenie bębna",
"baby_60": "Wszystkie dziecinne 60°C", "baby_60": "Wszystkie dziecinne 60°C",
@ -622,7 +507,7 @@
"iot_active_steam": "Para", "iot_active_steam": "Para",
"iot_active_wash_steam": "Aktywne pranie", "iot_active_wash_steam": "Aktywne pranie",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "Aktywne pranie + Para", "iot_all_in_one_59_steam": "Wszystko w jednym cyklu 59 + Para",
"iot_checkup": "Kontrola", "iot_checkup": "Kontrola",
"iot_colour_59_steam": "Kolorowe 59' + Para", "iot_colour_59_steam": "Kolorowe 59' + Para",
"iot_cottons_steam": "Bawełna + Para", "iot_cottons_steam": "Bawełna + Para",
@ -889,9 +774,149 @@
"sparkling": "Musujące", "sparkling": "Musujące",
"white": "Białe" "white": "Białe"
} }
},
"dry_time": {
"name": "Czas suszenia"
},
"power": {
"name": "Poziom mocy"
},
"remaining_time": {
"name": "Pozostały czas"
},
"temperature": {
"name": "Temperatura"
},
"water_efficiency": {
"name": "Wydajność zużycia wody"
},
"water_saving": {
"name": "Oszczędność wody"
},
"duration": {
"name": "Czas trwania"
},
"target_temperature": {
"name": "Temperatura docelowa"
},
"spin_speed": {
"name": "Wirowanie"
},
"steam_leve": {
"name": "Poziom pary"
},
"dirt_level": {
"name": "Stopień zabrudzenia"
},
"delay_time": {
"name": "Opóźniony Start"
},
"suggested_load": {
"name": "Ładowność"
},
"energy_label": {
"name": "Efektywność energetyczna"
},
"det_dust": {
"name": "Proszek"
},
"det_liquid": {
"name": "Płyn"
},
"errors": {
"name": "Błąd"
},
"programs": {
"name": "Aktualny program"
},
"room_temperature": {
"name": "Temperatura pokojowa"
},
"humidity": {
"name": "Wilgotność"
},
"cycles_total": {
"name": "Cykle Suma"
},
"energy_total": {
"name": "Zużycie energii Suma"
},
"water_total": {
"name": "Wydajność zużycia wody Suma"
},
"energy_current": {
"name": "Zużycie energii Aktualne"
},
"water_current": {
"name": "Wydajność zużycia wody Aktualne"
},
"freezer_temp": {
"name": "Temperatura zamrażarki"
},
"fridge_temp": {
"name": "Temperatura lodówki"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "Bez suszenia",
"iron_dry": "Prasowanie",
"no_dry_iron": "Gotowe do garderoby",
"cupboard_dry": "Gotowe do garderoby",
"extra_dry": "Ekstra suchy",
"ready_to_wear": "Gotowe do włożenia"
},
"name": "Poziom suszenia"
},
"eco_pilot": {
"state": {
"touch_off": "Wyłącz",
"avoid_touch": "Unikanie kontaktu",
"follow_touch": "Podążanie",
"unknown": "unknown"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"high": "Wysoki",
"mid": "Średni ",
"low": "Niski",
"auto": "Auto"
}
},
"ref_zones": {
"state": {
"fridge": "Lodówka",
"freezer": "Zamrażarka",
"vtroom1": "My Zone",
"fridge_freezer": "Lodówka & Zamrażarka"
},
"name": "Strefa"
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkcja grzania 10°C",
"iot_auto": "Auto",
"iot_cool": "Chłodzenie",
"iot_dry": "Osuszanie",
"iot_fan": "Wentylator",
"iot_heat": "Grzanie",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Self Purify",
"iot_self_clean": "Self Clean",
"iot_self_clean_56": "Steri Clean 56°C",
"iot_simple_start": "Uruchom teraz",
"iot_uv": "Sterylizacja UVC",
"iot_uv_and_auto": "UV + automat",
"iot_uv_and_cool": "UV + chłodzenie",
"iot_uv_and_dry": "UV + osuszacz powietrza",
"iot_uv_and_fan": "UV + wentylator",
"iot_uv_and_heat": "UV + podgrzewanie"
},
"name": "Program"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"59_min": "Szybki 59'", "59_min": "Szybki 59'",
@ -1241,7 +1266,7 @@
"allergy_care_pro": "Allergy Care Pro", "allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "Wszystko w jednym cyklu 49", "all_in_one_49": "Wszystko w jednym cyklu 49",
"all_in_one_59": "Wszystko w jednym cyklu 59", "all_in_one_59": "Wszystko w jednym cyklu 59",
"all_in_one_59_steam": "Aktywne pranie + Para", "all_in_one_59_steam": "Wszystko w jednym cyklu 59 + Para",
"autocare": "Pielęgnacja własna", "autocare": "Pielęgnacja własna",
"autoclean": "Czyszczenie bębna", "autoclean": "Czyszczenie bębna",
"baby_60": "Wszystkie dziecinne 60°C", "baby_60": "Wszystkie dziecinne 60°C",
@ -1307,7 +1332,7 @@
"iot_active_steam": "Para", "iot_active_steam": "Para",
"iot_active_wash_steam": "Aktywne pranie", "iot_active_wash_steam": "Aktywne pranie",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "Aktywne pranie + Para", "iot_all_in_one_59_steam": "Wszystko w jednym cyklu 59 + Para",
"iot_checkup": "Kontrola", "iot_checkup": "Kontrola",
"iot_colour_59_steam": "Kolorowe 59' + Para", "iot_colour_59_steam": "Kolorowe 59' + Para",
"iot_cottons_steam": "Bawełna + Para", "iot_cottons_steam": "Bawełna + Para",
@ -1540,69 +1565,6 @@
}, },
"name": "Program" "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łożenia",
"15": "Ekstra suchy",
"11": "Bez suszenia"
},
"name": "Poziom suszenia"
},
"spin_speed": {
"name": "Wirowanie"
},
"temperature": {
"name": "Temperatura"
},
"dry_time": {
"name": "Czas suszenia"
},
"eco_pilot": {
"state": {
"0": "Wyłącz",
"1": "Unikanie kontaktu",
"2": "Podążanie"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"1": "Wysoki",
"2": "Średni ",
"3": "Niski",
"4": "Auto",
"5": "Auto"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkcja grzania 10°C",
"iot_auto": "Auto",
"iot_cool": "Chłodzenie",
"iot_dry": "Osuszanie",
"iot_fan": "Wentylator",
"iot_heat": "Grzanie",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Self Purify",
"iot_self_clean": "Self Clean",
"iot_self_clean_56": "Steri Clean 56°C",
"iot_simple_start": "Uruchom teraz",
"iot_uv": "Sterylizacja UVC",
"iot_uv_and_auto": "UV + automat",
"iot_uv_and_cool": "UV + chłodzenie",
"iot_uv_and_dry": "UV + osuszacz powietrza",
"iot_uv_and_fan": "UV + wentylator",
"iot_uv_and_heat": "UV + podgrzewanie"
},
"name": "Program"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"auto_set": "AUTO-SET", "auto_set": "AUTO-SET",
@ -1626,17 +1588,17 @@
}, },
"name": "Program" "name": "Program"
}, },
"dry_time": {
"name": "Czas suszenia"
},
"spin_speed": {
"name": "Wirowanie"
},
"temperature": {
"name": "Temperatura"
},
"remaining_time": { "remaining_time": {
"name": "Pozostały czas" "name": "Pozostały czas"
},
"ref_zones": {
"state": {
"fridge": "Lodówka",
"freezer": "Zamrażarka",
"vtroom1": "My Zone",
"fridge_freezer": "Lodówka & Zamrażarka"
},
"name": "Strefa"
} }
}, },
"switch": { "switch": {
@ -1724,18 +1686,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"auto_dose": {
"name": "Automatyczne dozowanie"
},
"good_night": {
"name": "Dobranoc"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "Automatyczne dozowanie Środek zmiękczający" "name": "Automatyczne dozowanie Środek zmiękczający"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "Automatyczne dozowanie Detergent" "name": "Automatyczne dozowanie Detergent"
}, },
"good_night": {
"name": "Dobranoc"
},
"auto_set": { "auto_set": {
"name": "Ustawianie automatyczne" "name": "Ustawianie automatyczne"
}, },
@ -1747,6 +1706,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "Lodówka" "name": "Lodówka"
},
"night_mode": {
"name": "Tryb nocny"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -1768,27 +1730,12 @@
"anti_crease": { "anti_crease": {
"name": "Przeciw gnieceniu" "name": "Przeciw gnieceniu"
}, },
"aqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"spin_speed": { "spin_speed": {
"name": "Wirowanie" "name": "Wirowanie"
}, },
"programs_dw": {
"name": "Program"
},
"programs_ih": {
"name": "Program"
},
"programs_ov": {
"name": "Program"
},
"programs_td": {
"name": "Program"
},
"programs_wm": {
"name": "Program"
},
"still_hot": { "still_hot": {
"name": "Nadal gorące" "name": "Nadal gorące"
}, },
@ -1819,12 +1766,6 @@
"prewash": { "prewash": {
"name": "Mycie wstępne" "name": "Mycie wstępne"
}, },
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Automatyczne dozowanie"
},
"buzzer": { "buzzer": {
"name": "Sygnał dźwiękowy końca cyklu" "name": "Sygnał dźwiękowy końca cyklu"
}, },
@ -1850,6 +1791,17 @@
"name": "Wymiana filtra" "name": "Wymiana filtra"
} }
}, },
"button": {
"induction_hob": {
"name": "Płyta indukcyjna"
},
"start_program": {
"name": "Program Początek"
},
"stop_program": {
"name": "Program Zatrzymaj"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "Zarządzanie zasilaniem" "name": "Zarządzanie zasilaniem"
@ -1888,20 +1840,33 @@
"name": "Temperatura docelowa Lodówka" "name": "Temperatura docelowa Lodówka"
} }
}, },
"button": {
"induction_hob": {
"name": "Płyta indukcyjna"
},
"start_program": {
"name": "Program Początek"
},
"stop_program": {
"name": "Program Zatrzymaj"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "Klimatyzator" "name": "Klimatyzator",
"state_attributes": {
"preset_mode": {
"name": "Programy",
"state": {
"iot_10_heating": "Funkcja grzania 10°C",
"iot_auto": "Auto",
"iot_cool": "Chłodzenie",
"iot_dry": "Osuszanie",
"iot_fan": "Wentylator",
"iot_heat": "Grzanie",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Self Purify",
"iot_self_clean": "Self Clean",
"iot_self_clean_56": "Steri Clean 56°C",
"iot_simple_start": "Uruchom teraz",
"iot_uv": "Sterylizacja UVC",
"iot_uv_and_auto": "UV + automat",
"iot_uv_and_cool": "UV + chłodzenie",
"iot_uv_and_dry": "UV + osuszacz powietrza",
"iot_uv_and_fan": "UV + wentylator",
"iot_uv_and_heat": "UV + podgrzewanie"
}
}
}
}, },
"fridge": { "fridge": {
"name": "Lodówka", "name": "Lodówka",

View File

@ -3,325 +3,73 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "Pronto", "ready": "Pronto",
"1": "Pronto", "running": "Programa em execução",
"3": "Pausa", "pause": "Pausa",
"4": "Agendado", "scheduled": "Agendado",
"5": "Agendado", "error": "Erro",
"6": "Erro", "test": "Test",
"7": "Pronto", "ending": "Ciclo de paragem…"
"2": "Programa em execução", }
"8": "Test", },
"9": "Ciclo de paragem…" "mach_modes_ac": {
"state": {
"auto": "Auto",
"cool": "Frio",
"dry": "Secar",
"heat": "Calor",
"fan": "Ventilador"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "Pronto", "ready": "Pronto",
"1": "Lavar", "spin": "Centrifugar",
"2": "Lavar", "rinse": "Lavagem",
"3": "Centrifugar", "drying": "Secagem",
"4": "Lavagem", "steam": "Vapor",
"5": "Lavagem", "weighting": "Pesagem ",
"6": "Lavagem", "scheduled": "Agendado",
"7": "Secagem", "tumbling": "Manter Fresco",
"9": "Vapor", "refresh": "Refrescar",
"10": "Pronto", "heating": "Aquecimento",
"11": "Centrifugar", "washing": "Lavar"
"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" "name": "Fase"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "Pronto", "ready": "Pronto",
"1": "Secagem", "heat_stroke": "Secagem",
"2": "Secagem", "drying": "Secagem",
"3": "Arrefecimento", "cooldown": "Arrefecimento",
"13": "Arrefecimento", "unknown": "unknown",
"14": "Secagem", "tumbling": "Manter Fresco"
"15": "Secagem",
"16": "Arrefecimento",
"18": "Manter Fresco",
"19": "Secagem",
"20": "Secagem",
"11": "Pronto",
"17": "unknown",
"12": "unknown"
}, },
"name": "Fase" "name": "Fase"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "Pronto", "ready": "Pronto",
"1": "Pré-lavagem", "prewash": "Pré-lavagem",
"2": "Lavar", "washing": "Lavar",
"3": "Lavagem", "rinse": "Lavagem",
"4": "Secagem", "drying": "Secagem",
"5": "Pronto", "hot_rinse": "Hot rinse"
"6": "Hot rinse"
}, },
"name": "Fase" "name": "Fase"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "Sem secagem", "no_dry": "Sem secagem",
"1": "Engomar", "iron_dry": "Engomar",
"2": "Guarda-Roupa pronto", "no_dry_iron": "Guarda-Roupa pronto",
"3": "Guarda-Roupa pronto", "cupboard_dry": "Guarda-Roupa pronto",
"4": "Extra seco", "extra_dry": "Extra seco",
"12": "Engomar", "ready_to_wear": "Pronto a usar"
"13": "Guarda-Roupa pronto",
"14": "Pronto a usar",
"15": "Extra seco",
"11": "Sem secagem"
}, },
"name": "Nível de secagem" "name": "Nível de secagem"
}, },
"anti_crease": {
"name": "Anti-vincos"
},
"power": {
"name": "Nível de potência"
},
"remaining_time": {
"name": "Tempo restante"
},
"temperature": {
"name": "Temperatura"
},
"water_efficiency": {
"name": "Eficiência da água"
},
"water_saving": {
"name": "Poupança de água"
},
"duration": {
"name": "Duração"
},
"target_temperature": {
"name": "Temperatura alvo"
},
"spin_speed": {
"name": "Centrifugar"
},
"steam_leve": {
"name": "Nível de vapor"
},
"dirt_level": {
"name": "Nível de sujidade"
},
"delay_time": {
"name": "Início adiado"
},
"dry_time": {
"name": "Tempo de secagem"
},
"suggested_load": {
"name": "Capacidade de carga"
},
"energy_label": {
"name": "Eficiência energética"
},
"det_dust": {
"name": "Pó"
},
"det_liquid": {
"name": "Líquido"
},
"errors": {
"name": "Erro"
},
"programs": {
"name": "Programa atual"
},
"cycles_total": {
"name": "Ciclos Total"
},
"energy_total": {
"name": "Consumo de energia Total"
},
"water_total": {
"name": "Eficiência da água Total"
},
"energy_current": {
"name": "Consumo de energia Data"
},
"water_current": {
"name": "Eficiência da água Data"
},
"mach_modes_ac": {
"state": {
"0": "Auto",
"1": "Frio",
"2": "Frio",
"3": "Secar",
"4": "Calor",
"5": "Ventilador",
"6": "Ventilador"
}
},
"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é",
"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ãos",
"eco": "Eco Algodão",
"ecospeed_cottons": "Velocidade eco algodões",
"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çóis",
"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ão",
"hqd_curtain": "Cortinas",
"hqd_delicate": "Roupa delicada",
"hqd_diaper": "Fraldas",
"hqd_duvet": "Edredões",
"hqd_feather": "Blusões",
"hqd_hot_wind_timing": "Ar quente",
"hqd_hygienic": "Higienização",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Casacos",
"hqd_jeans": "Jeans",
"hqd_luxury": "Peças requintadas",
"hqd_mix": "Mistos",
"hqd_night_dry": "Secagem durante a noite",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Rápido 20",
"hqd_quick_30": "Rápido 30",
"hqd_quick_dry": "Secagem rápida 30",
"hqd_quilt": "Colchas",
"hqd_refresh": "Refrescar",
"hqd_school_uniform": "Farda da escola",
"hqd_shirt": "Camisas",
"hqd_shoes": "Calçado",
"hqd_silk": "Seda",
"hqd_sports": "Desporto",
"hqd_synthetics": "Sintéticos",
"hqd_timer": "Temporizado",
"hqd_towel": "Toalhas",
"hqd_underwear": "Roupa interior",
"hqd_warm_up": "Aquecer",
"hqd_wool": "Lãs",
"hqd_working_suit": "Roupa de trabalho",
"hygiene": "Higiene",
"iot_checkup": "Check-Up",
"iot_dry_anti_mites": "Anti-ácaros",
"iot_dry_baby": "Roupa de bebé",
"iot_dry_backpacks": "Mochilas",
"iot_dry_bathrobe": "Roupões",
"iot_dry_bed_linen": "Roupa de cama",
"iot_dry_bed_quilt": "Colchas",
"iot_dry_cotton": "Algodão",
"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ãos",
"iot_dry_easy_iron_cotton": "Engomar fácil",
"iot_dry_easy_iron_synthetics": "Engomar Super Fácil de Sintéticos",
"iot_dry_gym_fit": "Roupa de desporto - Fitness",
"iot_dry_lingerie": "Roupa interior",
"iot_dry_mixed": "Mistos",
"iot_dry_playsuits": "Macacões",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Rápido 59.",
"iot_dry_refresh": "Refrescar",
"iot_dry_regenerates_waterproof": "Regeneração da Impermeabilização (?)",
"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éticos",
"iot_dry_synthetic_dry": "Secagem de Sintéticos",
"iot_dry_tablecloths": "Roupa de mesa",
"iot_dry_technical_fabrics": "Tecidos técnicos",
"iot_dry_warm_embrace": "Warm Embrace (?)",
"iot_dry_wool": "Woolmark",
"jeans": "Jeans",
"mix_and_dry": "Mix&Dry (Mista e Seca)",
"pets": "Animais de estimação",
"pre_iron": "Pré engomar",
"rapid_30": "Rapid 30",
"rapid_45": "Rápido 45 min",
"rapid_59": "Rápida Perfeita 59 min",
"refresh": "Refrescar",
"relax_creases": "Menos vincos",
"saving_30_min": "ECO 30'",
"shirts": "Camisas",
"shoes": "Calçado",
"small_load": "Pequena carga",
"soft_care": "Cuidado Suave",
"sport_plus": "Roupa desportiva",
"super_easy_iron_misti": "Engomar Super Fácil de mistos",
"super_easy_iron_xxl": "Engomar Super Fácil XXL",
"super_fast_cottons": "Algodões super rápido",
"super_fast_delicates": "Delicados super rápido",
"synthetics": "Sintéticos",
"total_care": "Total Care",
"trainers": "Ténis",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Revitalização da impermeabialização",
"whites": "Roupa branca",
"wool": "Secagem de lãs",
"woolmark": "Woolmark",
"xxl_load": "Carga XXL",
"zoom_59": "Zoom 59"
},
"name": "Programa"
},
"room_temperature": {
"name": "Temperatura ambiente"
},
"humidity": {
"name": "Humidade"
},
"freezer_temp": {
"name": "Temperatura do congelador"
},
"fridge_temp": {
"name": "Temperatura do frigorífico"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_10_heating": "Função de aquecimento de 10 °C", "iot_10_heating": "Função de aquecimento de 10 °C",
@ -545,6 +293,143 @@
}, },
"name": "Programa" "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é",
"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ãos",
"eco": "Eco Algodão",
"ecospeed_cottons": "Velocidade eco algodões",
"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çóis",
"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ão",
"hqd_curtain": "Cortinas",
"hqd_delicate": "Roupa delicada",
"hqd_diaper": "Fraldas",
"hqd_duvet": "Edredões",
"hqd_feather": "Blusões",
"hqd_hot_wind_timing": "Ar quente",
"hqd_hygienic": "Higienização",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Casacos",
"hqd_jeans": "Jeans",
"hqd_luxury": "Peças requintadas",
"hqd_mix": "Mistos",
"hqd_night_dry": "Secagem durante a noite",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Rápido 20",
"hqd_quick_30": "Rápido 30",
"hqd_quick_dry": "Secagem rápida 30",
"hqd_quilt": "Colchas",
"hqd_refresh": "Refrescar",
"hqd_school_uniform": "Farda da escola",
"hqd_shirt": "Camisas",
"hqd_shoes": "Calçado",
"hqd_silk": "Seda",
"hqd_sports": "Desporto",
"hqd_synthetics": "Sintéticos",
"hqd_timer": "Temporizado",
"hqd_towel": "Toalhas",
"hqd_underwear": "Roupa interior",
"hqd_warm_up": "Aquecer",
"hqd_wool": "Lãs",
"hqd_working_suit": "Roupa de trabalho",
"hygiene": "Higiene",
"iot_checkup": "Check-Up",
"iot_dry_anti_mites": "Anti-ácaros",
"iot_dry_baby": "Roupa de bebé",
"iot_dry_backpacks": "Mochilas",
"iot_dry_bathrobe": "Roupões",
"iot_dry_bed_linen": "Roupa de cama",
"iot_dry_bed_quilt": "Colchas",
"iot_dry_cotton": "Algodão",
"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ãos",
"iot_dry_easy_iron_cotton": "Engomar fácil",
"iot_dry_easy_iron_synthetics": "Engomar Super Fácil de Sintéticos",
"iot_dry_gym_fit": "Roupa de desporto - Fitness",
"iot_dry_lingerie": "Roupa interior",
"iot_dry_mixed": "Mistos",
"iot_dry_playsuits": "Macacões",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Rápido 59.",
"iot_dry_refresh": "Refrescar",
"iot_dry_regenerates_waterproof": "Regeneração da Impermeabilização (?)",
"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éticos",
"iot_dry_synthetic_dry": "Secagem de Sintéticos",
"iot_dry_tablecloths": "Roupa de mesa",
"iot_dry_technical_fabrics": "Tecidos técnicos",
"iot_dry_warm_embrace": "Warm Embrace (?)",
"iot_dry_wool": "Woolmark",
"jeans": "Jeans",
"mix_and_dry": "Mix&Dry (Mista e Seca)",
"pets": "Animais de estimação",
"pre_iron": "Pré engomar",
"rapid_30": "Rapid 30",
"rapid_45": "Rápido 45 min",
"rapid_59": "Rápida Perfeita 59 min",
"refresh": "Refrescar",
"relax_creases": "Menos vincos",
"saving_30_min": "ECO 30'",
"shirts": "Camisas",
"shoes": "Calçado",
"small_load": "Pequena carga",
"soft_care": "Cuidado Suave",
"sport_plus": "Roupa desportiva",
"super_easy_iron_misti": "Engomar Super Fácil de mistos",
"super_easy_iron_xxl": "Engomar Super Fácil XXL",
"super_fast_cottons": "Algodões super rápido",
"super_fast_delicates": "Delicados super rápido",
"synthetics": "Sintéticos",
"total_care": "Total Care",
"trainers": "Ténis",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Revitalização da impermeabialização",
"whites": "Roupa branca",
"wool": "Secagem de lãs",
"woolmark": "Woolmark",
"xxl_load": "Carga XXL",
"zoom_59": "Zoom 59"
},
"name": "Programa"
},
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "20° Cores e Algodões", "20_degrees_coloured_cottons": "20° Cores e Algodões",
@ -556,7 +441,7 @@
"allergy_care_pro": "Cuidado Alergias Pro", "allergy_care_pro": "Cuidado Alergias Pro",
"all_in_one_49": "Tudo em Um 49'.", "all_in_one_49": "Tudo em Um 49'.",
"all_in_one_59": "Tudo em Um 59'.", "all_in_one_59": "Tudo em Um 59'.",
"all_in_one_59_steam": "Active Wash + Vapor", "all_in_one_59_steam": "Tudo em Um 59' + Vapor",
"autocare": "Cuidado automático", "autocare": "Cuidado automático",
"autoclean": "Limpeza do tambor", "autoclean": "Limpeza do tambor",
"baby_60": "All Baby 60°C", "baby_60": "All Baby 60°C",
@ -622,7 +507,7 @@
"iot_active_steam": "Vapor", "iot_active_steam": "Vapor",
"iot_active_wash_steam": "Lavagem Ativa", "iot_active_wash_steam": "Lavagem Ativa",
"iot_allergy_care_pro": "Cuidado Alergias Pro", "iot_allergy_care_pro": "Cuidado Alergias Pro",
"iot_all_in_one_59_steam": "Active Wash + Vapor", "iot_all_in_one_59_steam": "Tudo em Um 59' + Vapor",
"iot_checkup": "Check-Up", "iot_checkup": "Check-Up",
"iot_colour_59_steam": "Cores 59' + vapor", "iot_colour_59_steam": "Cores 59' + vapor",
"iot_cottons_steam": "Algodão + Vapor", "iot_cottons_steam": "Algodão + Vapor",
@ -889,9 +774,149 @@
"sparkling": "Espumante", "sparkling": "Espumante",
"white": "Branco" "white": "Branco"
} }
},
"dry_time": {
"name": "Tempo de secagem"
},
"power": {
"name": "Nível de potência"
},
"remaining_time": {
"name": "Tempo restante"
},
"temperature": {
"name": "Temperatura"
},
"water_efficiency": {
"name": "Eficiência da água"
},
"water_saving": {
"name": "Poupança de água"
},
"duration": {
"name": "Duração"
},
"target_temperature": {
"name": "Temperatura alvo"
},
"spin_speed": {
"name": "Centrifugar"
},
"steam_leve": {
"name": "Nível de vapor"
},
"dirt_level": {
"name": "Nível de sujidade"
},
"delay_time": {
"name": "Início adiado"
},
"suggested_load": {
"name": "Capacidade de carga"
},
"energy_label": {
"name": "Eficiência energética"
},
"det_dust": {
"name": "Pó"
},
"det_liquid": {
"name": "Líquido"
},
"errors": {
"name": "Erro"
},
"programs": {
"name": "Programa atual"
},
"room_temperature": {
"name": "Temperatura ambiente"
},
"humidity": {
"name": "Humidade"
},
"cycles_total": {
"name": "Ciclos Total"
},
"energy_total": {
"name": "Consumo de energia Total"
},
"water_total": {
"name": "Eficiência da água Total"
},
"energy_current": {
"name": "Consumo de energia Data"
},
"water_current": {
"name": "Eficiência da água Data"
},
"freezer_temp": {
"name": "Temperatura do congelador"
},
"fridge_temp": {
"name": "Temperatura do frigorífico"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "Sem secagem",
"iron_dry": "Engomar",
"no_dry_iron": "Guarda-Roupa pronto",
"cupboard_dry": "Guarda-Roupa pronto",
"extra_dry": "Extra seco",
"ready_to_wear": "Pronto a usar"
},
"name": "Nível de secagem"
},
"eco_pilot": {
"state": {
"touch_off": "Off",
"avoid_touch": "Evitar o toque",
"follow_touch": "Seguir",
"unknown": "unknown"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"high": "Alta",
"mid": "Média ",
"low": "Baixa",
"auto": "Auto"
}
},
"ref_zones": {
"state": {
"fridge": "Frigorífico",
"freezer": "Congelador",
"vtroom1": "My Zone",
"fridge_freezer": "Frigorífico & Congelador"
},
"name": "Zona"
},
"programs_ac": {
"state": {
"iot_10_heating": "Função de aquecimento de 10 °C",
"iot_auto": "Auto",
"iot_cool": "Frio",
"iot_dry": "Secar",
"iot_fan": "Ventilador",
"iot_heat": "Calor",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Autopurificação",
"iot_self_clean": "Autolimpeza",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Iniciar agora",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Frio",
"iot_uv_and_dry": "UV + Desumidificador",
"iot_uv_and_fan": "UV + Ventilação",
"iot_uv_and_heat": "UV + Calor"
},
"name": "Programa"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"59_min": "Rápido 59'", "59_min": "Rápido 59'",
@ -1241,7 +1266,7 @@
"allergy_care_pro": "Cuidado Alergias Pro", "allergy_care_pro": "Cuidado Alergias Pro",
"all_in_one_49": "Tudo em Um 49'.", "all_in_one_49": "Tudo em Um 49'.",
"all_in_one_59": "Tudo em Um 59'.", "all_in_one_59": "Tudo em Um 59'.",
"all_in_one_59_steam": "Active Wash + Vapor", "all_in_one_59_steam": "Tudo em Um 59' + Vapor",
"autocare": "Cuidado automático", "autocare": "Cuidado automático",
"autoclean": "Limpeza do tambor", "autoclean": "Limpeza do tambor",
"baby_60": "All Baby 60°C", "baby_60": "All Baby 60°C",
@ -1307,7 +1332,7 @@
"iot_active_steam": "Vapor", "iot_active_steam": "Vapor",
"iot_active_wash_steam": "Lavagem Ativa", "iot_active_wash_steam": "Lavagem Ativa",
"iot_allergy_care_pro": "Cuidado Alergias Pro", "iot_allergy_care_pro": "Cuidado Alergias Pro",
"iot_all_in_one_59_steam": "Active Wash + Vapor", "iot_all_in_one_59_steam": "Tudo em Um 59' + Vapor",
"iot_checkup": "Check-Up", "iot_checkup": "Check-Up",
"iot_colour_59_steam": "Cores 59' + vapor", "iot_colour_59_steam": "Cores 59' + vapor",
"iot_cottons_steam": "Algodão + Vapor", "iot_cottons_steam": "Algodão + Vapor",
@ -1540,69 +1565,6 @@
}, },
"name": "Programa" "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",
"11": "Sem secagem"
},
"name": "Nível de secagem"
},
"spin_speed": {
"name": "Centrifugar"
},
"temperature": {
"name": "Temperatura"
},
"dry_time": {
"name": "Tempo de secagem"
},
"eco_pilot": {
"state": {
"0": "Off",
"1": "Evitar o toque",
"2": "Seguir"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"1": "Alta",
"2": "Média ",
"3": "Baixa",
"4": "Auto",
"5": "Auto"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "Função de aquecimento de 10 °C",
"iot_auto": "Auto",
"iot_cool": "Frio",
"iot_dry": "Secar",
"iot_fan": "Ventilador",
"iot_heat": "Calor",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Autopurificação",
"iot_self_clean": "Autolimpeza",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Iniciar agora",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Frio",
"iot_uv_and_dry": "UV + Desumidificador",
"iot_uv_and_fan": "UV + Ventilação",
"iot_uv_and_heat": "UV + Calor"
},
"name": "Programa"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"auto_set": "AUTO-SET", "auto_set": "AUTO-SET",
@ -1626,17 +1588,17 @@
}, },
"name": "Programa" "name": "Programa"
}, },
"dry_time": {
"name": "Tempo de secagem"
},
"spin_speed": {
"name": "Centrifugar"
},
"temperature": {
"name": "Temperatura"
},
"remaining_time": { "remaining_time": {
"name": "Tempo restante" "name": "Tempo restante"
},
"ref_zones": {
"state": {
"fridge": "Frigorífico",
"freezer": "Congelador",
"vtroom1": "My Zone",
"fridge_freezer": "Frigorífico & Congelador"
},
"name": "Zona"
} }
}, },
"switch": { "switch": {
@ -1724,18 +1686,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"auto_dose": {
"name": "Autodosagem"
},
"good_night": {
"name": "Boa Noite"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "Autodosagem Amaciador" "name": "Autodosagem Amaciador"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "Autodosagem Detergente" "name": "Autodosagem Detergente"
}, },
"good_night": {
"name": "Boa Noite"
},
"auto_set": { "auto_set": {
"name": "Ajuste automático" "name": "Ajuste automático"
}, },
@ -1747,6 +1706,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "Frigorífico" "name": "Frigorífico"
},
"night_mode": {
"name": "Modo noturno"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -1768,27 +1730,12 @@
"anti_crease": { "anti_crease": {
"name": "Anti-vincos" "name": "Anti-vincos"
}, },
"aqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"spin_speed": { "spin_speed": {
"name": "Centrifugar" "name": "Centrifugar"
}, },
"programs_dw": {
"name": "Programa"
},
"programs_ih": {
"name": "Programa"
},
"programs_ov": {
"name": "Programa"
},
"programs_td": {
"name": "Programa"
},
"programs_wm": {
"name": "Programa"
},
"still_hot": { "still_hot": {
"name": "Ainda quente" "name": "Ainda quente"
}, },
@ -1819,12 +1766,6 @@
"prewash": { "prewash": {
"name": "Pré-lavagem" "name": "Pré-lavagem"
}, },
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Autodosagem"
},
"buzzer": { "buzzer": {
"name": "Besouro de fim de ciclo" "name": "Besouro de fim de ciclo"
}, },
@ -1850,6 +1791,17 @@
"name": "Substituição do filtro" "name": "Substituição do filtro"
} }
}, },
"button": {
"induction_hob": {
"name": "Placa de indução"
},
"start_program": {
"name": "Programa Início"
},
"stop_program": {
"name": "Programa Parar"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "Gestão de energia" "name": "Gestão de energia"
@ -1888,20 +1840,33 @@
"name": "Temperatura alvo Frigorífico" "name": "Temperatura alvo Frigorífico"
} }
}, },
"button": {
"induction_hob": {
"name": "Placa de indução"
},
"start_program": {
"name": "Programa Início"
},
"stop_program": {
"name": "Programa Parar"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "Ar Condicionado" "name": "Ar Condicionado",
"state_attributes": {
"preset_mode": {
"name": "Programas",
"state": {
"iot_10_heating": "Função de aquecimento de 10 °C",
"iot_auto": "Auto",
"iot_cool": "Frio",
"iot_dry": "Secar",
"iot_fan": "Ventilador",
"iot_heat": "Calor",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Autopurificação",
"iot_self_clean": "Autolimpeza",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Iniciar agora",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Frio",
"iot_uv_and_dry": "UV + Desumidificador",
"iot_uv_and_fan": "UV + Ventilação",
"iot_uv_and_heat": "UV + Calor"
}
}
}
}, },
"fridge": { "fridge": {
"name": "Frigorífico", "name": "Frigorífico",

View File

@ -3,325 +3,73 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "Pregătit", "ready": "Pregătit",
"1": "Pregătit", "running": "Program în desfășurare",
"3": "Pauză", "pause": "Pauză",
"4": "Programat", "scheduled": "Programat",
"5": "Programat", "error": "Eroare",
"6": "Eroare", "test": "Test",
"7": "Pregătit", "ending": "Ciclul de oprire..."
"2": "Program în desfășurare", }
"8": "Test", },
"9": "Ciclul de oprire..." "mach_modes_ac": {
"state": {
"auto": "Automat",
"cool": "Răcire",
"dry": "Uscare",
"heat": "Încălzire",
"fan": "Ventilare"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "Pregătit", "ready": "Pregătit",
"1": "Spălare", "spin": "Stoarcere",
"2": "Spălare", "rinse": "Clătire",
"3": "Stoarcere", "drying": "Uscare",
"4": "Clătire", "steam": "Abur",
"5": "Clătire", "weighting": "Cântărire ",
"6": "Clătire", "scheduled": "Programat",
"7": "Uscare", "tumbling": "Menținere prospețime",
"9": "Abur", "refresh": "Reîmprospătare",
"10": "Pregătit", "heating": "Încălzire",
"11": "Stoarcere", "washing": "Spălare"
"12": "Cântărire ",
"13": "Cântărire ",
"14": "Spălare",
"15": "Spălare",
"16": "Spălare",
"17": "Clătire",
"18": "Clătire",
"19": "Programat",
"20": "Menținere prospețime",
"24": "Reîmprospătare",
"25": "Spălare",
"26": "Încălzire",
"27": "Spălare"
}, },
"name": "Fază" "name": "Fază"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "Pregătit", "ready": "Pregătit",
"1": "Uscare", "heat_stroke": "Uscare",
"2": "Uscare", "drying": "Uscare",
"3": "Răcire", "cooldown": "Răcire",
"13": "Răcire", "unknown": "unknown",
"14": "Uscare", "tumbling": "Menținere prospețime"
"15": "Uscare",
"16": "Răcire",
"18": "Menținere prospețime",
"19": "Uscare",
"20": "Uscare",
"11": "Pregătit",
"17": "unknown",
"12": "unknown"
}, },
"name": "Fază" "name": "Fază"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "Pregătit", "ready": "Pregătit",
"1": "Prespălare", "prewash": "Prespălare",
"2": "Spălare", "washing": "Spălare",
"3": "Clătire", "rinse": "Clătire",
"4": "Uscare", "drying": "Uscare",
"5": "Pregătit", "hot_rinse": "Hot rinse"
"6": "Hot rinse"
}, },
"name": "Fază" "name": "Fază"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "Fără uscare", "no_dry": "Fără uscare",
"1": "Călcare", "iron_dry": "Călcare",
"2": "Șifonier pregătit", "no_dry_iron": "Șifonier pregătit",
"3": "Șifonier pregătit", "cupboard_dry": "Șifonier pregătit",
"4": "Uscare suplimentară", "extra_dry": "Uscare suplimentară",
"12": "Călcare", "ready_to_wear": "Gata de purtat"
"13": "Șifonier pregătit",
"14": "Gata de purtat",
"15": "Uscare suplimentară",
"11": "Fără uscare"
}, },
"name": "Nivel de uscare" "name": "Nivel de uscare"
}, },
"anti_crease": {
"name": "Antișifonare"
},
"power": {
"name": "Nivel de putere"
},
"remaining_time": {
"name": "Timp rămas"
},
"temperature": {
"name": "Temperatură"
},
"water_efficiency": {
"name": "Eficiența apei"
},
"water_saving": {
"name": "Economii de apă"
},
"duration": {
"name": "Durată"
},
"target_temperature": {
"name": "Temperatură vizată"
},
"spin_speed": {
"name": "Stoarcere"
},
"steam_leve": {
"name": "Nivel abur"
},
"dirt_level": {
"name": "Nivel de murdărie"
},
"delay_time": {
"name": "Pornire întârziată"
},
"dry_time": {
"name": "Timp de uscare"
},
"suggested_load": {
"name": "Capacitate de încărcare"
},
"energy_label": {
"name": "Eficiență energetică"
},
"det_dust": {
"name": "Pudră"
},
"det_liquid": {
"name": "Lichid"
},
"errors": {
"name": "Eroare"
},
"programs": {
"name": "Program actual"
},
"cycles_total": {
"name": "Cicluri Total"
},
"energy_total": {
"name": "Consumul de energie Total"
},
"water_total": {
"name": "Eficiența apei Total"
},
"energy_current": {
"name": "Consumul de energie Current"
},
"water_current": {
"name": "Eficiența apei Current"
},
"mach_modes_ac": {
"state": {
"0": "Automat",
"1": "Răcire",
"2": "Răcire",
"3": "Uscare",
"4": "Încălzire",
"5": "Ventilare",
"6": "Ventilare"
}
},
"programs_td": {
"state": {
"active_dry": "Uscare activă",
"allergy_care": "Anti-alergic",
"all_in_one": "Tot în unu",
"antiallergy": "Anti-alergic",
"anti_odours": "Anti mirosuri",
"auto_care": "Îngrijire automată",
"baby": "Haine copii",
"bed_quilt": "Pilote",
"care_30": "Îngrijire 30",
"care_45": "Îngrijire 45",
"care_59": "Îngrijire 59",
"coloured": "Colorate",
"daily_45_min": "ZILNIC 45'",
"daily_perfect_59_min": "ZILNIC PERFECT 59'",
"darks_and_coloured": "Țesături închise & colorate",
"delicates": "Delicate",
"duvet": "Pătură",
"eco": "Bumbac Eco",
"ecospeed_cottons": "Bumbac Ecospeed",
"ecospeed_delicates": "Delicate Ecospeed",
"ecospeed_mixed": "Țesături mixte Ecospeed",
"extra_hygiene": "EXTRA IGIENIZARE",
"fitness": "Fitness",
"fresh_care": "Îngrijire proaspătă",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Prosoape",
"hqd_bed_sheets": "Cearceafuri",
"hqd_bulky": "Articole voluminoase",
"hqd_casual": "Articole obișnuite",
"hqd_cold_wind_30": "Vânt rece 30 minute",
"hqd_cold_wind_timing": "Vânt rece ",
"hqd_cotton": "Bumbac",
"hqd_curtain": "Perdele",
"hqd_delicate": "Delicate",
"hqd_diaper": "Scutece",
"hqd_duvet": "Cuvertură",
"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ă 30",
"hqd_quilt": "Pilote",
"hqd_refresh": "Reîmprospătare",
"hqd_school_uniform": "Uniformă școlară",
"hqd_shirt": "Cămăși",
"hqd_shoes": "Încălțăminte",
"hqd_silk": "Mătase",
"hqd_sports": "Articole sportive",
"hqd_synthetics": "Sintetice",
"hqd_timer": "Cronometrat",
"hqd_towel": "Prosoape",
"hqd_underwear": "Lenjerie",
"hqd_warm_up": "Încălzire",
"hqd_wool": "Lână",
"hqd_working_suit": "Îmbrăcăminte 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ării",
"iot_dry_curtains": "Perdele",
"iot_dry_dehumidifier": "Dispozitiv pentru îndepărtarea umidității",
"iot_dry_delicates": "Delicate",
"iot_dry_delicate_tablecloths": "Fețe de masă delicate",
"iot_dry_denim_jeans": "Denim - Blugi",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Pătură",
"iot_dry_easy_iron_cotton": "Călcare Super Easy",
"iot_dry_easy_iron_synthetics": "Călcare super ușoară a rufelor sintetice",
"iot_dry_gym_fit": "Articole sportive - Fitness",
"iot_dry_lingerie": "Lenjerie",
"iot_dry_mixed": "Mixte",
"iot_dry_playsuits": "Haine de joacă",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Rapid 59'.",
"iot_dry_refresh": "Reîmprospătare",
"iot_dry_regenerates_waterproof": "Rezistente la apă",
"iot_dry_relax_creases": "Reducere șifonare",
"iot_dry_shirts": "Cămăși",
"iot_dry_small_load": "Încărcare mică",
"iot_dry_swimsuits_and_bikinis": "Costume de baie",
"iot_dry_synthetics": "Sintetice",
"iot_dry_synthetic_dry": "Uscare material sintetic",
"iot_dry_tablecloths": "Fețe de masă",
"iot_dry_technical_fabrics": "Țesături industriale",
"iot_dry_warm_embrace": "Îmbrățișare caldă",
"iot_dry_wool": "Woolmark",
"jeans": "Jeans",
"mix_and_dry": "Mix&Uscare",
"pets": "Animale de companie",
"pre_iron": "Pre-Călcare",
"rapid_30": "Rapid 30",
"rapid_45": "Rapid 45 min",
"rapid_59": "Rapid Perfect 59 Min",
"refresh": "Reîmprospătare",
"relax_creases": "Reducere șifonare",
"saving_30_min": "ECO 30'",
"shirts": "Cămăși",
"shoes": "Încălțăminte",
"small_load": "Încărcare mică",
"soft_care": "Îngrijire blândă",
"sport_plus": "Haine sport",
"super_easy_iron_misti": "Călcare super ușoară a rufelor cu fibre mixte",
"super_easy_iron_xxl": "Călcare super ușoară a rufelor XXL",
"super_fast_cottons": "Bumbac Super Rapid",
"super_fast_delicates": "Delicate Super Rapid",
"synthetics": "Sintetice",
"total_care": "Total Care",
"trainers": "Încălțăminte sport",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Revitalizare impermeabile",
"whites": "Albe",
"wool": "Uscare lână",
"woolmark": "Woolmark",
"xxl_load": "Încărcare XXL",
"zoom_59": "Zoom 59"
},
"name": "Program"
},
"room_temperature": {
"name": "Temperatura camerei"
},
"humidity": {
"name": "Umiditate"
},
"freezer_temp": {
"name": "Temperatura congelatorului"
},
"fridge_temp": {
"name": "Temperatura frigiderului"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_10_heating": "Funcția de încălzire la 10 °C", "iot_10_heating": "Funcția de încălzire la 10 °C",
@ -545,6 +293,143 @@
}, },
"name": "Program" "name": "Program"
}, },
"programs_td": {
"state": {
"active_dry": "Uscare activă",
"allergy_care": "Anti-alergic",
"all_in_one": "Tot în unu",
"antiallergy": "Anti-alergic",
"anti_odours": "Anti mirosuri",
"auto_care": "Îngrijire automată",
"baby": "Haine copii",
"bed_quilt": "Pilote",
"care_30": "Îngrijire 30",
"care_45": "Îngrijire 45",
"care_59": "Îngrijire 59",
"coloured": "Colorate",
"daily_45_min": "ZILNIC 45'",
"daily_perfect_59_min": "ZILNIC PERFECT 59'",
"darks_and_coloured": "Țesături închise & colorate",
"delicates": "Delicate",
"duvet": "Pătură",
"eco": "Bumbac Eco",
"ecospeed_cottons": "Bumbac Ecospeed",
"ecospeed_delicates": "Delicate Ecospeed",
"ecospeed_mixed": "Țesături mixte Ecospeed",
"extra_hygiene": "EXTRA IGIENIZARE",
"fitness": "Fitness",
"fresh_care": "Îngrijire proaspătă",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Prosoape",
"hqd_bed_sheets": "Cearceafuri",
"hqd_bulky": "Articole voluminoase",
"hqd_casual": "Articole obișnuite",
"hqd_cold_wind_30": "Vânt rece 30 minute",
"hqd_cold_wind_timing": "Vânt rece ",
"hqd_cotton": "Bumbac",
"hqd_curtain": "Perdele",
"hqd_delicate": "Delicate",
"hqd_diaper": "Scutece",
"hqd_duvet": "Cuvertură",
"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ă 30",
"hqd_quilt": "Pilote",
"hqd_refresh": "Reîmprospătare",
"hqd_school_uniform": "Uniformă școlară",
"hqd_shirt": "Cămăși",
"hqd_shoes": "Încălțăminte",
"hqd_silk": "Mătase",
"hqd_sports": "Articole sportive",
"hqd_synthetics": "Sintetice",
"hqd_timer": "Cronometrat",
"hqd_towel": "Prosoape",
"hqd_underwear": "Lenjerie",
"hqd_warm_up": "Încălzire",
"hqd_wool": "Lână",
"hqd_working_suit": "Îmbrăcăminte 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ării",
"iot_dry_curtains": "Perdele",
"iot_dry_dehumidifier": "Dispozitiv pentru îndepărtarea umidității",
"iot_dry_delicates": "Delicate",
"iot_dry_delicate_tablecloths": "Fețe de masă delicate",
"iot_dry_denim_jeans": "Denim - Blugi",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Pătură",
"iot_dry_easy_iron_cotton": "Călcare Super Easy",
"iot_dry_easy_iron_synthetics": "Călcare super ușoară a rufelor sintetice",
"iot_dry_gym_fit": "Articole sportive - Fitness",
"iot_dry_lingerie": "Lenjerie",
"iot_dry_mixed": "Mixte",
"iot_dry_playsuits": "Haine de joacă",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Rapid 59'.",
"iot_dry_refresh": "Reîmprospătare",
"iot_dry_regenerates_waterproof": "Rezistente la apă",
"iot_dry_relax_creases": "Reducere șifonare",
"iot_dry_shirts": "Cămăși",
"iot_dry_small_load": "Încărcare mică",
"iot_dry_swimsuits_and_bikinis": "Costume de baie",
"iot_dry_synthetics": "Sintetice",
"iot_dry_synthetic_dry": "Uscare material sintetic",
"iot_dry_tablecloths": "Fețe de masă",
"iot_dry_technical_fabrics": "Țesături industriale",
"iot_dry_warm_embrace": "Îmbrățișare caldă",
"iot_dry_wool": "Woolmark",
"jeans": "Jeans",
"mix_and_dry": "Mix&Uscare",
"pets": "Animale de companie",
"pre_iron": "Pre-Călcare",
"rapid_30": "Rapid 30",
"rapid_45": "Rapid 45 min",
"rapid_59": "Rapid Perfect 59 Min",
"refresh": "Reîmprospătare",
"relax_creases": "Reducere șifonare",
"saving_30_min": "ECO 30'",
"shirts": "Cămăși",
"shoes": "Încălțăminte",
"small_load": "Încărcare mică",
"soft_care": "Îngrijire blândă",
"sport_plus": "Haine sport",
"super_easy_iron_misti": "Călcare super ușoară a rufelor cu fibre mixte",
"super_easy_iron_xxl": "Călcare super ușoară a rufelor XXL",
"super_fast_cottons": "Bumbac Super Rapid",
"super_fast_delicates": "Delicate Super Rapid",
"synthetics": "Sintetice",
"total_care": "Total Care",
"trainers": "Încălțăminte sport",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Revitalizare impermeabile",
"whites": "Albe",
"wool": "Uscare lână",
"woolmark": "Woolmark",
"xxl_load": "Încărcare XXL",
"zoom_59": "Zoom 59"
},
"name": "Program"
},
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "20° Colorate și bumbac", "20_degrees_coloured_cottons": "20° Colorate și bumbac",
@ -556,7 +441,7 @@
"allergy_care_pro": "Îngrijire alergie pro", "allergy_care_pro": "Îngrijire alergie pro",
"all_in_one_49": "Toate în One 49'.", "all_in_one_49": "Toate în One 49'.",
"all_in_one_59": "Toate în One 59'.", "all_in_one_59": "Toate în One 59'.",
"all_in_one_59_steam": "Spălare activă + abur", "all_in_one_59_steam": "Toate în One 59' + abur",
"autocare": "Autoîngrijire", "autocare": "Autoîngrijire",
"autoclean": "Curățarea tamburului", "autoclean": "Curățarea tamburului",
"baby_60": "Haine bebeluși 60°C", "baby_60": "Haine bebeluși 60°C",
@ -622,7 +507,7 @@
"iot_active_steam": "Abur", "iot_active_steam": "Abur",
"iot_active_wash_steam": "Spălare activă", "iot_active_wash_steam": "Spălare activă",
"iot_allergy_care_pro": "Îngrijire alergie pro", "iot_allergy_care_pro": "Îngrijire alergie pro",
"iot_all_in_one_59_steam": "Spălare activă + abur", "iot_all_in_one_59_steam": "Toate în One 59' + abur",
"iot_checkup": "Verificare", "iot_checkup": "Verificare",
"iot_colour_59_steam": "Colorate 59' + Abur", "iot_colour_59_steam": "Colorate 59' + Abur",
"iot_cottons_steam": "Bumbac + Abur", "iot_cottons_steam": "Bumbac + Abur",
@ -889,9 +774,149 @@
"sparkling": "Spumant", "sparkling": "Spumant",
"white": "Alb" "white": "Alb"
} }
},
"dry_time": {
"name": "Timp de uscare"
},
"power": {
"name": "Nivel de putere"
},
"remaining_time": {
"name": "Timp rămas"
},
"temperature": {
"name": "Temperatură"
},
"water_efficiency": {
"name": "Eficiența apei"
},
"water_saving": {
"name": "Economii de apă"
},
"duration": {
"name": "Durată"
},
"target_temperature": {
"name": "Temperatură vizată"
},
"spin_speed": {
"name": "Stoarcere"
},
"steam_leve": {
"name": "Nivel abur"
},
"dirt_level": {
"name": "Nivel de murdărie"
},
"delay_time": {
"name": "Pornire întârziată"
},
"suggested_load": {
"name": "Capacitate de încărcare"
},
"energy_label": {
"name": "Eficiență energetică"
},
"det_dust": {
"name": "Pudră"
},
"det_liquid": {
"name": "Lichid"
},
"errors": {
"name": "Eroare"
},
"programs": {
"name": "Program actual"
},
"room_temperature": {
"name": "Temperatura camerei"
},
"humidity": {
"name": "Umiditate"
},
"cycles_total": {
"name": "Cicluri Total"
},
"energy_total": {
"name": "Consumul de energie Total"
},
"water_total": {
"name": "Eficiența apei Total"
},
"energy_current": {
"name": "Consumul de energie Current"
},
"water_current": {
"name": "Eficiența apei Current"
},
"freezer_temp": {
"name": "Temperatura congelatorului"
},
"fridge_temp": {
"name": "Temperatura frigiderului"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "Fără uscare",
"iron_dry": "Călcare",
"no_dry_iron": "Șifonier pregătit",
"cupboard_dry": "Șifonier pregătit",
"extra_dry": "Uscare suplimentară",
"ready_to_wear": "Gata de purtat"
},
"name": "Nivel de uscare"
},
"eco_pilot": {
"state": {
"touch_off": "Oprit",
"avoid_touch": "Evitați atingerea",
"follow_touch": "Urmărire",
"unknown": "unknown"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"high": "Ridicat",
"mid": "Mediu ",
"low": "Scăzut",
"auto": "Automat"
}
},
"ref_zones": {
"state": {
"fridge": "Frigider",
"freezer": "Congelator",
"vtroom1": "My Zone",
"fridge_freezer": "Frigider & Congelator"
},
"name": "Zonă"
},
"programs_ac": {
"state": {
"iot_10_heating": "Funcția de încălzire la 10 °C",
"iot_auto": "Automat",
"iot_cool": "Răcire",
"iot_dry": "Uscare",
"iot_fan": "Ventilare",
"iot_heat": "Încălzire",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Auto-purificare",
"iot_self_clean": "Autocurățare",
"iot_self_clean_56": "Curățare-sterilizare la 56°C",
"iot_simple_start": "Începeți acum",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + automat",
"iot_uv_and_cool": "UV + răcire",
"iot_uv_and_dry": "UV + dezumidificator",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + încălzire"
},
"name": "Program"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"59_min": "Rapid 59'", "59_min": "Rapid 59'",
@ -1241,7 +1266,7 @@
"allergy_care_pro": "Îngrijire alergie pro", "allergy_care_pro": "Îngrijire alergie pro",
"all_in_one_49": "Toate în One 49'.", "all_in_one_49": "Toate în One 49'.",
"all_in_one_59": "Toate în One 59'.", "all_in_one_59": "Toate în One 59'.",
"all_in_one_59_steam": "Spălare activă + abur", "all_in_one_59_steam": "Toate în One 59' + abur",
"autocare": "Autoîngrijire", "autocare": "Autoîngrijire",
"autoclean": "Curățarea tamburului", "autoclean": "Curățarea tamburului",
"baby_60": "Haine bebeluși 60°C", "baby_60": "Haine bebeluși 60°C",
@ -1307,7 +1332,7 @@
"iot_active_steam": "Abur", "iot_active_steam": "Abur",
"iot_active_wash_steam": "Spălare activă", "iot_active_wash_steam": "Spălare activă",
"iot_allergy_care_pro": "Îngrijire alergie pro", "iot_allergy_care_pro": "Îngrijire alergie pro",
"iot_all_in_one_59_steam": "Spălare activă + abur", "iot_all_in_one_59_steam": "Toate în One 59' + abur",
"iot_checkup": "Verificare", "iot_checkup": "Verificare",
"iot_colour_59_steam": "Colorate 59' + Abur", "iot_colour_59_steam": "Colorate 59' + Abur",
"iot_cottons_steam": "Bumbac + Abur", "iot_cottons_steam": "Bumbac + Abur",
@ -1540,69 +1565,6 @@
}, },
"name": "Program" "name": "Program"
}, },
"dry_levels": {
"state": {
"0": "Fără uscare",
"1": "Călcare",
"2": "Șifonier pregătit",
"3": "Șifonier pregătit",
"4": "Uscare suplimentară",
"12": "Călcare",
"13": "Șifonier pregătit",
"14": "Gata de purtat",
"15": "Uscare suplimentară",
"11": "Fără uscare"
},
"name": "Nivel de uscare"
},
"spin_speed": {
"name": "Stoarcere"
},
"temperature": {
"name": "Temperatură"
},
"dry_time": {
"name": "Timp de uscare"
},
"eco_pilot": {
"state": {
"0": "Oprit",
"1": "Evitați atingerea",
"2": "Urmărire"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"1": "Ridicat",
"2": "Mediu ",
"3": "Scăzut",
"4": "Automat",
"5": "Automat"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "Funcția de încălzire la 10 °C",
"iot_auto": "Automat",
"iot_cool": "Răcire",
"iot_dry": "Uscare",
"iot_fan": "Ventilare",
"iot_heat": "Încălzire",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Auto-purificare",
"iot_self_clean": "Autocurățare",
"iot_self_clean_56": "Curățare-sterilizare la 56°C",
"iot_simple_start": "Începeți acum",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + automat",
"iot_uv_and_cool": "UV + răcire",
"iot_uv_and_dry": "UV + dezumidificator",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + încălzire"
},
"name": "Program"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"auto_set": "AUTO-SET (Setare automată)", "auto_set": "AUTO-SET (Setare automată)",
@ -1626,17 +1588,17 @@
}, },
"name": "Program" "name": "Program"
}, },
"dry_time": {
"name": "Timp de uscare"
},
"spin_speed": {
"name": "Stoarcere"
},
"temperature": {
"name": "Temperatură"
},
"remaining_time": { "remaining_time": {
"name": "Timp rămas" "name": "Timp rămas"
},
"ref_zones": {
"state": {
"fridge": "Frigider",
"freezer": "Congelator",
"vtroom1": "My Zone",
"fridge_freezer": "Frigider & Congelator"
},
"name": "Zonă"
} }
}, },
"switch": { "switch": {
@ -1724,18 +1686,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"auto_dose": {
"name": "Autodozare"
},
"good_night": {
"name": "Noapte bună"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "Autodozare Balsam" "name": "Autodozare Balsam"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "Autodozare Detergent" "name": "Autodozare Detergent"
}, },
"good_night": {
"name": "Noapte bună"
},
"auto_set": { "auto_set": {
"name": "Setare automată" "name": "Setare automată"
}, },
@ -1747,6 +1706,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "Frigider" "name": "Frigider"
},
"night_mode": {
"name": "Modul noapte"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -1768,27 +1730,12 @@
"anti_crease": { "anti_crease": {
"name": "Antișifonare" "name": "Antișifonare"
}, },
"aqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"spin_speed": { "spin_speed": {
"name": "Stoarcere" "name": "Stoarcere"
}, },
"programs_dw": {
"name": "Program"
},
"programs_ih": {
"name": "Program"
},
"programs_ov": {
"name": "Program"
},
"programs_td": {
"name": "Program"
},
"programs_wm": {
"name": "Program"
},
"still_hot": { "still_hot": {
"name": "Încă fierbinte" "name": "Încă fierbinte"
}, },
@ -1819,12 +1766,6 @@
"prewash": { "prewash": {
"name": "Prespălare" "name": "Prespălare"
}, },
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Autodozare"
},
"buzzer": { "buzzer": {
"name": "Sonerie la finalul ciclului" "name": "Sonerie la finalul ciclului"
}, },
@ -1850,6 +1791,17 @@
"name": "Înlocuirea filtrului" "name": "Înlocuirea filtrului"
} }
}, },
"button": {
"induction_hob": {
"name": "Plita cu inducție"
},
"start_program": {
"name": "Program Pornire"
},
"stop_program": {
"name": "Program Oprire"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "Administrarea puterii" "name": "Administrarea puterii"
@ -1888,20 +1840,33 @@
"name": "Temperatură vizată Frigider" "name": "Temperatură vizată Frigider"
} }
}, },
"button": {
"induction_hob": {
"name": "Plita cu inducție"
},
"start_program": {
"name": "Program Pornire"
},
"stop_program": {
"name": "Program Oprire"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "Aer condiționat" "name": "Aer condiționat",
"state_attributes": {
"preset_mode": {
"name": "Programe",
"state": {
"iot_10_heating": "Funcția de încălzire la 10 °C",
"iot_auto": "Automat",
"iot_cool": "Răcire",
"iot_dry": "Uscare",
"iot_fan": "Ventilare",
"iot_heat": "Încălzire",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Auto-purificare",
"iot_self_clean": "Autocurățare",
"iot_self_clean_56": "Curățare-sterilizare la 56°C",
"iot_simple_start": "Începeți acum",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + automat",
"iot_uv_and_cool": "UV + răcire",
"iot_uv_and_dry": "UV + dezumidificator",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + încălzire"
}
}
}
}, },
"fridge": { "fridge": {
"name": "Frigider", "name": "Frigider",

View File

@ -3,325 +3,73 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "Готово", "ready": "Готово",
"1": "Готово", "running": "Выполнение программы",
"3": "Пауза", "pause": "Пауза",
"4": "Запланировано", "scheduled": "Запланировано",
"5": "Запланировано", "error": "Ошибка",
"6": "Ошибка", "test": "Test",
"7": "Готово", "ending": "Остановка цикла..."
"2": "Выполнение программы", }
"8": "Test", },
"9": "Остановка цикла..." "mach_modes_ac": {
"state": {
"auto": "Авто",
"cool": "Охлаждение",
"dry": "Сушка",
"heat": "Нагрев",
"fan": "Вентилятор"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "Готово", "ready": "Готово",
"1": "Стирка", "spin": "Отжим",
"2": "Стирка", "rinse": "Полоскание",
"3": "Отжим", "drying": "Сушка",
"4": олоскание", "steam": ар",
"5": "Полоскание", "weighting": "Взвешивание ",
"6": "Полоскание", "scheduled": "Запланировано",
"7": "Сушка", "tumbling": "Сохранение свежести",
"9": "Пар", "refresh": "Освежить",
"10": "Готово", "heating": "Нагрев",
"11": "Отжим", "washing": "Стирка"
"12": "Взвешивание ",
"13": "Взвешивание ",
"14": "Стирка",
"15": "Стирка",
"16": "Стирка",
"17": "Полоскание",
"18": "Полоскание",
"19": "Запланировано",
"20": "Сохранение свежести",
"24": "Освежить",
"25": "Стирка",
"26": "Нагрев",
"27": "Стирка"
}, },
"name": "Фаза" "name": "Фаза"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "Готово", "ready": "Готово",
"1": "Сушка", "heat_stroke": "Сушка",
"2": "Сушка", "drying": "Сушка",
"3": "Охлаждение", "cooldown": "Охлаждение",
"13": "Охлаждение", "unknown": "unknown",
"14": "Сушка", "tumbling": "Keep Fresh (Сохранение свежести)"
"15": "Сушка",
"16": "Охлаждение",
"18": "Keep Fresh (Сохранение свежести)",
"19": "Сушка",
"20": "Сушка",
"11": "Готово",
"17": "unknown",
"12": "unknown"
}, },
"name": "Фаза" "name": "Фаза"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "Готово", "ready": "Готово",
"1": "Предварительная мойка", "prewash": "Предварительная мойка",
"2": "Стирка", "washing": "Стирка",
"3": "Полоскание", "rinse": "Полоскание",
"4": "Сушка", "drying": "Сушка",
"5": "Готово", "hot_rinse": "Hot rinse"
"6": "Hot rinse"
}, },
"name": "Фаза" "name": "Фаза"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "Без сушки", "no_dry": "Без сушки",
"1": "Под утюг", "iron_dry": "Под утюг",
"2": "В шкаф", "no_dry_iron": "В шкаф",
"3": "Готово в шкаф", "cupboard_dry": "Готово в шкаф",
"4": "Экстра сушка", "extra_dry": "Экстра сушка",
"12": "Под утюг", "ready_to_wear": "Готово для надевания"
"13": "Готово в шкаф",
"14": "Готово для надевания",
"15": "Экстра сушка",
"11": "Без сушки"
}, },
"name": "Уровень сухости" "name": "Уровень сухости"
}, },
"anti_crease": {
"name": "Противосминание"
},
"power": {
"name": "Уровень мощности"
},
"remaining_time": {
"name": "Оставшееся время"
},
"temperature": {
"name": "Температура"
},
"water_efficiency": {
"name": "Эффективность расхода воды"
},
"water_saving": {
"name": "Экономия воды"
},
"duration": {
"name": "Длительность"
},
"target_temperature": {
"name": "Заданная температура"
},
"spin_speed": {
"name": "Отжим"
},
"steam_leve": {
"name": "Уровень пара"
},
"dirt_level": {
"name": "Уровень загрязнения"
},
"delay_time": {
"name": "Отложенный пуск"
},
"dry_time": {
"name": "Время сушки"
},
"suggested_load": {
"name": "Допустимая загрузка"
},
"energy_label": {
"name": "Энергоэффективность"
},
"det_dust": {
"name": "Стиральный порошок"
},
"det_liquid": {
"name": "Жидкое средство"
},
"errors": {
"name": "Ошибка"
},
"programs": {
"name": "Текущая программа"
},
"cycles_total": {
"name": "Циклы Итого"
},
"energy_total": {
"name": "Потребление энергии Итого"
},
"water_total": {
"name": "Эффективность расхода воды Итого"
},
"energy_current": {
"name": "Потребление энергии Текущий"
},
"water_current": {
"name": "Эффективность расхода воды Текущий"
},
"mach_modes_ac": {
"state": {
"0": "Авто",
"1": "Охлаждение",
"2": "Охлаждение",
"3": "Сушка",
"4": "Нагрев",
"5": "Вентилятор",
"6": "Вентилятор"
}
},
"programs_td": {
"state": {
"active_dry": "Активная сушка",
"allergy_care": "Противоаллергическое действие",
"all_in_one": "Все в одном",
"antiallergy": "Противоаллергическое действие",
"anti_odours": "Против запаха",
"auto_care": "Автоуход",
"baby": "Детская одежда",
"bed_quilt": "Стеганые и пуховые одеяла",
"care_30": "Уход 30",
"care_45": "Уход 45",
"care_59": "Уход 59",
"coloured": "цветные",
"daily_45_min": "ЕЖЕДНЕВНАЯ 45'",
"daily_perfect_59_min": "ЕЖЕДНЕВНАЯ ИДЕАЛЬНАЯ 59'",
"darks_and_coloured": "Темные и Цветные",
"delicates": "Деликатные",
"duvet": "Пуховое одеяло",
"eco": "Эко хлопок",
"ecospeed_cottons": "Эко скорость хлопок",
"ecospeed_delicates": "Эко скорость деликатные",
"ecospeed_mixed": "Эко скорость смешанные",
"extra_hygiene": "ЭКСТРА ГИГИЕНА",
"fitness": "Фитнес",
"fresh_care": "Свежесть",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Полотенца",
"hqd_bed_sheets": "Простыни",
"hqd_bulky": "Объемные изделия",
"hqd_casual": "Повседневная одежда",
"hqd_cold_wind_30": "Прохладный обдув 30 минут",
"hqd_cold_wind_timing": "Прохладный обдув ",
"hqd_cotton": "Хлопок",
"hqd_curtain": "Шторы",
"hqd_delicate": "Деликатные вещи",
"hqd_diaper": "Пеленки",
"hqd_duvet": "Пуховое одеяло",
"hqd_feather": "Пуховики",
"hqd_hot_wind_timing": "Горячий воздух",
"hqd_hygienic": "Санитарная обработка",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Куртки",
"hqd_jeans": "Джинсы",
"hqd_luxury": "Люксовые изделия",
"hqd_mix": "Смешанные ткани",
"hqd_night_dry": "Ночная сушка",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Быстрая 20",
"hqd_quick_30": "Быстрая 30",
"hqd_quick_dry": "Быстрая сушка 30",
"hqd_quilt": "Стеганые одеяла",
"hqd_refresh": "Освежение",
"hqd_school_uniform": "Школьная форма",
"hqd_shirt": "Рубашки",
"hqd_shoes": "Обувь",
"hqd_silk": "Шелк",
"hqd_sports": "Спортивная одежда",
"hqd_synthetics": "Синтетика",
"hqd_timer": "Timed",
"hqd_towel": "Полотенца",
"hqd_underwear": "Нижнее белье",
"hqd_warm_up": "Подогрев",
"hqd_wool": "Шерсть",
"hqd_working_suit": "Рабочая одежда",
"hygiene": "Гигиена",
"iot_checkup": "Проверка",
"iot_dry_anti_mites": "Противоклещевая обработка",
"iot_dry_baby": "Детская одежда",
"iot_dry_backpacks": "Рюкзаки",
"iot_dry_bathrobe": "Банные халаты",
"iot_dry_bed_linen": "Постельное белье",
"iot_dry_bed_quilt": "Стеганые и пуховые одеяла",
"iot_dry_cotton": "Хлопок",
"iot_dry_cuddly_toys": "Мягкие игрушки",
"iot_dry_curtains": "Шторы",
"iot_dry_dehumidifier": "Влагопоглотитель",
"iot_dry_delicates": "Деликатные",
"iot_dry_delicate_tablecloths": "Деликатные скатерти",
"iot_dry_denim_jeans": "Деним джинсы",
"iot_dry_down_jacket": "Куртки",
"iot_dry_duvet": "Пуховое одеяло",
"iot_dry_easy_iron_cotton": "Сверхлегкая глажка",
"iot_dry_easy_iron_synthetics": "Суперудобная глажка синтетики",
"iot_dry_gym_fit": "Одежда для спортзала Фитнес",
"iot_dry_lingerie": "Белье",
"iot_dry_mixed": "Смешанные ткани",
"iot_dry_playsuits": "Пляжные костюмы",
"iot_dry_rapid_30": "Быстрая 30'",
"iot_dry_rapid_59": "Быстрая 59 мин.",
"iot_dry_refresh": "Освежить",
"iot_dry_regenerates_waterproof": "Восстановление водонепроницаемых тканей",
"iot_dry_relax_creases": "Уменьшение образования складок",
"iot_dry_shirts": "Рубашки",
"iot_dry_small_load": "Малая загрузка",
"iot_dry_swimsuits_and_bikinis": "Купальники",
"iot_dry_synthetics": "Синтетика",
"iot_dry_synthetic_dry": "Сушка синтетики",
"iot_dry_tablecloths": "Скатерти",
"iot_dry_technical_fabrics": "Технические ткани",
"iot_dry_warm_embrace": "Обработка теплом",
"iot_dry_wool": "Шерсть",
"jeans": "джинсы",
"mix_and_dry": "Смешанные+сушка",
"pets": "Животные",
"pre_iron": "Предварительная глажка",
"rapid_30": "Быстрая 30'",
"rapid_45": "Быстрая 45 мин",
"rapid_59": "Быстрая идеальная 59 мин.",
"refresh": "Освежить",
"relax_creases": "Уменьшение образования складок",
"saving_30_min": "ЭКО 30'",
"shirts": "Рубашки",
"shoes": "Обувь",
"small_load": "Малая загрузка",
"soft_care": "Деликатный уход",
"sport_plus": "Спорт",
"super_easy_iron_misti": "Суперлегкая глажка смешанные",
"super_easy_iron_xxl": "Суперлегкая глажка XXL",
"super_fast_cottons": "Супер-БЫСТРАЯ хлопок",
"super_fast_delicates": "Супер-БЫСТРАЯ деликатные",
"synthetics": "Синтетика",
"total_care": "Общии уход",
"trainers": "Спортивная обувь",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Восстановление водонепроницаемости",
"whites": "Белые ткани",
"wool": "Сушка шерсти",
"woolmark": "Шерсть",
"xxl_load": "Объемные вещи",
"zoom_59": "Zoom 59 (Зум 59)"
},
"name": "Программа"
},
"room_temperature": {
"name": "Комнатная температура"
},
"humidity": {
"name": "Влажность"
},
"freezer_temp": {
"name": "Температура в морозильном отделении"
},
"fridge_temp": {
"name": "Температура в холодильнике"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_10_heating": "Функция нагрева до 10°C", "iot_10_heating": "Функция нагрева до 10°C",
@ -545,6 +293,143 @@
}, },
"name": "Программа" "name": "Программа"
}, },
"programs_td": {
"state": {
"active_dry": "Активная сушка",
"allergy_care": "Противоаллергическое действие",
"all_in_one": "Все в одном",
"antiallergy": "Противоаллергическое действие",
"anti_odours": "Против запаха",
"auto_care": "Автоуход",
"baby": "Детская одежда",
"bed_quilt": "Стеганые и пуховые одеяла",
"care_30": "Уход 30",
"care_45": "Уход 45",
"care_59": "Уход 59",
"coloured": "цветные",
"daily_45_min": "ЕЖЕДНЕВНАЯ 45'",
"daily_perfect_59_min": "ЕЖЕДНЕВНАЯ ИДЕАЛЬНАЯ 59'",
"darks_and_coloured": "Темные и Цветные",
"delicates": "Деликатные",
"duvet": "Пуховое одеяло",
"eco": "Эко хлопок",
"ecospeed_cottons": "Эко скорость хлопок",
"ecospeed_delicates": "Эко скорость деликатные",
"ecospeed_mixed": "Эко скорость смешанные",
"extra_hygiene": "ЭКСТРА ГИГИЕНА",
"fitness": "Фитнес",
"fresh_care": "Свежесть",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Полотенца",
"hqd_bed_sheets": "Простыни",
"hqd_bulky": "Объемные изделия",
"hqd_casual": "Повседневная одежда",
"hqd_cold_wind_30": "Прохладный обдув 30 минут",
"hqd_cold_wind_timing": "Прохладный обдув ",
"hqd_cotton": "Хлопок",
"hqd_curtain": "Шторы",
"hqd_delicate": "Деликатные вещи",
"hqd_diaper": "Пеленки",
"hqd_duvet": "Пуховое одеяло",
"hqd_feather": "Пуховики",
"hqd_hot_wind_timing": "Горячий воздух",
"hqd_hygienic": "Санитарная обработка",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Куртки",
"hqd_jeans": "Джинсы",
"hqd_luxury": "Люксовые изделия",
"hqd_mix": "Смешанные ткани",
"hqd_night_dry": "Ночная сушка",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Быстрая 20",
"hqd_quick_30": "Быстрая 30",
"hqd_quick_dry": "Быстрая сушка 30",
"hqd_quilt": "Стеганые одеяла",
"hqd_refresh": "Освежение",
"hqd_school_uniform": "Школьная форма",
"hqd_shirt": "Рубашки",
"hqd_shoes": "Обувь",
"hqd_silk": "Шелк",
"hqd_sports": "Спортивная одежда",
"hqd_synthetics": "Синтетика",
"hqd_timer": "Timed",
"hqd_towel": "Полотенца",
"hqd_underwear": "Нижнее белье",
"hqd_warm_up": "Подогрев",
"hqd_wool": "Шерсть",
"hqd_working_suit": "Рабочая одежда",
"hygiene": "Гигиена",
"iot_checkup": "Проверка",
"iot_dry_anti_mites": "Противоклещевая обработка",
"iot_dry_baby": "Детская одежда",
"iot_dry_backpacks": "Рюкзаки",
"iot_dry_bathrobe": "Банные халаты",
"iot_dry_bed_linen": "Постельное белье",
"iot_dry_bed_quilt": "Стеганые и пуховые одеяла",
"iot_dry_cotton": "Хлопок",
"iot_dry_cuddly_toys": "Мягкие игрушки",
"iot_dry_curtains": "Шторы",
"iot_dry_dehumidifier": "Влагопоглотитель",
"iot_dry_delicates": "Деликатные",
"iot_dry_delicate_tablecloths": "Деликатные скатерти",
"iot_dry_denim_jeans": "Деним джинсы",
"iot_dry_down_jacket": "Куртки",
"iot_dry_duvet": "Пуховое одеяло",
"iot_dry_easy_iron_cotton": "Сверхлегкая глажка",
"iot_dry_easy_iron_synthetics": "Суперудобная глажка синтетики",
"iot_dry_gym_fit": "Одежда для спортзала Фитнес",
"iot_dry_lingerie": "Белье",
"iot_dry_mixed": "Смешанные ткани",
"iot_dry_playsuits": "Пляжные костюмы",
"iot_dry_rapid_30": "Быстрая 30'",
"iot_dry_rapid_59": "Быстрая 59 мин.",
"iot_dry_refresh": "Освежить",
"iot_dry_regenerates_waterproof": "Восстановление водонепроницаемых тканей",
"iot_dry_relax_creases": "Уменьшение образования складок",
"iot_dry_shirts": "Рубашки",
"iot_dry_small_load": "Малая загрузка",
"iot_dry_swimsuits_and_bikinis": "Купальники",
"iot_dry_synthetics": "Синтетика",
"iot_dry_synthetic_dry": "Сушка синтетики",
"iot_dry_tablecloths": "Скатерти",
"iot_dry_technical_fabrics": "Технические ткани",
"iot_dry_warm_embrace": "Обработка теплом",
"iot_dry_wool": "Шерсть",
"jeans": "джинсы",
"mix_and_dry": "Смешанные+сушка",
"pets": "Животные",
"pre_iron": "Предварительная глажка",
"rapid_30": "Быстрая 30'",
"rapid_45": "Быстрая 45 мин",
"rapid_59": "Быстрая идеальная 59 мин.",
"refresh": "Освежить",
"relax_creases": "Уменьшение образования складок",
"saving_30_min": "ЭКО 30'",
"shirts": "Рубашки",
"shoes": "Обувь",
"small_load": "Малая загрузка",
"soft_care": "Деликатный уход",
"sport_plus": "Спорт",
"super_easy_iron_misti": "Суперлегкая глажка смешанные",
"super_easy_iron_xxl": "Суперлегкая глажка XXL",
"super_fast_cottons": "Супер-БЫСТРАЯ хлопок",
"super_fast_delicates": "Супер-БЫСТРАЯ деликатные",
"synthetics": "Синтетика",
"total_care": "Общии уход",
"trainers": "Спортивная обувь",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Восстановление водонепроницаемости",
"whites": "Белые ткани",
"wool": "Сушка шерсти",
"woolmark": "Шерсть",
"xxl_load": "Объемные вещи",
"zoom_59": "Zoom 59 (Зум 59)"
},
"name": "Программа"
},
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "20° Цветные ткани и Хлопок", "20_degrees_coloured_cottons": "20° Цветные ткани и Хлопок",
@ -556,7 +441,7 @@
"allergy_care_pro": "Уход для аллергиков про", "allergy_care_pro": "Уход для аллергиков про",
"all_in_one_49": "Все в одном 49 мин.", "all_in_one_49": "Все в одном 49 мин.",
"all_in_one_59": "Все в одном 59 мин.", "all_in_one_59": "Все в одном 59 мин.",
"all_in_one_59_steam": "Активная стирка + пар", "all_in_one_59_steam": "Все в одном 59' + пар",
"autocare": "Автоуход", "autocare": "Автоуход",
"autoclean": "Очистка барабана", "autoclean": "Очистка барабана",
"baby_60": "Стирка детского белья при 60°С", "baby_60": "Стирка детского белья при 60°С",
@ -622,7 +507,7 @@
"iot_active_steam": "Пар", "iot_active_steam": "Пар",
"iot_active_wash_steam": "Активная стирка", "iot_active_wash_steam": "Активная стирка",
"iot_allergy_care_pro": "Уход для аллергиков про", "iot_allergy_care_pro": "Уход для аллергиков про",
"iot_all_in_one_59_steam": "Активная стирка + пар", "iot_all_in_one_59_steam": "Все в одном 59' + пар",
"iot_checkup": "Проверка", "iot_checkup": "Проверка",
"iot_colour_59_steam": "Цветные ткани 59' + пар", "iot_colour_59_steam": "Цветные ткани 59' + пар",
"iot_cottons_steam": "Хлопок + Пар", "iot_cottons_steam": "Хлопок + Пар",
@ -889,9 +774,149 @@
"sparkling": "Игристое", "sparkling": "Игристое",
"white": "Белое" "white": "Белое"
} }
},
"dry_time": {
"name": "Время сушки"
},
"power": {
"name": "Уровень мощности"
},
"remaining_time": {
"name": "Оставшееся время"
},
"temperature": {
"name": "Температура"
},
"water_efficiency": {
"name": "Эффективность расхода воды"
},
"water_saving": {
"name": "Экономия воды"
},
"duration": {
"name": "Длительность"
},
"target_temperature": {
"name": "Заданная температура"
},
"spin_speed": {
"name": "Отжим"
},
"steam_leve": {
"name": "Уровень пара"
},
"dirt_level": {
"name": "Уровень загрязнения"
},
"delay_time": {
"name": "Отложенный пуск"
},
"suggested_load": {
"name": "Допустимая загрузка"
},
"energy_label": {
"name": "Энергоэффективность"
},
"det_dust": {
"name": "Стиральный порошок"
},
"det_liquid": {
"name": "Жидкое средство"
},
"errors": {
"name": "Ошибка"
},
"programs": {
"name": "Текущая программа"
},
"room_temperature": {
"name": "Комнатная температура"
},
"humidity": {
"name": "Влажность"
},
"cycles_total": {
"name": "Циклы Итого"
},
"energy_total": {
"name": "Потребление энергии Итого"
},
"water_total": {
"name": "Эффективность расхода воды Итого"
},
"energy_current": {
"name": "Потребление энергии Текущий"
},
"water_current": {
"name": "Эффективность расхода воды Текущий"
},
"freezer_temp": {
"name": "Температура в морозильном отделении"
},
"fridge_temp": {
"name": "Температура в холодильнике"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "Без сушки",
"iron_dry": "Под утюг",
"no_dry_iron": "В шкаф",
"cupboard_dry": "Готово в шкаф",
"extra_dry": "Экстра сушка",
"ready_to_wear": "Готово для надевания"
},
"name": "Уровень сухости"
},
"eco_pilot": {
"state": {
"touch_off": "ВЫКЛ",
"avoid_touch": "Не прикасайтесь",
"follow_touch": "Следование",
"unknown": "unknown"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"high": "Высокий",
"mid": "Средний ",
"low": "Низкий",
"auto": "Авто"
}
},
"ref_zones": {
"state": {
"fridge": "Холодильник",
"freezer": "Морозильник",
"vtroom1": "My Zone",
"fridge_freezer": "Холодильник & Морозильник"
},
"name": "Зона"
},
"programs_ac": {
"state": {
"iot_10_heating": "Функция нагрева до 10°C",
"iot_auto": "Авто",
"iot_cool": "Охлаждение",
"iot_dry": "Сушка",
"iot_fan": "Вентилятор",
"iot_heat": "Нагрев",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Самоочищение",
"iot_self_clean": "Самоочистка",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Пуск сейчас",
"iot_uv": "Ультрафиолет",
"iot_uv_and_auto": "УФ + Авто",
"iot_uv_and_cool": "УФ + Охлаждение",
"iot_uv_and_dry": "УФ + Осушитель",
"iot_uv_and_fan": "УФ + Вентилятор",
"iot_uv_and_heat": "УФ + Нагрев"
},
"name": "Программа"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"59_min": "Быcтрая Мойkа 59'", "59_min": "Быcтрая Мойkа 59'",
@ -1241,7 +1266,7 @@
"allergy_care_pro": "Уход для аллергиков про", "allergy_care_pro": "Уход для аллергиков про",
"all_in_one_49": "Все в одном 49 мин.", "all_in_one_49": "Все в одном 49 мин.",
"all_in_one_59": "Все в одном 59 мин.", "all_in_one_59": "Все в одном 59 мин.",
"all_in_one_59_steam": "Активная стирка + пар", "all_in_one_59_steam": "Все в одном 59' + пар",
"autocare": "Автоуход", "autocare": "Автоуход",
"autoclean": "Очистка барабана", "autoclean": "Очистка барабана",
"baby_60": "Стирка детского белья при 60°С", "baby_60": "Стирка детского белья при 60°С",
@ -1307,7 +1332,7 @@
"iot_active_steam": "Пар", "iot_active_steam": "Пар",
"iot_active_wash_steam": "Активная стирка", "iot_active_wash_steam": "Активная стирка",
"iot_allergy_care_pro": "Уход для аллергиков про", "iot_allergy_care_pro": "Уход для аллергиков про",
"iot_all_in_one_59_steam": "Активная стирка + пар", "iot_all_in_one_59_steam": "Все в одном 59' + пар",
"iot_checkup": "Проверка", "iot_checkup": "Проверка",
"iot_colour_59_steam": "Цветные ткани 59' + пар", "iot_colour_59_steam": "Цветные ткани 59' + пар",
"iot_cottons_steam": "Хлопок + Пар", "iot_cottons_steam": "Хлопок + Пар",
@ -1540,69 +1565,6 @@
}, },
"name": "Программа" "name": "Программа"
}, },
"dry_levels": {
"state": {
"0": "Без сушки",
"1": "Под утюг",
"2": "В шкаф",
"3": "Готово в шкаф",
"4": "Экстра сушка",
"12": "Под утюг",
"13": "Готово в шкаф",
"14": "Готово для надевания",
"15": "Экстра сушка",
"11": "Без сушки"
},
"name": "Уровень сухости"
},
"spin_speed": {
"name": "Отжим"
},
"temperature": {
"name": "Температура"
},
"dry_time": {
"name": "Время сушки"
},
"eco_pilot": {
"state": {
"0": "ВЫКЛ",
"1": "Не прикасайтесь",
"2": "Следование"
},
"name": "Eco pilot"
},
"fan_mode": {
"state": {
"1": "Высокий",
"2": "Средний ",
"3": "Низкий",
"4": "Авто",
"5": "Авто"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "Функция нагрева до 10°C",
"iot_auto": "Авто",
"iot_cool": "Охлаждение",
"iot_dry": "Сушка",
"iot_fan": "Вентилятор",
"iot_heat": "Нагрев",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Самоочищение",
"iot_self_clean": "Самоочистка",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Пуск сейчас",
"iot_uv": "Ультрафиолет",
"iot_uv_and_auto": "УФ + Авто",
"iot_uv_and_cool": "УФ + Охлаждение",
"iot_uv_and_dry": "УФ + Осушитель",
"iot_uv_and_fan": "УФ + Вентилятор",
"iot_uv_and_heat": "УФ + Нагрев"
},
"name": "Программа"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"auto_set": "АВТОМАТИЧЕСКАЯ НАСТРОЙКА", "auto_set": "АВТОМАТИЧЕСКАЯ НАСТРОЙКА",
@ -1626,17 +1588,17 @@
}, },
"name": "Программа" "name": "Программа"
}, },
"dry_time": {
"name": "Время сушки"
},
"spin_speed": {
"name": "Отжим"
},
"temperature": {
"name": "Температура"
},
"remaining_time": { "remaining_time": {
"name": "Оставшееся время" "name": "Оставшееся время"
},
"ref_zones": {
"state": {
"fridge": "Холодильник",
"freezer": "Морозильник",
"vtroom1": "My Zone",
"fridge_freezer": "Холодильник & Морозильник"
},
"name": "Зона"
} }
}, },
"switch": { "switch": {
@ -1724,18 +1686,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Акваплюс" "name": "Акваплюс"
}, },
"auto_dose": {
"name": "Автодозирование"
},
"good_night": {
"name": "Спокойной ночи"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "Автодозирование Кондиционер" "name": "Автодозирование Кондиционер"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "Автодозирование Средство для стирки" "name": "Автодозирование Средство для стирки"
}, },
"good_night": {
"name": "Спокойной ночи"
},
"auto_set": { "auto_set": {
"name": "Автоматическая установка" "name": "Автоматическая установка"
}, },
@ -1747,6 +1706,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "Холодильник" "name": "Холодильник"
},
"night_mode": {
"name": "Ночной режим"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -1768,27 +1730,12 @@
"anti_crease": { "anti_crease": {
"name": "Противосминание" "name": "Противосминание"
}, },
"aqua_plus": { "acqua_plus": {
"name": "Акваплюс" "name": "Акваплюс"
}, },
"spin_speed": { "spin_speed": {
"name": "Отжим" "name": "Отжим"
}, },
"programs_dw": {
"name": "Программа"
},
"programs_ih": {
"name": "Программа"
},
"programs_ov": {
"name": "Программа"
},
"programs_td": {
"name": "Программа"
},
"programs_wm": {
"name": "Программа"
},
"still_hot": { "still_hot": {
"name": "Еще горячий" "name": "Еще горячий"
}, },
@ -1819,12 +1766,6 @@
"prewash": { "prewash": {
"name": "предварительная мойка" "name": "предварительная мойка"
}, },
"acqua_plus": {
"name": "Акваплюс"
},
"auto_dose": {
"name": "Автодозирование"
},
"buzzer": { "buzzer": {
"name": "Звуковой сигнал окончания цикла" "name": "Звуковой сигнал окончания цикла"
}, },
@ -1850,6 +1791,17 @@
"name": "Замена фильтра" "name": "Замена фильтра"
} }
}, },
"button": {
"induction_hob": {
"name": "Индукционная варочная панель"
},
"start_program": {
"name": "Программа Начать"
},
"stop_program": {
"name": "Программа Стоп"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "Управление электропитанием" "name": "Управление электропитанием"
@ -1888,20 +1840,33 @@
"name": "Заданная температура Холодильник" "name": "Заданная температура Холодильник"
} }
}, },
"button": {
"induction_hob": {
"name": "Индукционная варочная панель"
},
"start_program": {
"name": "Программа Начать"
},
"stop_program": {
"name": "Программа Стоп"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "Кондиционер воздуха" "name": "Кондиционер воздуха",
"state_attributes": {
"preset_mode": {
"name": "Программы",
"state": {
"iot_10_heating": "Функция нагрева до 10°C",
"iot_auto": "Авто",
"iot_cool": "Охлаждение",
"iot_dry": "Сушка",
"iot_fan": "Вентилятор",
"iot_heat": "Нагрев",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Самоочищение",
"iot_self_clean": "Самоочистка",
"iot_self_clean_56": "Steri-Clean 56°C",
"iot_simple_start": "Пуск сейчас",
"iot_uv": "Ультрафиолет",
"iot_uv_and_auto": "УФ + Авто",
"iot_uv_and_cool": "УФ + Охлаждение",
"iot_uv_and_dry": "УФ + Осушитель",
"iot_uv_and_fan": "УФ + Вентилятор",
"iot_uv_and_heat": "УФ + Нагрев"
}
}
}
}, },
"fridge": { "fridge": {
"name": "Холодильник", "name": "Холодильник",

View File

@ -3,325 +3,73 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "Pripravené", "ready": "Pripravené",
"1": "Pripravené", "running": "Program beží",
"3": "Pozastaviť", "pause": "Pozastaviť",
"4": "Naplánované", "scheduled": "Naplánované",
"5": "Naplánované", "error": "Chyba",
"6": "Chyba", "test": "Test",
"7": "Pripravené", "ending": "Cyklus zastavenia…"
"2": "Program beží", }
"8": "Test", },
"9": "Cyklus zastavenia…" "mach_modes_ac": {
"state": {
"auto": "Automatika",
"cool": "Chladiť",
"dry": "Sušiť",
"heat": "Ohrev",
"fan": "Ventilátor"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "Pripravené", "ready": "Pripravené",
"1": "Pranie", "spin": "Odstreďovanie",
"2": "Pranie", "rinse": "Oplachovanie",
"3": "Odstreďovanie", "drying": "Sušenie",
"4": "Oplachovanie", "steam": "Para",
"5": "Oplachovanie", "weighting": "Váženie ",
"6": "Oplachovanie", "scheduled": "Naplánované",
"7": "Sušenie", "tumbling": "Uchovať svieže",
"9": "Para", "refresh": "Osvieženie",
"10": "Pripravené", "heating": "Ohrev",
"11": "Odstreďovanie", "washing": "Pranie"
"12": "Váženie ",
"13": "Váženie ",
"14": "Pranie",
"15": "Pranie",
"16": "Pranie",
"17": "Oplachovanie",
"18": "Oplachovanie",
"19": "Naplánované",
"20": "Uchovať svieže",
"24": "Osvieženie",
"25": "Pranie",
"26": "Ohrev",
"27": "Pranie"
}, },
"name": "Fáza" "name": "Fáza"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "Pripravené", "ready": "Pripravené",
"1": "Sušenie", "heat_stroke": "Sušenie",
"2": "Sušenie", "drying": "Sušenie",
"3": "Schladiť", "cooldown": "Schladiť",
"13": "Schladiť", "unknown": "unknown",
"14": "Sušenie", "tumbling": "Uchovať svieže"
"15": "Sušenie",
"16": "Schladiť",
"18": "Uchovať svieže",
"19": "Sušenie",
"20": "Sušenie",
"11": "Pripravené",
"17": "unknown",
"12": "unknown"
}, },
"name": "Fáza" "name": "Fáza"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "Pripravené", "ready": "Pripravené",
"1": "Predpierka", "prewash": "Predpierka",
"2": "Pranie", "washing": "Pranie",
"3": "Oplachovanie", "rinse": "Oplachovanie",
"4": "Sušenie", "drying": "Sušenie",
"5": "Pripravené", "hot_rinse": "Hot rinse"
"6": "Hot rinse"
}, },
"name": "Fáza" "name": "Fáza"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "Bez sušenia", "no_dry": "Bez sušenia",
"1": "Žehlenie", "iron_dry": "Žehlenie",
"2": "Šatník pripravený", "no_dry_iron": "Šatník pripravený",
"3": "Šatník pripravený", "cupboard_dry": "Šatník pripravený",
"4": "Extra sušenie", "extra_dry": "Extra sušenie",
"12": "Žehlenie", "ready_to_wear": "Hotové na nosenie"
"13": "Šatník pripravený",
"14": "Hotové na nosenie",
"15": "Extra sušenie",
"11": "Bez sušenia"
}, },
"name": "Úroveň sušenia" "name": "Úroveň sušenia"
}, },
"anti_crease": {
"name": "Proti pokrčeniu"
},
"power": {
"name": "Úroveň výkonu"
},
"remaining_time": {
"name": "Zostávajúci čas"
},
"temperature": {
"name": "Teplota"
},
"water_efficiency": {
"name": "Účinnosť vody"
},
"water_saving": {
"name": "Úspora vody"
},
"duration": {
"name": "Trvanie"
},
"target_temperature": {
"name": "Cieľová teplota"
},
"spin_speed": {
"name": "Odstreďovanie"
},
"steam_leve": {
"name": "Úroveň nastavenia pary"
},
"dirt_level": {
"name": "Úroveň znečistenia"
},
"delay_time": {
"name": "Odložený štart"
},
"dry_time": {
"name": "Čas sušenia"
},
"suggested_load": {
"name": "Kapacita naplnenia"
},
"energy_label": {
"name": "Energetická účinnosť"
},
"det_dust": {
"name": "Prášok"
},
"det_liquid": {
"name": "Kvapalné pracie prostriedky"
},
"errors": {
"name": "Chyba"
},
"programs": {
"name": "Aktuálny program"
},
"cycles_total": {
"name": "Cykly Súčet"
},
"energy_total": {
"name": "Spotreba energie Súčet"
},
"water_total": {
"name": "Účinnosť vody Súčet"
},
"energy_current": {
"name": "Spotreba energie Current"
},
"water_current": {
"name": "Účinnosť vody Current"
},
"mach_modes_ac": {
"state": {
"0": "Automatika",
"1": "Chladiť",
"2": "Chladiť",
"3": "Sušiť",
"4": "Ohrev",
"5": "Ventilátor",
"6": "Ventilátor"
}
},
"programs_td": {
"state": {
"active_dry": "Aktívne sušenie",
"allergy_care": "Antialergický",
"all_in_one": "All in One",
"antiallergy": "Antialergický",
"anti_odours": "Oživenie",
"auto_care": "Automatická starostlivosť",
"baby": "Detská",
"bed_quilt": "Posteľná prikrývka",
"care_30": "Starostlivosť 30",
"care_45": "Starostlivosť 45",
"care_59": "Starostlivosť 59",
"coloured": "Farebná",
"daily_45_min": "DENNY 45'",
"daily_perfect_59_min": "DAILY PERFECT 59'",
"darks_and_coloured": "Tmavá a farebná",
"delicates": "Jemné",
"duvet": "Prikrývky",
"eco": "Eco bavlna",
"ecospeed_cottons": "Ecospeed bavlna",
"ecospeed_delicates": "Eco rychly - jemne",
"ecospeed_mixed": "Ecospeed zmiešaná",
"extra_hygiene": "EXTRA HYGIENA",
"fitness": "Fitnes",
"fresh_care": "Svieža starostlivosť",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Osušky",
"hqd_bed_sheets": "Posteľná bielizeň",
"hqd_bulky": "Objemné položky",
"hqd_casual": "Neformálne",
"hqd_cold_wind_30": "Chladný vánok 30 minút",
"hqd_cold_wind_timing": "Studený vánok ",
"hqd_cotton": "Bavlna",
"hqd_curtain": "Záclony",
"hqd_delicate": "Jemné materiály",
"hqd_diaper": "Plienky",
"hqd_duvet": "Paplón",
"hqd_feather": "Prešívané bundy",
"hqd_hot_wind_timing": "Horúci vzduch",
"hqd_hygienic": "Hygienizácia",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Bundy",
"hqd_jeans": "Džínsy",
"hqd_luxury": "Luxury",
"hqd_mix": "Zmiešané",
"hqd_night_dry": "Nočné sušenie",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Rýchle 20",
"hqd_quick_30": "Rýchle 30",
"hqd_quick_dry": "Rýchle sušenie 30",
"hqd_quilt": "Prikrývky",
"hqd_refresh": "Osvieženie",
"hqd_school_uniform": "Školská uniforma",
"hqd_shirt": "Košele",
"hqd_shoes": "Obuv",
"hqd_silk": "Hodváb",
"hqd_sports": "Šport",
"hqd_synthetics": "Syntetika",
"hqd_timer": "Načasované",
"hqd_towel": "Osušky",
"hqd_underwear": "Spodná bielizeň",
"hqd_warm_up": "Zahriatie",
"hqd_wool": "Vlna",
"hqd_working_suit": "Pracovné odevy",
"hygiene": "Hygiena",
"iot_checkup": "Kontrola",
"iot_dry_anti_mites": "Proti roztočom",
"iot_dry_baby": "Detská",
"iot_dry_backpacks": "Batohy",
"iot_dry_bathrobe": "Bathrobe",
"iot_dry_bed_linen": "Posteľná bielizeň",
"iot_dry_bed_quilt": "Posteľná prikrývka",
"iot_dry_cotton": "Bavlna",
"iot_dry_cuddly_toys": "Plyšové hračky",
"iot_dry_curtains": "Závesy",
"iot_dry_dehumidifier": "Odstraňovač vlhkosti",
"iot_dry_delicates": "Jemná",
"iot_dry_delicate_tablecloths": "Jemné obrusy",
"iot_dry_denim_jeans": "Džínsovina džínsy",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Prikrývky",
"iot_dry_easy_iron_cotton": "Super ľahké žehlenie",
"iot_dry_easy_iron_synthetics": "Super ľahké žehlenie syntetiky",
"iot_dry_gym_fit": "Športovné oblečenie",
"iot_dry_lingerie": "Spodná bielizeň",
"iot_dry_mixed": "Zmiešané",
"iot_dry_playsuits": "Tepláky",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Rýchly 59 min.",
"iot_dry_refresh": "Osvieženie",
"iot_dry_regenerates_waterproof": "Oživení nepromokavých tkanin",
"iot_dry_relax_creases": "Uvoľnenie záhybov",
"iot_dry_shirts": "Košele",
"iot_dry_small_load": "Malá náplň",
"iot_dry_swimsuits_and_bikinis": "Plavky",
"iot_dry_synthetics": "Syntetická",
"iot_dry_synthetic_dry": "Syntetika sušenie",
"iot_dry_tablecloths": "Obrusy",
"iot_dry_technical_fabrics": "Technické tkaniny",
"iot_dry_warm_embrace": "Detská zavinovačka",
"iot_dry_wool": "Woolmark",
"jeans": "Džínsy",
"mix_and_dry": "Mix&Dry",
"pets": "Domáce zvieratá",
"pre_iron": "Pred žehlením",
"rapid_30": "Rapid 30",
"rapid_45": "Rýchly 45 min",
"rapid_59": "Perfektne rýchly 59 min",
"refresh": "Osvieženie",
"relax_creases": "Uvoľnenie záhybov",
"saving_30_min": "EKONOMICKY 30'",
"shirts": "Košele",
"shoes": "Obuv",
"small_load": "Malá náplň",
"soft_care": "Jemná starostlivosť",
"sport_plus": "Sportovy",
"super_easy_iron_misti": "Super ľahké žehlenie pre Zmiešané",
"super_easy_iron_xxl": "Super ľahké žehlenie XXL",
"super_fast_cottons": "Super rýchly bavlna",
"super_fast_delicates": "Super rýchly jemná",
"synthetics": "Syntetická",
"total_care": "Total Care",
"trainers": "Športová obuv",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Obnovenie vodeodolnosti",
"whites": "Biela",
"wool": "Sušenie vlny",
"woolmark": "Woolmark",
"xxl_load": "XXL náplň",
"zoom_59": "Zoom 59"
},
"name": "Program"
},
"room_temperature": {
"name": "Izbová teplota"
},
"humidity": {
"name": "Vlhkosť"
},
"freezer_temp": {
"name": "Teplota mrazničky"
},
"fridge_temp": {
"name": "Teplota chladničky"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_10_heating": "Funkcia vykurovania na 10 °C", "iot_10_heating": "Funkcia vykurovania na 10 °C",
@ -545,6 +293,143 @@
}, },
"name": "Program" "name": "Program"
}, },
"programs_td": {
"state": {
"active_dry": "Aktívne sušenie",
"allergy_care": "Antialergický",
"all_in_one": "All in One",
"antiallergy": "Antialergický",
"anti_odours": "Oživenie",
"auto_care": "Automatická starostlivosť",
"baby": "Detská",
"bed_quilt": "Posteľná prikrývka",
"care_30": "Starostlivosť 30",
"care_45": "Starostlivosť 45",
"care_59": "Starostlivosť 59",
"coloured": "Farebná",
"daily_45_min": "DENNY 45'",
"daily_perfect_59_min": "DAILY PERFECT 59'",
"darks_and_coloured": "Tmavá a farebná",
"delicates": "Jemné",
"duvet": "Prikrývky",
"eco": "Eco bavlna",
"ecospeed_cottons": "Ecospeed bavlna",
"ecospeed_delicates": "Eco rychly - jemne",
"ecospeed_mixed": "Ecospeed zmiešaná",
"extra_hygiene": "EXTRA HYGIENA",
"fitness": "Fitnes",
"fresh_care": "Svieža starostlivosť",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Osušky",
"hqd_bed_sheets": "Posteľná bielizeň",
"hqd_bulky": "Objemné položky",
"hqd_casual": "Neformálne",
"hqd_cold_wind_30": "Chladný vánok 30 minút",
"hqd_cold_wind_timing": "Studený vánok ",
"hqd_cotton": "Bavlna",
"hqd_curtain": "Záclony",
"hqd_delicate": "Jemné materiály",
"hqd_diaper": "Plienky",
"hqd_duvet": "Paplón",
"hqd_feather": "Prešívané bundy",
"hqd_hot_wind_timing": "Horúci vzduch",
"hqd_hygienic": "Hygienizácia",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Bundy",
"hqd_jeans": "Džínsy",
"hqd_luxury": "Luxury",
"hqd_mix": "Zmiešané",
"hqd_night_dry": "Nočné sušenie",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Rýchle 20",
"hqd_quick_30": "Rýchle 30",
"hqd_quick_dry": "Rýchle sušenie 30",
"hqd_quilt": "Prikrývky",
"hqd_refresh": "Osvieženie",
"hqd_school_uniform": "Školská uniforma",
"hqd_shirt": "Košele",
"hqd_shoes": "Obuv",
"hqd_silk": "Hodváb",
"hqd_sports": "Šport",
"hqd_synthetics": "Syntetika",
"hqd_timer": "Načasované",
"hqd_towel": "Osušky",
"hqd_underwear": "Spodná bielizeň",
"hqd_warm_up": "Zahriatie",
"hqd_wool": "Vlna",
"hqd_working_suit": "Pracovné odevy",
"hygiene": "Hygiena",
"iot_checkup": "Kontrola",
"iot_dry_anti_mites": "Proti roztočom",
"iot_dry_baby": "Detská",
"iot_dry_backpacks": "Batohy",
"iot_dry_bathrobe": "Bathrobe",
"iot_dry_bed_linen": "Posteľná bielizeň",
"iot_dry_bed_quilt": "Posteľná prikrývka",
"iot_dry_cotton": "Bavlna",
"iot_dry_cuddly_toys": "Plyšové hračky",
"iot_dry_curtains": "Závesy",
"iot_dry_dehumidifier": "Odstraňovač vlhkosti",
"iot_dry_delicates": "Jemná",
"iot_dry_delicate_tablecloths": "Jemné obrusy",
"iot_dry_denim_jeans": "Džínsovina džínsy",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Prikrývky",
"iot_dry_easy_iron_cotton": "Super ľahké žehlenie",
"iot_dry_easy_iron_synthetics": "Super ľahké žehlenie syntetiky",
"iot_dry_gym_fit": "Športovné oblečenie",
"iot_dry_lingerie": "Spodná bielizeň",
"iot_dry_mixed": "Zmiešané",
"iot_dry_playsuits": "Tepláky",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Rýchly 59 min.",
"iot_dry_refresh": "Osvieženie",
"iot_dry_regenerates_waterproof": "Oživení nepromokavých tkanin",
"iot_dry_relax_creases": "Uvoľnenie záhybov",
"iot_dry_shirts": "Košele",
"iot_dry_small_load": "Malá náplň",
"iot_dry_swimsuits_and_bikinis": "Plavky",
"iot_dry_synthetics": "Syntetická",
"iot_dry_synthetic_dry": "Syntetika sušenie",
"iot_dry_tablecloths": "Obrusy",
"iot_dry_technical_fabrics": "Technické tkaniny",
"iot_dry_warm_embrace": "Detská zavinovačka",
"iot_dry_wool": "Woolmark",
"jeans": "Džínsy",
"mix_and_dry": "Mix&Dry",
"pets": "Domáce zvieratá",
"pre_iron": "Pred žehlením",
"rapid_30": "Rapid 30",
"rapid_45": "Rýchly 45 min",
"rapid_59": "Perfektne rýchly 59 min",
"refresh": "Osvieženie",
"relax_creases": "Uvoľnenie záhybov",
"saving_30_min": "EKONOMICKY 30'",
"shirts": "Košele",
"shoes": "Obuv",
"small_load": "Malá náplň",
"soft_care": "Jemná starostlivosť",
"sport_plus": "Sportovy",
"super_easy_iron_misti": "Super ľahké žehlenie pre Zmiešané",
"super_easy_iron_xxl": "Super ľahké žehlenie XXL",
"super_fast_cottons": "Super rýchly bavlna",
"super_fast_delicates": "Super rýchly jemná",
"synthetics": "Syntetická",
"total_care": "Total Care",
"trainers": "Športová obuv",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Obnovenie vodeodolnosti",
"whites": "Biela",
"wool": "Sušenie vlny",
"woolmark": "Woolmark",
"xxl_load": "XXL náplň",
"zoom_59": "Zoom 59"
},
"name": "Program"
},
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "20° farebné a bavlnené", "20_degrees_coloured_cottons": "20° farebné a bavlnené",
@ -556,7 +441,7 @@
"allergy_care_pro": "Antialergické ošetrenie Pro", "allergy_care_pro": "Antialergické ošetrenie Pro",
"all_in_one_49": "Všetko v jednom 49 min.", "all_in_one_49": "Všetko v jednom 49 min.",
"all_in_one_59": "Všetko v jednom 59 min.", "all_in_one_59": "Všetko v jednom 59 min.",
"all_in_one_59_steam": "Aktívne pranie + para", "all_in_one_59_steam": "Všetko v jednom 59' + para",
"autocare": "Automatická starostlivosť", "autocare": "Automatická starostlivosť",
"autoclean": "Čistenie bubna", "autoclean": "Čistenie bubna",
"baby_60": "Všetka detská 60°C", "baby_60": "Všetka detská 60°C",
@ -622,7 +507,7 @@
"iot_active_steam": "Para", "iot_active_steam": "Para",
"iot_active_wash_steam": "Aktívne pranie", "iot_active_wash_steam": "Aktívne pranie",
"iot_allergy_care_pro": "Antialergické ošetrenie Pro", "iot_allergy_care_pro": "Antialergické ošetrenie Pro",
"iot_all_in_one_59_steam": "Aktívne pranie + para", "iot_all_in_one_59_steam": "Všetko v jednom 59' + para",
"iot_checkup": "Kontrola", "iot_checkup": "Kontrola",
"iot_colour_59_steam": "Farebná bielizeň 59' + Para", "iot_colour_59_steam": "Farebná bielizeň 59' + Para",
"iot_cottons_steam": "Bavlna + Para", "iot_cottons_steam": "Bavlna + Para",
@ -889,9 +774,149 @@
"sparkling": "Šumivé", "sparkling": "Šumivé",
"white": "Biele" "white": "Biele"
} }
},
"dry_time": {
"name": "Čas sušenia"
},
"power": {
"name": "Úroveň výkonu"
},
"remaining_time": {
"name": "Zostávajúci čas"
},
"temperature": {
"name": "Teplota"
},
"water_efficiency": {
"name": "Účinnosť vody"
},
"water_saving": {
"name": "Úspora vody"
},
"duration": {
"name": "Trvanie"
},
"target_temperature": {
"name": "Cieľová teplota"
},
"spin_speed": {
"name": "Odstreďovanie"
},
"steam_leve": {
"name": "Úroveň nastavenia pary"
},
"dirt_level": {
"name": "Úroveň znečistenia"
},
"delay_time": {
"name": "Odložený štart"
},
"suggested_load": {
"name": "Kapacita naplnenia"
},
"energy_label": {
"name": "Energetická účinnosť"
},
"det_dust": {
"name": "Prášok"
},
"det_liquid": {
"name": "Kvapalné pracie prostriedky"
},
"errors": {
"name": "Chyba"
},
"programs": {
"name": "Aktuálny program"
},
"room_temperature": {
"name": "Izbová teplota"
},
"humidity": {
"name": "Vlhkosť"
},
"cycles_total": {
"name": "Cykly Súčet"
},
"energy_total": {
"name": "Spotreba energie Súčet"
},
"water_total": {
"name": "Účinnosť vody Súčet"
},
"energy_current": {
"name": "Spotreba energie Current"
},
"water_current": {
"name": "Účinnosť vody Current"
},
"freezer_temp": {
"name": "Teplota mrazničky"
},
"fridge_temp": {
"name": "Teplota chladničky"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "Bez sušenia",
"iron_dry": "Žehlenie",
"no_dry_iron": "Šatník pripravený",
"cupboard_dry": "Šatník pripravený",
"extra_dry": "Extra sušenie",
"ready_to_wear": "Hotové na nosenie"
},
"name": "Úroveň sušenia"
},
"eco_pilot": {
"state": {
"touch_off": "Off (Vypnúť)",
"avoid_touch": "Nedotýkať sa",
"follow_touch": "Nasledovať",
"unknown": "unknown"
},
"name": "Ekologický pilot"
},
"fan_mode": {
"state": {
"high": "Vysoká",
"mid": "Stredne ťažká ",
"low": "Nízka",
"auto": "Automatika"
}
},
"ref_zones": {
"state": {
"fridge": "Chladnička",
"freezer": "Mraznička",
"vtroom1": "My Zone",
"fridge_freezer": "Chladnička & Mraznička"
},
"name": "Zóna"
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkcia vykurovania na 10 °C",
"iot_auto": "Automatika",
"iot_cool": "Chladiť",
"iot_dry": "Sušiť",
"iot_fan": "Ventilátor",
"iot_heat": "Ohrev",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Samoprečisťovanie",
"iot_self_clean": "Samočistenie",
"iot_self_clean_56": "Sterilné čistenie 56°C",
"iot_simple_start": "Spustiť teraz",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Studené",
"iot_uv_and_dry": "UV + Odvlhčovač",
"iot_uv_and_fan": "UV + Ventilátor",
"iot_uv_and_heat": "UV + Ohrev"
},
"name": "Program"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"59_min": "Rýchly 59'", "59_min": "Rýchly 59'",
@ -1241,7 +1266,7 @@
"allergy_care_pro": "Antialergické ošetrenie Pro", "allergy_care_pro": "Antialergické ošetrenie Pro",
"all_in_one_49": "Všetko v jednom 49 min.", "all_in_one_49": "Všetko v jednom 49 min.",
"all_in_one_59": "Všetko v jednom 59 min.", "all_in_one_59": "Všetko v jednom 59 min.",
"all_in_one_59_steam": "Aktívne pranie + para", "all_in_one_59_steam": "Všetko v jednom 59' + para",
"autocare": "Automatická starostlivosť", "autocare": "Automatická starostlivosť",
"autoclean": "Čistenie bubna", "autoclean": "Čistenie bubna",
"baby_60": "Všetka detská 60°C", "baby_60": "Všetka detská 60°C",
@ -1307,7 +1332,7 @@
"iot_active_steam": "Para", "iot_active_steam": "Para",
"iot_active_wash_steam": "Aktívne pranie", "iot_active_wash_steam": "Aktívne pranie",
"iot_allergy_care_pro": "Antialergické ošetrenie Pro", "iot_allergy_care_pro": "Antialergické ošetrenie Pro",
"iot_all_in_one_59_steam": "Aktívne pranie + para", "iot_all_in_one_59_steam": "Všetko v jednom 59' + para",
"iot_checkup": "Kontrola", "iot_checkup": "Kontrola",
"iot_colour_59_steam": "Farebná bielizeň 59' + Para", "iot_colour_59_steam": "Farebná bielizeň 59' + Para",
"iot_cottons_steam": "Bavlna + Para", "iot_cottons_steam": "Bavlna + Para",
@ -1540,69 +1565,6 @@
}, },
"name": "Program" "name": "Program"
}, },
"dry_levels": {
"state": {
"0": "Bez sušenia",
"1": "Žehlenie",
"2": "Šatník pripravený",
"3": "Šatník pripravený",
"4": "Extra sušenie",
"12": "Žehlenie",
"13": "Šatník pripravený",
"14": "Hotové na nosenie",
"15": "Extra sušenie",
"11": "Bez sušenia"
},
"name": "Úroveň sušenia"
},
"spin_speed": {
"name": "Odstreďovanie"
},
"temperature": {
"name": "Teplota"
},
"dry_time": {
"name": "Čas sušenia"
},
"eco_pilot": {
"state": {
"0": "Off (Vypnúť)",
"1": "Nedotýkať sa",
"2": "Nasledovať"
},
"name": "Ekologický pilot"
},
"fan_mode": {
"state": {
"1": "Vysoká",
"2": "Stredne ťažká ",
"3": "Nízka",
"4": "Automatika",
"5": "Automatika"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkcia vykurovania na 10 °C",
"iot_auto": "Automatika",
"iot_cool": "Chladiť",
"iot_dry": "Sušiť",
"iot_fan": "Ventilátor",
"iot_heat": "Ohrev",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Samoprečisťovanie",
"iot_self_clean": "Samočistenie",
"iot_self_clean_56": "Sterilné čistenie 56°C",
"iot_simple_start": "Spustiť teraz",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Studené",
"iot_uv_and_dry": "UV + Odvlhčovač",
"iot_uv_and_fan": "UV + Ventilátor",
"iot_uv_and_heat": "UV + Ohrev"
},
"name": "Program"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"auto_set": "AUTOMATICKÉ NASTAVENIE", "auto_set": "AUTOMATICKÉ NASTAVENIE",
@ -1626,17 +1588,17 @@
}, },
"name": "Program" "name": "Program"
}, },
"dry_time": {
"name": "Čas sušenia"
},
"spin_speed": {
"name": "Odstreďovanie"
},
"temperature": {
"name": "Teplota"
},
"remaining_time": { "remaining_time": {
"name": "Zostávajúci čas" "name": "Zostávajúci čas"
},
"ref_zones": {
"state": {
"fridge": "Chladnička",
"freezer": "Mraznička",
"vtroom1": "My Zone",
"fridge_freezer": "Chladnička & Mraznička"
},
"name": "Zóna"
} }
}, },
"switch": { "switch": {
@ -1724,18 +1686,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Aquaplus" "name": "Aquaplus"
}, },
"auto_dose": {
"name": "Automatická dávka"
},
"good_night": {
"name": "Dobrú noc"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "Automatická dávka Aviváž" "name": "Automatická dávka Aviváž"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "Automatická dávka Prací prostriedok" "name": "Automatická dávka Prací prostriedok"
}, },
"good_night": {
"name": "Dobrú noc"
},
"auto_set": { "auto_set": {
"name": "Automatické nastavenie" "name": "Automatické nastavenie"
}, },
@ -1747,6 +1706,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "Chladnička" "name": "Chladnička"
},
"night_mode": {
"name": "Nočný režim"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -1768,27 +1730,12 @@
"anti_crease": { "anti_crease": {
"name": "Proti pokrčeniu" "name": "Proti pokrčeniu"
}, },
"aqua_plus": { "acqua_plus": {
"name": "Aquaplus" "name": "Aquaplus"
}, },
"spin_speed": { "spin_speed": {
"name": "Odstreďovanie" "name": "Odstreďovanie"
}, },
"programs_dw": {
"name": "Program"
},
"programs_ih": {
"name": "Program"
},
"programs_ov": {
"name": "Program"
},
"programs_td": {
"name": "Program"
},
"programs_wm": {
"name": "Program"
},
"still_hot": { "still_hot": {
"name": "Stále horúce" "name": "Stále horúce"
}, },
@ -1819,12 +1766,6 @@
"prewash": { "prewash": {
"name": "Predumývanie" "name": "Predumývanie"
}, },
"acqua_plus": {
"name": "Aquaplus"
},
"auto_dose": {
"name": "Automatická dávka"
},
"buzzer": { "buzzer": {
"name": "Signál na konci cyklu" "name": "Signál na konci cyklu"
}, },
@ -1850,6 +1791,17 @@
"name": "Výmena filtra" "name": "Výmena filtra"
} }
}, },
"button": {
"induction_hob": {
"name": "Indukčná varná doska"
},
"start_program": {
"name": "Program Začiatok"
},
"stop_program": {
"name": "Program Zastaviť"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "Správa výkonu" "name": "Správa výkonu"
@ -1888,20 +1840,33 @@
"name": "Cieľová teplota Chladnička" "name": "Cieľová teplota Chladnička"
} }
}, },
"button": {
"induction_hob": {
"name": "Indukčná varná doska"
},
"start_program": {
"name": "Program Začiatok"
},
"stop_program": {
"name": "Program Zastaviť"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "Klimatizácia" "name": "Klimatizácia",
"state_attributes": {
"preset_mode": {
"name": "Programy",
"state": {
"iot_10_heating": "Funkcia vykurovania na 10 °C",
"iot_auto": "Automatika",
"iot_cool": "Chladiť",
"iot_dry": "Sušiť",
"iot_fan": "Ventilátor",
"iot_heat": "Ohrev",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Samoprečisťovanie",
"iot_self_clean": "Samočistenie",
"iot_self_clean_56": "Sterilné čistenie 56°C",
"iot_simple_start": "Spustiť teraz",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Auto",
"iot_uv_and_cool": "UV + Studené",
"iot_uv_and_dry": "UV + Odvlhčovač",
"iot_uv_and_fan": "UV + Ventilátor",
"iot_uv_and_heat": "UV + Ohrev"
}
}
}
}, },
"fridge": { "fridge": {
"name": "Chladnička", "name": "Chladnička",

View File

@ -3,325 +3,73 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "Pripravljen", "ready": "Pripravljen",
"1": "Pripravljen", "running": "Program poteka",
"3": "Premor", "pause": "Premor",
"4": "Načrtovano", "scheduled": "Načrtovano",
"5": "Načrtovano", "error": "Napaka",
"6": "Napaka", "test": "Test",
"7": "Pripravljen", "ending": "Ustavljanje cikla …"
"2": "Program poteka", }
"8": "Test", },
"9": "Ustavljanje cikla …" "mach_modes_ac": {
"state": {
"auto": "Samodejno",
"cool": "Hlajenje",
"dry": "Sušenje",
"heat": "Segrevanje",
"fan": "Ventilator"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "Pripravljen", "ready": "Pripravljen",
"1": "Pranje", "spin": "Ožemanje",
"2": "Pranje", "rinse": "Izpiranje",
"3": "Ožemanje", "drying": "Sušenje",
"4": "Izpiranje", "steam": "Para",
"5": "Izpiranje", "weighting": "Tehtanje ",
"6": "Izpiranje", "scheduled": "Načrtovano",
"7": "Sušenje", "tumbling": "Ohranjanje svežine",
"9": "Para", "refresh": "Osvežitev",
"10": "Pripravljen", "heating": "Ogrevanje",
"11": "Ožemanje", "washing": "Pranje"
"12": "Tehtanje ",
"13": "Tehtanje ",
"14": "Pranje",
"15": "Pranje",
"16": "Pranje",
"17": "Izpiranje",
"18": "Izpiranje",
"19": "Načrtovano",
"20": "Ohranjanje svežine",
"24": "Osvežitev",
"25": "Pranje",
"26": "Ogrevanje",
"27": "Pranje"
}, },
"name": "Faza" "name": "Faza"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "Pripravljen", "ready": "Pripravljen",
"1": "Sušenje", "heat_stroke": "Sušenje",
"2": "Sušenje", "drying": "Sušenje",
"3": "Hlajenje", "cooldown": "Hlajenje",
"13": "Hlajenje", "unknown": "unknown",
"14": "Sušenje", "tumbling": "Ohrani sveže"
"15": "Sušenje",
"16": "Hlajenje",
"18": "Ohrani sveže",
"19": "Sušenje",
"20": "Sušenje",
"11": "Pripravljen",
"17": "unknown",
"12": "unknown"
}, },
"name": "Faza" "name": "Faza"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "Pripravljen", "ready": "Pripravljen",
"1": "Predpranje", "prewash": "Predpranje",
"2": "Pranje", "washing": "Pranje",
"3": "Izpiranje", "rinse": "Izpiranje",
"4": "Sušenje", "drying": "Sušenje",
"5": "Pripravljen", "hot_rinse": "Hot rinse"
"6": "Hot rinse"
}, },
"name": "Faza" "name": "Faza"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "Brez sušenja", "no_dry": "Brez sušenja",
"1": "Likanje", "iron_dry": "Likanje",
"2": "Suho za omaro", "no_dry_iron": "Suho za omaro",
"3": "Suho za omaro", "cupboard_dry": "Suho za omaro",
"4": "Zelo suho", "extra_dry": "Zelo suho",
"12": "Likanje", "ready_to_wear": "Pripravljeno za uporabo"
"13": "Suho za omaro",
"14": "Pripravljeno za uporabo",
"15": "Zelo suho",
"11": "Brez sušenja"
}, },
"name": "Stopnja sušenja" "name": "Stopnja sušenja"
}, },
"anti_crease": {
"name": "Proti mečkanju"
},
"power": {
"name": "Stopnja moči"
},
"remaining_time": {
"name": "Time remaining"
},
"temperature": {
"name": "Temperatura"
},
"water_efficiency": {
"name": "Učinkovita raba vode"
},
"water_saving": {
"name": "Privarčevana voda"
},
"duration": {
"name": "Trajanje"
},
"target_temperature": {
"name": "Ciljna temperatura"
},
"spin_speed": {
"name": "Ožemanje"
},
"steam_leve": {
"name": "Količina pare"
},
"dirt_level": {
"name": "Stopnja umazanije"
},
"delay_time": {
"name": "S funkcijo Zamik vklopa je možno odložiti začetek sušilnega cikla od 1 do 24 ur. Na zaslonu se prikaže izbrana zakasnitev. Da bi videli kako se zmanjšuje iz ure v uro, pritisnite ZAČETEK. Na ta način bo perilo suho takrat, ko boste to želeli, in zagnali cikel, ko vam to najbolj ustreza, celo ponoči."
},
"dry_time": {
"name": "Čas sušenja"
},
"suggested_load": {
"name": "Zmogljivost pranja"
},
"energy_label": {
"name": "Energijska učinkovitost"
},
"det_dust": {
"name": "Prašek"
},
"det_liquid": {
"name": "Tekočina"
},
"errors": {
"name": "Napaka"
},
"programs": {
"name": "Trenutni program"
},
"cycles_total": {
"name": "Programi Skupaj"
},
"energy_total": {
"name": "Poraba energije Skupaj"
},
"water_total": {
"name": "Učinkovita raba vode Skupaj"
},
"energy_current": {
"name": "Poraba energije Current"
},
"water_current": {
"name": "Učinkovita raba vode Current"
},
"mach_modes_ac": {
"state": {
"0": "Samodejno",
"1": "Hlajenje",
"2": "Hlajenje",
"3": "Sušenje",
"4": "Segrevanje",
"5": "Ventilator",
"6": "Ventilator"
}
},
"programs_td": {
"state": {
"active_dry": "Aktivno sušenje",
"allergy_care": "Protialergijski",
"all_in_one": "Vse hkrati",
"antiallergy": "Protialergijski",
"anti_odours": "Odstranjevanje vonjav",
"auto_care": "Samodejna nega",
"baby": "Oblačila dojenčkov",
"bed_quilt": "Prešite 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čutljivo perilo",
"duvet": "Prešite odeje",
"eco": "Eko bombaž",
"ecospeed_cottons": "Eko hitri za bombaž",
"ecospeed_delicates": "Eko hitri za občutljivo",
"ecospeed_mixed": "Eko hitri za mešano",
"extra_hygiene": "DODATNA HIGIENA",
"fitness": "Fitnes",
"fresh_care": "Nega za svežino",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Brisače",
"hqd_bed_sheets": "Rjuhe",
"hqd_bulky": "Večji kosi",
"hqd_casual": "Za prosti čas",
"hqd_cold_wind_30": "Hladen vetrič 30 minut",
"hqd_cold_wind_timing": "Hladen vetrič ",
"hqd_cotton": "Bombaž",
"hqd_curtain": "Zavese",
"hqd_delicate": "Občutljive tkanine",
"hqd_diaper": "Plenice",
"hqd_duvet": "Prešite odeje",
"hqd_feather": "Puhovke",
"hqd_hot_wind_timing": "Vroč zrak",
"hqd_hygienic": "Higienizacija",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Suknjiči",
"hqd_jeans": "Kavbojke",
"hqd_luxury": "Luxury",
"hqd_mix": "Mešano",
"hqd_night_dry": "Sušenje čez noč",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Hitro 20",
"hqd_quick_30": "Hitro 30",
"hqd_quick_dry": "Hitro sušenje 30",
"hqd_quilt": "Posteljna pregrinjala",
"hqd_refresh": "Osvežitev",
"hqd_school_uniform": "Šolska uniforma",
"hqd_shirt": "Srajce",
"hqd_shoes": "Obuvala",
"hqd_silk": "Svila",
"hqd_sports": "Šport",
"hqd_synthetics": "Sintetika",
"hqd_timer": "Časovno",
"hqd_towel": "Brisače",
"hqd_underwear": "Spodnje perilo",
"hqd_warm_up": "Pogrevanje",
"hqd_wool": "Volna",
"hqd_working_suit": "Delovna oblačila",
"hygiene": "Higiena",
"iot_checkup": "Pregled",
"iot_dry_anti_mites": "Proti pršicam",
"iot_dry_baby": "Oblačila dojenčkov",
"iot_dry_backpacks": "Nahrbtniki",
"iot_dry_bathrobe": "Kopalni plašč",
"iot_dry_bed_linen": "Posteljnina",
"iot_dry_bed_quilt": "Prešite odeje",
"iot_dry_cotton": "Bombaž",
"iot_dry_cuddly_toys": "Plišaste igračke",
"iot_dry_curtains": "Zavese",
"iot_dry_dehumidifier": "Odstranjevalec vlage",
"iot_dry_delicates": "Občutljivo",
"iot_dry_delicate_tablecloths": "Občutljivi namizni prti",
"iot_dry_denim_jeans": "Denim jeans",
"iot_dry_down_jacket": "Suknjiči",
"iot_dry_duvet": "Prešite odeje",
"iot_dry_easy_iron_cotton": "Super lažje likanje",
"iot_dry_easy_iron_synthetics": "Super lažje likanje sintetike",
"iot_dry_gym_fit": "Oblačila za telovadbo in fitnes",
"iot_dry_lingerie": "Spodnje perilo",
"iot_dry_mixed": "Mešano",
"iot_dry_playsuits": "Pajaci",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Hitro 59",
"iot_dry_refresh": "Osvežitev",
"iot_dry_regenerates_waterproof": "Obnovitev nepremočljivih oblačil",
"iot_dry_relax_creases": "Mehčanje 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šenje sintetike",
"iot_dry_tablecloths": "Namizni prti",
"iot_dry_technical_fabrics": "Tehnične tkanine",
"iot_dry_warm_embrace": "Mehkoba",
"iot_dry_wool": "Woolmark",
"jeans": "Džins",
"mix_and_dry": "Sušenje mešana sestava",
"pets": "Hišne živali",
"pre_iron": "Pred likanjem",
"rapid_30": "Rapid 30",
"rapid_45": "Hitri 45 min",
"rapid_59": "Popolni hitri program 59 min.",
"refresh": "Osvežitev",
"relax_creases": "Mehčanje gub",
"saving_30_min": "EKO 30 min",
"shirts": "Srajce",
"shoes": "Obuvala",
"small_load": "Malo perila",
"soft_care": "Nega za mehkobo",
"sport_plus": "Športna oblacila",
"super_easy_iron_misti": "Super lažje likanje mešanih tkanin",
"super_easy_iron_xxl": "Super lažje likanje XXL",
"super_fast_cottons": "Super hitri za bombaž",
"super_fast_delicates": "Super hitri za občutljivo",
"synthetics": "Sintetika",
"total_care": "Total Care",
"trainers": "Športna obutev",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Obnovitev nepremočljivih oblačil",
"whites": "Belo",
"wool": "Sušenje volne",
"woolmark": "Woolmark",
"xxl_load": "Zelo veliki kosi perila",
"zoom_59": "Zoom 59"
},
"name": "Program"
},
"room_temperature": {
"name": "Sobna temperatura"
},
"humidity": {
"name": "Vlaga "
},
"freezer_temp": {
"name": "Temperatura zamrzovalnika"
},
"fridge_temp": {
"name": "Temperatura hladilnika"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_10_heating": "Funkcija ogrevanja pri 10 °C", "iot_10_heating": "Funkcija ogrevanja pri 10 °C",
@ -545,6 +293,143 @@
}, },
"name": "Program" "name": "Program"
}, },
"programs_td": {
"state": {
"active_dry": "Aktivno sušenje",
"allergy_care": "Protialergijski",
"all_in_one": "Vse hkrati",
"antiallergy": "Protialergijski",
"anti_odours": "Odstranjevanje vonjav",
"auto_care": "Samodejna nega",
"baby": "Oblačila dojenčkov",
"bed_quilt": "Prešite 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čutljivo perilo",
"duvet": "Prešite odeje",
"eco": "Eko bombaž",
"ecospeed_cottons": "Eko hitri za bombaž",
"ecospeed_delicates": "Eko hitri za občutljivo",
"ecospeed_mixed": "Eko hitri za mešano",
"extra_hygiene": "DODATNA HIGIENA",
"fitness": "Fitnes",
"fresh_care": "Nega za svežino",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Brisače",
"hqd_bed_sheets": "Rjuhe",
"hqd_bulky": "Večji kosi",
"hqd_casual": "Za prosti čas",
"hqd_cold_wind_30": "Hladen vetrič 30 minut",
"hqd_cold_wind_timing": "Hladen vetrič ",
"hqd_cotton": "Bombaž",
"hqd_curtain": "Zavese",
"hqd_delicate": "Občutljive tkanine",
"hqd_diaper": "Plenice",
"hqd_duvet": "Prešite odeje",
"hqd_feather": "Puhovke",
"hqd_hot_wind_timing": "Vroč zrak",
"hqd_hygienic": "Higienizacija",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Suknjiči",
"hqd_jeans": "Kavbojke",
"hqd_luxury": "Luxury",
"hqd_mix": "Mešano",
"hqd_night_dry": "Sušenje čez noč",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Hitro 20",
"hqd_quick_30": "Hitro 30",
"hqd_quick_dry": "Hitro sušenje 30",
"hqd_quilt": "Posteljna pregrinjala",
"hqd_refresh": "Osvežitev",
"hqd_school_uniform": "Šolska uniforma",
"hqd_shirt": "Srajce",
"hqd_shoes": "Obuvala",
"hqd_silk": "Svila",
"hqd_sports": "Šport",
"hqd_synthetics": "Sintetika",
"hqd_timer": "Časovno",
"hqd_towel": "Brisače",
"hqd_underwear": "Spodnje perilo",
"hqd_warm_up": "Pogrevanje",
"hqd_wool": "Volna",
"hqd_working_suit": "Delovna oblačila",
"hygiene": "Higiena",
"iot_checkup": "Pregled",
"iot_dry_anti_mites": "Proti pršicam",
"iot_dry_baby": "Oblačila dojenčkov",
"iot_dry_backpacks": "Nahrbtniki",
"iot_dry_bathrobe": "Kopalni plašč",
"iot_dry_bed_linen": "Posteljnina",
"iot_dry_bed_quilt": "Prešite odeje",
"iot_dry_cotton": "Bombaž",
"iot_dry_cuddly_toys": "Plišaste igračke",
"iot_dry_curtains": "Zavese",
"iot_dry_dehumidifier": "Odstranjevalec vlage",
"iot_dry_delicates": "Občutljivo",
"iot_dry_delicate_tablecloths": "Občutljivi namizni prti",
"iot_dry_denim_jeans": "Denim jeans",
"iot_dry_down_jacket": "Suknjiči",
"iot_dry_duvet": "Prešite odeje",
"iot_dry_easy_iron_cotton": "Super lažje likanje",
"iot_dry_easy_iron_synthetics": "Super lažje likanje sintetike",
"iot_dry_gym_fit": "Oblačila za telovadbo in fitnes",
"iot_dry_lingerie": "Spodnje perilo",
"iot_dry_mixed": "Mešano",
"iot_dry_playsuits": "Pajaci",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Hitro 59",
"iot_dry_refresh": "Osvežitev",
"iot_dry_regenerates_waterproof": "Obnovitev nepremočljivih oblačil",
"iot_dry_relax_creases": "Mehčanje 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šenje sintetike",
"iot_dry_tablecloths": "Namizni prti",
"iot_dry_technical_fabrics": "Tehnične tkanine",
"iot_dry_warm_embrace": "Mehkoba",
"iot_dry_wool": "Woolmark",
"jeans": "Džins",
"mix_and_dry": "Sušenje mešana sestava",
"pets": "Hišne živali",
"pre_iron": "Pred likanjem",
"rapid_30": "Rapid 30",
"rapid_45": "Hitri 45 min",
"rapid_59": "Popolni hitri program 59 min.",
"refresh": "Osvežitev",
"relax_creases": "Mehčanje gub",
"saving_30_min": "EKO 30 min",
"shirts": "Srajce",
"shoes": "Obuvala",
"small_load": "Malo perila",
"soft_care": "Nega za mehkobo",
"sport_plus": "Športna oblacila",
"super_easy_iron_misti": "Super lažje likanje mešanih tkanin",
"super_easy_iron_xxl": "Super lažje likanje XXL",
"super_fast_cottons": "Super hitri za bombaž",
"super_fast_delicates": "Super hitri za občutljivo",
"synthetics": "Sintetika",
"total_care": "Total Care",
"trainers": "Športna obutev",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Obnovitev nepremočljivih oblačil",
"whites": "Belo",
"wool": "Sušenje volne",
"woolmark": "Woolmark",
"xxl_load": "Zelo veliki kosi perila",
"zoom_59": "Zoom 59"
},
"name": "Program"
},
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "20° pisano in bombaž", "20_degrees_coloured_cottons": "20° pisano in bombaž",
@ -556,7 +441,7 @@
"allergy_care_pro": "Nega proti alergijam Pro", "allergy_care_pro": "Nega proti alergijam Pro",
"all_in_one_49": "Vse v enem 49'.", "all_in_one_49": "Vse v enem 49'.",
"all_in_one_59": "Vse v enem 59'.", "all_in_one_59": "Vse v enem 59'.",
"all_in_one_59_steam": "Aktivno pranje + para", "all_in_one_59_steam": "Vse v enem 59' + para",
"autocare": "Samodejna nega", "autocare": "Samodejna nega",
"autoclean": "Čiščenje bobna", "autoclean": "Čiščenje bobna",
"baby_60": "Vsa otroška oblačila 60 °C", "baby_60": "Vsa otroška oblačila 60 °C",
@ -622,7 +507,7 @@
"iot_active_steam": "Para", "iot_active_steam": "Para",
"iot_active_wash_steam": "Aktivno pranje", "iot_active_wash_steam": "Aktivno pranje",
"iot_allergy_care_pro": "Nega proti alergijam Pro", "iot_allergy_care_pro": "Nega proti alergijam Pro",
"iot_all_in_one_59_steam": "Aktivno pranje + para", "iot_all_in_one_59_steam": "Vse v enem 59' + para",
"iot_checkup": "Preveri", "iot_checkup": "Preveri",
"iot_colour_59_steam": "Barvno perilo 59' + para", "iot_colour_59_steam": "Barvno perilo 59' + para",
"iot_cottons_steam": "Bombaž + Para", "iot_cottons_steam": "Bombaž + Para",
@ -889,9 +774,149 @@
"sparkling": "Peneče vino", "sparkling": "Peneče vino",
"white": "Belo" "white": "Belo"
} }
},
"dry_time": {
"name": "Čas sušenja"
},
"power": {
"name": "Stopnja moči"
},
"remaining_time": {
"name": "Time remaining"
},
"temperature": {
"name": "Temperatura"
},
"water_efficiency": {
"name": "Učinkovita raba vode"
},
"water_saving": {
"name": "Privarčevana voda"
},
"duration": {
"name": "Trajanje"
},
"target_temperature": {
"name": "Ciljna temperatura"
},
"spin_speed": {
"name": "Ožemanje"
},
"steam_leve": {
"name": "Količina pare"
},
"dirt_level": {
"name": "Stopnja umazanije"
},
"delay_time": {
"name": "S funkcijo Zamik vklopa je možno odložiti začetek sušilnega cikla od 1 do 24 ur. Na zaslonu se prikaže izbrana zakasnitev. Da bi videli kako se zmanjšuje iz ure v uro, pritisnite ZAČETEK. Na ta način bo perilo suho takrat, ko boste to želeli, in zagnali cikel, ko vam to najbolj ustreza, celo ponoči."
},
"suggested_load": {
"name": "Zmogljivost pranja"
},
"energy_label": {
"name": "Energijska učinkovitost"
},
"det_dust": {
"name": "Prašek"
},
"det_liquid": {
"name": "Tekočina"
},
"errors": {
"name": "Napaka"
},
"programs": {
"name": "Trenutni program"
},
"room_temperature": {
"name": "Sobna temperatura"
},
"humidity": {
"name": "Vlaga "
},
"cycles_total": {
"name": "Programi Skupaj"
},
"energy_total": {
"name": "Poraba energije Skupaj"
},
"water_total": {
"name": "Učinkovita raba vode Skupaj"
},
"energy_current": {
"name": "Poraba energije Current"
},
"water_current": {
"name": "Učinkovita raba vode Current"
},
"freezer_temp": {
"name": "Temperatura zamrzovalnika"
},
"fridge_temp": {
"name": "Temperatura hladilnika"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "Brez sušenja",
"iron_dry": "Likanje",
"no_dry_iron": "Suho za omaro",
"cupboard_dry": "Suho za omaro",
"extra_dry": "Zelo suho",
"ready_to_wear": "Pripravljeno za uporabo"
},
"name": "Stopnja sušenja"
},
"eco_pilot": {
"state": {
"touch_off": "Izklop",
"avoid_touch": "Brez dotika",
"follow_touch": "Sledenje",
"unknown": "unknown"
},
"name": "Eko pilot"
},
"fan_mode": {
"state": {
"high": "Visoko",
"mid": "Srednje ",
"low": "Nizko",
"auto": "Samodejno"
}
},
"ref_zones": {
"state": {
"fridge": "Hladilnik",
"freezer": "Zamrzovalnik",
"vtroom1": "My Zone",
"fridge_freezer": "Hladilnik & Zamrzovalnik"
},
"name": "Cona"
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkcija ogrevanja pri 10 °C",
"iot_auto": "Samodejno",
"iot_cool": "Hlajenje",
"iot_dry": "Sušenje",
"iot_fan": "Ventilator",
"iot_heat": "Segrevanje",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Samoočiščevanje",
"iot_self_clean": "Samodejno čiščenje",
"iot_self_clean_56": "Sterilno čiščenje 56°C",
"iot_simple_start": "Zaženi zdaj",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + samodejno",
"iot_uv_and_cool": "UV + hlajenje",
"iot_uv_and_dry": "UV + razvlaževanje",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + gretje"
},
"name": "Program"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"59_min": "Hitri progr. 59'", "59_min": "Hitri progr. 59'",
@ -1241,7 +1266,7 @@
"allergy_care_pro": "Nega proti alergijam Pro", "allergy_care_pro": "Nega proti alergijam Pro",
"all_in_one_49": "Vse v enem 49'.", "all_in_one_49": "Vse v enem 49'.",
"all_in_one_59": "Vse v enem 59'.", "all_in_one_59": "Vse v enem 59'.",
"all_in_one_59_steam": "Aktivno pranje + para", "all_in_one_59_steam": "Vse v enem 59' + para",
"autocare": "Samodejna nega", "autocare": "Samodejna nega",
"autoclean": "Čiščenje bobna", "autoclean": "Čiščenje bobna",
"baby_60": "Vsa otroška oblačila 60 °C", "baby_60": "Vsa otroška oblačila 60 °C",
@ -1307,7 +1332,7 @@
"iot_active_steam": "Para", "iot_active_steam": "Para",
"iot_active_wash_steam": "Aktivno pranje", "iot_active_wash_steam": "Aktivno pranje",
"iot_allergy_care_pro": "Nega proti alergijam Pro", "iot_allergy_care_pro": "Nega proti alergijam Pro",
"iot_all_in_one_59_steam": "Aktivno pranje + para", "iot_all_in_one_59_steam": "Vse v enem 59' + para",
"iot_checkup": "Preveri", "iot_checkup": "Preveri",
"iot_colour_59_steam": "Barvno perilo 59' + para", "iot_colour_59_steam": "Barvno perilo 59' + para",
"iot_cottons_steam": "Bombaž + Para", "iot_cottons_steam": "Bombaž + Para",
@ -1540,69 +1565,6 @@
}, },
"name": "Program" "name": "Program"
}, },
"dry_levels": {
"state": {
"0": "Brez sušenja",
"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",
"11": "Brez sušenja"
},
"name": "Stopnja sušenja"
},
"spin_speed": {
"name": "Ožemanje"
},
"temperature": {
"name": "Temperatura"
},
"dry_time": {
"name": "Čas sušenja"
},
"eco_pilot": {
"state": {
"0": "Izklop",
"1": "Brez dotika",
"2": "Sledenje"
},
"name": "Eko pilot"
},
"fan_mode": {
"state": {
"1": "Visoko",
"2": "Srednje ",
"3": "Nizko",
"4": "Samodejno",
"5": "Samodejno"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkcija ogrevanja pri 10 °C",
"iot_auto": "Samodejno",
"iot_cool": "Hlajenje",
"iot_dry": "Sušenje",
"iot_fan": "Ventilator",
"iot_heat": "Segrevanje",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Samoočiščevanje",
"iot_self_clean": "Samodejno čiščenje",
"iot_self_clean_56": "Sterilno čiščenje 56°C",
"iot_simple_start": "Zaženi zdaj",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + samodejno",
"iot_uv_and_cool": "UV + hlajenje",
"iot_uv_and_dry": "UV + razvlaževanje",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + gretje"
},
"name": "Program"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"auto_set": "SAMODEJNA NASTAVITEV", "auto_set": "SAMODEJNA NASTAVITEV",
@ -1626,17 +1588,17 @@
}, },
"name": "Program" "name": "Program"
}, },
"dry_time": {
"name": "Čas sušenja"
},
"spin_speed": {
"name": "Ožemanje"
},
"temperature": {
"name": "Temperatura"
},
"remaining_time": { "remaining_time": {
"name": "Time remaining" "name": "Time remaining"
},
"ref_zones": {
"state": {
"fridge": "Hladilnik",
"freezer": "Zamrzovalnik",
"vtroom1": "My Zone",
"fridge_freezer": "Hladilnik & Zamrzovalnik"
},
"name": "Cona"
} }
}, },
"switch": { "switch": {
@ -1724,18 +1686,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"auto_dose": {
"name": "Samodejno odmerjanje"
},
"good_night": {
"name": "Lahko noč"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "Samodejno odmerjanje Mehčalec" "name": "Samodejno odmerjanje Mehčalec"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "Samodejno odmerjanje Detergent" "name": "Samodejno odmerjanje Detergent"
}, },
"good_night": {
"name": "Lahko noč"
},
"auto_set": { "auto_set": {
"name": "Samodejna nastavitev" "name": "Samodejna nastavitev"
}, },
@ -1747,6 +1706,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "Hladilnik" "name": "Hladilnik"
},
"night_mode": {
"name": "Nočni način"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -1768,27 +1730,12 @@
"anti_crease": { "anti_crease": {
"name": "Proti mečkanju" "name": "Proti mečkanju"
}, },
"aqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"spin_speed": { "spin_speed": {
"name": "Ožemanje" "name": "Ožemanje"
}, },
"programs_dw": {
"name": "Program"
},
"programs_ih": {
"name": "Program"
},
"programs_ov": {
"name": "Program"
},
"programs_td": {
"name": "Program"
},
"programs_wm": {
"name": "Program"
},
"still_hot": { "still_hot": {
"name": "Še vedno vroče" "name": "Še vedno vroče"
}, },
@ -1819,12 +1766,6 @@
"prewash": { "prewash": {
"name": "Predpranje" "name": "Predpranje"
}, },
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Samodejno odmerjanje"
},
"buzzer": { "buzzer": {
"name": "Zvočni signal ob koncu cikla" "name": "Zvočni signal ob koncu cikla"
}, },
@ -1850,6 +1791,17 @@
"name": "Menjava filtra" "name": "Menjava filtra"
} }
}, },
"button": {
"induction_hob": {
"name": "Indukcijska kuhalna plošča"
},
"start_program": {
"name": "Program Start"
},
"stop_program": {
"name": "Program Stop"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "Upravljanje moči" "name": "Upravljanje moči"
@ -1888,20 +1840,33 @@
"name": "Ciljna temperatura Hladilnik" "name": "Ciljna temperatura Hladilnik"
} }
}, },
"button": {
"induction_hob": {
"name": "Indukcijska kuhalna plošča"
},
"start_program": {
"name": "Program Start"
},
"stop_program": {
"name": "Program Stop"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "Klimatska naprava" "name": "Klimatska naprava",
"state_attributes": {
"preset_mode": {
"name": "Programi",
"state": {
"iot_10_heating": "Funkcija ogrevanja pri 10 °C",
"iot_auto": "Samodejno",
"iot_cool": "Hlajenje",
"iot_dry": "Sušenje",
"iot_fan": "Ventilator",
"iot_heat": "Segrevanje",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Samoočiščevanje",
"iot_self_clean": "Samodejno čiščenje",
"iot_self_clean_56": "Sterilno čiščenje 56°C",
"iot_simple_start": "Zaženi zdaj",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + samodejno",
"iot_uv_and_cool": "UV + hlajenje",
"iot_uv_and_dry": "UV + razvlaževanje",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + gretje"
}
}
}
}, },
"fridge": { "fridge": {
"name": "Hladilnik", "name": "Hladilnik",

View File

@ -3,325 +3,73 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "Spremno", "ready": "Spremno",
"1": "Spremno", "running": "Program u toku",
"3": "Pauza", "pause": "Pauza",
"4": "Planirano", "scheduled": "Planirano",
"5": "Planirano", "error": "Greška",
"6": "Greška", "test": "Test",
"7": "Spremno", "ending": "Zaustavljanje ciklusa..."
"2": "Program u toku", }
"8": "Test", },
"9": "Zaustavljanje ciklusa..." "mach_modes_ac": {
"state": {
"auto": "Automatski",
"cool": "Hlađenje",
"dry": "Sušenje",
"heat": "Toplota",
"fan": "Ventilator"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "Spremno", "ready": "Spremno",
"1": "Pranje", "spin": "Centrifuga",
"2": "Pranje", "rinse": "Ispiranje",
"3": "Centrifuga", "drying": "Sušenje",
"4": "Ispiranje", "steam": "Vodena para",
"5": "Ispiranje", "weighting": "Vaganje ",
"6": "Ispiranje", "scheduled": "Planirano",
"7": "Sušenje", "tumbling": "Održavanje svežine",
"9": "Vodena para", "refresh": "Osvežavanje",
"10": "Spremno", "heating": "Grejanje",
"11": "Centrifuga", "washing": "Pranje"
"12": "Vaganje ",
"13": "Vaganje ",
"14": "Pranje",
"15": "Pranje",
"16": "Pranje",
"17": "Ispiranje",
"18": "Ispiranje",
"19": "Planirano",
"20": "Održavanje svežine",
"24": "Osvežavanje",
"25": "Pranje",
"26": "Grejanje",
"27": "Pranje"
}, },
"name": "Faza" "name": "Faza"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "Spremno", "ready": "Spremno",
"1": "Sušenje", "heat_stroke": "Sušenje",
"2": "Sušenje", "drying": "Sušenje",
"3": "Hlađenje", "cooldown": "Hlađenje",
"13": "Hlađenje", "unknown": "unknown",
"14": "Sušenje", "tumbling": "Očuvanje svežine"
"15": "Sušenje",
"16": "Hlađenje",
"18": "Očuvanje svežine",
"19": "Sušenje",
"20": "Sušenje",
"11": "Spremno",
"17": "unknown",
"12": "unknown"
}, },
"name": "Faza" "name": "Faza"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "Spremno", "ready": "Spremno",
"1": "Pretpranje", "prewash": "Pretpranje",
"2": "Pranje", "washing": "Pranje",
"3": "Ispiranje", "rinse": "Ispiranje",
"4": "Sušenje", "drying": "Sušenje",
"5": "Spremno", "hot_rinse": "Hot rinse"
"6": "Hot rinse"
}, },
"name": "Faza" "name": "Faza"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "Bez sušenja", "no_dry": "Bez sušenja",
"1": "Peglanje", "iron_dry": "Peglanje",
"2": "Suvo za ormar", "no_dry_iron": "Suvo za ormar",
"3": "Suvo za ormar", "cupboard_dry": "Suvo za ormar",
"4": "Ekstra suvo", "extra_dry": "Ekstra suvo",
"12": "Peglanje", "ready_to_wear": "Spremno za nošenje"
"13": "Suvo za ormar",
"14": "Spremno za nošenje",
"15": "Ekstra suvo",
"11": "Bez sušenja"
}, },
"name": "Nivo sušenja" "name": "Nivo sušenja"
}, },
"anti_crease": {
"name": "Protiv gužvanja"
},
"power": {
"name": "Jačina"
},
"remaining_time": {
"name": "Preostalo vreme"
},
"temperature": {
"name": "Temperatura"
},
"water_efficiency": {
"name": "Efikasnost vode"
},
"water_saving": {
"name": "Ušteda vode"
},
"duration": {
"name": "Trajanje"
},
"target_temperature": {
"name": "Željena temperatura"
},
"spin_speed": {
"name": "Centrifuga"
},
"steam_leve": {
"name": "Nivo pare"
},
"dirt_level": {
"name": "Nivo zaprljanosti"
},
"delay_time": {
"name": "Odloženi start"
},
"dry_time": {
"name": "Vreme sušenja"
},
"suggested_load": {
"name": "Kapacitet punjenja"
},
"energy_label": {
"name": "Energetska efikasnost"
},
"det_dust": {
"name": "Prašak"
},
"det_liquid": {
"name": "Tečni"
},
"errors": {
"name": "Greška"
},
"programs": {
"name": "Trenutni program"
},
"cycles_total": {
"name": "Ciklusi Ukupno"
},
"energy_total": {
"name": "Potrošnja energije Ukupno"
},
"water_total": {
"name": "Efikasnost vode Ukupno"
},
"energy_current": {
"name": "Potrošnja energije Current"
},
"water_current": {
"name": "Efikasnost vode Current"
},
"mach_modes_ac": {
"state": {
"0": "Automatski",
"1": "Hlađenje",
"2": "Hlađenje",
"3": "Sušenje",
"4": "Toplota",
"5": "Ventilator",
"6": "Ventilator"
}
},
"programs_td": {
"state": {
"active_dry": "Aktivno sušenje",
"allergy_care": "Antialergijski",
"all_in_one": "All in One",
"antiallergy": "Antialergijski",
"anti_odours": "Protiv neugodnih mirisa",
"auto_care": "Aktivna nega",
"baby": "Baby",
"bed_quilt": "Ćebad 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šano",
"extra_hygiene": "EXTRA HIGIJENA",
"fitness": "Fitnes",
"fresh_care": "Tretman za osvežavanje",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Peškiri",
"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ć vazduh",
"hqd_hygienic": "Higijenski",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Jakne",
"hqd_jeans": "Džins",
"hqd_luxury": "Luksuzno",
"hqd_mix": "Mešovito",
"hqd_night_dry": "Noćno sušenje",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Brzo 20",
"hqd_quick_30": "Brzo 30",
"hqd_quick_dry": "Brzo sušenje 30",
"hqd_quilt": "Jorgani",
"hqd_refresh": "Osvežavanje",
"hqd_school_uniform": "Školska uniforma",
"hqd_shirt": "Košulje",
"hqd_shoes": "Cipele",
"hqd_silk": "Svila",
"hqd_sports": "Sportska odeća",
"hqd_synthetics": "Sintetika",
"hqd_timer": "Vremenski ograničeno",
"hqd_towel": "Peškiri",
"hqd_underwear": "Donji veš",
"hqd_warm_up": "Zagrevanje",
"hqd_wool": "Vuna",
"hqd_working_suit": "Radna odeća",
"hygiene": "Higijena",
"iot_checkup": "Provera",
"iot_dry_anti_mites": "Anti-grinje",
"iot_dry_baby": "Baby",
"iot_dry_backpacks": "Rančevi",
"iot_dry_bathrobe": "Bade-mantili",
"iot_dry_bed_linen": "Posteljine",
"iot_dry_bed_quilt": "Ćebad i jorgani",
"iot_dry_cotton": "Pamuk",
"iot_dry_cuddly_toys": "Plišane igračke",
"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žins",
"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š",
"iot_dry_mixed": "Mešani veš",
"iot_dry_playsuits": "Kostimi",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Brzi program 59'.",
"iot_dry_refresh": "Osvežavanje",
"iot_dry_regenerates_waterproof": "Regenerisanje vodootpornosti",
"iot_dry_relax_creases": "Otpuštanje prevoja",
"iot_dry_shirts": "Košulje",
"iot_dry_small_load": "Mala količina veša",
"iot_dry_swimsuits_and_bikinis": "Odeća za kupanje",
"iot_dry_synthetics": "Sintetika",
"iot_dry_synthetic_dry": "Sušenje sintetike",
"iot_dry_tablecloths": "Stolnjaci",
"iot_dry_technical_fabrics": "Sintetički 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žavanje",
"relax_creases": "Otpuštanje prevoja",
"saving_30_min": "EKO 30'",
"shirts": "Košulje",
"shoes": "Cipele",
"small_load": "Mala količina veša",
"soft_care": "Blagi tretman",
"sport_plus": "Sportska odeca",
"super_easy_iron_misti": "Mešani veš koji se veoma lako pegla",
"super_easy_iron_xxl": "XXL veš 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ća",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Revitalizacija vodootpornosti",
"whites": "Beli veš",
"wool": "Sušenje vune",
"woolmark": "Woolmark",
"xxl_load": "XXL veš",
"zoom_59": "Zoom 59"
},
"name": "Program"
},
"room_temperature": {
"name": "Sobna temperatura"
},
"humidity": {
"name": "Vlažnost"
},
"freezer_temp": {
"name": "Temperatura zamrzivača"
},
"fridge_temp": {
"name": "Temperatura frižidera"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_10_heating": "Funkcija grejanja 10° C", "iot_10_heating": "Funkcija grejanja 10° C",
@ -545,6 +293,143 @@
}, },
"name": "Program" "name": "Program"
}, },
"programs_td": {
"state": {
"active_dry": "Aktivno sušenje",
"allergy_care": "Antialergijski",
"all_in_one": "All in One",
"antiallergy": "Antialergijski",
"anti_odours": "Protiv neugodnih mirisa",
"auto_care": "Aktivna nega",
"baby": "Baby",
"bed_quilt": "Ćebad 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šano",
"extra_hygiene": "EXTRA HIGIJENA",
"fitness": "Fitnes",
"fresh_care": "Tretman za osvežavanje",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Peškiri",
"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ć vazduh",
"hqd_hygienic": "Higijenski",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "Jakne",
"hqd_jeans": "Džins",
"hqd_luxury": "Luksuzno",
"hqd_mix": "Mešovito",
"hqd_night_dry": "Noćno sušenje",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Brzo 20",
"hqd_quick_30": "Brzo 30",
"hqd_quick_dry": "Brzo sušenje 30",
"hqd_quilt": "Jorgani",
"hqd_refresh": "Osvežavanje",
"hqd_school_uniform": "Školska uniforma",
"hqd_shirt": "Košulje",
"hqd_shoes": "Cipele",
"hqd_silk": "Svila",
"hqd_sports": "Sportska odeća",
"hqd_synthetics": "Sintetika",
"hqd_timer": "Vremenski ograničeno",
"hqd_towel": "Peškiri",
"hqd_underwear": "Donji veš",
"hqd_warm_up": "Zagrevanje",
"hqd_wool": "Vuna",
"hqd_working_suit": "Radna odeća",
"hygiene": "Higijena",
"iot_checkup": "Provera",
"iot_dry_anti_mites": "Anti-grinje",
"iot_dry_baby": "Baby",
"iot_dry_backpacks": "Rančevi",
"iot_dry_bathrobe": "Bade-mantili",
"iot_dry_bed_linen": "Posteljine",
"iot_dry_bed_quilt": "Ćebad i jorgani",
"iot_dry_cotton": "Pamuk",
"iot_dry_cuddly_toys": "Plišane igračke",
"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žins",
"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š",
"iot_dry_mixed": "Mešani veš",
"iot_dry_playsuits": "Kostimi",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Brzi program 59'.",
"iot_dry_refresh": "Osvežavanje",
"iot_dry_regenerates_waterproof": "Regenerisanje vodootpornosti",
"iot_dry_relax_creases": "Otpuštanje prevoja",
"iot_dry_shirts": "Košulje",
"iot_dry_small_load": "Mala količina veša",
"iot_dry_swimsuits_and_bikinis": "Odeća za kupanje",
"iot_dry_synthetics": "Sintetika",
"iot_dry_synthetic_dry": "Sušenje sintetike",
"iot_dry_tablecloths": "Stolnjaci",
"iot_dry_technical_fabrics": "Sintetički 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žavanje",
"relax_creases": "Otpuštanje prevoja",
"saving_30_min": "EKO 30'",
"shirts": "Košulje",
"shoes": "Cipele",
"small_load": "Mala količina veša",
"soft_care": "Blagi tretman",
"sport_plus": "Sportska odeca",
"super_easy_iron_misti": "Mešani veš koji se veoma lako pegla",
"super_easy_iron_xxl": "XXL veš 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ća",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Revitalizacija vodootpornosti",
"whites": "Beli veš",
"wool": "Sušenje vune",
"woolmark": "Woolmark",
"xxl_load": "XXL veš",
"zoom_59": "Zoom 59"
},
"name": "Program"
},
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "20° u boji i pamuk", "20_degrees_coloured_cottons": "20° u boji i pamuk",
@ -556,7 +441,7 @@
"allergy_care_pro": "Tretman protiv alergija Pro", "allergy_care_pro": "Tretman protiv alergija Pro",
"all_in_one_49": "Sve u jedan 49'.", "all_in_one_49": "Sve u jedan 49'.",
"all_in_one_59": "Sve u jedan 59'.", "all_in_one_59": "Sve u jedan 59'.",
"all_in_one_59_steam": "Aktivno pranje + para", "all_in_one_59_steam": "Sve u jedan 59' + para",
"autocare": "Automatska nega", "autocare": "Automatska nega",
"autoclean": "Čišćenje bubnja", "autoclean": "Čišćenje bubnja",
"baby_60": "All Baby 60°C", "baby_60": "All Baby 60°C",
@ -622,7 +507,7 @@
"iot_active_steam": "Para", "iot_active_steam": "Para",
"iot_active_wash_steam": "Aktivno pranje", "iot_active_wash_steam": "Aktivno pranje",
"iot_allergy_care_pro": "Tretman protiv alergija Pro", "iot_allergy_care_pro": "Tretman protiv alergija Pro",
"iot_all_in_one_59_steam": "Aktivno pranje + para", "iot_all_in_one_59_steam": "Sve u jedan 59' + para",
"iot_checkup": "Provera", "iot_checkup": "Provera",
"iot_colour_59_steam": "Šarena odeća 59' + para", "iot_colour_59_steam": "Šarena odeća 59' + para",
"iot_cottons_steam": "Pamuk + Para", "iot_cottons_steam": "Pamuk + Para",
@ -889,9 +774,149 @@
"sparkling": "Penušavo", "sparkling": "Penušavo",
"white": "Belo" "white": "Belo"
} }
},
"dry_time": {
"name": "Vreme sušenja"
},
"power": {
"name": "Jačina"
},
"remaining_time": {
"name": "Preostalo vreme"
},
"temperature": {
"name": "Temperatura"
},
"water_efficiency": {
"name": "Efikasnost vode"
},
"water_saving": {
"name": "Ušteda vode"
},
"duration": {
"name": "Trajanje"
},
"target_temperature": {
"name": "Željena temperatura"
},
"spin_speed": {
"name": "Centrifuga"
},
"steam_leve": {
"name": "Nivo pare"
},
"dirt_level": {
"name": "Nivo zaprljanosti"
},
"delay_time": {
"name": "Odloženi start"
},
"suggested_load": {
"name": "Kapacitet punjenja"
},
"energy_label": {
"name": "Energetska efikasnost"
},
"det_dust": {
"name": "Prašak"
},
"det_liquid": {
"name": "Tečni"
},
"errors": {
"name": "Greška"
},
"programs": {
"name": "Trenutni program"
},
"room_temperature": {
"name": "Sobna temperatura"
},
"humidity": {
"name": "Vlažnost"
},
"cycles_total": {
"name": "Ciklusi Ukupno"
},
"energy_total": {
"name": "Potrošnja energije Ukupno"
},
"water_total": {
"name": "Efikasnost vode Ukupno"
},
"energy_current": {
"name": "Potrošnja energije Current"
},
"water_current": {
"name": "Efikasnost vode Current"
},
"freezer_temp": {
"name": "Temperatura zamrzivača"
},
"fridge_temp": {
"name": "Temperatura frižidera"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "Bez sušenja",
"iron_dry": "Peglanje",
"no_dry_iron": "Suvo za ormar",
"cupboard_dry": "Suvo za ormar",
"extra_dry": "Ekstra suvo",
"ready_to_wear": "Spremno za nošenje"
},
"name": "Nivo sušenja"
},
"eco_pilot": {
"state": {
"touch_off": "Isključeno",
"avoid_touch": "Izbegavajte dodir",
"follow_touch": "Pratiti",
"unknown": "unknown"
},
"name": "Eko pilot"
},
"fan_mode": {
"state": {
"high": "Visoko",
"mid": "Srednje ",
"low": "Nisko",
"auto": "Automatski"
}
},
"ref_zones": {
"state": {
"fridge": "Frižider",
"freezer": "Zamrzivač",
"vtroom1": "My Zone",
"fridge_freezer": "Frižider & Zamrzivač"
},
"name": "Zona"
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkcija grejanja 10° C",
"iot_auto": "Automatski",
"iot_cool": "Hlađenje",
"iot_dry": "Sušenje",
"iot_fan": "Ventilator",
"iot_heat": "Toplota",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Samopročišćavanje",
"iot_self_clean": "Samočišćenje",
"iot_self_clean_56": "Sterilno čišćenje 56°C",
"iot_simple_start": "Pokrenuti sada",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + automatsko",
"iot_uv_and_cool": "UV+ hladno",
"iot_uv_and_dry": "UV + odvlaživač",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + toplota"
},
"name": "Program"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"59_min": "Brzi 59'", "59_min": "Brzi 59'",
@ -1241,7 +1266,7 @@
"allergy_care_pro": "Tretman protiv alergija Pro", "allergy_care_pro": "Tretman protiv alergija Pro",
"all_in_one_49": "Sve u jedan 49'.", "all_in_one_49": "Sve u jedan 49'.",
"all_in_one_59": "Sve u jedan 59'.", "all_in_one_59": "Sve u jedan 59'.",
"all_in_one_59_steam": "Aktivno pranje + para", "all_in_one_59_steam": "Sve u jedan 59' + para",
"autocare": "Automatska nega", "autocare": "Automatska nega",
"autoclean": "Čišćenje bubnja", "autoclean": "Čišćenje bubnja",
"baby_60": "All Baby 60°C", "baby_60": "All Baby 60°C",
@ -1307,7 +1332,7 @@
"iot_active_steam": "Para", "iot_active_steam": "Para",
"iot_active_wash_steam": "Aktivno pranje", "iot_active_wash_steam": "Aktivno pranje",
"iot_allergy_care_pro": "Tretman protiv alergija Pro", "iot_allergy_care_pro": "Tretman protiv alergija Pro",
"iot_all_in_one_59_steam": "Aktivno pranje + para", "iot_all_in_one_59_steam": "Sve u jedan 59' + para",
"iot_checkup": "Provera", "iot_checkup": "Provera",
"iot_colour_59_steam": "Šarena odeća 59' + para", "iot_colour_59_steam": "Šarena odeća 59' + para",
"iot_cottons_steam": "Pamuk + Para", "iot_cottons_steam": "Pamuk + Para",
@ -1540,69 +1565,6 @@
}, },
"name": "Program" "name": "Program"
}, },
"dry_levels": {
"state": {
"0": "Bez sušenja",
"1": "Peglanje",
"2": "Suvo za ormar",
"3": "Suvo za ormar",
"4": "Ekstra suvo",
"12": "Peglanje",
"13": "Suvo za ormar",
"14": "Spremno za nošenje",
"15": "Ekstra suvo",
"11": "Bez sušenja"
},
"name": "Nivo sušenja"
},
"spin_speed": {
"name": "Centrifuga"
},
"temperature": {
"name": "Temperatura"
},
"dry_time": {
"name": "Vreme sušenja"
},
"eco_pilot": {
"state": {
"0": "Isključeno",
"1": "Izbegavajte dodir",
"2": "Pratiti"
},
"name": "Eko pilot"
},
"fan_mode": {
"state": {
"1": "Visoko",
"2": "Srednje ",
"3": "Nisko",
"4": "Automatski",
"5": "Automatski"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "Funkcija grejanja 10° C",
"iot_auto": "Automatski",
"iot_cool": "Hlađenje",
"iot_dry": "Sušenje",
"iot_fan": "Ventilator",
"iot_heat": "Toplota",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Samopročišćavanje",
"iot_self_clean": "Samočišćenje",
"iot_self_clean_56": "Sterilno čišćenje 56°C",
"iot_simple_start": "Pokrenuti sada",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + automatsko",
"iot_uv_and_cool": "UV+ hladno",
"iot_uv_and_dry": "UV + odvlaživač",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + toplota"
},
"name": "Program"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"auto_set": "AUTOMATSKO PODEŠAVANJE", "auto_set": "AUTOMATSKO PODEŠAVANJE",
@ -1626,17 +1588,17 @@
}, },
"name": "Program" "name": "Program"
}, },
"dry_time": {
"name": "Vreme sušenja"
},
"spin_speed": {
"name": "Centrifuga"
},
"temperature": {
"name": "Temperatura"
},
"remaining_time": { "remaining_time": {
"name": "Preostalo vreme" "name": "Preostalo vreme"
},
"ref_zones": {
"state": {
"fridge": "Frižider",
"freezer": "Zamrzivač",
"vtroom1": "My Zone",
"fridge_freezer": "Frižider & Zamrzivač"
},
"name": "Zona"
} }
}, },
"switch": { "switch": {
@ -1724,18 +1686,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Viši nivo vode" "name": "Viši nivo vode"
}, },
"auto_dose": {
"name": "Automatsko doziranje"
},
"good_night": {
"name": "Laku noć"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "Automatsko doziranje Omekšivač" "name": "Automatsko doziranje Omekšivač"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "Automatsko doziranje Deterdžent" "name": "Automatsko doziranje Deterdžent"
}, },
"good_night": {
"name": "Laku noć"
},
"auto_set": { "auto_set": {
"name": "Automatsko podešavanje" "name": "Automatsko podešavanje"
}, },
@ -1747,6 +1706,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "Frižider" "name": "Frižider"
},
"night_mode": {
"name": "Noćni režim"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -1768,27 +1730,12 @@
"anti_crease": { "anti_crease": {
"name": "Protiv gužvanja" "name": "Protiv gužvanja"
}, },
"aqua_plus": { "acqua_plus": {
"name": "Viši nivo vode" "name": "Viši nivo vode"
}, },
"spin_speed": { "spin_speed": {
"name": "Centrifuga" "name": "Centrifuga"
}, },
"programs_dw": {
"name": "Program"
},
"programs_ih": {
"name": "Program"
},
"programs_ov": {
"name": "Program"
},
"programs_td": {
"name": "Program"
},
"programs_wm": {
"name": "Program"
},
"still_hot": { "still_hot": {
"name": "Još uvek vruće" "name": "Još uvek vruće"
}, },
@ -1819,12 +1766,6 @@
"prewash": { "prewash": {
"name": "Predpranje" "name": "Predpranje"
}, },
"acqua_plus": {
"name": "Viši nivo vode"
},
"auto_dose": {
"name": "Automatsko doziranje"
},
"buzzer": { "buzzer": {
"name": "Zvono na kraju ciklusa" "name": "Zvono na kraju ciklusa"
}, },
@ -1850,6 +1791,17 @@
"name": "Zamena filtera" "name": "Zamena filtera"
} }
}, },
"button": {
"induction_hob": {
"name": "Indukciona ploča"
},
"start_program": {
"name": "Program Pokretanje"
},
"stop_program": {
"name": "Program Zaustavi"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "Upravljanje napajanjem" "name": "Upravljanje napajanjem"
@ -1888,20 +1840,33 @@
"name": "Željena temperatura Frižider" "name": "Željena temperatura Frižider"
} }
}, },
"button": {
"induction_hob": {
"name": "Indukciona ploča"
},
"start_program": {
"name": "Program Pokretanje"
},
"stop_program": {
"name": "Program Zaustavi"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "Klima uređaj" "name": "Klima uređaj",
"state_attributes": {
"preset_mode": {
"name": "Programi",
"state": {
"iot_10_heating": "Funkcija grejanja 10° C",
"iot_auto": "Automatski",
"iot_cool": "Hlađenje",
"iot_dry": "Sušenje",
"iot_fan": "Ventilator",
"iot_heat": "Toplota",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Samopročišćavanje",
"iot_self_clean": "Samočišćenje",
"iot_self_clean_56": "Sterilno čišćenje 56°C",
"iot_simple_start": "Pokrenuti sada",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + automatsko",
"iot_uv_and_cool": "UV+ hladno",
"iot_uv_and_dry": "UV + odvlaživač",
"iot_uv_and_fan": "UV + ventilator",
"iot_uv_and_heat": "UV + toplota"
}
}
}
}, },
"fridge": { "fridge": {
"name": "Frižider", "name": "Frižider",

View File

@ -3,325 +3,73 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "Hazır", "ready": "Hazır",
"1": "Hazır", "running": "Program çalışıyor",
"3": "Duraklat", "pause": "Duraklat",
"4": "Planlandı", "scheduled": "Planlandı",
"5": "Planlandı", "error": "Hata",
"6": "Hata", "test": "Test",
"7": "Hazır", "ending": "Program durduruluyor…"
"2": "Program çalışıyor", }
"8": "Test", },
"9": "Program durduruluyor…" "mach_modes_ac": {
"state": {
"auto": "Otomatik",
"cool": "Soğuk",
"dry": "Kuru",
"heat": "Isı",
"fan": "Fan"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "Hazır", "ready": "Hazır",
"1": "Yıkama", "spin": "Sıkma",
"2": "Yıkama", "rinse": "Durulama",
"3": "Sıkma", "drying": "Kurutma",
"4": "Durulama", "steam": "Buhar",
"5": "Durulama", "weighting": "Tartma ",
"6": "Durulama", "scheduled": "Planlandı",
"7": "Kurutma", "tumbling": "Tazeleme",
"9": "Buhar", "refresh": "Tazeleme",
"10": "Hazır", "heating": "Isıtma",
"11": "Sıkma", "washing": "Yıkama"
"12": "Tartma ",
"13": "Tartma ",
"14": "Yıkama",
"15": "Yıkama",
"16": "Yıkama",
"17": "Durulama",
"18": "Durulama",
"19": "Planlandı",
"20": "Tazeleme",
"24": "Tazeleme",
"25": "Yıkama",
"26": "Isıtma",
"27": "Yıkama"
}, },
"name": "Aşama" "name": "Aşama"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "Hazır", "ready": "Hazır",
"1": "Kurutma", "heat_stroke": "Kurutma",
"2": "Kurutma", "drying": "Kurutma",
"3": "Soğutma", "cooldown": "Soğutma",
"13": "Soğutma", "unknown": "unknown",
"14": "Kurutma", "tumbling": "Tazeleme"
"15": "Kurutma",
"16": "Soğutma",
"18": "Tazeleme",
"19": "Kurutma",
"20": "Kurutma",
"11": "Hazır",
"17": "unknown",
"12": "unknown"
}, },
"name": "Aşama" "name": "Aşama"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "Hazır", "ready": "Hazır",
"1": "Ön Yıkama", "prewash": "Ön Yıkama",
"2": "Yıkama", "washing": "Yıkama",
"3": "Durulama", "rinse": "Durulama",
"4": "Kurutma", "drying": "Kurutma",
"5": "Hazır", "hot_rinse": "Hot rinse"
"6": "Hot rinse"
}, },
"name": "Aşama" "name": "Aşama"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "Kurutma yok", "no_dry": "Kurutma yok",
"1": "Ütü", "iron_dry": "Ütü",
"2": "Gardırop hazır", "no_dry_iron": "Gardırop hazır",
"3": "Gardırop hazır", "cupboard_dry": "Gardırop hazır",
"4": "Ekstra kurutma", "extra_dry": "Ekstra kurutma",
"12": "Ütü", "ready_to_wear": "Giyilmeye hazır"
"13": "Gardırop hazır",
"14": "Giyilmeye hazır",
"15": "Ekstra kurutma",
"11": "Kurutma yok"
}, },
"name": "Kurutma seviyesi" "name": "Kurutma seviyesi"
}, },
"anti_crease": {
"name": "Kırışık açma"
},
"power": {
"name": "Güç seviyesi"
},
"remaining_time": {
"name": "Kalan süre"
},
"temperature": {
"name": "Sıcaklık"
},
"water_efficiency": {
"name": "Su verimliliği"
},
"water_saving": {
"name": "Su tasarrufu"
},
"duration": {
"name": "Süre"
},
"target_temperature": {
"name": "Hedef sıcaklık"
},
"spin_speed": {
"name": "Sıkma"
},
"steam_leve": {
"name": "Buhar Seviyesi"
},
"dirt_level": {
"name": "Kir seviyesi"
},
"delay_time": {
"name": "Gecikmeli Başlatma"
},
"dry_time": {
"name": "Kurutma zamanı"
},
"suggested_load": {
"name": "Yük kapasitesi"
},
"energy_label": {
"name": "Enerji verimliliği"
},
"det_dust": {
"name": "Toz"
},
"det_liquid": {
"name": "Sıvı"
},
"errors": {
"name": "Hata"
},
"programs": {
"name": "Geçerli program"
},
"cycles_total": {
"name": "Programlar Toplam"
},
"energy_total": {
"name": "Enerji Tüketimi Toplam"
},
"water_total": {
"name": "Su verimliliği Toplam"
},
"energy_current": {
"name": "Enerji Tüketimi Current"
},
"water_current": {
"name": "Su verimliliği Current"
},
"mach_modes_ac": {
"state": {
"0": "Otomatik",
"1": "Soğuk",
"2": "Soğuk",
"3": "Kuru",
"4": "Isı",
"5": "Fan",
"6": "Fan"
}
},
"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ım",
"baby": "Bebek",
"bed_quilt": "Yorgan",
"care_30": "Bakım 30",
"care_45": "Bakım 45",
"care_59": "Bakım 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ız Pamuklu",
"ecospeed_delicates": "ECOSEPEED Hassas",
"ecospeed_mixed": "Eko hız Karışık",
"extra_hygiene": "EKSTRA HIJYEN",
"fitness": "Fitness",
"fresh_care": "Yenileme Bakımı",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Havlular",
"hqd_bed_sheets": "Çarşaflar",
"hqd_bulky": "Hacimli eşyalar",
"hqd_casual": "Gündelik",
"hqd_cold_wind_30": "Serin esinti 30 dakika",
"hqd_cold_wind_timing": "Serin esinti ",
"hqd_cotton": "Pamuk",
"hqd_curtain": "Perdeler",
"hqd_delicate": "Narin Çamaşırlar",
"hqd_diaper": "Bebek bezi",
"hqd_duvet": "Nevresim",
"hqd_feather": "Şişme montlar",
"hqd_hot_wind_timing": "Sıcak 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ışık",
"hqd_night_dry": "Gece kurutma",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Hızlı 20",
"hqd_quick_30": "Hızlı 30",
"hqd_quick_dry": "Hızlı kurutma 30",
"hqd_quilt": "Yorganlar",
"hqd_refresh": "Yenileme",
"hqd_school_uniform": "Okul üniforması",
"hqd_shirt": "Gömlekler",
"hqd_shoes": "Ayakkabılar",
"hqd_silk": "İpek",
"hqd_sports": "Spor",
"hqd_synthetics": "Sentetikler",
"hqd_timer": "Zaman Ayarlı",
"hqd_towel": "Havlular",
"hqd_underwear": "İç çamaşırı",
"hqd_warm_up": "Isıtma",
"hqd_wool": "Yün",
"hqd_working_suit": "İş giysisi",
"hygiene": "Hijyen",
"iot_checkup": "Kontrol",
"iot_dry_anti_mites": "Anti-akar",
"iot_dry_baby": "Bebek",
"iot_dry_backpacks": "Sırt Çantaları",
"iot_dry_bathrobe": "Bornoz",
"iot_dry_bed_linen": "Çarşaf",
"iot_dry_bed_quilt": "Yorgan",
"iot_dry_cotton": "Pamuklular",
"iot_dry_cuddly_toys": "Yumuşak Oyuncaklar",
"iot_dry_curtains": "Perdeler",
"iot_dry_dehumidifier": "Nem giderici",
"iot_dry_delicates": "Hassas",
"iot_dry_delicate_tablecloths": "Hassas masa örtüleri",
"iot_dry_denim_jeans": "Denim - kot pantolon",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Yorgan",
"iot_dry_easy_iron_cotton": "Süper Kolay Ütüleme",
"iot_dry_easy_iron_synthetics": "Sentetikler Süper Kolay Ütü",
"iot_dry_gym_fit": "Spor kıyafetleri",
"iot_dry_lingerie": "İç Çamaşırı",
"iot_dry_mixed": "Karışık",
"iot_dry_playsuits": "Oyun elbiseleri",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Hızlı 59'.",
"iot_dry_refresh": "Yenileme",
"iot_dry_regenerates_waterproof": "Su geçirmezliği artırmak",
"iot_dry_relax_creases": "Kırışıklık Açma",
"iot_dry_shirts": "Gömlek",
"iot_dry_small_load": "Az Çamaşır",
"iot_dry_swimsuits_and_bikinis": "Mayolar",
"iot_dry_synthetics": "Sentetik",
"iot_dry_synthetic_dry": "Sentetik Kurutma",
"iot_dry_tablecloths": "Masa örtüleri",
"iot_dry_technical_fabrics": "Teknik Kumaşlar",
"iot_dry_warm_embrace": "Sıcak Hava",
"iot_dry_wool": "Saf yün markası",
"jeans": "Kot",
"mix_and_dry": "Karışık ve Kuru",
"pets": "Evcil hayvanlar",
"pre_iron": "Ön Ütüleme",
"rapid_30": "Rapid 30",
"rapid_45": "45 dak. hızlı",
"rapid_59": "Mükemmel Hızlı 59 dk",
"refresh": "Yenileme",
"relax_creases": "Kırışıklık Açma",
"saving_30_min": "EKO 30'",
"shirts": "Gömlekler",
"shoes": "Ayakkabılar",
"small_load": "Az Çamaşır",
"soft_care": "Yumuşak Bakım",
"sport_plus": "Spor+",
"super_easy_iron_misti": "Süper Kolay Ütü karışık",
"super_easy_iron_xxl": "Süper Kolay Ütü XXL",
"super_fast_cottons": "Süper Hızlı Pamuklu",
"super_fast_delicates": "Süper Hızlı Hassas",
"synthetics": "Sentetik",
"total_care": "Total Care",
"trainers": "Spor Ayakkabıları",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Su Geçirmez Canlandırma",
"whites": "Beyazlar",
"wool": "Yünlüleri Kurutma",
"woolmark": "Saf yün markası",
"xxl_load": "XXL Çamaşır",
"zoom_59": "Yakınlaştır 59"
},
"name": "Program"
},
"room_temperature": {
"name": "Oda sıcaklığı"
},
"humidity": {
"name": "Nem"
},
"freezer_temp": {
"name": "Dondurucu sıcaklığı"
},
"fridge_temp": {
"name": "Buzdolabı sıcaklığı"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_10_heating": "10°C Isıtma fonksiyonu", "iot_10_heating": "10°C Isıtma fonksiyonu",
@ -545,6 +293,143 @@
}, },
"name": "Program" "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ım",
"baby": "Bebek",
"bed_quilt": "Yorgan",
"care_30": "Bakım 30",
"care_45": "Bakım 45",
"care_59": "Bakım 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ız Pamuklu",
"ecospeed_delicates": "ECOSEPEED Hassas",
"ecospeed_mixed": "Eko hız Karışık",
"extra_hygiene": "EKSTRA HIJYEN",
"fitness": "Fitness",
"fresh_care": "Yenileme Bakımı",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "Havlular",
"hqd_bed_sheets": "Çarşaflar",
"hqd_bulky": "Hacimli eşyalar",
"hqd_casual": "Gündelik",
"hqd_cold_wind_30": "Serin esinti 30 dakika",
"hqd_cold_wind_timing": "Serin esinti ",
"hqd_cotton": "Pamuk",
"hqd_curtain": "Perdeler",
"hqd_delicate": "Narin Çamaşırlar",
"hqd_diaper": "Bebek bezi",
"hqd_duvet": "Nevresim",
"hqd_feather": "Şişme montlar",
"hqd_hot_wind_timing": "Sıcak 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ışık",
"hqd_night_dry": "Gece kurutma",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "Hızlı 20",
"hqd_quick_30": "Hızlı 30",
"hqd_quick_dry": "Hızlı kurutma 30",
"hqd_quilt": "Yorganlar",
"hqd_refresh": "Yenileme",
"hqd_school_uniform": "Okul üniforması",
"hqd_shirt": "Gömlekler",
"hqd_shoes": "Ayakkabılar",
"hqd_silk": "İpek",
"hqd_sports": "Spor",
"hqd_synthetics": "Sentetikler",
"hqd_timer": "Zaman Ayarlı",
"hqd_towel": "Havlular",
"hqd_underwear": "İç çamaşırı",
"hqd_warm_up": "Isıtma",
"hqd_wool": "Yün",
"hqd_working_suit": "İş giysisi",
"hygiene": "Hijyen",
"iot_checkup": "Kontrol",
"iot_dry_anti_mites": "Anti-akar",
"iot_dry_baby": "Bebek",
"iot_dry_backpacks": "Sırt Çantaları",
"iot_dry_bathrobe": "Bornoz",
"iot_dry_bed_linen": "Çarşaf",
"iot_dry_bed_quilt": "Yorgan",
"iot_dry_cotton": "Pamuklular",
"iot_dry_cuddly_toys": "Yumuşak Oyuncaklar",
"iot_dry_curtains": "Perdeler",
"iot_dry_dehumidifier": "Nem giderici",
"iot_dry_delicates": "Hassas",
"iot_dry_delicate_tablecloths": "Hassas masa örtüleri",
"iot_dry_denim_jeans": "Denim - kot pantolon",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "Yorgan",
"iot_dry_easy_iron_cotton": "Süper Kolay Ütüleme",
"iot_dry_easy_iron_synthetics": "Sentetikler Süper Kolay Ütü",
"iot_dry_gym_fit": "Spor kıyafetleri",
"iot_dry_lingerie": "İç Çamaşırı",
"iot_dry_mixed": "Karışık",
"iot_dry_playsuits": "Oyun elbiseleri",
"iot_dry_rapid_30": "Rapid 30",
"iot_dry_rapid_59": "Hızlı 59'.",
"iot_dry_refresh": "Yenileme",
"iot_dry_regenerates_waterproof": "Su geçirmezliği artırmak",
"iot_dry_relax_creases": "Kırışıklık Açma",
"iot_dry_shirts": "Gömlek",
"iot_dry_small_load": "Az Çamaşır",
"iot_dry_swimsuits_and_bikinis": "Mayolar",
"iot_dry_synthetics": "Sentetik",
"iot_dry_synthetic_dry": "Sentetik Kurutma",
"iot_dry_tablecloths": "Masa örtüleri",
"iot_dry_technical_fabrics": "Teknik Kumaşlar",
"iot_dry_warm_embrace": "Sıcak Hava",
"iot_dry_wool": "Saf yün markası",
"jeans": "Kot",
"mix_and_dry": "Karışık ve Kuru",
"pets": "Evcil hayvanlar",
"pre_iron": "Ön Ütüleme",
"rapid_30": "Rapid 30",
"rapid_45": "45 dak. hızlı",
"rapid_59": "Mükemmel Hızlı 59 dk",
"refresh": "Yenileme",
"relax_creases": "Kırışıklık Açma",
"saving_30_min": "EKO 30'",
"shirts": "Gömlekler",
"shoes": "Ayakkabılar",
"small_load": "Az Çamaşır",
"soft_care": "Yumuşak Bakım",
"sport_plus": "Spor+",
"super_easy_iron_misti": "Süper Kolay Ütü karışık",
"super_easy_iron_xxl": "Süper Kolay Ütü XXL",
"super_fast_cottons": "Süper Hızlı Pamuklu",
"super_fast_delicates": "Süper Hızlı Hassas",
"synthetics": "Sentetik",
"total_care": "Total Care",
"trainers": "Spor Ayakkabıları",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Su Geçirmez Canlandırma",
"whites": "Beyazlar",
"wool": "Yünlüleri Kurutma",
"woolmark": "Saf yün markası",
"xxl_load": "XXL Çamaşır",
"zoom_59": "Yakınlaştır 59"
},
"name": "Program"
},
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "20° Renkli ve Pamuklular", "20_degrees_coloured_cottons": "20° Renkli ve Pamuklular",
@ -556,7 +441,7 @@
"allergy_care_pro": "Anti-Alerji Pro", "allergy_care_pro": "Anti-Alerji Pro",
"all_in_one_49": "Hepsi bir Arada 49'.", "all_in_one_49": "Hepsi bir Arada 49'.",
"all_in_one_59": "Hepsi bir Arada 59'.", "all_in_one_59": "Hepsi bir Arada 59'.",
"all_in_one_59_steam": "Aktif Yıkama + Buhar", "all_in_one_59_steam": "Hepsi bir Arada 59' + Buhar",
"autocare": "Otomatik bakım", "autocare": "Otomatik bakım",
"autoclean": "Tambur temizliği", "autoclean": "Tambur temizliği",
"baby_60": "Bebek Kıyafetleri 60°C", "baby_60": "Bebek Kıyafetleri 60°C",
@ -622,7 +507,7 @@
"iot_active_steam": "Buhar", "iot_active_steam": "Buhar",
"iot_active_wash_steam": "Aktif Yıkama", "iot_active_wash_steam": "Aktif Yıkama",
"iot_allergy_care_pro": "Anti-Alerji Pro", "iot_allergy_care_pro": "Anti-Alerji Pro",
"iot_all_in_one_59_steam": "Aktif Yıkama + Buhar", "iot_all_in_one_59_steam": "Hepsi bir Arada 59' + Buhar",
"iot_checkup": "Check-up", "iot_checkup": "Check-up",
"iot_colour_59_steam": "Renkliler 59' + Buhar", "iot_colour_59_steam": "Renkliler 59' + Buhar",
"iot_cottons_steam": "Pamuklular + Buhar", "iot_cottons_steam": "Pamuklular + Buhar",
@ -889,9 +774,149 @@
"sparkling": "Köpüklü", "sparkling": "Köpüklü",
"white": "Beyaz" "white": "Beyaz"
} }
},
"dry_time": {
"name": "Kurutma zamanı"
},
"power": {
"name": "Güç seviyesi"
},
"remaining_time": {
"name": "Kalan süre"
},
"temperature": {
"name": "Sıcaklık"
},
"water_efficiency": {
"name": "Su verimliliği"
},
"water_saving": {
"name": "Su tasarrufu"
},
"duration": {
"name": "Süre"
},
"target_temperature": {
"name": "Hedef sıcaklık"
},
"spin_speed": {
"name": "Sıkma"
},
"steam_leve": {
"name": "Buhar Seviyesi"
},
"dirt_level": {
"name": "Kir seviyesi"
},
"delay_time": {
"name": "Gecikmeli Başlatma"
},
"suggested_load": {
"name": "Yük kapasitesi"
},
"energy_label": {
"name": "Enerji verimliliği"
},
"det_dust": {
"name": "Toz"
},
"det_liquid": {
"name": "Sıvı"
},
"errors": {
"name": "Hata"
},
"programs": {
"name": "Geçerli program"
},
"room_temperature": {
"name": "Oda sıcaklığı"
},
"humidity": {
"name": "Nem"
},
"cycles_total": {
"name": "Programlar Toplam"
},
"energy_total": {
"name": "Enerji Tüketimi Toplam"
},
"water_total": {
"name": "Su verimliliği Toplam"
},
"energy_current": {
"name": "Enerji Tüketimi Current"
},
"water_current": {
"name": "Su verimliliği Current"
},
"freezer_temp": {
"name": "Dondurucu sıcaklığı"
},
"fridge_temp": {
"name": "Buzdolabı sıcaklığı"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "Kurutma yok",
"iron_dry": "Ütü",
"no_dry_iron": "Gardırop hazır",
"cupboard_dry": "Gardırop hazır",
"extra_dry": "Ekstra kurutma",
"ready_to_wear": "Giyilmeye hazır"
},
"name": "Kurutma seviyesi"
},
"eco_pilot": {
"state": {
"touch_off": "Kapali",
"avoid_touch": "Dokunmaktan kaçının",
"follow_touch": "Takip et",
"unknown": "unknown"
},
"name": "Eko pilot"
},
"fan_mode": {
"state": {
"high": "Yüksek",
"mid": "Orta ",
"low": "Düşük",
"auto": "Otomatik"
}
},
"ref_zones": {
"state": {
"fridge": "Buzdolabı",
"freezer": "Dondurucu",
"vtroom1": "My Zone",
"fridge_freezer": "Buzdolabı & Dondurucu"
},
"name": "Ocak gözü"
},
"programs_ac": {
"state": {
"iot_10_heating": "10°C Isıtma fonksiyonu",
"iot_auto": "Otomatik",
"iot_cool": "Soğuk",
"iot_dry": "Kuru",
"iot_fan": "Fan",
"iot_heat": "Isı",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Kendi kendini arındırma",
"iot_self_clean": "Kendi kendini temizleme",
"iot_self_clean_56": "Steril Temizleme 56°C",
"iot_simple_start": "Şimdi başlat",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Otomatik",
"iot_uv_and_cool": "UV + Soğuk",
"iot_uv_and_dry": "UV + Nem giderici",
"iot_uv_and_fan": "UV + Fan",
"iot_uv_and_heat": "UV + Isıtma"
},
"name": "Program"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"59_min": "Hizli 59'", "59_min": "Hizli 59'",
@ -1241,7 +1266,7 @@
"allergy_care_pro": "Anti-Alerji Pro", "allergy_care_pro": "Anti-Alerji Pro",
"all_in_one_49": "Hepsi bir Arada 49'.", "all_in_one_49": "Hepsi bir Arada 49'.",
"all_in_one_59": "Hepsi bir Arada 59'.", "all_in_one_59": "Hepsi bir Arada 59'.",
"all_in_one_59_steam": "Aktif Yıkama + Buhar", "all_in_one_59_steam": "Hepsi bir Arada 59' + Buhar",
"autocare": "Otomatik bakım", "autocare": "Otomatik bakım",
"autoclean": "Tambur temizliği", "autoclean": "Tambur temizliği",
"baby_60": "Bebek Kıyafetleri 60°C", "baby_60": "Bebek Kıyafetleri 60°C",
@ -1307,7 +1332,7 @@
"iot_active_steam": "Buhar", "iot_active_steam": "Buhar",
"iot_active_wash_steam": "Aktif Yıkama", "iot_active_wash_steam": "Aktif Yıkama",
"iot_allergy_care_pro": "Anti-Alerji Pro", "iot_allergy_care_pro": "Anti-Alerji Pro",
"iot_all_in_one_59_steam": "Aktif Yıkama + Buhar", "iot_all_in_one_59_steam": "Hepsi bir Arada 59' + Buhar",
"iot_checkup": "Check-up", "iot_checkup": "Check-up",
"iot_colour_59_steam": "Renkliler 59' + Buhar", "iot_colour_59_steam": "Renkliler 59' + Buhar",
"iot_cottons_steam": "Pamuklular + Buhar", "iot_cottons_steam": "Pamuklular + Buhar",
@ -1540,69 +1565,6 @@
}, },
"name": "Program" "name": "Program"
}, },
"dry_levels": {
"state": {
"0": "Kurutma yok",
"1": "Ütü",
"2": "Gardırop hazır",
"3": "Gardırop hazır",
"4": "Ekstra kurutma",
"12": "Ütü",
"13": "Gardırop hazır",
"14": "Giyilmeye hazır",
"15": "Ekstra kurutma",
"11": "Kurutma yok"
},
"name": "Kurutma seviyesi"
},
"spin_speed": {
"name": "Sıkma"
},
"temperature": {
"name": "Sıcaklık"
},
"dry_time": {
"name": "Kurutma zamanı"
},
"eco_pilot": {
"state": {
"0": "Kapali",
"1": "Dokunmaktan kaçının",
"2": "Takip et"
},
"name": "Eko pilot"
},
"fan_mode": {
"state": {
"1": "Yüksek",
"2": "Orta ",
"3": "Düşük",
"4": "Otomatik",
"5": "Otomatik"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "10°C Isıtma fonksiyonu",
"iot_auto": "Otomatik",
"iot_cool": "Soğuk",
"iot_dry": "Kuru",
"iot_fan": "Fan",
"iot_heat": "Isı",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Kendi kendini arındırma",
"iot_self_clean": "Kendi kendini temizleme",
"iot_self_clean_56": "Steril Temizleme 56°C",
"iot_simple_start": "Şimdi başlat",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Otomatik",
"iot_uv_and_cool": "UV + Soğuk",
"iot_uv_and_dry": "UV + Nem giderici",
"iot_uv_and_fan": "UV + Fan",
"iot_uv_and_heat": "UV + Isıtma"
},
"name": "Program"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"auto_set": "OTOMATİK AYAR", "auto_set": "OTOMATİK AYAR",
@ -1626,17 +1588,17 @@
}, },
"name": "Program" "name": "Program"
}, },
"dry_time": {
"name": "Kurutma zamanı"
},
"spin_speed": {
"name": "Sıkma"
},
"temperature": {
"name": "Sıcaklık"
},
"remaining_time": { "remaining_time": {
"name": "Kalan süre" "name": "Kalan süre"
},
"ref_zones": {
"state": {
"fridge": "Buzdolabı",
"freezer": "Dondurucu",
"vtroom1": "My Zone",
"fridge_freezer": "Buzdolabı & Dondurucu"
},
"name": "Ocak gözü"
} }
}, },
"switch": { "switch": {
@ -1724,18 +1686,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"auto_dose": {
"name": "Otomatik doz"
},
"good_night": {
"name": "İyi Geceler"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "Otomatik doz Yumuşatıcı" "name": "Otomatik doz Yumuşatıcı"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "Otomatik doz Deterjan" "name": "Otomatik doz Deterjan"
}, },
"good_night": {
"name": "İyi Geceler"
},
"auto_set": { "auto_set": {
"name": "Otomatik Ayarla" "name": "Otomatik Ayarla"
}, },
@ -1747,6 +1706,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "Buzdolabı" "name": "Buzdolabı"
},
"night_mode": {
"name": "Gece modu"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -1768,27 +1730,12 @@
"anti_crease": { "anti_crease": {
"name": "Kırışık açma" "name": "Kırışık açma"
}, },
"aqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"spin_speed": { "spin_speed": {
"name": "Sıkma" "name": "Sıkma"
}, },
"programs_dw": {
"name": "Program"
},
"programs_ih": {
"name": "Program"
},
"programs_ov": {
"name": "Program"
},
"programs_td": {
"name": "Program"
},
"programs_wm": {
"name": "Program"
},
"still_hot": { "still_hot": {
"name": "Hala sıcak" "name": "Hala sıcak"
}, },
@ -1819,12 +1766,6 @@
"prewash": { "prewash": {
"name": "Pre-wash" "name": "Pre-wash"
}, },
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "Otomatik doz"
},
"buzzer": { "buzzer": {
"name": "Program sonu zili" "name": "Program sonu zili"
}, },
@ -1850,6 +1791,17 @@
"name": "Filtre değişimi" "name": "Filtre değişimi"
} }
}, },
"button": {
"induction_hob": {
"name": "İndüksiyonlu Ocak"
},
"start_program": {
"name": "Program Başlangıç"
},
"stop_program": {
"name": "Program Durdur"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "Power management" "name": "Power management"
@ -1888,20 +1840,33 @@
"name": "Hedef sıcaklık Buzdolabı" "name": "Hedef sıcaklık Buzdolabı"
} }
}, },
"button": {
"induction_hob": {
"name": "İndüksiyonlu Ocak"
},
"start_program": {
"name": "Program Başlangıç"
},
"stop_program": {
"name": "Program Durdur"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "Klima" "name": "Klima",
"state_attributes": {
"preset_mode": {
"name": "Programlar",
"state": {
"iot_10_heating": "10°C Isıtma fonksiyonu",
"iot_auto": "Otomatik",
"iot_cool": "Soğuk",
"iot_dry": "Kuru",
"iot_fan": "Fan",
"iot_heat": "Isı",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "Kendi kendini arındırma",
"iot_self_clean": "Kendi kendini temizleme",
"iot_self_clean_56": "Steril Temizleme 56°C",
"iot_simple_start": "Şimdi başlat",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + Otomatik",
"iot_uv_and_cool": "UV + Soğuk",
"iot_uv_and_dry": "UV + Nem giderici",
"iot_uv_and_fan": "UV + Fan",
"iot_uv_and_heat": "UV + Isıtma"
}
}
}
}, },
"fridge": { "fridge": {
"name": "Buzdolabı", "name": "Buzdolabı",

View File

@ -3,325 +3,73 @@
"sensor": { "sensor": {
"washing_modes": { "washing_modes": {
"state": { "state": {
"0": "就绪", "ready": "就绪",
"1": "就绪", "running": "程序运行中",
"3": "暂停", "pause": "暂停",
"4": "已计划", "scheduled": "已计划",
"5": "已计划", "error": "错误",
"6": "错误", "test": "Test",
"7": "就绪", "ending": "正在停止循环..."
"2": "程序运行中", }
"8": "Test", },
"9": "正在停止循环..." "mach_modes_ac": {
"state": {
"auto": "自动",
"cool": "冷却",
"dry": "烘干",
"heat": "加热",
"fan": "风扇"
} }
}, },
"program_phases_wm": { "program_phases_wm": {
"state": { "state": {
"0": "就绪", "ready": "就绪",
"1": "洗涤", "spin": "甩干",
"2": "洗", "rinse": "洗",
"3": "干", "drying": "干",
"4": "漂洗", "steam": "蒸汽",
"5": "漂洗", "weighting": "正在称重 ",
"6": "漂洗", "scheduled": "已计划",
"7": "烘干", "tumbling": "保持清新",
"9": "蒸汽", "refresh": "清新",
"10": "就绪", "heating": "加热",
"11": "甩干", "washing": "洗涤"
"12": "正在称重 ",
"13": "正在称重 ",
"14": "洗涤",
"15": "洗涤",
"16": "洗涤",
"17": "漂洗",
"18": "漂洗",
"19": "已计划",
"20": "保持清新",
"24": "清新",
"25": "洗涤",
"26": "加热",
"27": "洗涤"
}, },
"name": "阶段" "name": "阶段"
}, },
"program_phases_td": { "program_phases_td": {
"state": { "state": {
"0": "就绪", "ready": "就绪",
"1": "正在烘干", "heat_stroke": "正在烘干",
"2": "烘干", "drying": "烘干",
"3": "冷却", "cooldown": "冷却",
"13": "冷却", "unknown": "unknown",
"14": "正在烘干", "tumbling": "保持清新"
"15": "正在烘干",
"16": "冷却",
"18": "保持清新",
"19": "烘干",
"20": "烘干",
"11": "就绪",
"17": "unknown",
"12": "unknown"
}, },
"name": "阶段" "name": "阶段"
}, },
"program_phases_dw": { "program_phases_dw": {
"state": { "state": {
"0": "就绪", "ready": "就绪",
"1": "预洗", "prewash": "预洗",
"2": "洗涤", "washing": "洗涤",
"3": "漂洗", "rinse": "漂洗",
"4": "烘干", "drying": "烘干",
"5": "就绪", "hot_rinse": "Hot rinse"
"6": "Hot rinse"
}, },
"name": "阶段" "name": "阶段"
}, },
"dry_levels": { "dry_levels": {
"state": { "state": {
"0": "不烘干", "no_dry": "不烘干",
"1": "熨烫", "iron_dry": "熨烫",
"2": "衣柜就绪", "no_dry_iron": "衣柜就绪",
"3": "衣柜就绪", "cupboard_dry": "衣柜就绪",
"4": "特干", "extra_dry": "特干",
"12": "熨烫", "ready_to_wear": "可穿"
"13": "衣柜就绪",
"14": "可穿",
"15": "特干",
"11": "不烘干"
}, },
"name": "烘干水平" "name": "烘干水平"
}, },
"anti_crease": {
"name": "抗皱"
},
"power": {
"name": "功率级"
},
"remaining_time": {
"name": "剩余时间"
},
"temperature": {
"name": "温度"
},
"water_efficiency": {
"name": "用水效率"
},
"water_saving": {
"name": "节水"
},
"duration": {
"name": "持续时间"
},
"target_temperature": {
"name": "目标温度"
},
"spin_speed": {
"name": "甩干"
},
"steam_leve": {
"name": "蒸汽档位"
},
"dirt_level": {
"name": "脏污程度"
},
"delay_time": {
"name": "延时启动"
},
"dry_time": {
"name": "烘干时间"
},
"suggested_load": {
"name": "负载能力"
},
"energy_label": {
"name": "能效"
},
"det_dust": {
"name": "洗衣粉"
},
"det_liquid": {
"name": "洗衣液"
},
"errors": {
"name": "错误"
},
"programs": {
"name": "当前程序"
},
"cycles_total": {
"name": "循环 总计"
},
"energy_total": {
"name": "能耗 总计"
},
"water_total": {
"name": "用水效率 总计"
},
"energy_current": {
"name": "能耗 Current"
},
"water_current": {
"name": "用水效率 Current"
},
"mach_modes_ac": {
"state": {
"0": "自动",
"1": "冷却",
"2": "冷却",
"3": "烘干",
"4": "加热",
"5": "风扇",
"6": "风扇"
}
},
"programs_td": {
"state": {
"active_dry": "主动干燥",
"allergy_care": "Antiallergy",
"all_in_one": "All in One",
"antiallergy": "抗过敏",
"anti_odours": "除味",
"auto_care": "自动护理",
"baby": "婴儿服",
"bed_quilt": "床被",
"care_30": "护理 30",
"care_45": "护理 45",
"care_59": "护理 59",
"coloured": "彩色衣物",
"daily_45_min": "每日 45 分钟",
"daily_perfect_59_min": "每日完美 59 分钟",
"darks_and_coloured": "深色和彩色衣物",
"delicates": "精细织物",
"duvet": "羽绒服",
"eco": "生态棉",
"ecospeed_cottons": "经济速度棉质衣物",
"ecospeed_delicates": "经济速度精致衣物",
"ecospeed_mixed": "经济速度混合衣物",
"extra_hygiene": "额外卫生",
"fitness": "健身衣物",
"fresh_care": "清新护理",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "毛巾",
"hqd_bed_sheets": "床单",
"hqd_bulky": "大件物品",
"hqd_casual": "休闲",
"hqd_cold_wind_30": "凉风 30 分钟",
"hqd_cold_wind_timing": "凉风 ",
"hqd_cotton": "棉布",
"hqd_curtain": "窗帘",
"hqd_delicate": "精致衣物",
"hqd_diaper": "纸尿裤",
"hqd_duvet": "羽绒被",
"hqd_feather": "羽绒服",
"hqd_hot_wind_timing": "热空气",
"hqd_hygienic": "卫生保护",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "夹克",
"hqd_jeans": "牛仔裤",
"hqd_luxury": "奢侈衣物",
"hqd_mix": "混合材质",
"hqd_night_dry": "过夜烘干",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "快洗 20",
"hqd_quick_30": "快洗 30",
"hqd_quick_dry": "快速干燥",
"hqd_quilt": "棉被",
"hqd_refresh": "清新",
"hqd_school_uniform": "校服",
"hqd_shirt": "衬衫",
"hqd_shoes": "鞋子",
"hqd_silk": "丝绸",
"hqd_sports": "运动装",
"hqd_synthetics": "合成纤维",
"hqd_timer": "定时",
"hqd_towel": "毛巾",
"hqd_underwear": "内衣",
"hqd_warm_up": "加热",
"hqd_wool": "羊毛衣物",
"hqd_working_suit": "工作服",
"hygiene": "卫生",
"iot_checkup": "检测",
"iot_dry_anti_mites": "除螨",
"iot_dry_baby": "婴儿服",
"iot_dry_backpacks": "背包",
"iot_dry_bathrobe": "浴衣",
"iot_dry_bed_linen": "被单枕套",
"iot_dry_bed_quilt": "床被",
"iot_dry_cotton": "棉布",
"iot_dry_cuddly_toys": "毛绒玩具",
"iot_dry_curtains": "窗帘",
"iot_dry_dehumidifier": "除湿机",
"iot_dry_delicates": "精细织物",
"iot_dry_delicate_tablecloths": "精细台布",
"iot_dry_denim_jeans": "牛仔布 - 牛仔裤",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "羽绒服",
"iot_dry_easy_iron_cotton": "Super Easy Iron",
"iot_dry_easy_iron_synthetics": "超级易熨合成织物",
"iot_dry_gym_fit": "健身服",
"iot_dry_lingerie": "女性内衣",
"iot_dry_mixed": "混合材质",
"iot_dry_playsuits": "运动装",
"iot_dry_rapid_30": "快速 30",
"iot_dry_rapid_59": "快速 59",
"iot_dry_refresh": "Refresh",
"iot_dry_regenerates_waterproof": "防水布",
"iot_dry_relax_creases": "Relax Creases",
"iot_dry_shirts": "衬衫",
"iot_dry_small_load": "Small Load",
"iot_dry_swimsuits_and_bikinis": "泳衣",
"iot_dry_synthetics": "合成纤维衣物",
"iot_dry_synthetic_dry": "合成纤维烘干",
"iot_dry_tablecloths": "台布",
"iot_dry_technical_fabrics": "弹性织物",
"iot_dry_warm_embrace": "衣物蓬松",
"iot_dry_wool": "Woolmark",
"jeans": "牛仔裤",
"mix_and_dry": "混合化纤洗干一体",
"pets": "宠物",
"pre_iron": "熨烫前",
"rapid_30": "快速 30",
"rapid_45": "快速 45 分钟",
"rapid_59": "完美快洗59",
"refresh": "清新",
"relax_creases": "Relax Creases",
"saving_30_min": "节约 30 分钟",
"shirts": "衬衫",
"shoes": "鞋子",
"small_load": "Small Load",
"soft_care": "柔软保养",
"sport_plus": "Sport Plus",
"super_easy_iron_misti": "超易熨烫混合衣物",
"super_easy_iron_xxl": "超易熨烫超大衣物",
"super_fast_cottons": "Super Fast Cottons",
"super_fast_delicates": "Super Fast Delicates",
"synthetics": "合成纤维衣物",
"total_care": "Total Care",
"trainers": "运动鞋",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Waterproof Revitalize",
"whites": "浅色衣物",
"wool": "烘干羊毛衣物",
"woolmark": "Woolmark",
"xxl_load": "XXL Load",
"zoom_59": "缩放 59"
},
"name": "程序"
},
"room_temperature": {
"name": "室温"
},
"humidity": {
"name": "湿度"
},
"freezer_temp": {
"name": "冷藏室温度"
},
"fridge_temp": {
"name": "冰箱温度"
},
"programs_ac": { "programs_ac": {
"state": { "state": {
"iot_10_heating": "10°C 加热功能", "iot_10_heating": "10°C 加热功能",
@ -545,6 +293,143 @@
}, },
"name": "程序" "name": "程序"
}, },
"programs_td": {
"state": {
"active_dry": "主动干燥",
"allergy_care": "Antiallergy",
"all_in_one": "All in One",
"antiallergy": "抗过敏",
"anti_odours": "除味",
"auto_care": "自动护理",
"baby": "婴儿服",
"bed_quilt": "床被",
"care_30": "护理 30",
"care_45": "护理 45",
"care_59": "护理 59",
"coloured": "彩色衣物",
"daily_45_min": "每日 45 分钟",
"daily_perfect_59_min": "每日完美 59 分钟",
"darks_and_coloured": "深色和彩色衣物",
"delicates": "精细织物",
"duvet": "羽绒服",
"eco": "生态棉",
"ecospeed_cottons": "经济速度棉质衣物",
"ecospeed_delicates": "经济速度精致衣物",
"ecospeed_mixed": "经济速度混合衣物",
"extra_hygiene": "额外卫生",
"fitness": "健身衣物",
"fresh_care": "清新护理",
"genius": "Genius",
"hqd_baby_care": "Baby Care",
"hqd_bath_towel": "毛巾",
"hqd_bed_sheets": "床单",
"hqd_bulky": "大件物品",
"hqd_casual": "休闲",
"hqd_cold_wind_30": "凉风 30 分钟",
"hqd_cold_wind_timing": "凉风 ",
"hqd_cotton": "棉布",
"hqd_curtain": "窗帘",
"hqd_delicate": "精致衣物",
"hqd_diaper": "纸尿裤",
"hqd_duvet": "羽绒被",
"hqd_feather": "羽绒服",
"hqd_hot_wind_timing": "热空气",
"hqd_hygienic": "卫生保护",
"hqd_i_refresh": "I-Refresh",
"hqd_i_refresh_pro": "I-Refresh Pro",
"hqd_jacket": "夹克",
"hqd_jeans": "牛仔裤",
"hqd_luxury": "奢侈衣物",
"hqd_mix": "混合材质",
"hqd_night_dry": "过夜烘干",
"hqd_outdoor": "Outdoor",
"hqd_precious_cure": "Precious cure",
"hqd_quick_20": "快洗 20",
"hqd_quick_30": "快洗 30",
"hqd_quick_dry": "快速干燥",
"hqd_quilt": "棉被",
"hqd_refresh": "清新",
"hqd_school_uniform": "校服",
"hqd_shirt": "衬衫",
"hqd_shoes": "鞋子",
"hqd_silk": "丝绸",
"hqd_sports": "运动装",
"hqd_synthetics": "合成纤维",
"hqd_timer": "定时",
"hqd_towel": "毛巾",
"hqd_underwear": "内衣",
"hqd_warm_up": "加热",
"hqd_wool": "羊毛衣物",
"hqd_working_suit": "工作服",
"hygiene": "卫生",
"iot_checkup": "检测",
"iot_dry_anti_mites": "除螨",
"iot_dry_baby": "婴儿服",
"iot_dry_backpacks": "背包",
"iot_dry_bathrobe": "浴衣",
"iot_dry_bed_linen": "被单枕套",
"iot_dry_bed_quilt": "床被",
"iot_dry_cotton": "棉布",
"iot_dry_cuddly_toys": "毛绒玩具",
"iot_dry_curtains": "窗帘",
"iot_dry_dehumidifier": "除湿机",
"iot_dry_delicates": "精细织物",
"iot_dry_delicate_tablecloths": "精细台布",
"iot_dry_denim_jeans": "牛仔布 - 牛仔裤",
"iot_dry_down_jacket": "Jacket",
"iot_dry_duvet": "羽绒服",
"iot_dry_easy_iron_cotton": "Super Easy Iron",
"iot_dry_easy_iron_synthetics": "超级易熨合成织物",
"iot_dry_gym_fit": "健身服",
"iot_dry_lingerie": "女性内衣",
"iot_dry_mixed": "混合材质",
"iot_dry_playsuits": "运动装",
"iot_dry_rapid_30": "快速 30",
"iot_dry_rapid_59": "快速 59",
"iot_dry_refresh": "Refresh",
"iot_dry_regenerates_waterproof": "防水布",
"iot_dry_relax_creases": "Relax Creases",
"iot_dry_shirts": "衬衫",
"iot_dry_small_load": "Small Load",
"iot_dry_swimsuits_and_bikinis": "泳衣",
"iot_dry_synthetics": "合成纤维衣物",
"iot_dry_synthetic_dry": "合成纤维烘干",
"iot_dry_tablecloths": "台布",
"iot_dry_technical_fabrics": "弹性织物",
"iot_dry_warm_embrace": "衣物蓬松",
"iot_dry_wool": "Woolmark",
"jeans": "牛仔裤",
"mix_and_dry": "混合化纤洗干一体",
"pets": "宠物",
"pre_iron": "熨烫前",
"rapid_30": "快速 30",
"rapid_45": "快速 45 分钟",
"rapid_59": "完美快洗59",
"refresh": "清新",
"relax_creases": "Relax Creases",
"saving_30_min": "节约 30 分钟",
"shirts": "衬衫",
"shoes": "鞋子",
"small_load": "Small Load",
"soft_care": "柔软保养",
"sport_plus": "Sport Plus",
"super_easy_iron_misti": "超易熨烫混合衣物",
"super_easy_iron_xxl": "超易熨烫超大衣物",
"super_fast_cottons": "Super Fast Cottons",
"super_fast_delicates": "Super Fast Delicates",
"synthetics": "合成纤维衣物",
"total_care": "Total Care",
"trainers": "运动鞋",
"ultra_care": "Ultra Care",
"waterproof_revitalize": "Waterproof Revitalize",
"whites": "浅色衣物",
"wool": "烘干羊毛衣物",
"woolmark": "Woolmark",
"xxl_load": "XXL Load",
"zoom_59": "缩放 59"
},
"name": "程序"
},
"programs_wm": { "programs_wm": {
"state": { "state": {
"20_degrees_coloured_cottons": "20° 彩色和棉花", "20_degrees_coloured_cottons": "20° 彩色和棉花",
@ -556,7 +441,7 @@
"allergy_care_pro": "Allergy Care Pro", "allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "一体化 49'", "all_in_one_49": "一体化 49'",
"all_in_one_59": "一体化 59'", "all_in_one_59": "一体化 59'",
"all_in_one_59_steam": "活化洗涤 + 蒸汽", "all_in_one_59_steam": "一体化 59' + 蒸汽",
"autocare": "自动护理", "autocare": "自动护理",
"autoclean": "滚筒清洁", "autoclean": "滚筒清洁",
"baby_60": "婴儿服60℃", "baby_60": "婴儿服60℃",
@ -622,7 +507,7 @@
"iot_active_steam": "蒸汽", "iot_active_steam": "蒸汽",
"iot_active_wash_steam": "活化洗涤", "iot_active_wash_steam": "活化洗涤",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "活化洗涤 + 蒸汽", "iot_all_in_one_59_steam": "一体化 59' + 蒸汽",
"iot_checkup": "检测", "iot_checkup": "检测",
"iot_colour_59_steam": "Coloureds 59' + 蒸汽", "iot_colour_59_steam": "Coloureds 59' + 蒸汽",
"iot_cottons_steam": "棉质 + 蒸汽", "iot_cottons_steam": "棉质 + 蒸汽",
@ -889,9 +774,149 @@
"sparkling": "起泡酒", "sparkling": "起泡酒",
"white": "白葡萄酒" "white": "白葡萄酒"
} }
},
"dry_time": {
"name": "烘干时间"
},
"power": {
"name": "功率级"
},
"remaining_time": {
"name": "剩余时间"
},
"temperature": {
"name": "温度"
},
"water_efficiency": {
"name": "用水效率"
},
"water_saving": {
"name": "节水"
},
"duration": {
"name": "持续时间"
},
"target_temperature": {
"name": "目标温度"
},
"spin_speed": {
"name": "甩干"
},
"steam_leve": {
"name": "蒸汽档位"
},
"dirt_level": {
"name": "脏污程度"
},
"delay_time": {
"name": "延时启动"
},
"suggested_load": {
"name": "负载能力"
},
"energy_label": {
"name": "能效"
},
"det_dust": {
"name": "洗衣粉"
},
"det_liquid": {
"name": "洗衣液"
},
"errors": {
"name": "错误"
},
"programs": {
"name": "当前程序"
},
"room_temperature": {
"name": "室温"
},
"humidity": {
"name": "湿度"
},
"cycles_total": {
"name": "循环 总计"
},
"energy_total": {
"name": "能耗 总计"
},
"water_total": {
"name": "用水效率 总计"
},
"energy_current": {
"name": "能耗 Current"
},
"water_current": {
"name": "用水效率 Current"
},
"freezer_temp": {
"name": "冷藏室温度"
},
"fridge_temp": {
"name": "冰箱温度"
} }
}, },
"select": { "select": {
"dry_levels": {
"state": {
"no_dry": "不烘干",
"iron_dry": "熨烫",
"no_dry_iron": "衣柜就绪",
"cupboard_dry": "衣柜就绪",
"extra_dry": "特干",
"ready_to_wear": "可穿"
},
"name": "烘干水平"
},
"eco_pilot": {
"state": {
"touch_off": "关闭",
"avoid_touch": "避免触摸",
"follow_touch": "跟随",
"unknown": "unknown"
},
"name": "节能模式"
},
"fan_mode": {
"state": {
"high": "高",
"mid": "中 ",
"low": "低",
"auto": "自动"
}
},
"ref_zones": {
"state": {
"fridge": "冰箱",
"freezer": "冷藏箱",
"vtroom1": "My Zone",
"fridge_freezer": "冰箱 & 冷藏箱"
},
"name": "区域"
},
"programs_ac": {
"state": {
"iot_10_heating": "10°C 加热功能",
"iot_auto": "自动",
"iot_cool": "冷却",
"iot_dry": "烘干",
"iot_fan": "风扇",
"iot_heat": "加热",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "自净",
"iot_self_clean": "自洁",
"iot_self_clean_56": "无菌清洁 56°C",
"iot_simple_start": "立即启动",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + 自动",
"iot_uv_and_cool": "UV + 制冷",
"iot_uv_and_dry": "UV + 减湿器",
"iot_uv_and_fan": "UV + 风扇",
"iot_uv_and_heat": "UV + 加热"
},
"name": "程序"
},
"programs_dw": { "programs_dw": {
"state": { "state": {
"59_min": "Rapid 59'", "59_min": "Rapid 59'",
@ -1241,7 +1266,7 @@
"allergy_care_pro": "Allergy Care Pro", "allergy_care_pro": "Allergy Care Pro",
"all_in_one_49": "一体化 49'", "all_in_one_49": "一体化 49'",
"all_in_one_59": "一体化 59'", "all_in_one_59": "一体化 59'",
"all_in_one_59_steam": "活化洗涤 + 蒸汽", "all_in_one_59_steam": "一体化 59' + 蒸汽",
"autocare": "自动护理", "autocare": "自动护理",
"autoclean": "滚筒清洁", "autoclean": "滚筒清洁",
"baby_60": "婴儿服60℃", "baby_60": "婴儿服60℃",
@ -1307,7 +1332,7 @@
"iot_active_steam": "蒸汽", "iot_active_steam": "蒸汽",
"iot_active_wash_steam": "活化洗涤", "iot_active_wash_steam": "活化洗涤",
"iot_allergy_care_pro": "Allergy Care Pro", "iot_allergy_care_pro": "Allergy Care Pro",
"iot_all_in_one_59_steam": "活化洗涤 + 蒸汽", "iot_all_in_one_59_steam": "一体化 59' + 蒸汽",
"iot_checkup": "检测", "iot_checkup": "检测",
"iot_colour_59_steam": "Coloureds 59' + 蒸汽", "iot_colour_59_steam": "Coloureds 59' + 蒸汽",
"iot_cottons_steam": "棉质 + 蒸汽", "iot_cottons_steam": "棉质 + 蒸汽",
@ -1540,69 +1565,6 @@
}, },
"name": "程序" "name": "程序"
}, },
"dry_levels": {
"state": {
"0": "不烘干",
"1": "熨烫",
"2": "衣柜就绪",
"3": "衣柜就绪",
"4": "特干",
"12": "熨烫",
"13": "衣柜就绪",
"14": "可穿",
"15": "特干",
"11": "不烘干"
},
"name": "烘干水平"
},
"spin_speed": {
"name": "甩干"
},
"temperature": {
"name": "温度"
},
"dry_time": {
"name": "烘干时间"
},
"eco_pilot": {
"state": {
"0": "关闭",
"1": "避免触摸",
"2": "跟随"
},
"name": "节能模式"
},
"fan_mode": {
"state": {
"1": "高",
"2": "中 ",
"3": "低",
"4": "自动",
"5": "自动"
}
},
"programs_ac": {
"state": {
"iot_10_heating": "10°C 加热功能",
"iot_auto": "自动",
"iot_cool": "冷却",
"iot_dry": "烘干",
"iot_fan": "风扇",
"iot_heat": "加热",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "自净",
"iot_self_clean": "自洁",
"iot_self_clean_56": "无菌清洁 56°C",
"iot_simple_start": "立即启动",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + 自动",
"iot_uv_and_cool": "UV + 制冷",
"iot_uv_and_dry": "UV + 减湿器",
"iot_uv_and_fan": "UV + 风扇",
"iot_uv_and_heat": "UV + 加热"
},
"name": "程序"
},
"programs_ref": { "programs_ref": {
"state": { "state": {
"auto_set": "AUTO-SET自动设置", "auto_set": "AUTO-SET自动设置",
@ -1626,17 +1588,17 @@
}, },
"name": "程序" "name": "程序"
}, },
"dry_time": {
"name": "烘干时间"
},
"spin_speed": {
"name": "甩干"
},
"temperature": {
"name": "温度"
},
"remaining_time": { "remaining_time": {
"name": "剩余时间" "name": "剩余时间"
},
"ref_zones": {
"state": {
"fridge": "冰箱",
"freezer": "冷藏箱",
"vtroom1": "My Zone",
"fridge_freezer": "冰箱 & 冷藏箱"
},
"name": "区域"
} }
}, },
"switch": { "switch": {
@ -1724,18 +1686,15 @@
"acqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"auto_dose": {
"name": "自动定量"
},
"good_night": {
"name": "晚安"
},
"auto_dose_softener": { "auto_dose_softener": {
"name": "自动定量 柔软剂" "name": "自动定量 柔软剂"
}, },
"auto_dose_detergent": { "auto_dose_detergent": {
"name": "自动定量 洗涤剂" "name": "自动定量 洗涤剂"
}, },
"good_night": {
"name": "晚安"
},
"auto_set": { "auto_set": {
"name": "自动设置" "name": "自动设置"
}, },
@ -1747,6 +1706,9 @@
}, },
"refrigerator": { "refrigerator": {
"name": "冰箱" "name": "冰箱"
},
"night_mode": {
"name": "夜间模式"
} }
}, },
"binary_sensor": { "binary_sensor": {
@ -1768,27 +1730,12 @@
"anti_crease": { "anti_crease": {
"name": "抗皱" "name": "抗皱"
}, },
"aqua_plus": { "acqua_plus": {
"name": "Acquaplus" "name": "Acquaplus"
}, },
"spin_speed": { "spin_speed": {
"name": "甩干" "name": "甩干"
}, },
"programs_dw": {
"name": "程序"
},
"programs_ih": {
"name": "程序"
},
"programs_ov": {
"name": "程序"
},
"programs_td": {
"name": "程序"
},
"programs_wm": {
"name": "程序"
},
"still_hot": { "still_hot": {
"name": "仍然热" "name": "仍然热"
}, },
@ -1819,12 +1766,6 @@
"prewash": { "prewash": {
"name": "预洗" "name": "预洗"
}, },
"acqua_plus": {
"name": "Acquaplus"
},
"auto_dose": {
"name": "自动定量"
},
"buzzer": { "buzzer": {
"name": "循环结束提示音" "name": "循环结束提示音"
}, },
@ -1850,6 +1791,17 @@
"name": "更换过滤器" "name": "更换过滤器"
} }
}, },
"button": {
"induction_hob": {
"name": "电磁炉"
},
"start_program": {
"name": "程序 开始"
},
"stop_program": {
"name": "程序 停止"
}
},
"number": { "number": {
"power_management": { "power_management": {
"name": "电源管理" "name": "电源管理"
@ -1888,20 +1840,33 @@
"name": "目标温度 冰箱" "name": "目标温度 冰箱"
} }
}, },
"button": {
"induction_hob": {
"name": "电磁炉"
},
"start_program": {
"name": "程序 开始"
},
"stop_program": {
"name": "程序 停止"
}
},
"climate": { "climate": {
"air_conditioner": { "air_conditioner": {
"name": "空调" "name": "空调",
"state_attributes": {
"preset_mode": {
"name": "程序",
"state": {
"iot_10_heating": "10°C 加热功能",
"iot_auto": "自动",
"iot_cool": "冷却",
"iot_dry": "烘干",
"iot_fan": "风扇",
"iot_heat": "加热",
"iot_nano_aqua": "Nano Aqua",
"iot_purify": "自净",
"iot_self_clean": "自洁",
"iot_self_clean_56": "无菌清洁 56°C",
"iot_simple_start": "立即启动",
"iot_uv": "UV",
"iot_uv_and_auto": "UV + 自动",
"iot_uv_and_cool": "UV + 制冷",
"iot_uv_and_dry": "UV + 减湿器",
"iot_uv_and_fan": "UV + 风扇",
"iot_uv_and_heat": "UV + 加热"
}
}
}
}, },
"fridge": { "fridge": {
"name": "冰箱", "name": "冰箱",

43
info.md
View File

@ -2,7 +2,7 @@
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Andre0512/hon?color=green)](https://github.com/Andre0512/hon/releases/latest) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/Andre0512/hon?color=green)](https://github.com/Andre0512/hon/releases/latest)
[![GitHub](https://img.shields.io/github/license/Andre0512/hon?color=red)](https://github.com/Andre0512/hon/blob/main/LICENSE) [![GitHub](https://img.shields.io/github/license/Andre0512/hon?color=red)](https://github.com/Andre0512/hon/blob/main/LICENSE)
[![GitHub all releases](https://img.shields.io/github/downloads/Andre0512/hon/total?color=blue)](https://tooomm.github.io/github-release-stats/?username=Andre0512&repository=hon) [![GitHub all releases](https://img.shields.io/github/downloads/Andre0512/hon/total?color=blue)](https://tooomm.github.io/github-release-stats/?username=Andre0512&repository=hon)
Support for home appliances of Haier's mobile app hOn. Support for home appliances of [Haier's mobile app hOn](https://hon-smarthome.com/) based on [pyhOn](https://github.com/Andre0512/pyhon).
## Supported Appliances ## Supported Appliances
- [Washing Machine](https://github.com/Andre0512/hon#washing-machine) - [Washing Machine](https://github.com/Andre0512/hon#washing-machine)
@ -10,11 +10,12 @@ Support for home appliances of Haier's mobile app hOn.
- [Washer Dryer](https://github.com/Andre0512/hon#washer-dryer) - [Washer Dryer](https://github.com/Andre0512/hon#washer-dryer)
- [Oven](https://github.com/Andre0512/hon#oven) - [Oven](https://github.com/Andre0512/hon#oven)
- [Dish Washer](https://github.com/Andre0512/hon#dish-washer) - [Dish Washer](https://github.com/Andre0512/hon#dish-washer)
- [Air conditioner](https://github.com/Andre0512/hon#air-conditioner) - [Air Conditioner](https://github.com/Andre0512/hon#air-conditioner)
- [Fridge](https://github.com/Andre0512/hon#fridge) - [Fridge](https://github.com/Andre0512/hon#fridge)
- [Hob](https://github.com/Andre0512/hon#hob) [BETA] - [Induction Hob](https://github.com/Andre0512/hon#induction-hob) [BETA]
- [Hood](https://github.com/Andre0512/hon#hood) [BETA] - [Hood](https://github.com/Andre0512/hon#hood) [BETA]
- [Wine Cellar](https://github.com/Andre0512/hon#wine-cellar) [BETA] - [Wine Cellar](https://github.com/Andre0512/hon#wine-cellar) [BETA]
- [Air Purifier](https://github.com/Andre0512/hon#air-purifier) [BETA]
## Configuration ## Configuration
@ -23,6 +24,25 @@ Support for home appliances of Haier's mobile app hOn.
**Method 2**: Settings > Devices & Services > Add Integration > **Haier hOn** **Method 2**: Settings > Devices & Services > Add Integration > **Haier hOn**
_If the integration is not in the list, you need to clear the browser cache._ _If the integration is not in the list, you need to clear the browser cache._
## Supported Models
Support has been confirmed for these models, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8).
| | **Haier** | **Hoover** | **Candy** |
|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
| **Washing Machine** | HW90-B14TEAM5 <br/> HW100-B14959U1 <br/> HW 410AMBCB/1-80 | H-WASH 500 <br/> H7W4 48MBC-S <br/> | CO4 107T1/2-07 <br/> CBWO49TWME-S <br/> RO44 1286DWMC4-07 <br/> HW 68AMC/1-80 <br/> HWPD 69AMBC/1-S |
| **Tumble Dryer** | HD80-A3959 | H-DRY 500 <br/> H9A3TCBEXS-S <br/> HLE C10DCE-80 <br/> NDE H10A2TCE-80 <br/> NDE H9A2TSBEXS-S <br/> NDPHY10A2TCBEXSS | BCTDH7A1TE <br/> CSOE C10DE-80 <br/> ROE H9A3TCEX-S |
| **Washer Dryer** | HWD100-B14979 | HWPS4954DAMR-11 | RPW41066BWMR/1-S |
| **Oven** | HWO60SM2F3XH | HSOT3161WG | |
| **Dish Washer** | XIB 3B2SFS-80 <br/> XIB 6B2D3FB | HFB 6B2S3FX | |
| **Air Conditioner** | AD105S2SM3FA <br/> AS20HPL1HRA <br/> AS25PBAHRA <br/> AS25S2SF1FA-WH <br/> AS25TADHRA-2 <br/> AS35S2SF2FA-3 <br/> AS35TADHRA-2 <br/> AS35TAMHRA-C | | |
| **Fridge** | HFW7720ENMB | | CCE4T620EWU |
| **Hob** | HA2MTSJ68MC | | CIS633SCTTWIFI |
| **Hood** | HADG6DS46BWIFI | | |
| **Wine Cellar** | HWS247FDU1 | | |
| Please add your appliances data to our [hon-test-data collection](https://github.com/Andre0512/hon-test-data). <br/>This helps us to develop new features and not to break compatibility in newer versions. |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
## Supported Languages ## Supported Languages
Translation of internal names like programs are available for all languages which are official supported by the hOn app: Translation of internal names like programs are available for all languages which are official supported by the hOn app:
* 🇨🇳 Chinese * 🇨🇳 Chinese
@ -49,22 +69,9 @@ Translation of internal names like programs are available for all languages whic
### Washing Machine ### Washing Machine
![washing_machine.png](assets/washing_machine.png) ![washing_machine.png](assets/washing_machine.png)
## Supported Models
Support has been confirmed for these models, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8).
| | **Haier** | **Hoover** | **Candy** |
|--------------------|------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|
| **Washing Machine** | HW90-B14TEAM5 <br/> HW100-B14959U1 | H-WASH 500 <br/> H7W4 48MBC-S | RO44 1286DWMC4-07 <br/> HW 68AMC/1-80 <br/> HWPD 69AMBC/1-S |
| **Tumble Dryer** | HD80-A3959 | H-DRY 500 <br/> H9A3TCBEXS-S <br/> HLE C10DCE-80 <br/> NDE H10A2TCE-80 <br/> NDE H9A2TSBEXS-S <br/> NDPHY10A2TCBEXSS | BCTDH7A1TE <br/> CSOE C10DE-80 <br/> ROE H9A3TCEX-S |
| **Washer Dryer** | HWD100-B14979 | HWPS4954DAMR-11 | RPW41066BWMR/1-S |
| **Oven** | HWO60SM2F3XH | HSOT3161WG | |
| **Dish Washer** | XIB 3B2SFS-80 <br/> XIB 6B2D3FB | HFB 6B2S3FX | |
| **Air conditioner** | AD105S2SM3FA <br/> AS20HPL1HRA <br/> AS25PBAHRA <br/> AS25S2SF1FA-WH <br/> AS25TADHRA-2 <br/> AS35TADHRA-2 <br/> | | |
| **Fridge** | HFW7720ENMB | | CCE4T620EWU |
| **Hob** | HA2MTSJ68MC | | CIS633SCTTWIFI |
| **Hood** | HADG6DS46BWIFI | | |
## Contribute ## Contribute
Want to help us to support more appliances? Or add more sensors? Or help with translating? Or beautify some icons or captions? 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! Check out the [project on GitHub](https://github.com/Andre0512/hon), every contribution is welcome!

View File

@ -8,256 +8,13 @@ from pathlib import Path
from pyhon import HonAPI from pyhon import HonAPI
if __name__ == "__main__": if __name__ == "__main__":
sys.path.insert(0, str(Path(__file__).parent.parent)) sys.path.insert(0, str(Path(__file__).parent.parent))
from scripts.translation_keys import SENSOR, SELECT, PROGRAMS, NAMES, CLIMATE
from custom_components.hon import const from custom_components.hon import const
SENSOR = {
"washing_modes": const.MACH_MODE,
"mach_modes_ac": const.AC_MACH_MODE,
"program_phases_wm": const.WASHING_PR_PHASE,
"program_phases_td": const.TUMBLE_DRYER_PR_PHASE,
"program_phases_dw": const.DISHWASHER_PR_PHASE,
"dry_levels": const.TUMBLE_DRYER_DRY_LEVEL,
}
SELECT = {
"dry_levels": const.TUMBLE_DRYER_DRY_LEVEL,
"eco_pilot": const.AC_HUMAN_SENSE,
"fan_mode": const.AC_FAN_MODE,
"ref_zones": const.REF_ZONES,
}
PROGRAMS = {
"select": {
"programs_ac": "PROGRAMS.AC",
"programs_dw": "PROGRAMS.DW",
"programs_ih": "PROGRAMS.IH",
"programs_ov": "PROGRAMS.OV",
"programs_td": "PROGRAMS.TD",
"programs_wm": "PROGRAMS.WM_WD",
"programs_ref": "PROGRAMS.REF",
},
"sensor": {
"programs_ac": "PROGRAMS.AC",
"programs_dw": "PROGRAMS.DW",
"programs_ih": "PROGRAMS.IH",
"programs_ov": "PROGRAMS.OV",
"programs_td": "PROGRAMS.TD",
"programs_wm": "PROGRAMS.WM_WD",
"programs_ref": "PROGRAMS.REF",
"programs_wc": "PROGRAMS.WC",
},
}
CLIMATE = {
"fridge": {
"preset_mode": {
"name": "REF_CMD&CTRL.MODE_SELECTION_DRAWER_FRIDGE.FRIDGE_MODE_TITLE",
"state": {
"auto_set": "REF_CMD&CTRL.MODALITIES.ECO",
"super_cool": "REF_CMD&CTRL.MODALITIES.SUPER_COOL",
"holiday": "REF_CMD&CTRL.MODALITIES.BACK_FROM_HOLIDAY",
"no_mode": "REF_CMD&CTRL.MODALITIES.NO_MODE_SELECTED",
},
}
},
"freezer": {
"preset_mode": {
"name": "REF_CMD&CTRL.MODE_SELECTION_DRAWER_FREEZER.FREEZER_MODE_TITLE",
"state": {
"auto_set": "REF_CMD&CTRL.MODALITIES.ECO",
"super_freeze": "REF_CMD&CTRL.MODALITIES.SHOCK_FREEZE",
"no_mode": "REF_CMD&CTRL.MODALITIES.NO_MODE_SELECTED",
},
}
},
"oven": {
"preset_mode": {
"name": "OV.TABS.PROGRAMS_TITLE",
"state": "PROGRAMS.OV",
}
},
"wine": {
"preset_mode": {
"name": "WC.NAME",
"state": "PROGRAMS.WC",
}
},
}
NAMES = {
"switch": {
"anti_crease": "HDRY_CMD&CTRL.PROGRAM_CYCLE_DETAIL.ANTICREASE_TITLE",
"add_dish": "DW.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",
"delay_time": "HINTS.TIPS_TIME_ENERGY_SAVING.TIPS_USE_AT_NIGHT_TITLE",
"rapid_mode": "AC.PROGRAM_CARD.RAPID",
"eco_mode": "AC.PROGRAM_CARD.ECO_MODE",
"10_degree_heating": "PROGRAMS.AC.IOT_10_HEATING",
"self_clean": "PROGRAMS.AC.IOT_SELF_CLEAN",
"self_clean_56": "PROGRAMS.AC.IOT_SELF_CLEAN_56",
"silent_mode": "AC.PROGRAM_DETAIL.SILENT_MODE",
"mute_mode": "AC.PROGRAM_DETAIL.MUTE_MODE",
"extra_rinse_1": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.EXTRARINSE1",
"extra_rinse_2": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.EXTRARINSE2",
"extra_rinse_3": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.EXTRARINSE3",
"acqua_plus": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.ACQUAPLUS",
"auto_dose_softener": [
"WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.AUTODOSE",
"WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.SOFTENER",
],
"auto_dose_detergent": [
"WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.AUTODOSE",
"WASHING_CMD&CTRL.DASHBOARD_MENU_MORE_SETTINGS_WATER.DETERGENT",
],
"good_night": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.GOODNIGHT",
"auto_set": "REF_CMD&CTRL.MODALITIES.ECO",
"super_cool": "REF_CMD&CTRL.MODALITIES.SUPER_COOL",
"super_freeze": "REF_CMD&CTRL.MODALITIES.SUPER_FREEZE",
"refrigerator": "REF.NAME",
},
"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",
"acqua_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",
"child_lock": "AP.FOOTER_MENU_MORE.SECURITY_LOCK_TITLE",
"on": "GLOBALS.GENERAL.ON",
"prewash": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.PREWASH",
"buzzer": "DW_CMD&CTRL.SETTINGS.END_CYCLE_BUZZER",
"holiday_mode": "REF.DASHBOARD_MENU_MORE_NOTIFICATIONS.HOLIDAY_MODE",
"auto_set": "REF_CMD&CTRL.MODALITIES.ECO",
"super_cool": "REF_CMD&CTRL.MODALITIES.SUPER_COOL",
"super_freeze": "REF_CMD&CTRL.MODALITIES.SUPER_FREEZE",
"freezer_door": ["GLOBALS.APPLIANCE_STATUS.DOOR_OPEN", "REF.ZONES.FREEZER"],
"fridge_door": ["GLOBALS.APPLIANCE_STATUS.DOOR_OPEN", "REF.ZONES.FRIDGE"],
"filter_replacement": "AP.MAINTENANCE.FILTER_REPLACEMENT",
},
"button": {
"induction_hob": "GLOBALS.APPLIANCES_NAME.IH",
"start_program": ["WC.SET_PROGRAM.PROGRAM", "GLOBALS.GENERAL.START_ON"],
"stop_program": ["WC.SET_PROGRAM.PROGRAM", "GLOBALS.GENERAL.STOP"],
},
"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",
"programs_ac": "WC.SET_PROGRAM.PROGRAM",
"programs_ref": "WC.SET_PROGRAM.PROGRAM",
"eco_pilot": "AC.PROGRAM_DETAIL.ECO_PILOT",
"remaining_time": "ENROLLMENT_COMMON.GENERAL.REMAINING_TIME",
"ref_zones": "IH.COMMON.COIL",
},
"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",
"errors": "ROBOT_CMD&CTRL.PHASE_ERROR.TITLE",
"programs": "OV.TABS.CURRENT_PROGRAM",
"room_temperature": "REF.SMART_DRINK_ASSISTANT.AMBIENT",
"humidity": "AP.TITLES.HUMIDITY",
"cycles_total": [
"WASHING_CMD&CTRL.GENERAL.CYCLES",
"WC.VIRTUAL_WINE_STATS_COUNTRY.TOTAL",
],
"energy_total": [
"MISE.ENERGY_CONSUMPTION.TITLE",
"WC.VIRTUAL_WINE_STATS_COUNTRY.TOTAL",
],
"water_total": [
"WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_RESULT.WATER_EFFICIENCY",
"WC.VIRTUAL_WINE_STATS_COUNTRY.TOTAL",
],
"energy_current": [
"MISE.ENERGY_CONSUMPTION.TITLE",
"CUBE90_GLOBAL.GENERAL.CURRENT",
],
"water_current": [
"WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_RESULT.WATER_EFFICIENCY",
"CUBE90_GLOBAL.GENERAL.CURRENT",
],
"freezer_temp": "REF_CMD&CTRL.TEMPERATURE_DRAWER_FREEZER.FREEZER_TEMPERATURE_TITLE",
"fridge_temp": "REF_CMD&CTRL.TEMPERATURE_DRAWER_FRIDGE.FRIDGE_TEMPERATURE_TITLE",
"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",
"programs_ac": "WC.SET_PROGRAM.PROGRAM",
"programs_ref": "WC.SET_PROGRAM.PROGRAM",
},
"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",
"steam_level": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.STEAM_LEVEL",
"freezer_temp_sel": ["OV.COMMON.GOAL_TEMPERATURE", "REF.ZONES.FREEZER"],
"fridge_temp_sel": ["OV.COMMON.GOAL_TEMPERATURE", "REF.ZONES.FRIDGE"],
},
"climate": {
"air_conditioner": "GLOBALS.APPLIANCES_NAME.AC",
"fridge": "REF.ZONES.FRIDGE",
"freezer": "REF.ZONES.FREEZER",
"oven": "GLOBALS.APPLIANCES_NAME.OV",
},
"fan": {"air_extraction": "HO.DASHBOARD.AIR_EXTRACTION_TITLE"},
}
async def check_translation_files(translations): async def check_translation_files(translations):
for language in const.LANGUAGES: for language in const.LANGUAGES:

View File

@ -22,21 +22,21 @@ from custom_components.hon.switch import (
) )
APPLIANCES = { APPLIANCES = {
"AC": "Air conditioner", "AC": "Air Conditioner",
"AP": "Air purifier", "AP": "Air Purifier",
"AS": "Air scanner", "AS": "Air Scanner",
"DW": "Dish washer", "DW": "Dish Washer",
"HO": "Hood", "HO": "Hood",
"IH": "Hob", "IH": "Induction Hob",
"MW": "Microwave", "MW": "Microwave",
"OV": "Oven", "OV": "Oven",
"REF": "Fridge", "REF": "Fridge",
"RVC": "Robot vacuum cleaner", "RVC": "Robot Vacuum Cleaner",
"TD": "Tumble dryer", "TD": "Tumble Dryer",
"WC": "Wine Cellar", "WC": "Wine Cellar",
"WD": "Washer dryer", "WD": "Washer Dryer",
"WH": "Water Heater", "WH": "Water Heater",
"WM": "Washing machine", "WM": "Washing Machine",
} }
ENTITY_CATEGORY_SORT = ["control", "config", "sensor"] ENTITY_CATEGORY_SORT = ["control", "config", "sensor"]

345
scripts/translation_keys.py Normal file
View File

@ -0,0 +1,345 @@
WASHING_PR_PHASE = {
"ready": "WASHING_CMD&CTRL.PHASE_READY.TITLE",
"spin": "WASHING_CMD&CTRL.PHASE_SPIN.TITLE",
"rinse": "WASHING_CMD&CTRL.PHASE_RINSE.TITLE",
"drying": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
"steam": "WASHING_CMD&CTRL.PHASE_STEAM.TITLE",
"weighting": "WASHING_CMD&CTRL.PHASE_WEIGHTING.TITLE",
"scheduled": "WASHING_CMD&CTRL.PHASE_SCHEDULED.TITLE",
"tumbling": "WASHING_CMD&CTRL.PHASE_TUMBLING.TITLE",
"refresh": "WASHING_CMD&CTRL.PHASE_REFRESH.TITLE",
"heating": "WASHING_CMD&CTRL.PHASE_HEATING.TITLE",
"washing": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
}
MACH_MODE = {
"ready": "WASHING_CMD&CTRL.PHASE_READY.TITLE",
"running": "WASHING_CMD&CTRL.PHASE_RUNNING.TITLE",
"pause": "WASHING_CMD&CTRL.PHASE_PAUSE.TITLE",
"scheduled": "WASHING_CMD&CTRL.PHASE_SCHEDULED.TITLE",
"error": "WASHING_CMD&CTRL.PHASE_ERROR.TITLE",
"test": "Test",
"ending": "GLOBALS.APPLIANCE_STATUS.ENDING_PROGRAM",
}
TUMBLE_DRYER_PR_PHASE = {
"ready": "WASHING_CMD&CTRL.PHASE_READY.TITLE",
"heat_stroke": "TD_CMD&CTRL.STATUS_PHASE.PHASE_HEAT_STROKE",
"drying": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
"cooldown": "TD_CMD&CTRL.STATUS_PHASE.PHASE_COOLDOWN",
"unknown": "unknown",
"tumbling": "WASHING_CMD&CTRL.PHASE_TUMBLING.DASHBOARD_TITLE",
}
DIRTY_LEVEL = {
"little": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.LITTLE",
"normal": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.NORMAL",
"very": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.VERY",
"unknown": "unknown",
}
STEAM_LEVEL = {
"no_steam": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.NO_STEAM",
"cotton": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_FABRICS.COTTON_TITLE",
"delicate": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_FABRICS.DELICATE_TITLE",
"synthetic": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_FABRICS.SYNTHETIC_TITLE",
}
DISHWASHER_PR_PHASE = {
"ready": "WASHING_CMD&CTRL.PHASE_READY.TITLE",
"prewash": "WASHING_CMD&CTRL.PHASE_PREWASH.TITLE",
"washing": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
"rinse": "WASHING_CMD&CTRL.PHASE_RINSE.TITLE",
"drying": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
"hot_rinse": "WASHING_CMD&CTRL.PHASE_HOT_RINSE.TITLE",
}
TUMBLE_DRYER_DRY_LEVEL = {
"no_dry": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.NO_DRY",
"iron_dry": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.IRON_DRY",
"no_dry_iron": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.NO_DRY_IRON_TITLE",
"cupboard_dry": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.CUPBOARD_DRY_TITLE",
"extra_dry": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.EXTRA_DRY_TITLE",
"ready_to_wear": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.READY_TO_WEAR_TITLE",
}
AC_MACH_MODE = {
"auto": "PROGRAMS.AC.IOT_AUTO",
"cool": "PROGRAMS.AC.IOT_COOL",
"dry": "PROGRAMS.AC.IOT_DRY",
"heat": "PROGRAMS.AC.IOT_HEAT",
"fan": "PROGRAMS.AC.IOT_FAN",
}
AC_FAN_MODE = {
"high": "AC.PROGRAM_CARD.WIND_SPEED_HIGH",
"mid": "AC.PROGRAM_CARD.WIND_SPEED_MID",
"low": "AC.PROGRAM_CARD.WIND_SPEED_LOW",
"auto": "AC.PROGRAM_CARD.WIND_SPEED_AUTO",
}
AC_HUMAN_SENSE = {
"touch_off": "AC.PROGRAM_DETAIL.TOUCH_OFF",
"avoid_touch": "AC.PROGRAM_DETAIL.AVOID_TOUCH",
"follow_touch": "AC.PROGRAM_DETAIL.FOLLOW_TOUCH",
"unknown": "unknown",
}
REF_ZONES = {
"fridge": "REF.ZONES.FRIDGE",
"freezer": "REF.ZONES.FREEZER",
"vtroom1": "REF.ZONES.MY_ZONE_1",
"fridge_freezer": ["REF.ZONES.FRIDGE", " & ", "REF.ZONES.FREEZER"],
}
SENSOR = {
"washing_modes": MACH_MODE,
"mach_modes_ac": AC_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,
"eco_pilot": AC_HUMAN_SENSE,
"fan_mode": AC_FAN_MODE,
"ref_zones": REF_ZONES,
}
PROGRAMS = {
"select": {
"programs_ac": "PROGRAMS.AC",
"programs_dw": "PROGRAMS.DW",
"programs_ih": "PROGRAMS.IH",
"programs_ov": "PROGRAMS.OV",
"programs_td": "PROGRAMS.TD",
"programs_wm": "PROGRAMS.WM_WD",
"programs_ref": "PROGRAMS.REF",
},
"sensor": {
"programs_ac": "PROGRAMS.AC",
"programs_dw": "PROGRAMS.DW",
"programs_ih": "PROGRAMS.IH",
"programs_ov": "PROGRAMS.OV",
"programs_td": "PROGRAMS.TD",
"programs_wm": "PROGRAMS.WM_WD",
"programs_ref": "PROGRAMS.REF",
"programs_wc": "PROGRAMS.WC",
},
}
CLIMATE = {
"fridge": {
"preset_mode": {
"name": "REF_CMD&CTRL.MODE_SELECTION_DRAWER_FRIDGE.FRIDGE_MODE_TITLE",
"state": {
"auto_set": "REF_CMD&CTRL.MODALITIES.ECO",
"super_cool": "REF_CMD&CTRL.MODALITIES.SUPER_COOL",
"holiday": "REF_CMD&CTRL.MODALITIES.BACK_FROM_HOLIDAY",
"no_mode": "REF_CMD&CTRL.MODALITIES.NO_MODE_SELECTED",
},
}
},
"freezer": {
"preset_mode": {
"name": "REF_CMD&CTRL.MODE_SELECTION_DRAWER_FREEZER.FREEZER_MODE_TITLE",
"state": {
"auto_set": "REF_CMD&CTRL.MODALITIES.ECO",
"super_freeze": "REF_CMD&CTRL.MODALITIES.SHOCK_FREEZE",
"no_mode": "REF_CMD&CTRL.MODALITIES.NO_MODE_SELECTED",
},
}
},
"oven": {
"preset_mode": {
"name": "OV.TABS.PROGRAMS_TITLE",
"state": "PROGRAMS.OV",
}
},
"air_conditioner": {
"preset_mode": {
"name": "OV.TABS.PROGRAMS_TITLE",
"state": "PROGRAMS.AC",
}
},
"wine": {
"preset_mode": {
"name": "WC.NAME",
"state": "PROGRAMS.WC",
}
},
}
NAMES = {
"switch": {
"anti_crease": "HDRY_CMD&CTRL.PROGRAM_CYCLE_DETAIL.ANTICREASE_TITLE",
"add_dish": "DW.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",
"delay_time": "HINTS.TIPS_TIME_ENERGY_SAVING.TIPS_USE_AT_NIGHT_TITLE",
"rapid_mode": "AC.PROGRAM_CARD.RAPID",
"eco_mode": "AC.PROGRAM_CARD.ECO_MODE",
"10_degree_heating": "PROGRAMS.AC.IOT_10_HEATING",
"self_clean": "PROGRAMS.AC.IOT_SELF_CLEAN",
"self_clean_56": "PROGRAMS.AC.IOT_SELF_CLEAN_56",
"silent_mode": "AC.PROGRAM_DETAIL.SILENT_MODE",
"night_mode": "AC.PROGRAM_CARD.NIGHT",
"extra_rinse_1": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.EXTRARINSE1",
"extra_rinse_2": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.EXTRARINSE2",
"extra_rinse_3": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.EXTRARINSE3",
"acqua_plus": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.ACQUAPLUS",
"auto_dose_softener": [
"WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.AUTODOSE",
"WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.SOFTENER",
],
"auto_dose_detergent": [
"WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.AUTODOSE",
"WASHING_CMD&CTRL.DASHBOARD_MENU_MORE_SETTINGS_WATER.DETERGENT",
],
"good_night": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.GOODNIGHT",
"auto_set": "REF_CMD&CTRL.MODALITIES.ECO",
"super_cool": "REF_CMD&CTRL.MODALITIES.SUPER_COOL",
"super_freeze": "REF_CMD&CTRL.MODALITIES.SUPER_FREEZE",
"refrigerator": "REF.NAME",
},
"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",
"acqua_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",
"child_lock": "AP.FOOTER_MENU_MORE.SECURITY_LOCK_TITLE",
"on": "GLOBALS.GENERAL.ON",
"prewash": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.PREWASH",
"buzzer": "DW_CMD&CTRL.SETTINGS.END_CYCLE_BUZZER",
"holiday_mode": "REF.DASHBOARD_MENU_MORE_NOTIFICATIONS.HOLIDAY_MODE",
"auto_set": "REF_CMD&CTRL.MODALITIES.ECO",
"super_cool": "REF_CMD&CTRL.MODALITIES.SUPER_COOL",
"super_freeze": "REF_CMD&CTRL.MODALITIES.SUPER_FREEZE",
"freezer_door": ["GLOBALS.APPLIANCE_STATUS.DOOR_OPEN", "REF.ZONES.FREEZER"],
"fridge_door": ["GLOBALS.APPLIANCE_STATUS.DOOR_OPEN", "REF.ZONES.FRIDGE"],
"filter_replacement": "AP.MAINTENANCE.FILTER_REPLACEMENT",
},
"button": {
"induction_hob": "GLOBALS.APPLIANCES_NAME.IH",
"start_program": ["WC.SET_PROGRAM.PROGRAM", "GLOBALS.GENERAL.START_ON"],
"stop_program": ["WC.SET_PROGRAM.PROGRAM", "GLOBALS.GENERAL.STOP"],
},
"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",
"programs_ac": "WC.SET_PROGRAM.PROGRAM",
"programs_ref": "WC.SET_PROGRAM.PROGRAM",
"eco_pilot": "AC.PROGRAM_DETAIL.ECO_PILOT",
"remaining_time": "ENROLLMENT_COMMON.GENERAL.REMAINING_TIME",
"ref_zones": "IH.COMMON.COIL",
},
"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",
"errors": "ROBOT_CMD&CTRL.PHASE_ERROR.TITLE",
"programs": "OV.TABS.CURRENT_PROGRAM",
"room_temperature": "REF.SMART_DRINK_ASSISTANT.AMBIENT",
"humidity": "AP.TITLES.HUMIDITY",
"cycles_total": [
"WASHING_CMD&CTRL.GENERAL.CYCLES",
"WC.VIRTUAL_WINE_STATS_COUNTRY.TOTAL",
],
"energy_total": [
"MISE.ENERGY_CONSUMPTION.TITLE",
"WC.VIRTUAL_WINE_STATS_COUNTRY.TOTAL",
],
"water_total": [
"WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_RESULT.WATER_EFFICIENCY",
"WC.VIRTUAL_WINE_STATS_COUNTRY.TOTAL",
],
"energy_current": [
"MISE.ENERGY_CONSUMPTION.TITLE",
"CUBE90_GLOBAL.GENERAL.CURRENT",
],
"water_current": [
"WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_RESULT.WATER_EFFICIENCY",
"CUBE90_GLOBAL.GENERAL.CURRENT",
],
"freezer_temp": "REF_CMD&CTRL.TEMPERATURE_DRAWER_FREEZER.FREEZER_TEMPERATURE_TITLE",
"fridge_temp": "REF_CMD&CTRL.TEMPERATURE_DRAWER_FRIDGE.FRIDGE_TEMPERATURE_TITLE",
"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",
"programs_ac": "WC.SET_PROGRAM.PROGRAM",
"programs_ref": "WC.SET_PROGRAM.PROGRAM",
},
"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",
"steam_level": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.STEAM_LEVEL",
"freezer_temp_sel": ["OV.COMMON.GOAL_TEMPERATURE", "REF.ZONES.FREEZER"],
"fridge_temp_sel": ["OV.COMMON.GOAL_TEMPERATURE", "REF.ZONES.FRIDGE"],
},
"climate": {
"air_conditioner": "GLOBALS.APPLIANCES_NAME.AC",
"fridge": "REF.ZONES.FRIDGE",
"freezer": "REF.ZONES.FREEZER",
"oven": "GLOBALS.APPLIANCES_NAME.OV",
},
"fan": {"air_extraction": "HO.DASHBOARD.AIR_EXTRACTION_TITLE"},
}