Compare commits
64 Commits
v0.8.1
...
v0.10.1-be
Author | SHA1 | Date | |
---|---|---|---|
7c8f7e62db | |||
b995439227 | |||
735a83673c | |||
08fb9cb5b9 | |||
0e3d917ed1 | |||
16055acd17 | |||
5e17081feb | |||
020ab4b452 | |||
4e1fd22aa5 | |||
646fa2fcd6 | |||
6516f87127 | |||
f02ec780a2 | |||
d560e9a664 | |||
3924c6ed77 | |||
2acc6225c4 | |||
9d6b8297b2 | |||
f0fb5742a4 | |||
8d6a6a509b | |||
49ab7f605b | |||
79e901d34c | |||
fb09c2e559 | |||
f3325f0ff5 | |||
a9e21608d8 | |||
fb8fba259a | |||
9dc98953a2 | |||
35a07932e6 | |||
a687c7715d | |||
c0d25a4efe | |||
bb700dd2f7 | |||
2e056aa8d6 | |||
de844d96a5 | |||
3036087925 | |||
0b345e082b | |||
0fec369746 | |||
3ed335d356 | |||
269a521435 | |||
3c747f9602 | |||
0cd4db0839 | |||
e33a609d40 | |||
97637ef244 | |||
1d83162f7d | |||
60ed8b4ec1 | |||
6519bef12a | |||
a25510184e | |||
e5e351272b | |||
4b1f500f90 | |||
0d43eeff3d | |||
2c3217ff95 | |||
fbd1bdf5ba | |||
78727e89cd | |||
a181359faa | |||
d83179a9fa | |||
11a3d39f2c | |||
ae985cb0d9 | |||
1ea9153c2e | |||
c1e6f9547c | |||
b1448ddfd8 | |||
dfa5735bc2 | |||
52c3a861de | |||
d3503af158 | |||
d81b1ae712 | |||
eb5ba43707 | |||
efcac321b8 | |||
79b43b8695 |
50
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
---
|
||||||
|
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 or device log]
|
||||||
|
- pyhOn Version [e.g. `0.13.1`, can be found in device log]
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
||||||
|
|
||||||
|
**Home Assistant Logs**
|
||||||
|
Check `System` -> `Logs` if you can find any logs related to this integration and post it 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 (if available)
|
||||||
|
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
|
34
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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 (if available)
|
||||||
|
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
|
9
.github/workflows/python_check.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.10", "3.11"]
|
python-version: ["3.11"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -24,12 +24,17 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install flake8 pylint black
|
python -m pip install -r requirements.txt
|
||||||
|
python -m pip install -r requirements_dev.txt
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
run: |
|
run: |
|
||||||
# stop the build if there are Python syntax errors or undefined names
|
# stop the build if there are Python syntax errors or undefined names
|
||||||
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
||||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=88 --statistics
|
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=88 --statistics
|
||||||
|
- name: Type check with mypy
|
||||||
|
run: |
|
||||||
|
touch "$(python -c 'import inspect, homeassistant, os; print(os.path.dirname(inspect.getfile(homeassistant)))')"/py.typed
|
||||||
|
mypy -p custom_components.hon
|
||||||
# - name: Analysing the code with pylint
|
# - name: Analysing the code with pylint
|
||||||
# run: |
|
# run: |
|
||||||
# pylint --max-line-length 88 $(git ls-files '*.py')
|
# pylint --max-line-length 88 $(git ls-files '*.py')
|
||||||
|
318
README.md
@ -4,7 +4,17 @@
|
|||||||
[](https://github.com/Andre0512/pyhOn)
|
[](https://github.com/Andre0512/pyhOn)
|
||||||
[](https://github.com/Andre0512/hon/blob/main/LICENSE)
|
[](https://github.com/Andre0512/hon/blob/main/LICENSE)
|
||||||
[](https://tooomm.github.io/github-release-stats/?username=Andre0512&repository=hon)
|
[](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).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
[](https://github.com/Andre0512/hon#supported-languages)
|
||||||
|
[](https://github.com/Andre0512/hon#supported-appliances)
|
||||||
|
[](https://github.com/Andre0512/hon#supported-models)
|
||||||
|
[](https://github.com/Andre0512/hon#appliance-features)
|
||||||
|
|
||||||
## Supported Appliances
|
## Supported Appliances
|
||||||
- [Washing Machine](https://github.com/Andre0512/hon#washing-machine)
|
- [Washing Machine](https://github.com/Andre0512/hon#washing-machine)
|
||||||
@ -14,8 +24,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]
|
||||||
|
- [Air Purifier](https://github.com/Andre0512/hon#air-purifier) [BETA]
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
**Method 1:** [](https://my.home-assistant.io/redirect/hacs_repository/?owner=Andre0512&repository=hon&category=integration)
|
**Method 1:** [](https://my.home-assistant.io/redirect/hacs_repository/?owner=Andre0512&repository=hon&category=integration)
|
||||||
@ -33,6 +45,74 @@ _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._
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
_Click to expand..._
|
||||||
|
<details>
|
||||||
|
<summary>Washing Machine</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Tumble Dryer</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Washer Dryer</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Oven</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Dish Washer</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Air conditioner</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Fridge</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Wine Cellar</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Air Purifier</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
|
||||||
|
## Supported Models
|
||||||
|
Support has been confirmed for these **74 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** | HW80-B14959TU1DE <br/> HW80-B14959TU1IT <br/> HW80-B14979TU1 <br/> HW90-B14TEAM5 <br/> HW90-B14959S8U1 <br/> HW90G-BD14979UD <br/> HW100-B14959U1 <br/> HW110-14979 | H7W4 48MBC-S <br/> HLWPS495TAMBE-11 <br/> HW 410AMBCB/1-80 <br/> HW 411AMBCB/1-80 <br/> HWE 49AMBS/1-S | CO4 107T1/2-07 <br/> CBWO49TWME-S <br/> RO14126DWMST-S <br/> RO441286DWMC4-07 <br/> HW 68AMC/1-80 <br/> HWPD 69AMBC/1-S |
|
||||||
|
| **Tumble Dryer** | HD80-A3959 <br/> HD90-A3TEAM5 <br/> HD90-A2959 <br/> HD90-A2959S | H9A3TCBEXS-S <br/> HLE9A2TCE-80 <br/> HLE C10DCE-80 <br/> H5WPB447AMBC/1-S <br/> NDE H10A2TCE-80 <br/> NDE H9A2TSBEXS-S <br/> NDPHY10A2TCBEXSS | BCTDH7A1TE <br/> CSOE C10DE-80 <br/> ROE H9A3TCEX-S <br/> ROE H10A2TCE-07 |
|
||||||
|
| **Washer Dryer** | HWD80-B14979U1 <br/> HWD100-B14979 <br/> HWD100-B14978 | HD 485AMBB/1-S <br/> HD 495AMC/1-S <br/> HD 4106AMC/1-80 <br/> HDQ 496AMBS/1-S <br/> HWPS4954DAMR-11 | RPW41066BWMR/1-S |
|
||||||
|
| **Oven** | HWO60SM2F3XH | HSOT3161WG | |
|
||||||
|
| **Dish Washer** | XIB 3B2SFS-80 <br/> XIB 6B2D3FB | HFB 6B2S3FX | |
|
||||||
|
| **Air Conditioner** | AD105S2SM3FA <br/> AS09TS4HRA-M <br/> AS25PBAHRA <br/> AS25S2SF1FA-WH <br/> AS25TADHRA-2 <br/> AS25TEDHRA(M1) <br/> AS35PBAHRA <br/> AS35S2SF1FA-WH <br/> AS35S2SF2FA-3 <br/> AS35TADHRA-2 <br/> AS35TAMHRA-C <br/> AS35TEDHRA(M1) | | CY-12TAIN |
|
||||||
|
| **Fridge** | HFW7720ENMB <br/> HFW7819EWMP <br/> HSW59F18EIPT | | CCE4T620EWU <br/> CCE4T618EW |
|
||||||
|
| **Hob** | HA2MTSJ68MC | | CIS633SCTTWIFI |
|
||||||
|
| **Hood** | HADG6DS46BWIFI | | |
|
||||||
|
| **Wine Cellar** | HWS247FDU1 | | |
|
||||||
|
| **Air Purifier** | | HHP30C011 <br/> HHP50CA001 <br/> HHP50CA011 | |
|
||||||
|
|
||||||
|
| 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
|
||||||
@ -55,58 +135,27 @@ Translation of internal names like programs are available for all languages whic
|
|||||||
* 🇪🇸 Spanish
|
* 🇪🇸 Spanish
|
||||||
* 🇹🇷 Turkish
|
* 🇹🇷 Turkish
|
||||||
|
|
||||||
## Examples
|
## Compatiblity
|
||||||
### Washing Machine
|
Haier offers different apps for different markets. Some appliances are compatible with more than one app. This integration only supports appliances that can be controlled via hOn. Please download the hOn app and check compatibilty before you open an issue.
|
||||||

|
The apps on this (incomplete) list have been requested so far:
|
||||||
|
|
||||||
## Supported Models
|
| App | Main Market | Supported | Alternative |
|
||||||
Support has been confirmed for these models, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8).
|
|-----------------|---------------|-----------------------------------------|---------------------------------------------------------------------------------|
|
||||||
- Haier AD105S2SM3FA
|
| Haier hOn | Europe | :heavy_check_mark: | |
|
||||||
- Haier AS20HPL1HRA
|
| Candy simply-Fi | Europe | :grey_question: (only newer appliances) | [ofalvai/home-assistant-candy](https://github.com/ofalvai/home-assistant-candy) |
|
||||||
- Haier AS25PBAHRA
|
| Hoover Wizard | Europe | :grey_question: (only newer appliances) | |
|
||||||
- Haier AS25S2SF1FA-WH
|
| Haier Uhome | China | :x: | [banto6/haier](https://github.com/banto6/haier) |
|
||||||
- Haier AS25TADHRA-2
|
| Haier U+ | China | :x: | |
|
||||||
- Haier AS35TADHRA-2
|
| GE SmartHQ | North America | :x: | [simbaja/ha_gehome](https://github.com/simbaja/ha_gehome) |
|
||||||
- Haier EG9012B19SU1JD
|
| Haier Evo | Russia | :x: | |
|
||||||
- Haier HA2MTSJ68MC
|
|
||||||
- Haier HADG6DS46BWIFI
|
|
||||||
- Haier HD80-A3959
|
|
||||||
- Haier HW90-B14TEAM5
|
|
||||||
- Haier HW100-B14959U1
|
|
||||||
- Haier HWD100-B14979
|
|
||||||
- Haier HWO60SM2F3XH
|
|
||||||
- Haier XIB 3B2SFS-80
|
|
||||||
- Haier XIB 6B2D3FB
|
|
||||||
- Candy BCTDH7A1TE
|
|
||||||
- Candy CCE4T620EWU
|
|
||||||
- Candy CIS633SCTTWIFI
|
|
||||||
- Candy CSOE C10DE-80
|
|
||||||
- Candy RO44 1286DWMC4-07
|
|
||||||
- Candy ROE H9A3TCEX-S
|
|
||||||
- Candy RPW41066BWMR/1-S
|
|
||||||
- Hoover H-WASH 500
|
|
||||||
- Hoover H-DRY 500
|
|
||||||
- Hoover H7W4 48MBC-S
|
|
||||||
- Hoover H9A3TCBEXS-S
|
|
||||||
- Hoover HFB 6B2S3FX
|
|
||||||
- Hoover HLE C10DCE-80
|
|
||||||
- Hoover HSOT3161WG
|
|
||||||
- Hoover HW 68AMC/1-80
|
|
||||||
- Hoover HWPD 69AMBC/1-S
|
|
||||||
- Hoover HWPS4954DAMR-11
|
|
||||||
- Hoover NDE H10A2TCE-80
|
|
||||||
- Hoover NDE H9A2TSBEXS-S
|
|
||||||
- Hoover NDPHY10A2TCBEXSS
|
|
||||||
|
|
||||||
## 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
|
||||||
@ -159,22 +208,24 @@ 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 |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| 10° Heating | `heat-wave` | `switch` | `10degreeHeatingStatus` |
|
| 10° Heating | `heat-wave` | `switch` | `10degreeHeatingStatus` |
|
||||||
| Air Conditioner | `air-conditioner` | `climate` | `settings` |
|
| Air Conditioner | `air-conditioner` | `climate` | `settings` |
|
||||||
| Echo | `account-voice` | `switch` | `echoStatus` |
|
| Echo | `account-voice` | `switch` | `echoStatus` |
|
||||||
| Eco Mode | | `switch` | `ecoMode` |
|
| Eco Mode | `sprout` | `switch` | `ecoMode` |
|
||||||
| Eco Pilot | `run` | `select` | `settings.humanSensingStatus` |
|
| Eco Pilot | `run` | `select` | `settings.humanSensingStatus` |
|
||||||
|
| Fan Direction Horizontal | `fan` | `select` | `settings.windDirectionHorizontal` |
|
||||||
|
| Fan Direction Vertical | `fan` | `select` | `settings.windDirectionVertical` |
|
||||||
| 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 |
|
||||||
@ -187,12 +238,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 | `scent-off` | `number` | `settings.aromaTimeOff` |
|
||||||
|
| Aroma Time On | `scent` | `number` | `settings.aromaTimeOn` |
|
||||||
|
| Diffuser Level | `air-purifier` | `select` | `settings.aromaStatus` |
|
||||||
|
| Light status | | `light` | `settings.lightStatus` |
|
||||||
|
| Lock Status | | `lock` | `lockStatus` |
|
||||||
|
| Mode | `play` | `select` | `settings.machMode` |
|
||||||
|
| Pollen Level | `flower-pollen` | `number` | `settings.pollenLevel` |
|
||||||
|
| Touch Tone | `account-voice` | `switch` | `touchToneStatus` |
|
||||||
|
#### Sensors
|
||||||
|
| Name | Icon | Entity | Key |
|
||||||
|
| --- | --- | --- | --- |
|
||||||
|
| Air Quality | `weather-dust` | `sensor` | `airQuality` |
|
||||||
|
| CO Level | | `sensor` | `coLevel` |
|
||||||
|
| Error | `math-log` | `sensor` | `errors` |
|
||||||
|
| Humidity | | `sensor` | `humidityIndoor` |
|
||||||
|
| Main Filter Status | `air-filter` | `sensor` | `mainFilterStatus` |
|
||||||
|
| On | `power-cycle` | `binary_sensor` | `attributes.parameters.onOffStatus` |
|
||||||
|
| PM 10 | | `sensor` | `pm10ValueIndoor` |
|
||||||
|
| PM 2.5 | | `sensor` | `pm2p5ValueIndoor` |
|
||||||
|
| Pre Filter Status | `air-filter` | `sensor` | `preFilterStatus` |
|
||||||
|
| Temperature | | `sensor` | `temp` |
|
||||||
|
| Total Work Time | | `sensor` | `totalWorkTime` |
|
||||||
|
| VOC | | `sensor` | `vocValueIndoor` |
|
||||||
|
| Wind Speed | `fan` | `sensor` | `windSpeed` |
|
||||||
|
|
||||||
|
### Dish Washer
|
||||||
#### Controls
|
#### Controls
|
||||||
| Name | Icon | Entity | Key |
|
| Name | Icon | Entity | Key |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
@ -235,13 +316,9 @@ For every device exists a hidden button which can be used to log all infos of yo
|
|||||||
#### Controls
|
#### Controls
|
||||||
| Name | Icon | Entity | Key |
|
| Name | Icon | Entity | Key |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| Start Program | `hvac` | `button` | `startProgram` |
|
| Hood | `hvac` | `switch` | `startProgram` / `stopProgram` |
|
||||||
| Stop Program | `hvac-off` | `button` | `stopProgram` |
|
| Light status | | `light` | `settings.lightStatus` |
|
||||||
#### Configs
|
| Wind Speed | | `fan` | `settings.windSpeed` |
|
||||||
| Name | Icon | Entity | Key |
|
|
||||||
| --- | --- | --- | --- |
|
|
||||||
| Light status | `lightbulb` | `number` | `startProgram.lightStatus` |
|
|
||||||
| Wind speed | `fan` | `number` | `startProgram.windSpeed` |
|
|
||||||
#### Sensors
|
#### Sensors
|
||||||
| Name | Icon | Entity | Key |
|
| Name | Icon | Entity | Key |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
@ -257,9 +334,8 @@ For every device exists a hidden button which can be used to log all infos of yo
|
|||||||
| 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` |
|
||||||
| Wind Speed | `fan` | `sensor` | `windSpeed` |
|
|
||||||
|
|
||||||
### Hob
|
### Induction Hob
|
||||||
#### Controls
|
#### Controls
|
||||||
| Name | Icon | Entity | Key |
|
| Name | Icon | Entity | Key |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
@ -288,8 +364,8 @@ For every device exists a hidden button which can be used to log all infos of yo
|
|||||||
#### Controls
|
#### Controls
|
||||||
| Name | Icon | Entity | Key |
|
| Name | Icon | Entity | Key |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| Oven | `toaster-oven` | `switch` | `startProgram` / `stopProgram` |
|
|
||||||
| Oven | `thermometer` | `climate` | `settings.tempSel` |
|
| Oven | `thermometer` | `climate` | `settings.tempSel` |
|
||||||
|
| Oven | `toaster-oven` | `switch` | `startProgram` / `stopProgram` |
|
||||||
#### Configs
|
#### Configs
|
||||||
| Name | Icon | Entity | Key |
|
| Name | Icon | Entity | Key |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
@ -318,11 +394,10 @@ For every device exists a hidden button which can be used to log all infos of yo
|
|||||||
| Freezer Temperature | `thermometer` | `number` | `settings.tempSelZ2` |
|
| Freezer Temperature | `thermometer` | `number` | `settings.tempSelZ2` |
|
||||||
| Fridge | `thermometer` | `climate` | `settings.tempSelZ1` |
|
| Fridge | `thermometer` | `climate` | `settings.tempSelZ1` |
|
||||||
| Fridge Temperature | `thermometer` | `number` | `settings.tempSelZ1` |
|
| Fridge Temperature | `thermometer` | `number` | `settings.tempSelZ1` |
|
||||||
| Holiday Mode | `palm-tree` | `switch` | `holidayMode` |
|
|
||||||
| Program Start | `play` | `button` | `startProgram` |
|
| Program Start | `play` | `button` | `startProgram` |
|
||||||
| Program Stop | `stop` | `button` | `stopProgram` |
|
| Program Stop | `stop` | `button` | `stopProgram` |
|
||||||
| Super Cool | `snowflake` | `switch` | `quickModeZ2` |
|
| Super Cool | `snowflake` | `switch` | `quickModeZ1` |
|
||||||
| Super Freeze | `snowflake-variant` | `switch` | `quickModeZ1` |
|
| Super Freeze | `snowflake-variant` | `switch` | `quickModeZ2` |
|
||||||
#### Configs
|
#### Configs
|
||||||
| Name | Icon | Entity | Key |
|
| Name | Icon | Entity | Key |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
@ -332,18 +407,21 @@ For every device exists a hidden button which can be used to log all infos of yo
|
|||||||
| Name | Icon | Entity | Key |
|
| Name | Icon | Entity | Key |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| Auto-Set Mode | `thermometer-auto` | `binary_sensor` | `intelligenceMode` |
|
| Auto-Set Mode | `thermometer-auto` | `binary_sensor` | `intelligenceMode` |
|
||||||
| Door Status Freezer | `fridge-top` | `binary_sensor` | `doorStatusZ1` |
|
| Door1 Status Freezer | `fridge-bottom` | `binary_sensor` | `doorStatusZ2` |
|
||||||
| Door Status Fridge | `fridge-bottom` | `binary_sensor` | `door2StatusZ1` |
|
| Door1 Status Fridge | `fridge-top` | `binary_sensor` | `doorStatusZ1` |
|
||||||
|
| Door2 Status Freezer | `fridge-bottom` | `binary_sensor` | `door2StatusZ2` |
|
||||||
|
| Door2 Status Fridge | `fridge-top` | `binary_sensor` | `door2StatusZ1` |
|
||||||
| Error | `math-log` | `sensor` | `errors` |
|
| Error | `math-log` | `sensor` | `errors` |
|
||||||
| Holiday Mode | `palm-tree` | `binary_sensor` | `holidayMode` |
|
| Holiday Mode | `palm-tree` | `binary_sensor` | `holidayMode` |
|
||||||
|
| Humidity Level | `water-outline` | `sensor` | `humidityLevel` |
|
||||||
| Room Humidity | `water-percent` | `sensor` | `humidityEnv` |
|
| Room Humidity | `water-percent` | `sensor` | `humidityEnv` |
|
||||||
| Room Temperature | `home-thermometer-outline` | `sensor` | `tempEnv` |
|
| Room Temperature | `home-thermometer-outline` | `sensor` | `tempEnv` |
|
||||||
| Super Cool | `snowflake` | `binary_sensor` | `quickModeZ2` |
|
| Super Cool | `snowflake` | `binary_sensor` | `quickModeZ1` |
|
||||||
| Super Freeze | `snowflake-variant` | `binary_sensor` | `quickModeZ1` |
|
| Super Freeze | `snowflake-variant` | `binary_sensor` | `quickModeZ2` |
|
||||||
| 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 |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
@ -352,8 +430,8 @@ For every device exists a hidden button which can be used to log all infos of yo
|
|||||||
#### Configs
|
#### Configs
|
||||||
| Name | Icon | Entity | Key |
|
| Name | Icon | Entity | Key |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| Anti-Crease | `timer` | `switch` | `startProgram.antiCreaseTime` |
|
| Anti-Crease | `iron` | `switch` | `startProgram.antiCreaseTime` |
|
||||||
| Anti-Crease | `timer` | `switch` | `startProgram.anticrease` |
|
| Anti-Crease | `iron` | `switch` | `startProgram.anticrease` |
|
||||||
| Delay time | `timer-plus` | `number` | `startProgram.delayTime` |
|
| Delay time | `timer-plus` | `number` | `startProgram.delayTime` |
|
||||||
| Dry Time | | `number` | `startProgram.dryTime` |
|
| Dry Time | | `number` | `startProgram.dryTime` |
|
||||||
| Dry Time | `timer` | `select` | `startProgram.dryTimeMM` |
|
| Dry Time | `timer` | `select` | `startProgram.dryTimeMM` |
|
||||||
@ -361,14 +439,14 @@ For every device exists a hidden button which can be used to log all infos of yo
|
|||||||
| Energy Label | `lightning-bolt-circle` | `sensor` | `startProgram.energyLabel` |
|
| Energy Label | `lightning-bolt-circle` | `sensor` | `startProgram.energyLabel` |
|
||||||
| Program | | `select` | `startProgram.program` |
|
| Program | | `select` | `startProgram.program` |
|
||||||
| Steam Type | `weather-dust` | `sensor` | `steamType` |
|
| Steam Type | `weather-dust` | `sensor` | `steamType` |
|
||||||
| Steam level | `smoke` | `sensor` | `startProgram.steamLevel` |
|
| Sterilization | `lotion-plus` | `switch` | `startProgram.sterilizationStatus` |
|
||||||
| Sterilization | `clock-start` | `switch` | `startProgram.sterilizationStatus` |
|
|
||||||
| Suggested Load | `weight-kilogram` | `sensor` | `startProgram.suggestedLoadD` |
|
| Suggested Load | `weight-kilogram` | `sensor` | `startProgram.suggestedLoadD` |
|
||||||
| Temperature level | `thermometer` | `number` | `startProgram.tempLevel` |
|
| Temperature level | `thermometer` | `number` | `startProgram.tempLevel` |
|
||||||
|
| Tumbling | `refresh-circle` | `switch` | `startProgram.tumblingStatus` |
|
||||||
#### Sensors
|
#### Sensors
|
||||||
| Name | Icon | Entity | Key |
|
| Name | Icon | Entity | Key |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| Anti-Crease | | `binary_sensor` | `anticrease` |
|
| Anti-Crease | `iron` | `binary_sensor` | `anticrease` |
|
||||||
| Connection | | `binary_sensor` | `attributes.lastConnEvent.category` |
|
| Connection | | `binary_sensor` | `attributes.lastConnEvent.category` |
|
||||||
| Door | | `binary_sensor` | `doorStatus` |
|
| Door | | `binary_sensor` | `doorStatus` |
|
||||||
| Dry level | `hair-dryer` | `sensor` | `dryLevel` |
|
| Dry level | `hair-dryer` | `sensor` | `dryLevel` |
|
||||||
@ -378,25 +456,49 @@ For every device exists a hidden button which can be used to log all infos of yo
|
|||||||
| Program Phase | `washing-machine` | `sensor` | `prPhase` |
|
| Program Phase | `washing-machine` | `sensor` | `prPhase` |
|
||||||
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
|
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
|
||||||
| Start Time | `clock-start` | `sensor` | `delayTime` |
|
| Start Time | `clock-start` | `sensor` | `delayTime` |
|
||||||
| Steam level | `smoke` | `sensor` | `steamLevel` |
|
|
||||||
| Temperature level | `thermometer` | `sensor` | `tempLevel` |
|
| Temperature level | `thermometer` | `sensor` | `tempLevel` |
|
||||||
|
|
||||||
### Washer dryer
|
### Wine Cellar
|
||||||
#### Controls
|
#### Controls
|
||||||
| Name | Icon | Entity | Key |
|
| Name | Icon | Entity | Key |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
|
| Light | | `light` | `settings.lightStatus` |
|
||||||
|
| Sabbath Mode | `palm-tree` | `switch` | `sabbathStatus` |
|
||||||
|
| Wine Cellar | `thermometer` | `climate` | `settings.tempSel` |
|
||||||
|
| Wine Cellar | `thermometer` | `climate` | `settings.tempSelZ2` |
|
||||||
|
#### Sensors
|
||||||
|
| Name | Icon | Entity | Key |
|
||||||
|
| --- | --- | --- | --- |
|
||||||
|
| Error | `math-log` | `sensor` | `errors` |
|
||||||
|
| Humidity | `water-percent` | `sensor` | `humidityZ1` |
|
||||||
|
| Humidity 2 | `water-percent` | `sensor` | `humidityZ2` |
|
||||||
|
| Program | `play` | `sensor` | `programName` |
|
||||||
|
| Room Temperature | `home-thermometer-outline` | `sensor` | `tempEnv` |
|
||||||
|
| Selected Temperature | `thermometer` | `sensor` | `tempSel` |
|
||||||
|
| Selected Temperature 2 | `thermometer` | `sensor` | `tempSelZ2` |
|
||||||
|
| Temperature | `thermometer` | `sensor` | `temp` |
|
||||||
|
| Temperature 2 | `thermometer` | `sensor` | `tempZ2` |
|
||||||
|
|
||||||
|
### Washer Dryer
|
||||||
|
#### Controls
|
||||||
|
| Name | Icon | Entity | Key |
|
||||||
|
| --- | --- | --- | --- |
|
||||||
|
| Auto Dose Detergent | `cup` | `switch` | `autoDetergentStatus` |
|
||||||
|
| Auto Dose Softener | `teddy-bear` | `switch` | `autoSoftenerStatus` |
|
||||||
| Pause Washer Dryer | `pause` | `switch` | `pauseProgram` / `resumeProgram` |
|
| Pause Washer Dryer | `pause` | `switch` | `pauseProgram` / `resumeProgram` |
|
||||||
| Washer Dryer | `washing-machine` | `switch` | `startProgram` / `stopProgram` |
|
| Washer Dryer | `washing-machine` | `switch` | `startProgram` / `stopProgram` |
|
||||||
|
| Water hard | `water` | `number` | `settings.waterHard` |
|
||||||
#### Configs
|
#### Configs
|
||||||
| Name | Icon | Entity | Key |
|
| Name | Icon | Entity | Key |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| Acqua Plus | `water-plus` | `switch` | `startProgram.acquaplus` |
|
| Acqua Plus | `water-plus` | `switch` | `startProgram.acquaplus` |
|
||||||
| Anti-Crease | `timer` | `switch` | `startProgram.antiCreaseTime` |
|
| Anti-Crease | `iron` | `switch` | `startProgram.anticrease` |
|
||||||
| Anti-Crease | `timer` | `switch` | `startProgram.anticrease` |
|
| Anti-Crease | `iron` | `switch` | `startProgram.antiCreaseTime` |
|
||||||
| Auto Dose Detergent | `cup` | `switch` | `startProgram.autoDetergentStatus` |
|
| Auto Dose Detergent | `cup` | `switch` | `startProgram.autoDetergentStatus` |
|
||||||
| Auto Dose Softener | `teddy-bear` | `switch` | `startProgram.autoSoftenerStatus` |
|
| Auto Dose Softener | `teddy-bear` | `switch` | `startProgram.autoSoftenerStatus` |
|
||||||
| Delay Status | `timer-check` | `switch` | `startProgram.delayStatus` |
|
| Delay Status | `timer-check` | `switch` | `startProgram.delayStatus` |
|
||||||
| Delay Time | `timer-plus` | `number` | `startProgram.delayTime` |
|
| Delay Time | `timer-plus` | `number` | `startProgram.delayTime` |
|
||||||
|
| Dirty level | `liquid-spot` | `select` | `startProgram.dirtyLevel` |
|
||||||
| Dry Time | | `number` | `startProgram.dryTime` |
|
| Dry Time | | `number` | `startProgram.dryTime` |
|
||||||
| Dry Time | `timer` | `select` | `startProgram.dryTimeMM` |
|
| Dry Time | `timer` | `select` | `startProgram.dryTimeMM` |
|
||||||
| Dry level | `hair-dryer` | `select` | `startProgram.dryLevel` |
|
| Dry level | `hair-dryer` | `select` | `startProgram.dryLevel` |
|
||||||
@ -405,86 +507,98 @@ For every device exists a hidden button which can be used to log all infos of yo
|
|||||||
| Extra Rinse 2 | `numeric-2-box-multiple-outline` | `switch` | `startProgram.extraRinse2` |
|
| Extra Rinse 2 | `numeric-2-box-multiple-outline` | `switch` | `startProgram.extraRinse2` |
|
||||||
| Extra Rinse 3 | `numeric-3-box-multiple-outline` | `switch` | `startProgram.extraRinse3` |
|
| Extra Rinse 3 | `numeric-3-box-multiple-outline` | `switch` | `startProgram.extraRinse3` |
|
||||||
| Good Night | `weather-night` | `switch` | `startProgram.goodNight` |
|
| Good Night | `weather-night` | `switch` | `startProgram.goodNight` |
|
||||||
|
| Hygiene | `lotion-plus` | `switch` | `startProgram.hygiene` |
|
||||||
| Keep Fresh | `refresh-circle` | `switch` | `startProgram.permanentPressStatus` |
|
| Keep Fresh | `refresh-circle` | `switch` | `startProgram.permanentPressStatus` |
|
||||||
| Liquid Detergent Dose | `cup-water` | `sensor` | `startProgram.liquidDetergentDose` |
|
| Liquid Detergent Dose | `cup-water` | `sensor` | `startProgram.liquidDetergentDose` |
|
||||||
| Main Wash Time | `clock-start` | `number` | `startProgram.mainWashTime` |
|
| Main Wash Time | `clock-start` | `number` | `startProgram.mainWashTime` |
|
||||||
| Powder Detergent Dose | `cup` | `sensor` | `startProgram.powderDetergentDose` |
|
| Powder Detergent Dose | `cup` | `sensor` | `startProgram.powderDetergentDose` |
|
||||||
|
| Prewash | `tshirt-crew` | `switch` | `startProgram.prewash` |
|
||||||
| Program | | `select` | `startProgram.program` |
|
| Program | | `select` | `startProgram.program` |
|
||||||
| Remaining Time | `timer` | `sensor` | `startProgram.remainingTime` |
|
| Remaining Time | `timer` | `sensor` | `startProgram.remainingTime` |
|
||||||
| Rinse Iterations | `rotate-right` | `number` | `startProgram.rinseIterations` |
|
| Rinse Iterations | `rotate-right` | `number` | `startProgram.rinseIterations` |
|
||||||
| Soak Prewash Selection | `tshirt-crew` | `switch` | `startProgram.haier_SoakPrewashSelection` |
|
| Soak Prewash Selection | `tshirt-crew` | `switch` | `startProgram.haier_SoakPrewashSelection` |
|
||||||
| Spin speed | `numeric` | `select` | `startProgram.spinSpeed` |
|
| Spin speed | `numeric` | `select` | `startProgram.spinSpeed` |
|
||||||
| Steam Level | `weather-dust` | `number` | `startProgram.steamLevel` |
|
| Stain Type | `liquid-spot` | `select` | `startProgram.extendedStainType` |
|
||||||
| Steam Type | `weather-dust` | `sensor` | `steamType` |
|
| Steam Type | `weather-dust` | `sensor` | `steamType` |
|
||||||
| Steam level | `smoke` | `sensor` | `startProgram.steamLevel` |
|
| Steam level | `weather-dust` | `select` | `startProgram.steamLevel` |
|
||||||
| Sterilization | `clock-start` | `switch` | `startProgram.sterilizationStatus` |
|
| Sterilization | `lotion-plus` | `switch` | `startProgram.sterilizationStatus` |
|
||||||
| Suggested Load | `weight-kilogram` | `sensor` | `startProgram.suggestedLoadW` |
|
| Suggested Load | `weight-kilogram` | `sensor` | `startProgram.suggestedLoadW` |
|
||||||
| Suggested Load | `weight-kilogram` | `sensor` | `startProgram.suggestedLoadD` |
|
| Suggested Load | `weight-kilogram` | `sensor` | `startProgram.suggestedLoadD` |
|
||||||
| Suggested weight | `weight-kilogram` | `sensor` | `startProgram.weight` |
|
| Suggested weight | `weight-kilogram` | `sensor` | `startProgram.weight` |
|
||||||
| Temperature | `thermometer` | `select` | `startProgram.temp` |
|
| Temperature | `thermometer` | `select` | `startProgram.temp` |
|
||||||
| Temperature level | `thermometer` | `number` | `startProgram.tempLevel` |
|
| Temperature level | `thermometer` | `number` | `startProgram.tempLevel` |
|
||||||
|
| Tumbling | `refresh-circle` | `switch` | `startProgram.tumblingStatus` |
|
||||||
| Water hard | `water` | `number` | `startProgram.waterHard` |
|
| Water hard | `water` | `number` | `startProgram.waterHard` |
|
||||||
| lang | | `number` | `startProgram.lang` |
|
| lang | | `number` | `startProgram.lang` |
|
||||||
#### Sensors
|
#### Sensors
|
||||||
| Name | Icon | Entity | Key |
|
| Name | Icon | Entity | Key |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| Acqua Plus | | `binary_sensor` | `acquaplus` |
|
| Acqua Plus | `water-plus` | `binary_sensor` | `acquaplus` |
|
||||||
| Anti-Crease | | `binary_sensor` | `anticrease` |
|
| Anti-Crease | `iron` | `binary_sensor` | `anticrease` |
|
||||||
| Current Electricity Used | `lightning-bolt` | `sensor` | `currentElectricityUsed` |
|
| Current Electricity Used | `lightning-bolt` | `sensor` | `currentElectricityUsed` |
|
||||||
| Current Temperature | `thermometer` | `sensor` | `temp` |
|
| Current Temperature | `thermometer` | `sensor` | `temp` |
|
||||||
| Current Water Used | `water` | `sensor` | `currentWaterUsed` |
|
| Current Water Used | `water` | `sensor` | `currentWaterUsed` |
|
||||||
| Dirt level | `liquid-spot` | `sensor` | `dirtyLevel` |
|
| Dirty level | `liquid-spot` | `sensor` | `dirtyLevel` |
|
||||||
| Door | | `binary_sensor` | `doorStatus` |
|
| Door | | `binary_sensor` | `doorStatus` |
|
||||||
| Door Lock | | `binary_sensor` | `doorLockStatus` |
|
| Door Lock | | `binary_sensor` | `doorLockStatus` |
|
||||||
| Dry level | `hair-dryer` | `sensor` | `dryLevel` |
|
| Dry level | `hair-dryer` | `sensor` | `dryLevel` |
|
||||||
| Error | `math-log` | `sensor` | `errors` |
|
| Error | `math-log` | `sensor` | `errors` |
|
||||||
| Extra Rinse 1 | | `binary_sensor` | `extraRinse1` |
|
| Extra Rinse 1 | `numeric-1-box-multiple-outline` | `binary_sensor` | `extraRinse1` |
|
||||||
| Extra Rinse 2 | | `binary_sensor` | `extraRinse2` |
|
| Extra Rinse 2 | `numeric-2-box-multiple-outline` | `binary_sensor` | `extraRinse2` |
|
||||||
| Extra Rinse 3 | | `binary_sensor` | `extraRinse3` |
|
| Extra Rinse 3 | `numeric-3-box-multiple-outline` | `binary_sensor` | `extraRinse3` |
|
||||||
| Good Night Mode | | `binary_sensor` | `goodNight` |
|
| Good Night Mode | `weather-night` | `binary_sensor` | `goodNight` |
|
||||||
| Machine Status | `information` | `sensor` | `machMode` |
|
| Machine Status | `information` | `sensor` | `machMode` |
|
||||||
| Pre Wash | | `binary_sensor` | `startProgram.prewash` |
|
| Pre Wash | `tshirt-crew` | `binary_sensor` | `prewash` |
|
||||||
| Program | `play` | `sensor` | `programName` |
|
| Program | `play` | `sensor` | `programName` |
|
||||||
| Program Phase | `washing-machine` | `sensor` | `prPhase` |
|
| Program Phase | `washing-machine` | `sensor` | `prPhase` |
|
||||||
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
|
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
|
||||||
| Remote Control | `remote` | `binary_sensor` | `attributes.lastConnEvent.category` |
|
| Remote Control | `remote` | `binary_sensor` | `attributes.lastConnEvent.category` |
|
||||||
| Spin Speed | `speedometer` | `sensor` | `spinSpeed` |
|
| Spin Speed | `speedometer` | `sensor` | `spinSpeed` |
|
||||||
|
| Stain Type | `liquid-spot` | `sensor` | `stainType` |
|
||||||
| Start Time | `clock-start` | `sensor` | `delayTime` |
|
| Start Time | `clock-start` | `sensor` | `delayTime` |
|
||||||
| Steam level | `smoke` | `sensor` | `steamLevel` |
|
| Steam level | `weather-dust` | `sensor` | `steamLevel` |
|
||||||
| Temperature level | `thermometer` | `sensor` | `tempLevel` |
|
| Temperature level | `thermometer` | `sensor` | `tempLevel` |
|
||||||
| Total Power | | `sensor` | `totalElectricityUsed` |
|
| Total Power | | `sensor` | `totalElectricityUsed` |
|
||||||
| 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 |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
|
| Auto Dose Detergent | `cup` | `switch` | `autoDetergentStatus` |
|
||||||
|
| Auto Dose Softener | `teddy-bear` | `switch` | `autoSoftenerStatus` |
|
||||||
| Pause Washing Machine | `pause` | `switch` | `pauseProgram` / `resumeProgram` |
|
| Pause Washing Machine | `pause` | `switch` | `pauseProgram` / `resumeProgram` |
|
||||||
| Washing Machine | `washing-machine` | `switch` | `startProgram` / `stopProgram` |
|
| Washing Machine | `washing-machine` | `switch` | `startProgram` / `stopProgram` |
|
||||||
|
| Water hard | `water` | `number` | `settings.waterHard` |
|
||||||
#### Configs
|
#### Configs
|
||||||
| Name | Icon | Entity | Key |
|
| Name | Icon | Entity | Key |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| Acqua Plus | `water-plus` | `switch` | `startProgram.acquaplus` |
|
| Acqua Plus | `water-plus` | `switch` | `startProgram.acquaplus` |
|
||||||
|
| Anti-Crease | `iron` | `switch` | `startProgram.anticrease` |
|
||||||
| Auto Dose Detergent | `cup` | `switch` | `startProgram.autoDetergentStatus` |
|
| Auto Dose Detergent | `cup` | `switch` | `startProgram.autoDetergentStatus` |
|
||||||
| Auto Dose Softener | `teddy-bear` | `switch` | `startProgram.autoSoftenerStatus` |
|
| Auto Dose Softener | `teddy-bear` | `switch` | `startProgram.autoSoftenerStatus` |
|
||||||
| Delay Status | `timer-check` | `switch` | `startProgram.delayStatus` |
|
| Delay Status | `timer-check` | `switch` | `startProgram.delayStatus` |
|
||||||
| Delay Time | `timer-plus` | `number` | `startProgram.delayTime` |
|
| Delay Time | `timer-plus` | `number` | `startProgram.delayTime` |
|
||||||
|
| Dirty level | `liquid-spot` | `select` | `startProgram.dirtyLevel` |
|
||||||
| Energy Label | `lightning-bolt-circle` | `sensor` | `startProgram.energyLabel` |
|
| Energy Label | `lightning-bolt-circle` | `sensor` | `startProgram.energyLabel` |
|
||||||
| Extra Rinse 1 | `numeric-1-box-multiple-outline` | `switch` | `startProgram.extraRinse1` |
|
| Extra Rinse 1 | `numeric-1-box-multiple-outline` | `switch` | `startProgram.extraRinse1` |
|
||||||
| Extra Rinse 2 | `numeric-2-box-multiple-outline` | `switch` | `startProgram.extraRinse2` |
|
| Extra Rinse 2 | `numeric-2-box-multiple-outline` | `switch` | `startProgram.extraRinse2` |
|
||||||
| Extra Rinse 3 | `numeric-3-box-multiple-outline` | `switch` | `startProgram.extraRinse3` |
|
| Extra Rinse 3 | `numeric-3-box-multiple-outline` | `switch` | `startProgram.extraRinse3` |
|
||||||
| Good Night | `weather-night` | `switch` | `startProgram.goodNight` |
|
| Good Night | `weather-night` | `switch` | `startProgram.goodNight` |
|
||||||
|
| Hygiene | `lotion-plus` | `switch` | `startProgram.hygiene` |
|
||||||
| Keep Fresh | `refresh-circle` | `switch` | `startProgram.permanentPressStatus` |
|
| Keep Fresh | `refresh-circle` | `switch` | `startProgram.permanentPressStatus` |
|
||||||
| Liquid Detergent Dose | `cup-water` | `sensor` | `startProgram.liquidDetergentDose` |
|
| Liquid Detergent Dose | `cup-water` | `sensor` | `startProgram.liquidDetergentDose` |
|
||||||
| Main Wash Time | `clock-start` | `number` | `startProgram.mainWashTime` |
|
| Main Wash Time | `clock-start` | `number` | `startProgram.mainWashTime` |
|
||||||
| Powder Detergent Dose | `cup` | `sensor` | `startProgram.powderDetergentDose` |
|
| Powder Detergent Dose | `cup` | `sensor` | `startProgram.powderDetergentDose` |
|
||||||
|
| Prewash | `tshirt-crew` | `switch` | `startProgram.prewash` |
|
||||||
| Program | | `select` | `startProgram.program` |
|
| Program | | `select` | `startProgram.program` |
|
||||||
| Remaining Time | `timer` | `sensor` | `startProgram.remainingTime` |
|
| Remaining Time | `timer` | `sensor` | `startProgram.remainingTime` |
|
||||||
| Rinse Iterations | `rotate-right` | `number` | `startProgram.rinseIterations` |
|
| Rinse Iterations | `rotate-right` | `number` | `startProgram.rinseIterations` |
|
||||||
| Soak Prewash Selection | `tshirt-crew` | `switch` | `startProgram.haier_SoakPrewashSelection` |
|
| Soak Prewash Selection | `tshirt-crew` | `switch` | `startProgram.haier_SoakPrewashSelection` |
|
||||||
| Spin speed | `numeric` | `select` | `startProgram.spinSpeed` |
|
| Spin speed | `numeric` | `select` | `startProgram.spinSpeed` |
|
||||||
| Steam Level | `weather-dust` | `number` | `startProgram.steamLevel` |
|
| Stain Type | `liquid-spot` | `select` | `startProgram.extendedStainType` |
|
||||||
|
| Steam level | `weather-dust` | `select` | `startProgram.steamLevel` |
|
||||||
| Suggested Load | `weight-kilogram` | `sensor` | `startProgram.suggestedLoadW` |
|
| Suggested Load | `weight-kilogram` | `sensor` | `startProgram.suggestedLoadW` |
|
||||||
| Suggested weight | `weight-kilogram` | `sensor` | `startProgram.weight` |
|
| Suggested weight | `weight-kilogram` | `sensor` | `startProgram.weight` |
|
||||||
| Temperature | `thermometer` | `select` | `startProgram.temp` |
|
| Temperature | `thermometer` | `select` | `startProgram.temp` |
|
||||||
@ -493,25 +607,27 @@ For every device exists a hidden button which can be used to log all infos of yo
|
|||||||
#### Sensors
|
#### Sensors
|
||||||
| Name | Icon | Entity | Key |
|
| Name | Icon | Entity | Key |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| Acqua Plus | | `binary_sensor` | `acquaplus` |
|
| Acqua Plus | `water-plus` | `binary_sensor` | `acquaplus` |
|
||||||
| Current Electricity Used | `lightning-bolt` | `sensor` | `currentElectricityUsed` |
|
| Current Electricity Used | `lightning-bolt` | `sensor` | `currentElectricityUsed` |
|
||||||
| Current Temperature | `thermometer` | `sensor` | `temp` |
|
| Current Temperature | `thermometer` | `sensor` | `temp` |
|
||||||
| Current Water Used | `water` | `sensor` | `currentWaterUsed` |
|
| Current Water Used | `water` | `sensor` | `currentWaterUsed` |
|
||||||
| Dirt level | `liquid-spot` | `sensor` | `dirtyLevel` |
|
| Dirty level | `liquid-spot` | `sensor` | `dirtyLevel` |
|
||||||
| Door | | `binary_sensor` | `doorStatus` |
|
| Door | | `binary_sensor` | `doorStatus` |
|
||||||
| Door Lock | | `binary_sensor` | `doorLockStatus` |
|
| Door Lock | | `binary_sensor` | `doorLockStatus` |
|
||||||
| Error | `math-log` | `sensor` | `errors` |
|
| Error | `math-log` | `sensor` | `errors` |
|
||||||
| Extra Rinse 1 | | `binary_sensor` | `extraRinse1` |
|
| Extra Rinse 1 | `numeric-1-box-multiple-outline` | `binary_sensor` | `extraRinse1` |
|
||||||
| Extra Rinse 2 | | `binary_sensor` | `extraRinse2` |
|
| Extra Rinse 2 | `numeric-2-box-multiple-outline` | `binary_sensor` | `extraRinse2` |
|
||||||
| Extra Rinse 3 | | `binary_sensor` | `extraRinse3` |
|
| Extra Rinse 3 | `numeric-3-box-multiple-outline` | `binary_sensor` | `extraRinse3` |
|
||||||
| Good Night Mode | | `binary_sensor` | `goodNight` |
|
| Good Night Mode | `weather-night` | `binary_sensor` | `goodNight` |
|
||||||
| Machine Status | `information` | `sensor` | `machMode` |
|
| Machine Status | `information` | `sensor` | `machMode` |
|
||||||
| Pre Wash | | `binary_sensor` | `startProgram.prewash` |
|
| Pre Wash | `tshirt-crew` | `binary_sensor` | `prewash` |
|
||||||
| Program | `play` | `sensor` | `programName` |
|
| Program | `play` | `sensor` | `programName` |
|
||||||
| Program Phase | `washing-machine` | `sensor` | `prPhase` |
|
| Program Phase | `washing-machine` | `sensor` | `prPhase` |
|
||||||
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
|
| Remaining Time | `timer` | `sensor` | `remainingTimeMM` |
|
||||||
| Remote Control | `remote` | `binary_sensor` | `attributes.lastConnEvent.category` |
|
| Remote Control | `remote` | `binary_sensor` | `attributes.lastConnEvent.category` |
|
||||||
| Spin Speed | `speedometer` | `sensor` | `spinSpeed` |
|
| Spin Speed | `speedometer` | `sensor` | `spinSpeed` |
|
||||||
|
| Stain Type | `liquid-spot` | `sensor` | `stainType` |
|
||||||
|
| Steam level | `weather-dust` | `sensor` | `steamLevel` |
|
||||||
| Total Power | | `sensor` | `totalElectricityUsed` |
|
| Total Power | | `sensor` | `totalElectricityUsed` |
|
||||||
| Total Wash Cycle | `counter` | `sensor` | `totalWashCycle` |
|
| Total Wash Cycle | `counter` | `sensor` | `totalWashCycle` |
|
||||||
| Total Water | | `sensor` | `totalWaterUsed` |
|
| Total Water | | `sensor` | `totalWaterUsed` |
|
||||||
|
BIN
assets/example_ac.png
Normal file
After Width: | Height: | Size: 188 KiB |
BIN
assets/example_ap.png
Normal file
After Width: | Height: | Size: 105 KiB |
BIN
assets/example_dw.png
Normal file
After Width: | Height: | Size: 120 KiB |
BIN
assets/example_ov.png
Normal file
After Width: | Height: | Size: 112 KiB |
BIN
assets/example_ref.png
Normal file
After Width: | Height: | Size: 164 KiB |
BIN
assets/example_td.png
Normal file
After Width: | Height: | Size: 125 KiB |
BIN
assets/example_wc.png
Normal file
After Width: | Height: | Size: 114 KiB |
BIN
assets/example_wd.png
Normal file
After Width: | Height: | Size: 221 KiB |
BIN
assets/example_wm.png
Normal file
After Width: | Height: | Size: 194 KiB |
Before Width: | Height: | Size: 202 KiB |
@ -1,18 +1,17 @@
|
|||||||
import logging
|
import logging
|
||||||
|
from pathlib import Path
|
||||||
|
|
||||||
import voluptuous as vol
|
import voluptuous as vol # type: ignore[import]
|
||||||
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,
|
||||||
@ -26,10 +25,15 @@ CONFIG_SCHEMA = vol.Schema(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry):
|
async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry) -> bool:
|
||||||
session = aiohttp_client.async_get_clientsession(hass)
|
session = aiohttp_client.async_get_clientsession(hass)
|
||||||
|
if (config_dir := hass.config.config_dir) is None:
|
||||||
|
raise ValueError("Missing Config Dir")
|
||||||
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(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
|
||||||
@ -42,7 +46,7 @@ async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
async def async_unload_entry(hass, entry: ConfigEntry) -> bool:
|
async def async_unload_entry(hass: HomeAssistantType, entry: ConfigEntry) -> bool:
|
||||||
unload = await hass.config_entries.async_unload_platforms(entry, PLATFORMS)
|
unload = await hass.config_entries.async_unload_platforms(entry, PLATFORMS)
|
||||||
if unload:
|
if unload:
|
||||||
if not hass.data[DOMAIN]:
|
if not hass.data[DOMAIN]:
|
||||||
|
@ -8,6 +8,8 @@ from homeassistant.components.binary_sensor import (
|
|||||||
)
|
)
|
||||||
from homeassistant.config_entries import ConfigEntry
|
from homeassistant.config_entries import ConfigEntry
|
||||||
from homeassistant.core import callback
|
from homeassistant.core import callback
|
||||||
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||||
|
from homeassistant.helpers.typing import HomeAssistantType
|
||||||
|
|
||||||
from .const import DOMAIN
|
from .const import DOMAIN
|
||||||
from .hon import HonEntity, unique_entities
|
from .hon import HonEntity, unique_entities
|
||||||
@ -16,15 +18,8 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class HonBinarySensorEntityDescriptionMixin:
|
class HonBinarySensorEntityDescription(BinarySensorEntityDescription):
|
||||||
on_value: str = ""
|
on_value: str | float = ""
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class HonBinarySensorEntityDescription(
|
|
||||||
HonBinarySensorEntityDescriptionMixin, BinarySensorEntityDescription
|
|
||||||
):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
|
BINARY_SENSORS: dict[str, tuple[HonBinarySensorEntityDescription, ...]] = {
|
||||||
@ -41,33 +36,51 @@ 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(
|
||||||
key="startProgram.prewash", name="Pre Wash", translation_key="prewash"
|
key="prewash",
|
||||||
|
icon="mdi:tshirt-crew",
|
||||||
|
name="Pre Wash",
|
||||||
|
translation_key="prewash",
|
||||||
),
|
),
|
||||||
HonBinarySensorEntityDescription(
|
HonBinarySensorEntityDescription(
|
||||||
key="extraRinse1", name="Extra Rinse 1", translation_key="extra_rinse_1"
|
key="extraRinse1",
|
||||||
|
icon="mdi:numeric-1-box-multiple-outline",
|
||||||
|
name="Extra Rinse 1",
|
||||||
|
translation_key="extra_rinse_1",
|
||||||
),
|
),
|
||||||
HonBinarySensorEntityDescription(
|
HonBinarySensorEntityDescription(
|
||||||
key="extraRinse2", name="Extra Rinse 2", translation_key="extra_rinse_2"
|
key="extraRinse2",
|
||||||
|
icon="mdi:numeric-2-box-multiple-outline",
|
||||||
|
name="Extra Rinse 2",
|
||||||
|
translation_key="extra_rinse_2",
|
||||||
),
|
),
|
||||||
HonBinarySensorEntityDescription(
|
HonBinarySensorEntityDescription(
|
||||||
key="extraRinse3", name="Extra Rinse 3", translation_key="extra_rinse_3"
|
key="extraRinse3",
|
||||||
|
icon="mdi:numeric-3-box-multiple-outline",
|
||||||
|
name="Extra Rinse 3",
|
||||||
|
translation_key="extra_rinse_3",
|
||||||
),
|
),
|
||||||
HonBinarySensorEntityDescription(
|
HonBinarySensorEntityDescription(
|
||||||
key="goodNight", name="Good Night Mode", translation_key="good_night"
|
key="goodNight",
|
||||||
|
icon="mdi:weather-night",
|
||||||
|
name="Good Night Mode",
|
||||||
|
translation_key="good_night",
|
||||||
),
|
),
|
||||||
HonBinarySensorEntityDescription(
|
HonBinarySensorEntityDescription(
|
||||||
key="acquaplus", name="Acqua Plus", translation_key="acqua_plus"
|
key="acquaplus",
|
||||||
|
icon="mdi:water-plus",
|
||||||
|
name="Acqua Plus",
|
||||||
|
translation_key="acqua_plus",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
"TD": (
|
"TD": (
|
||||||
@ -82,11 +95,14 @@ 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(
|
||||||
key="anticrease", name="Anti-Crease", translation_key="anti_crease"
|
key="anticrease",
|
||||||
|
name="Anti-Crease",
|
||||||
|
icon="mdi:iron",
|
||||||
|
translation_key="anti_crease",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
"OV": (
|
"OV": (
|
||||||
@ -102,7 +118,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 +136,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 +144,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 +158,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 +167,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 +175,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 +190,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,54 +199,70 @@ 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": (
|
||||||
HonBinarySensorEntityDescription(
|
HonBinarySensorEntityDescription(
|
||||||
key="quickModeZ2",
|
key="quickModeZ1",
|
||||||
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(
|
||||||
key="quickModeZ1",
|
key="quickModeZ2",
|
||||||
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(
|
||||||
key="doorStatusZ1",
|
key="doorStatusZ1",
|
||||||
name="Door Status Freezer",
|
name="Door1 Status Fridge",
|
||||||
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="fridge_door",
|
||||||
),
|
),
|
||||||
HonBinarySensorEntityDescription(
|
HonBinarySensorEntityDescription(
|
||||||
key="door2StatusZ1",
|
key="door2StatusZ1",
|
||||||
name="Door Status Fridge",
|
name="Door2 Status Fridge",
|
||||||
|
icon="mdi:fridge-top",
|
||||||
|
device_class=BinarySensorDeviceClass.DOOR,
|
||||||
|
on_value=1,
|
||||||
|
translation_key="fridge_door",
|
||||||
|
),
|
||||||
|
HonBinarySensorEntityDescription(
|
||||||
|
key="doorStatusZ2",
|
||||||
|
name="Door1 Status Freezer",
|
||||||
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="freezer_door",
|
||||||
|
),
|
||||||
|
HonBinarySensorEntityDescription(
|
||||||
|
key="door2StatusZ2",
|
||||||
|
name="Door2 Status Freezer",
|
||||||
|
icon="mdi:fridge-bottom",
|
||||||
|
device_class=BinarySensorDeviceClass.DOOR,
|
||||||
|
on_value=1,
|
||||||
|
translation_key="freezer_door",
|
||||||
),
|
),
|
||||||
HonBinarySensorEntityDescription(
|
HonBinarySensorEntityDescription(
|
||||||
key="intelligenceMode",
|
key="intelligenceMode",
|
||||||
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,21 +270,32 @@ 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"])
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None:
|
async def async_setup_entry(
|
||||||
|
hass: HomeAssistantType, entry: ConfigEntry, async_add_entities: AddEntitiesCallback
|
||||||
|
) -> None:
|
||||||
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()
|
||||||
@ -265,13 +308,13 @@ class HonBinarySensorEntity(HonEntity, BinarySensorEntity):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def is_on(self) -> bool:
|
def is_on(self) -> bool:
|
||||||
return (
|
return bool(
|
||||||
self._device.get(self.entity_description.key, "")
|
self._device.get(self.entity_description.key, "")
|
||||||
== self.entity_description.on_value
|
== self.entity_description.on_value
|
||||||
)
|
)
|
||||||
|
|
||||||
@callback
|
@callback
|
||||||
def _handle_coordinator_update(self, update=True) -> None:
|
def _handle_coordinator_update(self, update: bool = True) -> None:
|
||||||
self._attr_native_value = (
|
self._attr_native_value = (
|
||||||
self._device.get(self.entity_description.key, "")
|
self._device.get(self.entity_description.key, "")
|
||||||
== self.entity_description.on_value
|
== self.entity_description.on_value
|
||||||
|
@ -1,14 +1,17 @@
|
|||||||
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 homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||||
|
from homeassistant.helpers.typing import HomeAssistantType
|
||||||
from pyhon.appliance import HonAppliance
|
from pyhon.appliance import HonAppliance
|
||||||
|
|
||||||
from .const import DOMAIN
|
from .const import DOMAIN
|
||||||
from .hon import HonEntity
|
from .hon import HonEntity
|
||||||
|
from .typedefs import HonButtonType
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -35,25 +38,13 @@ BUTTONS: dict[str, tuple[ButtonEntityDescription, ...]] = {
|
|||||||
translation_key="stop_program",
|
translation_key="stop_program",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
"HO": (
|
|
||||||
ButtonEntityDescription(
|
|
||||||
key="startProgram",
|
|
||||||
name="Start Program",
|
|
||||||
icon="mdi:hvac",
|
|
||||||
translation_key="start_program",
|
|
||||||
),
|
|
||||||
ButtonEntityDescription(
|
|
||||||
key="stopProgram",
|
|
||||||
name="Stop Program",
|
|
||||||
icon="mdi:hvac-off",
|
|
||||||
translation_key="stop_program",
|
|
||||||
),
|
|
||||||
),
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None:
|
async def async_setup_entry(
|
||||||
entities = []
|
hass: HomeAssistantType, entry: ConfigEntry, async_add_entities: AddEntitiesCallback
|
||||||
|
) -> None:
|
||||||
|
entities: list[HonButtonType] = []
|
||||||
for device in hass.data[DOMAIN][entry.unique_id].appliances:
|
for device in hass.data[DOMAIN][entry.unique_id].appliances:
|
||||||
for description in BUTTONS.get(device.appliance_type, []):
|
for description in BUTTONS.get(device.appliance_type, []):
|
||||||
if not device.commands.get(description.key):
|
if not device.commands.get(description.key):
|
||||||
@ -61,7 +52,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 +69,58 @@ 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: HomeAssistantType, entry: ConfigEntry, 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
|
||||||
self._attr_entity_registry_enabled_default = False
|
if "beta" not in self.coordinator.info.hon_version:
|
||||||
|
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: HomeAssistantType, entry: ConfigEntry, 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:
|
||||||
|
if (config_dir := self._hass.config.config_dir) is None:
|
||||||
|
raise ValueError("Missing Config Dir")
|
||||||
|
path = Path(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)
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
import logging
|
import logging
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
|
from typing import Any
|
||||||
|
|
||||||
from homeassistant.components.climate import (
|
from homeassistant.components.climate import (
|
||||||
ClimateEntity,
|
ClimateEntity,
|
||||||
ClimateEntityDescription,
|
ClimateEntityDescription,
|
||||||
)
|
)
|
||||||
from homeassistant.components.climate.const import (
|
from homeassistant.components.climate.const import (
|
||||||
FAN_OFF,
|
|
||||||
SWING_OFF,
|
SWING_OFF,
|
||||||
SWING_BOTH,
|
SWING_BOTH,
|
||||||
SWING_VERTICAL,
|
SWING_VERTICAL,
|
||||||
@ -20,9 +20,12 @@ from homeassistant.const import (
|
|||||||
TEMP_CELSIUS,
|
TEMP_CELSIUS,
|
||||||
)
|
)
|
||||||
from homeassistant.core import callback
|
from homeassistant.core import callback
|
||||||
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||||
|
from homeassistant.helpers.typing import HomeAssistantType
|
||||||
from pyhon.appliance import HonAppliance
|
from pyhon.appliance import HonAppliance
|
||||||
|
from pyhon.parameter.range import HonParameterRange
|
||||||
|
|
||||||
from .const import HON_HVAC_MODE, HON_FAN, HON_HVAC_PROGRAM, DOMAIN
|
from .const import HON_HVAC_MODE, HON_FAN, DOMAIN, HON_HVAC_PROGRAM
|
||||||
from .hon import HonEntity
|
from .hon import HonEntity
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
@ -35,10 +38,12 @@ class HonACClimateEntityDescription(ClimateEntityDescription):
|
|||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class HonClimateEntityDescription(ClimateEntityDescription):
|
class HonClimateEntityDescription(ClimateEntityDescription):
|
||||||
mode: HVACMode = "auto"
|
mode: HVACMode = HVACMode.AUTO
|
||||||
|
|
||||||
|
|
||||||
CLIMATES = {
|
CLIMATES: dict[
|
||||||
|
str, tuple[HonACClimateEntityDescription | HonClimateEntityDescription, ...]
|
||||||
|
] = {
|
||||||
"AC": (
|
"AC": (
|
||||||
HonACClimateEntityDescription(
|
HonACClimateEntityDescription(
|
||||||
key="settings",
|
key="settings",
|
||||||
@ -72,11 +77,30 @@ CLIMATES = {
|
|||||||
translation_key="oven",
|
translation_key="oven",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
"WC": (
|
||||||
|
HonClimateEntityDescription(
|
||||||
|
key="settings.tempSel",
|
||||||
|
mode=HVACMode.COOL,
|
||||||
|
name="Wine Cellar",
|
||||||
|
icon="mdi:thermometer",
|
||||||
|
translation_key="wine",
|
||||||
|
),
|
||||||
|
HonClimateEntityDescription(
|
||||||
|
key="settings.tempSelZ2",
|
||||||
|
mode=HVACMode.COOL,
|
||||||
|
name="Wine Cellar",
|
||||||
|
icon="mdi:thermometer",
|
||||||
|
translation_key="wine",
|
||||||
|
),
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None:
|
async def async_setup_entry(
|
||||||
|
hass: HomeAssistantType, entry: ConfigEntry, async_add_entities: AddEntitiesCallback
|
||||||
|
) -> None:
|
||||||
entities = []
|
entities = []
|
||||||
|
entity: HonClimateEntity | HonACClimateEntity
|
||||||
for device in hass.data[DOMAIN][entry.unique_id].appliances:
|
for device in hass.data[DOMAIN][entry.unique_id].appliances:
|
||||||
for description in CLIMATES.get(device.appliance_type, []):
|
for description in CLIMATES.get(device.appliance_type, []):
|
||||||
if isinstance(description, HonACClimateEntityDescription):
|
if isinstance(description, HonACClimateEntityDescription):
|
||||||
@ -88,27 +112,33 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non
|
|||||||
continue
|
continue
|
||||||
entity = HonClimateEntity(hass, entry, device, description)
|
entity = HonClimateEntity(hass, entry, device, description)
|
||||||
else:
|
else:
|
||||||
continue
|
continue # type: ignore[unreachable]
|
||||||
await entity.coordinator.async_config_entry_first_refresh()
|
await entity.coordinator.async_config_entry_first_refresh()
|
||||||
entities.append(entity)
|
entities.append(entity)
|
||||||
async_add_entities(entities)
|
async_add_entities(entities)
|
||||||
|
|
||||||
|
|
||||||
class HonACClimateEntity(HonEntity, ClimateEntity):
|
class HonACClimateEntity(HonEntity, ClimateEntity):
|
||||||
def __init__(self, hass, entry, device: HonAppliance, description) -> None:
|
entity_description: HonACClimateEntityDescription
|
||||||
|
|
||||||
|
def __init__(
|
||||||
|
self,
|
||||||
|
hass: HomeAssistantType,
|
||||||
|
entry: ConfigEntry,
|
||||||
|
device: HonAppliance,
|
||||||
|
description: HonACClimateEntityDescription,
|
||||||
|
) -> None:
|
||||||
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_fan_modes = [FAN_OFF]
|
self._attr_preset_modes = []
|
||||||
for mode in device.settings["settings.windSpeed"].values:
|
for mode in device.settings["startProgram.program"].values:
|
||||||
self._attr_fan_modes.append(HON_FAN[mode])
|
self._attr_preset_modes.append(mode)
|
||||||
self._attr_swing_modes = [
|
self._attr_swing_modes = [
|
||||||
SWING_OFF,
|
SWING_OFF,
|
||||||
SWING_VERTICAL,
|
SWING_VERTICAL,
|
||||||
@ -119,55 +149,95 @@ 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:
|
||||||
|
temperature = self._device.settings["settings.tempSel"]
|
||||||
|
if not isinstance(temperature, HonParameterRange):
|
||||||
|
raise ValueError
|
||||||
|
self._attr_max_temp = temperature.max
|
||||||
|
self._attr_target_temperature_step = temperature.step
|
||||||
|
self._attr_min_temp = temperature.min
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def target_temperature(self) -> int | None:
|
def target_temperature(self) -> float | 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", 0.0)
|
||||||
|
|
||||||
@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", 0.0)
|
||||||
|
|
||||||
async def async_set_temperature(self, **kwargs):
|
async def async_set_temperature(self, **kwargs: Any) -> None:
|
||||||
if (temperature := kwargs.get(ATTR_TEMPERATURE)) is None:
|
if (temperature := kwargs.get(ATTR_TEMPERATURE)) is None:
|
||||||
return False
|
return
|
||||||
self._device.settings["settings.tempSel"].value = str(int(temperature))
|
self._device.settings["settings.tempSel"].value = str(int(temperature))
|
||||||
await self._device.commands["settings"].send()
|
await self._device.commands["settings"].send()
|
||||||
self.async_write_ha_state()
|
self.async_write_ha_state()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def hvac_mode(self) -> HVACMode | str | None:
|
def hvac_mode(self) -> HVACMode:
|
||||||
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")]
|
||||||
|
|
||||||
async def async_set_hvac_mode(self, hvac_mode):
|
async def async_set_hvac_mode(self, hvac_mode: HVACMode) -> None:
|
||||||
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()
|
if hvac_mode in modes:
|
||||||
self._device.sync_command(command, "settings")
|
setting.value = modes[hvac_mode]
|
||||||
|
else:
|
||||||
|
await self.async_set_preset_mode(HON_HVAC_PROGRAM[hvac_mode])
|
||||||
|
return
|
||||||
|
await self._device.commands["settings"].send()
|
||||||
self.async_write_ha_state()
|
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("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()
|
||||||
|
|
||||||
|
@property
|
||||||
|
def fan_modes(self) -> list[str]:
|
||||||
|
"""Return the list of available fan modes."""
|
||||||
|
fan_modes = []
|
||||||
|
for mode in reversed(self._device.settings["settings.windSpeed"].values):
|
||||||
|
fan_modes.append(HON_FAN[int(mode)])
|
||||||
|
return fan_modes
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def fan_mode(self) -> str | None:
|
def fan_mode(self) -> str | None:
|
||||||
"""Return the fan setting."""
|
"""Return the fan setting."""
|
||||||
return HON_FAN[self._device.get("windSpeed")]
|
return HON_FAN[self._device.get("windSpeed")]
|
||||||
|
|
||||||
async def async_set_fan_mode(self, fan_mode):
|
async def async_set_fan_mode(self, fan_mode: str) -> None:
|
||||||
mode_number = list(HON_FAN.values()).index(fan_mode)
|
fan_modes = {}
|
||||||
mode = list(HON_FAN.keys())[mode_number]
|
for mode in reversed(self._device.settings["settings.windSpeed"].values):
|
||||||
self._device.settings["settings.windSpeed"].value = mode
|
fan_modes[HON_FAN[int(mode)]] = mode
|
||||||
|
self._device.settings["settings.windSpeed"].value = str(fan_modes[fan_mode])
|
||||||
self._attr_fan_mode = fan_mode
|
self._attr_fan_mode = fan_mode
|
||||||
await self._device.commands["settings"].send()
|
await self._device.commands["settings"].send()
|
||||||
self.async_write_ha_state()
|
self.async_write_ha_state()
|
||||||
@ -177,16 +247,15 @@ 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":
|
if horizontal == 7:
|
||||||
return SWING_HORIZONTAL
|
return SWING_HORIZONTAL
|
||||||
elif vertical == "8":
|
if vertical == 8:
|
||||||
return SWING_VERTICAL
|
return SWING_VERTICAL
|
||||||
else:
|
return SWING_OFF
|
||||||
return SWING_OFF
|
|
||||||
|
|
||||||
async def async_set_swing_mode(self, swing_mode):
|
async def async_set_swing_mode(self, swing_mode: str) -> None:
|
||||||
horizontal = self._device.settings["settings.windDirectionHorizontal"]
|
horizontal = self._device.settings["settings.windDirectionHorizontal"]
|
||||||
vertical = self._device.settings["settings.windDirectionVertical"]
|
vertical = self._device.settings["settings.windDirectionVertical"]
|
||||||
if swing_mode in [SWING_BOTH, SWING_HORIZONTAL]:
|
if swing_mode in [SWING_BOTH, SWING_HORIZONTAL]:
|
||||||
@ -202,20 +271,21 @@ class HonACClimateEntity(HonEntity, ClimateEntity):
|
|||||||
self.async_write_ha_state()
|
self.async_write_ha_state()
|
||||||
|
|
||||||
@callback
|
@callback
|
||||||
def _handle_coordinator_update(self, update=True) -> None:
|
def _handle_coordinator_update(self, update: bool = True) -> None:
|
||||||
self._attr_target_temperature = self.target_temperature
|
|
||||||
self._attr_current_temperature = self.current_temperature
|
|
||||||
self._attr_hvac_mode = self.hvac_mode
|
|
||||||
self._attr_fan_mode = self.fan_mode
|
|
||||||
self._attr_swing_mode = self.swing_mode
|
|
||||||
if update:
|
if update:
|
||||||
self.async_write_ha_state()
|
self.async_write_ha_state()
|
||||||
|
|
||||||
|
|
||||||
class HonClimateEntity(HonEntity, ClimateEntity):
|
class HonClimateEntity(HonEntity, ClimateEntity):
|
||||||
entity_description = HonClimateEntityDescription
|
entity_description: HonClimateEntityDescription
|
||||||
|
|
||||||
def __init__(self, hass, entry, device: HonAppliance, description) -> None:
|
def __init__(
|
||||||
|
self,
|
||||||
|
hass: HomeAssistantType,
|
||||||
|
entry: ConfigEntry,
|
||||||
|
device: HonAppliance,
|
||||||
|
description: HonClimateEntityDescription,
|
||||||
|
) -> None:
|
||||||
super().__init__(hass, entry, device, description)
|
super().__init__(hass, entry, device, description)
|
||||||
|
|
||||||
self._attr_temperature_unit = TEMP_CELSIUS
|
self._attr_temperature_unit = TEMP_CELSIUS
|
||||||
@ -226,7 +296,7 @@ class HonClimateEntity(HonEntity, ClimateEntity):
|
|||||||
)
|
)
|
||||||
|
|
||||||
self._attr_hvac_modes = [description.mode]
|
self._attr_hvac_modes = [description.mode]
|
||||||
if device.get("onOffStatus"):
|
if "stopProgram" in device.commands:
|
||||||
self._attr_hvac_modes += [HVACMode.OFF]
|
self._attr_hvac_modes += [HVACMode.OFF]
|
||||||
modes = []
|
modes = []
|
||||||
else:
|
else:
|
||||||
@ -235,7 +305,9 @@ class HonClimateEntity(HonEntity, ClimateEntity):
|
|||||||
for mode, data in device.commands["startProgram"].categories.items():
|
for mode, data in device.commands["startProgram"].categories.items():
|
||||||
if mode not in data.parameters["program"].values:
|
if mode not in data.parameters["program"].values:
|
||||||
continue
|
continue
|
||||||
if zone := data.parameters.get("zone"):
|
if (zone := data.parameters.get("zone")) and isinstance(
|
||||||
|
self.entity_description.name, str
|
||||||
|
):
|
||||||
if self.entity_description.name.lower() in zone.values:
|
if self.entity_description.name.lower() in zone.values:
|
||||||
modes.append(mode)
|
modes.append(mode)
|
||||||
else:
|
else:
|
||||||
@ -245,31 +317,31 @@ class HonClimateEntity(HonEntity, ClimateEntity):
|
|||||||
self._handle_coordinator_update(update=False)
|
self._handle_coordinator_update(update=False)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def target_temperature(self) -> int | None:
|
def target_temperature(self) -> float | None:
|
||||||
"""Return the temperature we try to reach."""
|
"""Return the temperature we try to reach."""
|
||||||
return int(self._device.get(self.entity_description.key))
|
return self._device.get(self.entity_description.key, 0.0)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def current_temperature(self) -> int | 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 int(self._device.get(temp_key))
|
return self._device.get(temp_key, 0.0)
|
||||||
|
|
||||||
async def async_set_temperature(self, **kwargs):
|
async def async_set_temperature(self, **kwargs: Any) -> None:
|
||||||
if (temperature := kwargs.get(ATTR_TEMPERATURE)) is None:
|
if (temperature := kwargs.get(ATTR_TEMPERATURE)) is None:
|
||||||
return False
|
return
|
||||||
self._device.settings[self.entity_description.key].value = str(int(temperature))
|
self._device.settings[self.entity_description.key].value = str(int(temperature))
|
||||||
await self._device.commands["settings"].send()
|
await self._device.commands["settings"].send()
|
||||||
self.async_write_ha_state()
|
self.async_write_ha_state()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def hvac_mode(self) -> HVACMode | str | None:
|
def hvac_mode(self) -> HVACMode:
|
||||||
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
|
||||||
|
|
||||||
async def async_set_hvac_mode(self, hvac_mode):
|
async def async_set_hvac_mode(self, hvac_mode: HVACMode) -> None:
|
||||||
if len(self.hvac_modes) <= 1:
|
if len(self.hvac_modes) <= 1:
|
||||||
return
|
return
|
||||||
if hvac_mode == HVACMode.OFF:
|
if hvac_mode == HVACMode.OFF:
|
||||||
@ -291,30 +363,34 @@ class HonClimateEntity(HonEntity, ClimateEntity):
|
|||||||
|
|
||||||
async def async_set_preset_mode(self, preset_mode: str) -> None:
|
async def async_set_preset_mode(self, preset_mode: str) -> None:
|
||||||
"""Set the new preset mode."""
|
"""Set the new preset mode."""
|
||||||
command = "stopProgram" if preset_mode == "no_mode" else "startProgram"
|
if preset_mode == "no_mode" and HVACMode.OFF in self.hvac_modes:
|
||||||
|
command = "stopProgram"
|
||||||
|
elif preset_mode == "no_mode":
|
||||||
|
command = "settings"
|
||||||
|
self._device.commands["settings"].reset()
|
||||||
|
else:
|
||||||
|
command = "startProgram"
|
||||||
if program := self._device.settings.get(f"{command}.program"):
|
if program := self._device.settings.get(f"{command}.program"):
|
||||||
program.value = preset_mode
|
program.value = preset_mode
|
||||||
if zone := self._device.settings.get(f"{command}.zone"):
|
zone = self._device.settings.get(f"{command}.zone")
|
||||||
|
if zone and isinstance(self.entity_description.name, str):
|
||||||
zone.value = self.entity_description.name.lower()
|
zone.value = self.entity_description.name.lower()
|
||||||
self._device.sync_command(command, "settings")
|
self._device.sync_command(command, "settings")
|
||||||
self._set_temperature_bound()
|
self._set_temperature_bound()
|
||||||
|
self._attr_preset_mode = preset_mode
|
||||||
await self.coordinator.async_refresh()
|
await self.coordinator.async_refresh()
|
||||||
await self._device.commands[command].send()
|
await self._device.commands[command].send()
|
||||||
self._attr_preset_mode = preset_mode
|
|
||||||
self.async_write_ha_state()
|
self.async_write_ha_state()
|
||||||
|
|
||||||
def _set_temperature_bound(self):
|
def _set_temperature_bound(self) -> None:
|
||||||
self._attr_target_temperature_step = self._device.settings[
|
temperature = self._device.settings[self.entity_description.key]
|
||||||
self.entity_description.key
|
if not isinstance(temperature, HonParameterRange):
|
||||||
].step
|
raise ValueError
|
||||||
self._attr_max_temp = self._device.settings[self.entity_description.key].max
|
self._attr_max_temp = temperature.max
|
||||||
self._attr_min_temp = self._device.settings[self.entity_description.key].min
|
self._attr_target_temperature_step = temperature.step
|
||||||
|
self._attr_min_temp = temperature.min
|
||||||
|
|
||||||
@callback
|
@callback
|
||||||
def _handle_coordinator_update(self, update=True) -> None:
|
def _handle_coordinator_update(self, update: bool = True) -> None:
|
||||||
self._attr_target_temperature = self.target_temperature
|
|
||||||
self._attr_current_temperature = self.current_temperature
|
|
||||||
self._attr_hvac_mode = self.hvac_mode
|
|
||||||
self._attr_preset_mode = self.preset_mode
|
|
||||||
if update:
|
if update:
|
||||||
self.async_write_ha_state()
|
self.async_write_ha_state()
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
import logging
|
import logging
|
||||||
|
from typing import Any
|
||||||
|
|
||||||
import voluptuous as vol
|
import voluptuous as vol # type: ignore[import]
|
||||||
from homeassistant import config_entries
|
from homeassistant import config_entries
|
||||||
from homeassistant.const import CONF_EMAIL, CONF_PASSWORD
|
from homeassistant.const import CONF_EMAIL, CONF_PASSWORD
|
||||||
|
from homeassistant.data_entry_flow import FlowResult
|
||||||
|
|
||||||
from .const import DOMAIN
|
from .const import DOMAIN
|
||||||
|
|
||||||
@ -13,11 +15,13 @@ class HonFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
|||||||
VERSION = 1
|
VERSION = 1
|
||||||
CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_POLL
|
CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_POLL
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self) -> None:
|
||||||
self._email = None
|
self._email: str | None = None
|
||||||
self._password = None
|
self._password: str | None = None
|
||||||
|
|
||||||
async def async_step_user(self, user_input=None):
|
async def async_step_user(
|
||||||
|
self, user_input: dict[str, Any] | None = None
|
||||||
|
) -> FlowResult:
|
||||||
if user_input is None:
|
if user_input is None:
|
||||||
return self.async_show_form(
|
return self.async_show_form(
|
||||||
step_id="user",
|
step_id="user",
|
||||||
@ -29,6 +33,14 @@ class HonFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
|||||||
self._email = user_input[CONF_EMAIL]
|
self._email = user_input[CONF_EMAIL]
|
||||||
self._password = user_input[CONF_PASSWORD]
|
self._password = user_input[CONF_PASSWORD]
|
||||||
|
|
||||||
|
if self._email is None or self._password is None:
|
||||||
|
return self.async_show_form(
|
||||||
|
step_id="user",
|
||||||
|
data_schema=vol.Schema(
|
||||||
|
{vol.Required(CONF_EMAIL): str, vol.Required(CONF_PASSWORD): str}
|
||||||
|
),
|
||||||
|
)
|
||||||
|
|
||||||
# Check if already configured
|
# Check if already configured
|
||||||
await self.async_set_unique_id(self._email)
|
await self.async_set_unique_id(self._email)
|
||||||
self._abort_if_unique_id_configured()
|
self._abort_if_unique_id_configured()
|
||||||
@ -41,5 +53,5 @@ class HonFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
async def async_step_import(self, user_input=None):
|
async def async_step_import(self, user_input: dict[str, str]) -> FlowResult:
|
||||||
return await self.async_step_user(user_input)
|
return await self.async_step_user(user_input)
|
||||||
|
@ -6,10 +6,10 @@ from homeassistant.components.climate import (
|
|||||||
FAN_AUTO,
|
FAN_AUTO,
|
||||||
)
|
)
|
||||||
|
|
||||||
DOMAIN = "hon"
|
DOMAIN: str = "hon"
|
||||||
UPDATE_INTERVAL = 10
|
UPDATE_INTERVAL: int = 10
|
||||||
|
|
||||||
PLATFORMS = [
|
PLATFORMS: list[str] = [
|
||||||
"sensor",
|
"sensor",
|
||||||
"select",
|
"select",
|
||||||
"number",
|
"number",
|
||||||
@ -17,19 +17,40 @@ PLATFORMS = [
|
|||||||
"button",
|
"button",
|
||||||
"binary_sensor",
|
"binary_sensor",
|
||||||
"climate",
|
"climate",
|
||||||
|
"fan",
|
||||||
|
"light",
|
||||||
|
"lock",
|
||||||
]
|
]
|
||||||
|
|
||||||
HON_HVAC_MODE = {
|
APPLIANCES: dict[str, str] = {
|
||||||
"0": HVACMode.AUTO,
|
"AC": "Air Conditioner",
|
||||||
"1": HVACMode.COOL,
|
"AP": "Air Purifier",
|
||||||
"2": HVACMode.DRY,
|
"AS": "Air Scanner",
|
||||||
"3": HVACMode.DRY,
|
"DW": "Dish Washer",
|
||||||
"4": HVACMode.HEAT,
|
"HO": "Hood",
|
||||||
"5": HVACMode.FAN_ONLY,
|
"IH": "Induction Hob",
|
||||||
"6": HVACMode.FAN_ONLY,
|
"MW": "Microwave",
|
||||||
|
"OV": "Oven",
|
||||||
|
"REF": "Fridge",
|
||||||
|
"RVC": "Robot Vacuum Cleaner",
|
||||||
|
"TD": "Tumble Dryer",
|
||||||
|
"WC": "Wine Cellar",
|
||||||
|
"WD": "Washer Dryer",
|
||||||
|
"WH": "Water Heater",
|
||||||
|
"WM": "Washing Machine",
|
||||||
}
|
}
|
||||||
|
|
||||||
HON_HVAC_PROGRAM = {
|
HON_HVAC_MODE: dict[int, HVACMode] = {
|
||||||
|
0: HVACMode.AUTO,
|
||||||
|
1: HVACMode.COOL,
|
||||||
|
2: HVACMode.DRY,
|
||||||
|
3: HVACMode.DRY,
|
||||||
|
4: HVACMode.HEAT,
|
||||||
|
5: HVACMode.FAN_ONLY,
|
||||||
|
6: HVACMode.FAN_ONLY,
|
||||||
|
}
|
||||||
|
|
||||||
|
HON_HVAC_PROGRAM: dict[str, str] = {
|
||||||
HVACMode.AUTO: "iot_auto",
|
HVACMode.AUTO: "iot_auto",
|
||||||
HVACMode.COOL: "iot_cool",
|
HVACMode.COOL: "iot_cool",
|
||||||
HVACMode.DRY: "iot_dry",
|
HVACMode.DRY: "iot_dry",
|
||||||
@ -37,16 +58,16 @@ HON_HVAC_PROGRAM = {
|
|||||||
HVACMode.FAN_ONLY: "iot_fan",
|
HVACMode.FAN_ONLY: "iot_fan",
|
||||||
}
|
}
|
||||||
|
|
||||||
HON_FAN = {
|
HON_FAN: dict[int, str] = {
|
||||||
"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
|
||||||
LANGUAGES = [
|
LANGUAGES: list[str] = [
|
||||||
"cs", # Czech
|
"cs", # Czech
|
||||||
"de", # German
|
"de", # German
|
||||||
"el", # Greek
|
"el", # Greek
|
||||||
@ -68,124 +89,196 @@ LANGUAGES = [
|
|||||||
"zh", # Chinese
|
"zh", # Chinese
|
||||||
]
|
]
|
||||||
|
|
||||||
WASHING_PR_PHASE = {
|
WASHING_PR_PHASE: dict[int, str] = {
|
||||||
"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 = {
|
|
||||||
"0": "WASHING_CMD&CTRL.PHASE_READY.TITLE", # NO_STATE
|
|
||||||
"1": "WASHING_CMD&CTRL.PHASE_READY.TITLE", # SELECTION_MODE
|
|
||||||
"2": "WASHING_CMD&CTRL.PHASE_RUNNING.TITLE", # EXECUTION_MODE
|
|
||||||
"3": "WASHING_CMD&CTRL.PHASE_PAUSE.TITLE", # PAUSE_MODE
|
|
||||||
"4": "WASHING_CMD&CTRL.PHASE_SCHEDULED.TITLE", # DELAY_START_SELECTION_MODE
|
|
||||||
"5": "WASHING_CMD&CTRL.PHASE_SCHEDULED.TITLE", # DELAY_START_EXECUTION_MODE
|
|
||||||
"6": "WASHING_CMD&CTRL.PHASE_ERROR.TITLE", # ERROR_MODE
|
|
||||||
"7": "WASHING_CMD&CTRL.PHASE_READY.TITLE", # END_MODE
|
|
||||||
"8": "Test", # TEST_MODE
|
|
||||||
"9": "GLOBALS.APPLIANCE_STATUS.ENDING_PROGRAM", # STOP_MODE
|
|
||||||
}
|
|
||||||
TUMBLE_DRYER_PR_PHASE = {
|
|
||||||
"0": "WASHING_CMD&CTRL.PHASE_READY.TITLE",
|
|
||||||
"1": "TD_CMD&CTRL.STATUS_PHASE.PHASE_HEAT_STROKE",
|
|
||||||
"2": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
|
|
||||||
"3": "TD_CMD&CTRL.STATUS_PHASE.PHASE_COOLDOWN",
|
|
||||||
"8": "unknown",
|
|
||||||
"11": "WASHING_CMD&CTRL.PHASE_READY.TITLE",
|
|
||||||
"12": "unknown",
|
|
||||||
"13": "TD_CMD&CTRL.STATUS_PHASE.PHASE_COOLDOWN",
|
|
||||||
"14": "TD_CMD&CTRL.STATUS_PHASE.PHASE_HEAT_STROKE",
|
|
||||||
"15": "TD_CMD&CTRL.STATUS_PHASE.PHASE_HEAT_STROKE",
|
|
||||||
"16": "TD_CMD&CTRL.STATUS_PHASE.PHASE_COOLDOWN",
|
|
||||||
"17": "unknown",
|
|
||||||
"18": "WASHING_CMD&CTRL.PHASE_TUMBLING.DASHBOARD_TITLE",
|
|
||||||
"19": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
|
|
||||||
"20": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
|
|
||||||
}
|
|
||||||
DIRTY_LEVEL = {
|
|
||||||
"1": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.LITTLE",
|
|
||||||
"2": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.NORMAL",
|
|
||||||
"3": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.VERY",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
STEAM_LEVEL = {
|
MACH_MODE: dict[int, str] = {
|
||||||
"0": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.NO_STEAM",
|
0: "ready", # NO_STATE
|
||||||
"1": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_FABRICS.COTTON_TITLE",
|
1: "ready", # SELECTION_MODE
|
||||||
"2": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_FABRICS.DELICATE_TITLE",
|
2: "running", # EXECUTION_MODE
|
||||||
"3": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_FABRICS.SYNTHETIC_TITLE",
|
3: "pause", # PAUSE_MODE
|
||||||
|
4: "scheduled", # DELAY_START_SELECTION_MODE
|
||||||
|
5: "scheduled", # DELAY_START_EXECUTION_MODE
|
||||||
|
6: "error", # ERROR_MODE
|
||||||
|
7: "ready", # END_MODE
|
||||||
|
8: "test", # TEST_MODE
|
||||||
|
9: "ending", # STOP_MODE
|
||||||
}
|
}
|
||||||
|
|
||||||
DISHWASHER_PR_PHASE = {
|
TUMBLE_DRYER_PR_PHASE: dict[int, str] = {
|
||||||
"0": "WASHING_CMD&CTRL.PHASE_READY.TITLE",
|
0: "ready",
|
||||||
"1": "WASHING_CMD&CTRL.PHASE_PREWASH.TITLE",
|
1: "heat_stroke",
|
||||||
"2": "WASHING_CMD&CTRL.PHASE_WASHING.TITLE",
|
2: "drying",
|
||||||
"3": "WASHING_CMD&CTRL.PHASE_RINSE.TITLE",
|
3: "cooldown",
|
||||||
"4": "WASHING_CMD&CTRL.PHASE_DRYING.TITLE",
|
8: "unknown",
|
||||||
"5": "WASHING_CMD&CTRL.PHASE_READY.TITLE",
|
11: "ready",
|
||||||
"6": "WASHING_CMD&CTRL.PHASE_HOT_RINSE.TITLE",
|
12: "unknown",
|
||||||
|
13: "cooldown",
|
||||||
|
14: "heat_stroke",
|
||||||
|
15: "heat_stroke",
|
||||||
|
16: "cooldown",
|
||||||
|
17: "unknown",
|
||||||
|
18: "tumbling",
|
||||||
|
19: "drying",
|
||||||
|
20: "drying",
|
||||||
}
|
}
|
||||||
|
|
||||||
TUMBLE_DRYER_DRY_LEVEL = {
|
DIRTY_LEVEL: dict[int, str] = {
|
||||||
"0": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.NO_DRY",
|
0: "unknown",
|
||||||
"1": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.IRON_DRY",
|
1: "little",
|
||||||
"2": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.NO_DRY_IRON_TITLE",
|
2: "normal",
|
||||||
"3": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.CUPBOARD_DRY_TITLE",
|
3: "very",
|
||||||
"4": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.EXTRA_DRY_TITLE",
|
|
||||||
"11": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.NO_DRY",
|
|
||||||
"12": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OPTIONS_VALUES_DESCRIPTION.IRON_DRY",
|
|
||||||
"13": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.CUPBOARD_DRY_TITLE",
|
|
||||||
"14": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.READY_TO_WEAR_TITLE",
|
|
||||||
"15": "WASHING_CMD&CTRL.GUIDED_WASHING_SYMBOLS_DRYING.EXTRA_DRY_TITLE",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
AC_MACH_MODE = {
|
STEAM_LEVEL: dict[int, str] = {
|
||||||
"0": "PROGRAMS.AC.IOT_AUTO",
|
0: "no_steam",
|
||||||
"1": "PROGRAMS.AC.IOT_COOL",
|
1: "cotton",
|
||||||
"2": "PROGRAMS.AC.IOT_COOL",
|
2: "delicate",
|
||||||
"3": "PROGRAMS.AC.IOT_DRY",
|
3: "synthetic",
|
||||||
"4": "PROGRAMS.AC.IOT_HEAT",
|
|
||||||
"5": "PROGRAMS.AC.IOT_FAN",
|
|
||||||
"6": "PROGRAMS.AC.IOT_FAN",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
AC_FAN_MODE = {
|
DISHWASHER_PR_PHASE: dict[int, str] = {
|
||||||
"1": "AC.PROGRAM_CARD.WIND_SPEED_HIGH",
|
0: "ready",
|
||||||
"2": "AC.PROGRAM_CARD.WIND_SPEED_MID",
|
1: "prewash",
|
||||||
"3": "AC.PROGRAM_CARD.WIND_SPEED_LOW",
|
2: "washing",
|
||||||
"4": "AC.PROGRAM_CARD.WIND_SPEED_AUTO",
|
3: "rinse",
|
||||||
"5": "AC.PROGRAM_CARD.WIND_SPEED_AUTO",
|
4: "drying",
|
||||||
|
5: "ready",
|
||||||
|
6: "hot_rinse",
|
||||||
}
|
}
|
||||||
|
|
||||||
AC_HUMAN_SENSE = {
|
TUMBLE_DRYER_DRY_LEVEL: dict[int, str] = {
|
||||||
"0": "AC.PROGRAM_DETAIL.TOUCH_OFF",
|
0: "no_dry",
|
||||||
"1": "AC.PROGRAM_DETAIL.AVOID_TOUCH",
|
1: "iron_dry",
|
||||||
"2": "AC.PROGRAM_DETAIL.FOLLOW_TOUCH",
|
2: "no_dry_iron",
|
||||||
|
3: "cupboard_dry",
|
||||||
|
4: "extra_dry",
|
||||||
|
11: "no_dry",
|
||||||
|
12: "iron_dry",
|
||||||
|
13: "cupboard_dry",
|
||||||
|
14: "ready_to_wear",
|
||||||
|
15: "extra_dry",
|
||||||
}
|
}
|
||||||
|
|
||||||
REF_ZONES = {
|
AC_MACH_MODE: dict[int, str] = {
|
||||||
"fridge": "REF.ZONES.FRIDGE",
|
0: "auto",
|
||||||
"freezer": "REF.ZONES.FREEZER",
|
1: "cool",
|
||||||
"vtroom1": "REF.ZONES.MY_ZONE_1",
|
2: "cool",
|
||||||
"fridge_freezer": ["REF.ZONES.FRIDGE", " & ", "REF.ZONES.FREEZER"],
|
3: "dry",
|
||||||
|
4: "heat",
|
||||||
|
5: "fan",
|
||||||
|
6: "fan",
|
||||||
|
}
|
||||||
|
|
||||||
|
AC_FAN_MODE: dict[int, str] = {
|
||||||
|
1: "high",
|
||||||
|
2: "mid",
|
||||||
|
3: "low",
|
||||||
|
4: "auto",
|
||||||
|
5: "auto",
|
||||||
|
}
|
||||||
|
|
||||||
|
AC_HUMAN_SENSE: dict[int, str] = {
|
||||||
|
0: "touch_off",
|
||||||
|
1: "avoid_touch",
|
||||||
|
2: "follow_touch",
|
||||||
|
3: "unknown",
|
||||||
|
}
|
||||||
|
|
||||||
|
AP_MACH_MODE: dict[int, str] = {
|
||||||
|
0: "standby",
|
||||||
|
1: "sleep",
|
||||||
|
2: "auto",
|
||||||
|
3: "allergens",
|
||||||
|
4: "max",
|
||||||
|
}
|
||||||
|
|
||||||
|
AP_DIFFUSER_LEVEL: dict[int, str] = {
|
||||||
|
0: "off",
|
||||||
|
1: "soft",
|
||||||
|
2: "mid",
|
||||||
|
3: "h_biotics",
|
||||||
|
4: "custom",
|
||||||
|
}
|
||||||
|
|
||||||
|
REF_HUMIDITY_LEVELS: dict[int, str] = {1: "low", 2: "mid", 3: "high"}
|
||||||
|
|
||||||
|
STAIN_TYPES: dict[int, str] = {
|
||||||
|
0: "unknown",
|
||||||
|
1: "wine",
|
||||||
|
2: "grass",
|
||||||
|
3: "soil",
|
||||||
|
4: "blood",
|
||||||
|
5: "milk",
|
||||||
|
# 6: "butter",
|
||||||
|
6: "cooking_oil",
|
||||||
|
7: "tea",
|
||||||
|
8: "coffee",
|
||||||
|
# 9: "chocolate",
|
||||||
|
9: "ice_cream",
|
||||||
|
10: "lip_gloss",
|
||||||
|
11: "curry",
|
||||||
|
12: "milk_tea",
|
||||||
|
# 13: "chili_oil",
|
||||||
|
13: "rust",
|
||||||
|
14: "blue_ink",
|
||||||
|
# 14: "mech_grease",
|
||||||
|
# 15: "color_pencil",
|
||||||
|
# 15: "deodorant",
|
||||||
|
15: "perfume",
|
||||||
|
# 16: "glue",
|
||||||
|
16: "shoe_cream",
|
||||||
|
17: "oil_pastel",
|
||||||
|
18: "blueberry",
|
||||||
|
19: "sweat",
|
||||||
|
20: "egg",
|
||||||
|
# 20: "mayonnaise",
|
||||||
|
21: "ketchup",
|
||||||
|
22: "baby_food",
|
||||||
|
23: "soy_sauce",
|
||||||
|
24: "bean_paste",
|
||||||
|
25: "chili_sauce",
|
||||||
|
26: "fruit",
|
||||||
|
}
|
||||||
|
|
||||||
|
AC_POSITION_HORIZONTAL = {
|
||||||
|
0: "position_1",
|
||||||
|
3: "position_2",
|
||||||
|
4: "position_3",
|
||||||
|
5: "position_4",
|
||||||
|
6: "position_5",
|
||||||
|
7: "swing",
|
||||||
|
}
|
||||||
|
|
||||||
|
AC_POSITION_VERTICAL = {
|
||||||
|
2: "position_1",
|
||||||
|
4: "position_2",
|
||||||
|
5: "position_3",
|
||||||
|
6: "position_4",
|
||||||
|
7: "position_5",
|
||||||
|
8: "swing",
|
||||||
}
|
}
|
||||||
|
133
custom_components/hon/fan.py
Normal file
@ -0,0 +1,133 @@
|
|||||||
|
import logging
|
||||||
|
import math
|
||||||
|
from typing import Any
|
||||||
|
|
||||||
|
from homeassistant.components.fan import (
|
||||||
|
FanEntityDescription,
|
||||||
|
FanEntity,
|
||||||
|
FanEntityFeature,
|
||||||
|
)
|
||||||
|
from homeassistant.config_entries import ConfigEntry
|
||||||
|
from homeassistant.core import callback
|
||||||
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||||
|
from homeassistant.helpers.typing import HomeAssistantType
|
||||||
|
from homeassistant.util.percentage import (
|
||||||
|
percentage_to_ranged_value,
|
||||||
|
ranged_value_to_percentage,
|
||||||
|
)
|
||||||
|
from pyhon.appliance import HonAppliance
|
||||||
|
from pyhon.parameter.range import HonParameterRange
|
||||||
|
|
||||||
|
from .const import DOMAIN
|
||||||
|
from .hon import HonEntity
|
||||||
|
|
||||||
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
FANS: dict[str, tuple[FanEntityDescription, ...]] = {
|
||||||
|
"HO": (
|
||||||
|
FanEntityDescription(
|
||||||
|
key="settings.windSpeed",
|
||||||
|
name="Wind Speed",
|
||||||
|
translation_key="air_extraction",
|
||||||
|
),
|
||||||
|
),
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
async def async_setup_entry(
|
||||||
|
hass: HomeAssistantType, entry: ConfigEntry, async_add_entities: AddEntitiesCallback
|
||||||
|
) -> None:
|
||||||
|
entities = []
|
||||||
|
for device in hass.data[DOMAIN][entry.unique_id].appliances:
|
||||||
|
for description in FANS.get(device.appliance_type, []):
|
||||||
|
if (
|
||||||
|
description.key not in device.available_settings
|
||||||
|
or device.get(description.key.split(".")[-1]) is None
|
||||||
|
):
|
||||||
|
continue
|
||||||
|
entity = HonFanEntity(hass, entry, device, description)
|
||||||
|
await entity.coordinator.async_config_entry_first_refresh()
|
||||||
|
entities.append(entity)
|
||||||
|
async_add_entities(entities)
|
||||||
|
|
||||||
|
|
||||||
|
class HonFanEntity(HonEntity, FanEntity):
|
||||||
|
entity_description: FanEntityDescription
|
||||||
|
|
||||||
|
def __init__(
|
||||||
|
self,
|
||||||
|
hass: HomeAssistantType,
|
||||||
|
entry: ConfigEntry,
|
||||||
|
device: HonAppliance,
|
||||||
|
description: FanEntityDescription,
|
||||||
|
) -> None:
|
||||||
|
self._attr_supported_features = FanEntityFeature.SET_SPEED
|
||||||
|
self._wind_speed: HonParameterRange
|
||||||
|
self._speed_range: tuple[int, int]
|
||||||
|
self._command, self._parameter = description.key.split(".")
|
||||||
|
|
||||||
|
super().__init__(hass, entry, device, description)
|
||||||
|
self._handle_coordinator_update(update=False)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def percentage(self) -> int | None:
|
||||||
|
"""Return the current speed."""
|
||||||
|
value = self._device.get(self._parameter, 0)
|
||||||
|
return ranged_value_to_percentage(self._speed_range, value)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def speed_count(self) -> int:
|
||||||
|
"""Return the number of speeds the fan supports."""
|
||||||
|
return len(self._wind_speed.values[1:])
|
||||||
|
|
||||||
|
async def async_set_percentage(self, percentage: int) -> None:
|
||||||
|
"""Set the speed percentage of the fan."""
|
||||||
|
mode = math.ceil(percentage_to_ranged_value(self._speed_range, percentage))
|
||||||
|
self._device.settings[self.entity_description.key].value = mode
|
||||||
|
await self._device.commands[self._command].send()
|
||||||
|
self.async_write_ha_state()
|
||||||
|
|
||||||
|
@property
|
||||||
|
def is_on(self) -> bool | None:
|
||||||
|
"""Return true if device is on."""
|
||||||
|
if self.percentage is None:
|
||||||
|
return False
|
||||||
|
mode = math.ceil(percentage_to_ranged_value(self._speed_range, self.percentage))
|
||||||
|
return bool(mode > self._wind_speed.min)
|
||||||
|
|
||||||
|
async def async_turn_on(
|
||||||
|
self,
|
||||||
|
percentage: int | None = None,
|
||||||
|
preset_mode: str | None = None,
|
||||||
|
**kwargs: Any,
|
||||||
|
) -> None:
|
||||||
|
"""Turn the entity on."""
|
||||||
|
if percentage is None:
|
||||||
|
percentage = ranged_value_to_percentage(
|
||||||
|
self._speed_range, int(self._wind_speed.values[1])
|
||||||
|
)
|
||||||
|
await self.async_set_percentage(percentage)
|
||||||
|
|
||||||
|
async def async_turn_off(self, **kwargs: Any) -> None:
|
||||||
|
"""Turn the entity off."""
|
||||||
|
self._device.settings[self.entity_description.key].value = 0
|
||||||
|
await self._device.commands[self._command].send()
|
||||||
|
self.async_write_ha_state()
|
||||||
|
|
||||||
|
@callback
|
||||||
|
def _handle_coordinator_update(self, update: bool = True) -> None:
|
||||||
|
wind_speed = self._device.settings.get(self.entity_description.key)
|
||||||
|
if isinstance(wind_speed, HonParameterRange) and len(wind_speed.values) > 1:
|
||||||
|
self._wind_speed = wind_speed
|
||||||
|
self._speed_range = (
|
||||||
|
int(self._wind_speed.values[1]),
|
||||||
|
int(self._wind_speed.values[-1]),
|
||||||
|
)
|
||||||
|
self._attr_percentage = self.percentage
|
||||||
|
if update:
|
||||||
|
self.async_write_ha_state()
|
||||||
|
|
||||||
|
@property
|
||||||
|
def available(self) -> bool:
|
||||||
|
return super().available and len(self._wind_speed.values) > 1
|
@ -1,21 +1,81 @@
|
|||||||
|
import json
|
||||||
import logging
|
import logging
|
||||||
|
from contextlib import suppress
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
|
from pathlib import Path
|
||||||
|
from typing import Optional, Any
|
||||||
|
|
||||||
|
import pkg_resources # type: ignore[import, unused-ignore]
|
||||||
|
from homeassistant.config_entries import ConfigEntry
|
||||||
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.typing import HomeAssistantType
|
||||||
from homeassistant.helpers.update_coordinator import CoordinatorEntity
|
from homeassistant.helpers.update_coordinator import CoordinatorEntity
|
||||||
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator
|
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator
|
||||||
from pyhon.appliance import HonAppliance
|
from pyhon.appliance import HonAppliance
|
||||||
|
|
||||||
from .const import DOMAIN, UPDATE_INTERVAL
|
from .const import DOMAIN, UPDATE_INTERVAL
|
||||||
|
from .typedefs import HonEntityDescription, HonOptionEntityDescription, T
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class HonEntity(CoordinatorEntity):
|
class HonInfo:
|
||||||
|
def __init__(self) -> None:
|
||||||
|
self._manifest: dict[str, Any] = self._get_manifest()
|
||||||
|
self._hon_version: str = self._manifest.get("version", "")
|
||||||
|
self._pyhon_version: str = pkg_resources.get_distribution("pyhon").version
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
|
def _get_manifest() -> dict[str, Any]:
|
||||||
|
manifest = Path(__file__).parent / "manifest.json"
|
||||||
|
with open(manifest, "r", encoding="utf-8") as file:
|
||||||
|
result: dict[str, Any] = json.loads(file.read())
|
||||||
|
return result
|
||||||
|
|
||||||
|
@property
|
||||||
|
def manifest(self) -> dict[str, Any]:
|
||||||
|
return self._manifest
|
||||||
|
|
||||||
|
@property
|
||||||
|
def hon_version(self) -> str:
|
||||||
|
return self._hon_version
|
||||||
|
|
||||||
|
@property
|
||||||
|
def pyhon_version(self) -> str:
|
||||||
|
return self._pyhon_version
|
||||||
|
|
||||||
|
|
||||||
|
class HonCoordinator(DataUpdateCoordinator[None]):
|
||||||
|
def __init__(self, hass: HomeAssistantType, device: HonAppliance):
|
||||||
|
"""Initialize my coordinator."""
|
||||||
|
super().__init__(
|
||||||
|
hass,
|
||||||
|
_LOGGER,
|
||||||
|
name=device.unique_id,
|
||||||
|
update_interval=timedelta(seconds=UPDATE_INTERVAL),
|
||||||
|
)
|
||||||
|
self._device = device
|
||||||
|
self._info = HonInfo()
|
||||||
|
|
||||||
|
async def _async_update_data(self) -> None:
|
||||||
|
return await self._device.update()
|
||||||
|
|
||||||
|
@property
|
||||||
|
def info(self) -> HonInfo:
|
||||||
|
return self._info
|
||||||
|
|
||||||
|
|
||||||
|
class HonEntity(CoordinatorEntity[HonCoordinator]):
|
||||||
_attr_has_entity_name = True
|
_attr_has_entity_name = True
|
||||||
|
|
||||||
def __init__(self, hass, entry, device: HonAppliance, description=None) -> None:
|
def __init__(
|
||||||
|
self,
|
||||||
|
hass: HomeAssistantType,
|
||||||
|
entry: ConfigEntry,
|
||||||
|
device: HonAppliance,
|
||||||
|
description: Optional[HonEntityDescription] = None,
|
||||||
|
) -> None:
|
||||||
coordinator = get_coordinator(hass, device)
|
coordinator = get_coordinator(hass, device)
|
||||||
super().__init__(coordinator)
|
super().__init__(coordinator)
|
||||||
|
|
||||||
@ -32,13 +92,11 @@ class HonEntity(CoordinatorEntity):
|
|||||||
self._handle_coordinator_update(update=False)
|
self._handle_coordinator_update(update=False)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def device_info(self):
|
def device_info(self) -> DeviceInfo:
|
||||||
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,35 +107,35 @@ class HonEntity(CoordinatorEntity):
|
|||||||
self.async_write_ha_state()
|
self.async_write_ha_state()
|
||||||
|
|
||||||
|
|
||||||
class HonCoordinator(DataUpdateCoordinator):
|
def unique_entities(
|
||||||
def __init__(self, hass, device: HonAppliance):
|
base_entities: tuple[T, ...],
|
||||||
"""Initialize my coordinator."""
|
new_entities: tuple[T, ...],
|
||||||
super().__init__(
|
) -> tuple[T, ...]:
|
||||||
hass,
|
|
||||||
_LOGGER,
|
|
||||||
name=device.unique_id,
|
|
||||||
update_interval=timedelta(seconds=UPDATE_INTERVAL),
|
|
||||||
)
|
|
||||||
self._device = device
|
|
||||||
|
|
||||||
async def _async_update_data(self):
|
|
||||||
await self._device.update()
|
|
||||||
|
|
||||||
|
|
||||||
def unique_entities(base_entities, new_entities):
|
|
||||||
result = list(base_entities)
|
result = list(base_entities)
|
||||||
existing_entities = [entity.key for entity in base_entities]
|
existing_entities = [entity.key for entity in base_entities]
|
||||||
|
entity: HonEntityDescription
|
||||||
for entity in new_entities:
|
for entity in new_entities:
|
||||||
if entity.key not in existing_entities:
|
if entity.key not in existing_entities:
|
||||||
result.append(entity)
|
result.append(entity)
|
||||||
return tuple(result)
|
return tuple(result)
|
||||||
|
|
||||||
|
|
||||||
def get_coordinator(hass, appliance):
|
def get_coordinator(hass: HomeAssistantType, appliance: HonAppliance) -> HonCoordinator:
|
||||||
coordinators = hass.data[DOMAIN]["coordinators"]
|
coordinators = hass.data[DOMAIN]["coordinators"]
|
||||||
if appliance.unique_id in coordinators:
|
if appliance.unique_id in coordinators:
|
||||||
coordinator = hass.data[DOMAIN]["coordinators"][appliance.unique_id]
|
coordinator: HonCoordinator = hass.data[DOMAIN]["coordinators"][
|
||||||
|
appliance.unique_id
|
||||||
|
]
|
||||||
else:
|
else:
|
||||||
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: HonOptionEntityDescription, value: float | str
|
||||||
|
) -> float | str:
|
||||||
|
if description.option_list is not None:
|
||||||
|
with suppress(ValueError):
|
||||||
|
return description.option_list.get(int(value), value)
|
||||||
|
return value
|
||||||
|
139
custom_components/hon/light.py
Normal file
@ -0,0 +1,139 @@
|
|||||||
|
import logging
|
||||||
|
from typing import Any
|
||||||
|
|
||||||
|
from homeassistant.components.light import (
|
||||||
|
LightEntityDescription,
|
||||||
|
LightEntity,
|
||||||
|
ColorMode,
|
||||||
|
ATTR_BRIGHTNESS,
|
||||||
|
)
|
||||||
|
from homeassistant.config_entries import ConfigEntry
|
||||||
|
from homeassistant.core import callback
|
||||||
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||||
|
from homeassistant.helpers.typing import HomeAssistantType
|
||||||
|
from pyhon.appliance import HonAppliance
|
||||||
|
from pyhon.parameter.range import HonParameterRange
|
||||||
|
|
||||||
|
from .const import DOMAIN
|
||||||
|
from .hon import HonEntity
|
||||||
|
|
||||||
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
LIGHTS: dict[str, tuple[LightEntityDescription, ...]] = {
|
||||||
|
"WC": (
|
||||||
|
LightEntityDescription(
|
||||||
|
key="settings.lightStatus",
|
||||||
|
name="Light",
|
||||||
|
translation_key="light",
|
||||||
|
),
|
||||||
|
),
|
||||||
|
"HO": (
|
||||||
|
LightEntityDescription(
|
||||||
|
key="settings.lightStatus",
|
||||||
|
name="Light status",
|
||||||
|
translation_key="light",
|
||||||
|
),
|
||||||
|
),
|
||||||
|
"AP": (
|
||||||
|
LightEntityDescription(
|
||||||
|
key="settings.lightStatus",
|
||||||
|
name="Light status",
|
||||||
|
translation_key="light",
|
||||||
|
),
|
||||||
|
),
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
async def async_setup_entry(
|
||||||
|
hass: HomeAssistantType, entry: ConfigEntry, async_add_entities: AddEntitiesCallback
|
||||||
|
) -> None:
|
||||||
|
entities = []
|
||||||
|
for device in hass.data[DOMAIN][entry.unique_id].appliances:
|
||||||
|
for description in LIGHTS.get(device.appliance_type, []):
|
||||||
|
if (
|
||||||
|
description.key not in device.available_settings
|
||||||
|
or device.get(description.key.split(".")[-1]) is None
|
||||||
|
):
|
||||||
|
continue
|
||||||
|
entity = HonLightEntity(hass, entry, device, description)
|
||||||
|
await entity.coordinator.async_config_entry_first_refresh()
|
||||||
|
entities.append(entity)
|
||||||
|
async_add_entities(entities)
|
||||||
|
|
||||||
|
|
||||||
|
class HonLightEntity(HonEntity, LightEntity):
|
||||||
|
entity_description: LightEntityDescription
|
||||||
|
|
||||||
|
def __init__(
|
||||||
|
self,
|
||||||
|
hass: HomeAssistantType,
|
||||||
|
entry: ConfigEntry,
|
||||||
|
device: HonAppliance,
|
||||||
|
description: LightEntityDescription,
|
||||||
|
) -> None:
|
||||||
|
light = device.settings.get(description.key)
|
||||||
|
if not isinstance(light, HonParameterRange):
|
||||||
|
raise ValueError()
|
||||||
|
self._light_range = (light.min, light.max)
|
||||||
|
self._attr_supported_color_modes: set[ColorMode] = set()
|
||||||
|
if len(light.values) == 2:
|
||||||
|
self._attr_supported_color_modes.add(ColorMode.ONOFF)
|
||||||
|
else:
|
||||||
|
self._attr_supported_color_modes.add(ColorMode.BRIGHTNESS)
|
||||||
|
self._command, self._parameter = description.key.split(".")
|
||||||
|
super().__init__(hass, entry, device, description)
|
||||||
|
self._handle_coordinator_update(update=False)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def is_on(self) -> bool:
|
||||||
|
"""Return true if light is on."""
|
||||||
|
return bool(self._device.get(self.entity_description.key.split(".")[-1]) > 0)
|
||||||
|
|
||||||
|
async def async_turn_on(self, **kwargs: Any) -> None:
|
||||||
|
"""Turn on or control the light."""
|
||||||
|
light = self._device.settings.get(self.entity_description.key)
|
||||||
|
if not isinstance(light, HonParameterRange):
|
||||||
|
raise ValueError()
|
||||||
|
if ColorMode.BRIGHTNESS in self._attr_supported_color_modes:
|
||||||
|
percent = int(100 / 255 * kwargs.get(ATTR_BRIGHTNESS, 128))
|
||||||
|
light.value = round(light.max / 100 * percent)
|
||||||
|
if light.value == light.min:
|
||||||
|
self._attr_is_on = False
|
||||||
|
self._attr_brightness = self.brightness
|
||||||
|
else:
|
||||||
|
light.value = light.max
|
||||||
|
await self._device.commands[self._command].send()
|
||||||
|
self.async_write_ha_state()
|
||||||
|
|
||||||
|
async def async_turn_off(self, **kwargs: Any) -> None:
|
||||||
|
"""Instruct the light to turn off."""
|
||||||
|
light = self._device.settings.get(self.entity_description.key)
|
||||||
|
if not isinstance(light, HonParameterRange):
|
||||||
|
raise ValueError()
|
||||||
|
light.value = light.min
|
||||||
|
await self._device.commands[self._command].send()
|
||||||
|
self.async_write_ha_state()
|
||||||
|
|
||||||
|
@property
|
||||||
|
def brightness(self) -> int | None:
|
||||||
|
"""Return the brightness of the light."""
|
||||||
|
light = self._device.settings.get(self.entity_description.key)
|
||||||
|
if not isinstance(light, HonParameterRange):
|
||||||
|
raise ValueError()
|
||||||
|
if light.value == light.min:
|
||||||
|
return None
|
||||||
|
return int(255 / light.max * float(light.value))
|
||||||
|
|
||||||
|
@callback
|
||||||
|
def _handle_coordinator_update(self, update: bool = True) -> None:
|
||||||
|
self._attr_is_on = self.is_on
|
||||||
|
self._attr_brightness = self.brightness
|
||||||
|
if update:
|
||||||
|
self.async_write_ha_state()
|
||||||
|
|
||||||
|
@property
|
||||||
|
def available(self) -> bool:
|
||||||
|
if (entity := self._device.settings.get(self.entity_description.key)) is None:
|
||||||
|
return False
|
||||||
|
return super().available and len(entity.values) > 1
|
87
custom_components/hon/lock.py
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
import logging
|
||||||
|
from typing import Any
|
||||||
|
|
||||||
|
from homeassistant.components.lock import LockEntity, LockEntityDescription
|
||||||
|
from homeassistant.config_entries import ConfigEntry
|
||||||
|
from homeassistant.core import callback
|
||||||
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||||
|
from homeassistant.helpers.typing import HomeAssistantType
|
||||||
|
from pyhon.parameter.base import HonParameter
|
||||||
|
from pyhon.parameter.range import HonParameterRange
|
||||||
|
|
||||||
|
from .const import DOMAIN
|
||||||
|
from .hon import HonEntity
|
||||||
|
|
||||||
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
LOCKS: dict[str, tuple[LockEntityDescription, ...]] = {
|
||||||
|
"AP": (
|
||||||
|
LockEntityDescription(
|
||||||
|
key="lockStatus",
|
||||||
|
name="Lock Status",
|
||||||
|
translation_key="mode",
|
||||||
|
),
|
||||||
|
),
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
async def async_setup_entry(
|
||||||
|
hass: HomeAssistantType, entry: ConfigEntry, async_add_entities: AddEntitiesCallback
|
||||||
|
) -> None:
|
||||||
|
entities = []
|
||||||
|
for device in hass.data[DOMAIN][entry.unique_id].appliances:
|
||||||
|
for description in LOCKS.get(device.appliance_type, []):
|
||||||
|
if (
|
||||||
|
f"settings.{description.key}" not in device.available_settings
|
||||||
|
or device.get(description.key) is None
|
||||||
|
):
|
||||||
|
continue
|
||||||
|
entity = HonLockEntity(hass, entry, device, description)
|
||||||
|
await entity.coordinator.async_config_entry_first_refresh()
|
||||||
|
entities.append(entity)
|
||||||
|
|
||||||
|
async_add_entities(entities)
|
||||||
|
|
||||||
|
|
||||||
|
class HonLockEntity(HonEntity, LockEntity):
|
||||||
|
entity_description: LockEntityDescription
|
||||||
|
|
||||||
|
@property
|
||||||
|
def is_locked(self) -> bool | None:
|
||||||
|
"""Return a boolean for the state of the lock."""
|
||||||
|
return bool(self._device.get(self.entity_description.key, 0) == 1)
|
||||||
|
|
||||||
|
async def async_lock(self, **kwargs: Any) -> None:
|
||||||
|
"""Lock method."""
|
||||||
|
setting = self._device.settings.get(f"settings.{self.entity_description.key}")
|
||||||
|
if type(setting) == HonParameter or setting is None:
|
||||||
|
return
|
||||||
|
setting.value = setting.max if isinstance(setting, HonParameterRange) else 1
|
||||||
|
self.async_write_ha_state()
|
||||||
|
await self._device.commands["settings"].send()
|
||||||
|
await self.coordinator.async_refresh()
|
||||||
|
|
||||||
|
async def async_unlock(self, **kwargs: Any) -> None:
|
||||||
|
"""Unlock method."""
|
||||||
|
setting = self._device.settings[f"settings.{self.entity_description.key}"]
|
||||||
|
if type(setting) == HonParameter:
|
||||||
|
return
|
||||||
|
setting.value = setting.min if isinstance(setting, HonParameterRange) else 0
|
||||||
|
self.async_write_ha_state()
|
||||||
|
await self._device.commands["settings"].send()
|
||||||
|
await self.coordinator.async_refresh()
|
||||||
|
|
||||||
|
@property
|
||||||
|
def available(self) -> bool:
|
||||||
|
"""Return True if entity is available."""
|
||||||
|
return (
|
||||||
|
super().available
|
||||||
|
and int(self._device.get("remoteCtrValid", 1)) == 1
|
||||||
|
and self._device.get("attributes.lastConnEvent.category") != "DISCONNECTED"
|
||||||
|
)
|
||||||
|
|
||||||
|
@callback
|
||||||
|
def _handle_coordinator_update(self, update: bool = True) -> None:
|
||||||
|
self._attr_is_locked = self.is_locked
|
||||||
|
if update:
|
||||||
|
self.async_write_ha_state()
|
@ -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.12.4"
|
"pyhOn==0.15.9"
|
||||||
],
|
],
|
||||||
"version": "0.8.1"
|
"version": "0.10.1-beta.1"
|
||||||
}
|
}
|
||||||
|
@ -10,6 +10,9 @@ from homeassistant.config_entries import ConfigEntry
|
|||||||
from homeassistant.const import UnitOfTime, UnitOfTemperature
|
from homeassistant.const import UnitOfTime, UnitOfTemperature
|
||||||
from homeassistant.core import callback
|
from homeassistant.core import callback
|
||||||
from homeassistant.helpers.entity import EntityCategory
|
from homeassistant.helpers.entity import EntityCategory
|
||||||
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||||
|
from homeassistant.helpers.typing import HomeAssistantType
|
||||||
|
from pyhon.appliance import HonAppliance
|
||||||
from pyhon.parameter.range import HonParameterRange
|
from pyhon.parameter.range import HonParameterRange
|
||||||
|
|
||||||
from .const import DOMAIN
|
from .const import DOMAIN
|
||||||
@ -48,18 +51,18 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = {
|
|||||||
native_unit_of_measurement=UnitOfTime.MINUTES,
|
native_unit_of_measurement=UnitOfTime.MINUTES,
|
||||||
translation_key="wash_time",
|
translation_key="wash_time",
|
||||||
),
|
),
|
||||||
HonConfigNumberEntityDescription(
|
|
||||||
key="startProgram.steamLevel",
|
|
||||||
name="Steam Level",
|
|
||||||
icon="mdi:weather-dust",
|
|
||||||
translation_key="steam_level",
|
|
||||||
),
|
|
||||||
HonConfigNumberEntityDescription(
|
HonConfigNumberEntityDescription(
|
||||||
key="startProgram.waterHard",
|
key="startProgram.waterHard",
|
||||||
name="Water hard",
|
name="Water hard",
|
||||||
icon="mdi:water",
|
icon="mdi:water",
|
||||||
translation_key="water_hard",
|
translation_key="water_hard",
|
||||||
),
|
),
|
||||||
|
HonNumberEntityDescription(
|
||||||
|
key="settings.waterHard",
|
||||||
|
name="Water hard",
|
||||||
|
icon="mdi:water",
|
||||||
|
translation_key="water_hard",
|
||||||
|
),
|
||||||
HonConfigNumberEntityDescription(
|
HonConfigNumberEntityDescription(
|
||||||
key="startProgram.lang",
|
key="startProgram.lang",
|
||||||
name="lang",
|
name="lang",
|
||||||
@ -162,18 +165,26 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = {
|
|||||||
translation_key="freezer_temp_sel",
|
translation_key="freezer_temp_sel",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
"HO": (
|
"AP": (
|
||||||
HonNumberEntityDescription(
|
HonNumberEntityDescription(
|
||||||
key="startProgram.windSpeed",
|
key="settings.aromaTimeOn",
|
||||||
name="Wind speed",
|
name="Aroma Time On",
|
||||||
icon="mdi:fan",
|
icon="mdi:scent",
|
||||||
entity_category=EntityCategory.CONFIG,
|
native_unit_of_measurement=UnitOfTime.SECONDS,
|
||||||
|
translation_key="aroma_time_on",
|
||||||
),
|
),
|
||||||
HonNumberEntityDescription(
|
HonNumberEntityDescription(
|
||||||
key="startProgram.lightStatus",
|
key="settings.aromaTimeOff",
|
||||||
name="Light status",
|
name="Aroma Time Off",
|
||||||
icon="mdi:lightbulb",
|
icon="mdi:scent-off",
|
||||||
entity_category=EntityCategory.CONFIG,
|
native_unit_of_measurement=UnitOfTime.SECONDS,
|
||||||
|
translation_key="aroma_time_off",
|
||||||
|
),
|
||||||
|
HonNumberEntityDescription(
|
||||||
|
key="settings.pollenLevel",
|
||||||
|
name="Pollen Level",
|
||||||
|
icon="mdi:flower-pollen",
|
||||||
|
translation_key="pollen_level",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
@ -181,8 +192,11 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = {
|
|||||||
NUMBERS["WD"] = unique_entities(NUMBERS["WM"], NUMBERS["TD"])
|
NUMBERS["WD"] = unique_entities(NUMBERS["WM"], NUMBERS["TD"])
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None:
|
async def async_setup_entry(
|
||||||
|
hass: HomeAssistantType, entry: ConfigEntry, async_add_entities: AddEntitiesCallback
|
||||||
|
) -> None:
|
||||||
entities = []
|
entities = []
|
||||||
|
entity: HonNumberEntity | HonConfigNumberEntity
|
||||||
for device in hass.data[DOMAIN][entry.unique_id].appliances:
|
for device in hass.data[DOMAIN][entry.unique_id].appliances:
|
||||||
for description in NUMBERS.get(device.appliance_type, []):
|
for description in NUMBERS.get(device.appliance_type, []):
|
||||||
if description.key not in device.available_settings:
|
if description.key not in device.available_settings:
|
||||||
@ -201,7 +215,13 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non
|
|||||||
class HonNumberEntity(HonEntity, NumberEntity):
|
class HonNumberEntity(HonEntity, NumberEntity):
|
||||||
entity_description: HonNumberEntityDescription
|
entity_description: HonNumberEntityDescription
|
||||||
|
|
||||||
def __init__(self, hass, entry, device, description) -> None:
|
def __init__(
|
||||||
|
self,
|
||||||
|
hass: HomeAssistantType,
|
||||||
|
entry: ConfigEntry,
|
||||||
|
device: HonAppliance,
|
||||||
|
description: HonNumberEntityDescription,
|
||||||
|
) -> None:
|
||||||
super().__init__(hass, entry, device, description)
|
super().__init__(hass, entry, device, description)
|
||||||
|
|
||||||
self._data = device.settings[description.key]
|
self._data = device.settings[description.key]
|
||||||
@ -212,7 +232,9 @@ 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)
|
if value := self._device.get(self.entity_description.key.split(".")[-1]):
|
||||||
|
return float(value)
|
||||||
|
return None
|
||||||
|
|
||||||
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]
|
||||||
@ -220,16 +242,18 @@ 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
|
||||||
def _handle_coordinator_update(self, update=True) -> None:
|
def _handle_coordinator_update(self, update: bool = True) -> None:
|
||||||
setting = self._device.settings[self.entity_description.key]
|
setting = self._device.settings[self.entity_description.key]
|
||||||
if isinstance(setting, HonParameterRange):
|
if isinstance(setting, HonParameterRange):
|
||||||
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()
|
||||||
|
|
||||||
@ -238,15 +262,36 @@ 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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class HonConfigNumberEntity(HonNumberEntity):
|
class HonConfigNumberEntity(HonEntity, NumberEntity):
|
||||||
entity_description: HonConfigNumberEntityDescription
|
entity_description: HonConfigNumberEntityDescription
|
||||||
|
|
||||||
async def async_set_native_value(self, value: str) -> None:
|
def __init__(
|
||||||
|
self,
|
||||||
|
hass: HomeAssistantType,
|
||||||
|
entry: ConfigEntry,
|
||||||
|
device: HonAppliance,
|
||||||
|
description: HonConfigNumberEntityDescription,
|
||||||
|
) -> None:
|
||||||
|
super().__init__(hass, entry, device, description)
|
||||||
|
|
||||||
|
self._data = device.settings[description.key]
|
||||||
|
if isinstance(self._data, HonParameterRange):
|
||||||
|
self._attr_native_max_value = self._data.max
|
||||||
|
self._attr_native_min_value = self._data.min
|
||||||
|
self._attr_native_step = self._data.step
|
||||||
|
|
||||||
|
@property
|
||||||
|
def native_value(self) -> float | None:
|
||||||
|
if value := self._device.settings[self.entity_description.key].value:
|
||||||
|
return float(value)
|
||||||
|
return 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]
|
||||||
if isinstance(setting, HonParameterRange):
|
if isinstance(setting, HonParameterRange):
|
||||||
setting.value = value
|
setting.value = value
|
||||||
@ -256,3 +301,14 @@ class HonConfigNumberEntity(HonNumberEntity):
|
|||||||
def available(self) -> bool:
|
def available(self) -> bool:
|
||||||
"""Return True if entity is available."""
|
"""Return True if entity is available."""
|
||||||
return super(NumberEntity, self).available
|
return super(NumberEntity, self).available
|
||||||
|
|
||||||
|
@callback
|
||||||
|
def _handle_coordinator_update(self, update: bool = True) -> None:
|
||||||
|
setting = self._device.settings[self.entity_description.key]
|
||||||
|
if isinstance(setting, HonParameterRange):
|
||||||
|
self._attr_native_max_value = setting.max
|
||||||
|
self._attr_native_min_value = setting.min
|
||||||
|
self._attr_native_step = setting.step
|
||||||
|
self._attr_native_value = self.native_value
|
||||||
|
if update:
|
||||||
|
self.async_write_ha_state()
|
||||||
|
@ -8,26 +8,28 @@ 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 homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||||
from pyhon.parameter.fixed import HonParameterFixed
|
from homeassistant.helpers.typing import HomeAssistantType
|
||||||
|
|
||||||
|
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 = 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 = None
|
||||||
|
|
||||||
|
|
||||||
SELECTS = {
|
SELECTS: dict[str, tuple[SelectEntityDescription, ...]] = {
|
||||||
"WM": (
|
"WM": (
|
||||||
HonConfigSelectEntityDescription(
|
HonConfigSelectEntityDescription(
|
||||||
key="startProgram.spinSpeed",
|
key="startProgram.spinSpeed",
|
||||||
@ -48,6 +50,26 @@ SELECTS = {
|
|||||||
name="Program",
|
name="Program",
|
||||||
translation_key="programs_wm",
|
translation_key="programs_wm",
|
||||||
),
|
),
|
||||||
|
HonConfigSelectEntityDescription(
|
||||||
|
key="startProgram.steamLevel",
|
||||||
|
name="Steam level",
|
||||||
|
icon="mdi:weather-dust",
|
||||||
|
translation_key="steam_level",
|
||||||
|
option_list=const.STEAM_LEVEL,
|
||||||
|
),
|
||||||
|
HonConfigSelectEntityDescription(
|
||||||
|
key="startProgram.dirtyLevel",
|
||||||
|
name="Dirty level",
|
||||||
|
icon="mdi:liquid-spot",
|
||||||
|
translation_key="dirt_level",
|
||||||
|
option_list=const.DIRTY_LEVEL,
|
||||||
|
),
|
||||||
|
HonConfigSelectEntityDescription(
|
||||||
|
key="startProgram.extendedStainType",
|
||||||
|
name="Stain Type",
|
||||||
|
icon="mdi:liquid-spot",
|
||||||
|
translation_key="stain_type",
|
||||||
|
),
|
||||||
),
|
),
|
||||||
"TD": (
|
"TD": (
|
||||||
HonConfigSelectEntityDescription(
|
HonConfigSelectEntityDescription(
|
||||||
@ -67,6 +89,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 +138,21 @@ 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,
|
||||||
|
),
|
||||||
|
HonSelectEntityDescription(
|
||||||
|
key="settings.windDirectionHorizontal",
|
||||||
|
name="Fan Direction Horizontal",
|
||||||
|
icon="mdi:fan",
|
||||||
|
translation_key="fan_horizontal",
|
||||||
|
option_list=const.AC_POSITION_HORIZONTAL,
|
||||||
|
),
|
||||||
|
HonSelectEntityDescription(
|
||||||
|
key="settings.windDirectionVertical",
|
||||||
|
name="Fan Direction Vertical",
|
||||||
|
icon="mdi:fan",
|
||||||
|
translation_key="fan_vertical",
|
||||||
|
option_list=const.AC_POSITION_VERTICAL,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
"REF": (
|
"REF": (
|
||||||
@ -130,13 +168,32 @@ SELECTS = {
|
|||||||
translation_key="ref_zones",
|
translation_key="ref_zones",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
"AP": (
|
||||||
|
HonSelectEntityDescription(
|
||||||
|
key="settings.aromaStatus",
|
||||||
|
name="Diffuser Level",
|
||||||
|
option_list=const.AP_DIFFUSER_LEVEL,
|
||||||
|
translation_key="diffuser",
|
||||||
|
icon="mdi:air-purifier",
|
||||||
|
),
|
||||||
|
HonSelectEntityDescription(
|
||||||
|
key="settings.machMode",
|
||||||
|
name="Mode",
|
||||||
|
icon="mdi:play",
|
||||||
|
option_list=const.AP_MACH_MODE,
|
||||||
|
translation_key="mode",
|
||||||
|
),
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
SELECTS["WD"] = unique_entities(SELECTS["WM"], SELECTS["TD"])
|
SELECTS["WD"] = unique_entities(SELECTS["WM"], SELECTS["TD"])
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None:
|
async def async_setup_entry(
|
||||||
|
hass: HomeAssistantType, entry: ConfigEntry, async_add_entities: AddEntitiesCallback
|
||||||
|
) -> None:
|
||||||
entities = []
|
entities = []
|
||||||
|
entity: HonSelectEntity | HonConfigSelectEntity
|
||||||
for device in hass.data[DOMAIN][entry.unique_id].appliances:
|
for device in hass.data[DOMAIN][entry.unique_id].appliances:
|
||||||
for description in SELECTS.get(device.appliance_type, []):
|
for description in SELECTS.get(device.appliance_type, []):
|
||||||
if description.key not in device.available_settings:
|
if description.key not in device.available_settings:
|
||||||
@ -152,64 +209,109 @@ 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 str(value)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def options(self) -> list[str]:
|
||||||
|
setting = self._device.settings.get(self.entity_description.key)
|
||||||
|
if setting is None:
|
||||||
|
return []
|
||||||
|
return [
|
||||||
|
str(get_readable(self.entity_description, key)) for key in setting.values
|
||||||
|
]
|
||||||
|
|
||||||
|
def _option_to_number(self, option: str, values: list[str]) -> str:
|
||||||
|
if (options := self.entity_description.option_list) is not None:
|
||||||
|
return str(
|
||||||
|
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: bool = 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(HonEntity, SelectEntity):
|
||||||
entity_description: HonConfigSelectEntityDescription
|
entity_description: HonSelectEntityDescription
|
||||||
|
|
||||||
|
@property
|
||||||
|
def current_option(self) -> str | None:
|
||||||
|
if not (setting := self._device.settings.get(self.entity_description.key)):
|
||||||
|
return None
|
||||||
|
value = get_readable(self.entity_description, setting.value)
|
||||||
|
if value not in self._attr_options:
|
||||||
|
return None
|
||||||
|
return str(value)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def options(self) -> list[str]:
|
||||||
|
setting = self._device.settings.get(self.entity_description.key)
|
||||||
|
if setting is None:
|
||||||
|
return []
|
||||||
|
return [
|
||||||
|
str(get_readable(self.entity_description, key)) for key in setting.values
|
||||||
|
]
|
||||||
|
|
||||||
|
def _option_to_number(self, option: str, values: list[str]) -> str:
|
||||||
|
if (options := self.entity_description.option_list) is not None:
|
||||||
|
return str(
|
||||||
|
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]
|
||||||
|
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"
|
||||||
|
)
|
||||||
|
|
||||||
|
@callback
|
||||||
|
def _handle_coordinator_update(self, update: bool = True) -> None:
|
||||||
|
self._attr_available = self.available
|
||||||
|
self._attr_options = self.options
|
||||||
|
self._attr_current_option = self.current_option
|
||||||
|
if update:
|
||||||
|
self.async_write_ha_state()
|
||||||
|
@ -8,7 +8,11 @@ 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_MILLION,
|
||||||
|
)
|
||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
REVOLUTIONS_PER_MINUTE,
|
REVOLUTIONS_PER_MINUTE,
|
||||||
UnitOfEnergy,
|
UnitOfEnergy,
|
||||||
@ -20,11 +24,12 @@ 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 homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||||
|
from homeassistant.helpers.typing import HomeAssistantType
|
||||||
|
|
||||||
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 = None
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class HonSensorEntityDescription(SensorEntityDescription):
|
class HonSensorEntityDescription(SensorEntityDescription):
|
||||||
pass
|
option_list: dict[int, str] | None = 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"
|
||||||
@ -152,9 +158,11 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
|
|||||||
),
|
),
|
||||||
HonSensorEntityDescription(
|
HonSensorEntityDescription(
|
||||||
key="dirtyLevel",
|
key="dirtyLevel",
|
||||||
name="Dirt level",
|
name="Dirty 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",
|
||||||
@ -179,6 +187,22 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
|
|||||||
device_class=SensorDeviceClass.ENUM,
|
device_class=SensorDeviceClass.ENUM,
|
||||||
translation_key="programs_wm",
|
translation_key="programs_wm",
|
||||||
),
|
),
|
||||||
|
HonSensorEntityDescription(
|
||||||
|
key="steamLevel",
|
||||||
|
name="Steam level",
|
||||||
|
icon="mdi:weather-dust",
|
||||||
|
device_class=SensorDeviceClass.ENUM,
|
||||||
|
translation_key="steam_level",
|
||||||
|
option_list=const.STEAM_LEVEL,
|
||||||
|
),
|
||||||
|
HonSensorEntityDescription(
|
||||||
|
key="stainType",
|
||||||
|
name="Stain Type",
|
||||||
|
icon="mdi:liquid-spot",
|
||||||
|
device_class=SensorDeviceClass.ENUM,
|
||||||
|
translation_key="stain_type",
|
||||||
|
option_list=const.STAIN_TYPES,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
"TD": (
|
"TD": (
|
||||||
HonSensorEntityDescription(
|
HonSensorEntityDescription(
|
||||||
@ -187,7 +211,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 +245,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 +253,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",
|
||||||
@ -252,18 +276,6 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
|
|||||||
state_class=SensorStateClass.MEASUREMENT,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
translation_key="energy_label",
|
translation_key="energy_label",
|
||||||
),
|
),
|
||||||
HonConfigSensorEntityDescription(
|
|
||||||
key="startProgram.steamLevel",
|
|
||||||
name="Steam level",
|
|
||||||
icon="mdi:smoke",
|
|
||||||
translation_key="steam_level",
|
|
||||||
),
|
|
||||||
HonSensorEntityDescription(
|
|
||||||
key="steamLevel",
|
|
||||||
name="Steam level",
|
|
||||||
icon="mdi:smoke",
|
|
||||||
translation_key="steam_level",
|
|
||||||
),
|
|
||||||
HonConfigSensorEntityDescription(
|
HonConfigSensorEntityDescription(
|
||||||
key="steamType",
|
key="steamType",
|
||||||
name="Steam Type",
|
name="Steam Type",
|
||||||
@ -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",
|
||||||
@ -484,6 +496,7 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
|
|||||||
state_class=SensorStateClass.MEASUREMENT,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
device_class=SensorDeviceClass.TEMPERATURE,
|
device_class=SensorDeviceClass.TEMPERATURE,
|
||||||
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
|
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
|
||||||
|
translation_key="target_temperature",
|
||||||
),
|
),
|
||||||
HonSensorEntityDescription(
|
HonSensorEntityDescription(
|
||||||
key="programName",
|
key="programName",
|
||||||
@ -492,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(
|
||||||
@ -533,6 +554,14 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
|
|||||||
HonSensorEntityDescription(
|
HonSensorEntityDescription(
|
||||||
key="errors", name="Error", icon="mdi:math-log", translation_key="errors"
|
key="errors", name="Error", icon="mdi:math-log", translation_key="errors"
|
||||||
),
|
),
|
||||||
|
HonSensorEntityDescription(
|
||||||
|
key="humidityLevel",
|
||||||
|
name="Humidity Level",
|
||||||
|
icon="mdi:water-outline",
|
||||||
|
device_class=SensorDeviceClass.ENUM,
|
||||||
|
translation_key="humidity_level",
|
||||||
|
option_list=const.REF_HUMIDITY_LEVELS,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
"HO": (
|
"HO": (
|
||||||
HonSensorEntityDescription(
|
HonSensorEntityDescription(
|
||||||
@ -593,22 +622,177 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
|
|||||||
name="RGB Light Status",
|
name="RGB Light Status",
|
||||||
icon="mdi:lightbulb",
|
icon="mdi:lightbulb",
|
||||||
),
|
),
|
||||||
|
),
|
||||||
|
"WC": (
|
||||||
|
HonSensorEntityDescription(
|
||||||
|
key="errors", name="Error", icon="mdi:math-log", translation_key="errors"
|
||||||
|
),
|
||||||
|
HonSensorEntityDescription(
|
||||||
|
key="humidityZ1",
|
||||||
|
name="Humidity",
|
||||||
|
icon="mdi:water-percent",
|
||||||
|
device_class=SensorDeviceClass.HUMIDITY,
|
||||||
|
native_unit_of_measurement=PERCENTAGE,
|
||||||
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
|
translation_key="humidity",
|
||||||
|
),
|
||||||
|
HonSensorEntityDescription(
|
||||||
|
key="humidityZ2",
|
||||||
|
name="Humidity 2",
|
||||||
|
icon="mdi:water-percent",
|
||||||
|
device_class=SensorDeviceClass.HUMIDITY,
|
||||||
|
native_unit_of_measurement=PERCENTAGE,
|
||||||
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
|
translation_key="humidity",
|
||||||
|
),
|
||||||
|
HonSensorEntityDescription(
|
||||||
|
key="temp",
|
||||||
|
name="Temperature",
|
||||||
|
icon="mdi:thermometer",
|
||||||
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
|
device_class=SensorDeviceClass.TEMPERATURE,
|
||||||
|
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
|
||||||
|
translation_key="temperature",
|
||||||
|
),
|
||||||
|
HonSensorEntityDescription(
|
||||||
|
key="tempEnv",
|
||||||
|
name="Room Temperature",
|
||||||
|
icon="mdi:home-thermometer-outline",
|
||||||
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
|
device_class=SensorDeviceClass.TEMPERATURE,
|
||||||
|
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
|
||||||
|
translation_key="room_temperature",
|
||||||
|
),
|
||||||
|
HonSensorEntityDescription(
|
||||||
|
key="tempSel",
|
||||||
|
name="Selected Temperature",
|
||||||
|
icon="mdi:thermometer",
|
||||||
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
|
device_class=SensorDeviceClass.TEMPERATURE,
|
||||||
|
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
|
||||||
|
translation_key="target_temperature",
|
||||||
|
),
|
||||||
|
HonSensorEntityDescription(
|
||||||
|
key="tempSelZ2",
|
||||||
|
name="Selected Temperature 2",
|
||||||
|
icon="mdi:thermometer",
|
||||||
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
|
device_class=SensorDeviceClass.TEMPERATURE,
|
||||||
|
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
|
||||||
|
translation_key="target_temperature",
|
||||||
|
),
|
||||||
|
HonSensorEntityDescription(
|
||||||
|
key="tempZ2",
|
||||||
|
name="Temperature 2",
|
||||||
|
icon="mdi:thermometer",
|
||||||
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
|
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
|
||||||
|
device_class=SensorDeviceClass.TEMPERATURE,
|
||||||
|
translation_key="temperature",
|
||||||
|
),
|
||||||
|
HonSensorEntityDescription(
|
||||||
|
key="programName",
|
||||||
|
name="Program",
|
||||||
|
icon="mdi:play",
|
||||||
|
device_class=SensorDeviceClass.ENUM,
|
||||||
|
translation_key="programs_wc",
|
||||||
|
),
|
||||||
|
),
|
||||||
|
"AP": (
|
||||||
|
HonSensorEntityDescription(
|
||||||
|
key="errors", name="Error", icon="mdi:math-log", translation_key="errors"
|
||||||
|
),
|
||||||
|
HonSensorEntityDescription(
|
||||||
|
key="mainFilterStatus",
|
||||||
|
name="Main Filter Status",
|
||||||
|
icon="mdi:air-filter",
|
||||||
|
translation_key="filter_life",
|
||||||
|
native_unit_of_measurement=PERCENTAGE,
|
||||||
|
),
|
||||||
|
HonSensorEntityDescription(
|
||||||
|
key="preFilterStatus",
|
||||||
|
name="Pre Filter Status",
|
||||||
|
icon="mdi:air-filter",
|
||||||
|
translation_key="filter_cleaning",
|
||||||
|
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="PM 10",
|
||||||
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
|
device_class=SensorDeviceClass.PM10,
|
||||||
|
native_unit_of_measurement=CONCENTRATION_MICROGRAMS_PER_CUBIC_METER,
|
||||||
|
),
|
||||||
|
HonSensorEntityDescription(
|
||||||
|
key="pm2p5ValueIndoor",
|
||||||
|
name="PM 2.5",
|
||||||
|
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_MICROGRAMS_PER_CUBIC_METER,
|
||||||
|
translation_key="voc",
|
||||||
|
),
|
||||||
|
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(
|
HonSensorEntityDescription(
|
||||||
key="windSpeed",
|
key="windSpeed",
|
||||||
name="Wind Speed",
|
name="Wind Speed",
|
||||||
icon="mdi:fan",
|
icon="mdi:fan",
|
||||||
|
translation_key="fan_speed",
|
||||||
|
),
|
||||||
|
HonSensorEntityDescription(
|
||||||
|
key="airQuality",
|
||||||
|
name="Air Quality",
|
||||||
|
icon="mdi:weather-dust",
|
||||||
|
translation_key="air_quality",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
SENSORS["WD"] = unique_entities(SENSORS["WM"], SENSORS["TD"])
|
SENSORS["WD"] = unique_entities(SENSORS["WM"], SENSORS["TD"])
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None:
|
async def async_setup_entry(
|
||||||
|
hass: HomeAssistantType, entry: ConfigEntry, async_add_entities: AddEntitiesCallback
|
||||||
|
) -> None:
|
||||||
entities = []
|
entities = []
|
||||||
|
entity: HonSensorEntity | HonConfigSensorEntity
|
||||||
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):
|
||||||
@ -626,16 +810,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):
|
|
||||||
super().__init__(hass, entry, device, description)
|
|
||||||
if self.entity_description.key == "programName":
|
|
||||||
self._attr_options = self._device.settings.get(
|
|
||||||
"startProgram.program"
|
|
||||||
).values + ["No Program"]
|
|
||||||
|
|
||||||
@callback
|
@callback
|
||||||
def _handle_coordinator_update(self, update=True) -> None:
|
def _handle_coordinator_update(self, update: bool = True) -> None:
|
||||||
value = self._device.get(self.entity_description.key, "")
|
value = self._device.get(self.entity_description.key, "")
|
||||||
|
if self.entity_description.key == "programName":
|
||||||
|
if not (options := self._device.settings.get("startProgram.program")):
|
||||||
|
raise ValueError
|
||||||
|
self._attr_options = options.values + ["No Program"]
|
||||||
|
elif self.entity_description.option_list is not None:
|
||||||
|
self._attr_options = list(self.entity_description.option_list.values())
|
||||||
|
value = str(get_readable(self.entity_description, value))
|
||||||
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
|
||||||
@ -647,16 +831,25 @@ class HonConfigSensorEntity(HonEntity, SensorEntity):
|
|||||||
entity_description: HonConfigSensorEntityDescription
|
entity_description: HonConfigSensorEntityDescription
|
||||||
|
|
||||||
@callback
|
@callback
|
||||||
def _handle_coordinator_update(self, update=True) -> None:
|
def _handle_coordinator_update(self, update: bool = True) -> None:
|
||||||
value = self._device.settings.get(self.entity_description.key, None)
|
sensor = self._device.settings.get(self.entity_description.key, None)
|
||||||
|
value: float | str
|
||||||
if self.entity_description.state_class is not None:
|
if self.entity_description.state_class is not None:
|
||||||
if value and value.value:
|
if sensor and sensor.value:
|
||||||
self._attr_native_value = (
|
value = (
|
||||||
float(value.value) if "." in str(value.value) else int(value.value)
|
float(sensor.value)
|
||||||
|
if "." in str(sensor.value)
|
||||||
|
else int(sensor.value)
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
self._attr_native_value = 0
|
value = 0
|
||||||
|
elif sensor is not None:
|
||||||
|
value = sensor.value
|
||||||
else:
|
else:
|
||||||
self._attr_native_value = value.value
|
value = 0
|
||||||
|
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()
|
||||||
|
@ -5,8 +5,10 @@ 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 homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||||
|
from homeassistant.helpers.typing import HomeAssistantType
|
||||||
from pyhon.parameter.base import HonParameter
|
from pyhon.parameter.base import HonParameter
|
||||||
from pyhon.parameter.range import HonParameterRange
|
from pyhon.parameter.range import HonParameterRange
|
||||||
|
|
||||||
@ -17,18 +19,11 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class HonSwitchEntityDescriptionMixin:
|
class HonControlSwitchEntityDescription(SwitchEntityDescription):
|
||||||
turn_on_key: str = ""
|
turn_on_key: str = ""
|
||||||
turn_off_key: str = ""
|
turn_off_key: str = ""
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class HonControlSwitchEntityDescription(
|
|
||||||
HonSwitchEntityDescriptionMixin, SwitchEntityDescription
|
|
||||||
):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class HonSwitchEntityDescription(SwitchEntityDescription):
|
class HonSwitchEntityDescription(SwitchEntityDescription):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@ -38,7 +33,7 @@ class HonConfigSwitchEntityDescription(SwitchEntityDescription):
|
|||||||
entity_category: EntityCategory = EntityCategory.CONFIG
|
entity_category: EntityCategory = EntityCategory.CONFIG
|
||||||
|
|
||||||
|
|
||||||
SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
|
SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = {
|
||||||
"WM": (
|
"WM": (
|
||||||
HonControlSwitchEntityDescription(
|
HonControlSwitchEntityDescription(
|
||||||
key="active",
|
key="active",
|
||||||
@ -68,6 +63,12 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
|
|||||||
icon="mdi:tshirt-crew",
|
icon="mdi:tshirt-crew",
|
||||||
translation_key="prewash",
|
translation_key="prewash",
|
||||||
),
|
),
|
||||||
|
HonConfigSwitchEntityDescription(
|
||||||
|
key="startProgram.prewash",
|
||||||
|
name="Prewash",
|
||||||
|
icon="mdi:tshirt-crew",
|
||||||
|
translation_key="prewash",
|
||||||
|
),
|
||||||
HonConfigSwitchEntityDescription(
|
HonConfigSwitchEntityDescription(
|
||||||
key="startProgram.permanentPressStatus",
|
key="startProgram.permanentPressStatus",
|
||||||
name="Keep Fresh",
|
name="Keep Fresh",
|
||||||
@ -86,6 +87,18 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
|
|||||||
icon="mdi:cup",
|
icon="mdi:cup",
|
||||||
translation_key="auto_dose_detergent",
|
translation_key="auto_dose_detergent",
|
||||||
),
|
),
|
||||||
|
HonSwitchEntityDescription(
|
||||||
|
key="autoSoftenerStatus",
|
||||||
|
name="Auto Dose Softener",
|
||||||
|
icon="mdi:teddy-bear",
|
||||||
|
translation_key="auto_dose_softener",
|
||||||
|
),
|
||||||
|
HonSwitchEntityDescription(
|
||||||
|
key="autoDetergentStatus",
|
||||||
|
name="Auto Dose Detergent",
|
||||||
|
icon="mdi:cup",
|
||||||
|
translation_key="auto_dose_detergent",
|
||||||
|
),
|
||||||
HonConfigSwitchEntityDescription(
|
HonConfigSwitchEntityDescription(
|
||||||
key="startProgram.acquaplus",
|
key="startProgram.acquaplus",
|
||||||
name="Acqua Plus",
|
name="Acqua Plus",
|
||||||
@ -116,6 +129,18 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
|
|||||||
icon="mdi:weather-night",
|
icon="mdi:weather-night",
|
||||||
translation_key="good_night",
|
translation_key="good_night",
|
||||||
),
|
),
|
||||||
|
HonConfigSwitchEntityDescription(
|
||||||
|
key="startProgram.hygiene",
|
||||||
|
name="Hygiene",
|
||||||
|
icon="mdi:lotion-plus",
|
||||||
|
translation_key="hygiene",
|
||||||
|
),
|
||||||
|
HonConfigSwitchEntityDescription(
|
||||||
|
key="startProgram.anticrease",
|
||||||
|
name="Anti-Crease",
|
||||||
|
icon="mdi:iron",
|
||||||
|
translation_key="anti_crease",
|
||||||
|
),
|
||||||
),
|
),
|
||||||
"TD": (
|
"TD": (
|
||||||
HonControlSwitchEntityDescription(
|
HonControlSwitchEntityDescription(
|
||||||
@ -137,18 +162,24 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
|
|||||||
HonConfigSwitchEntityDescription(
|
HonConfigSwitchEntityDescription(
|
||||||
key="startProgram.sterilizationStatus",
|
key="startProgram.sterilizationStatus",
|
||||||
name="Sterilization",
|
name="Sterilization",
|
||||||
icon="mdi:clock-start",
|
icon="mdi:lotion-plus",
|
||||||
|
),
|
||||||
|
HonConfigSwitchEntityDescription(
|
||||||
|
key="startProgram.tumblingStatus",
|
||||||
|
name="Tumbling",
|
||||||
|
icon="mdi:refresh-circle",
|
||||||
|
translation_key="keep_fresh",
|
||||||
),
|
),
|
||||||
HonConfigSwitchEntityDescription(
|
HonConfigSwitchEntityDescription(
|
||||||
key="startProgram.antiCreaseTime",
|
key="startProgram.antiCreaseTime",
|
||||||
name="Anti-Crease",
|
name="Anti-Crease",
|
||||||
icon="mdi:timer",
|
icon="mdi:iron",
|
||||||
translation_key="anti_crease",
|
translation_key="anti_crease",
|
||||||
),
|
),
|
||||||
HonConfigSwitchEntityDescription(
|
HonConfigSwitchEntityDescription(
|
||||||
key="startProgram.anticrease",
|
key="startProgram.anticrease",
|
||||||
name="Anti-Crease",
|
name="Anti-Crease",
|
||||||
icon="mdi:timer",
|
icon="mdi:iron",
|
||||||
translation_key="anti_crease",
|
translation_key="anti_crease",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@ -253,6 +284,7 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
|
|||||||
HonSwitchEntityDescription(
|
HonSwitchEntityDescription(
|
||||||
key="ecoMode",
|
key="ecoMode",
|
||||||
name="Eco Mode",
|
name="Eco Mode",
|
||||||
|
icon="mdi:sprout",
|
||||||
translation_key="eco_mode",
|
translation_key="eco_mode",
|
||||||
),
|
),
|
||||||
HonSwitchEntityDescription(
|
HonSwitchEntityDescription(
|
||||||
@ -262,9 +294,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 +323,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": (
|
||||||
@ -304,32 +336,55 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
|
|||||||
translation_key="auto_set",
|
translation_key="auto_set",
|
||||||
),
|
),
|
||||||
HonSwitchEntityDescription(
|
HonSwitchEntityDescription(
|
||||||
key="quickModeZ1",
|
key="quickModeZ2",
|
||||||
name="Super Freeze",
|
name="Super Freeze",
|
||||||
icon="mdi:snowflake-variant",
|
icon="mdi:snowflake-variant",
|
||||||
translation_key="super_freeze",
|
translation_key="super_freeze",
|
||||||
),
|
),
|
||||||
HonSwitchEntityDescription(
|
HonSwitchEntityDescription(
|
||||||
key="quickModeZ2",
|
key="quickModeZ1",
|
||||||
name="Super Cool",
|
name="Super Cool",
|
||||||
icon="mdi:snowflake",
|
icon="mdi:snowflake",
|
||||||
translation_key="super_cool",
|
translation_key="super_cool",
|
||||||
),
|
),
|
||||||
|
),
|
||||||
|
"WC": (
|
||||||
HonSwitchEntityDescription(
|
HonSwitchEntityDescription(
|
||||||
key="holidayMode",
|
key="sabbathStatus",
|
||||||
name="Holiday Mode",
|
name="Sabbath Mode",
|
||||||
icon="mdi:palm-tree",
|
icon="mdi:palm-tree",
|
||||||
translation_key="holiday_mode",
|
translation_key="holiday_mode",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
"HO": (
|
||||||
|
HonControlSwitchEntityDescription(
|
||||||
|
key="onOffStatus",
|
||||||
|
name="Hood",
|
||||||
|
icon="mdi:hvac",
|
||||||
|
turn_on_key="startProgram",
|
||||||
|
turn_off_key="stopProgram",
|
||||||
|
translation_key="hood",
|
||||||
|
),
|
||||||
|
),
|
||||||
|
"AP": (
|
||||||
|
HonSwitchEntityDescription(
|
||||||
|
key="touchToneStatus",
|
||||||
|
name="Touch Tone",
|
||||||
|
icon="mdi:account-voice",
|
||||||
|
translation_key="touch_tone",
|
||||||
|
),
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
SWITCHES["WD"] = unique_entities(SWITCHES["WD"], SWITCHES["WM"])
|
SWITCHES["WD"] = unique_entities(SWITCHES["WD"], SWITCHES["WM"])
|
||||||
SWITCHES["WD"] = unique_entities(SWITCHES["WD"], SWITCHES["TD"])
|
SWITCHES["WD"] = unique_entities(SWITCHES["WD"], SWITCHES["TD"])
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> None:
|
async def async_setup_entry(
|
||||||
|
hass: HomeAssistantType, entry: ConfigEntry, async_add_entities: AddEntitiesCallback
|
||||||
|
) -> None:
|
||||||
entities = []
|
entities = []
|
||||||
|
entity: HonConfigSwitchEntity | HonControlSwitchEntity | HonSwitchEntity
|
||||||
for device in hass.data[DOMAIN][entry.unique_id].appliances:
|
for device in hass.data[DOMAIN][entry.unique_id].appliances:
|
||||||
for description in SWITCHES.get(device.appliance_type, []):
|
for description in SWITCHES.get(device.appliance_type, []):
|
||||||
if isinstance(description, HonConfigSwitchEntityDescription):
|
if isinstance(description, HonConfigSwitchEntityDescription):
|
||||||
@ -345,10 +400,7 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non
|
|||||||
continue
|
continue
|
||||||
entity = HonControlSwitchEntity(hass, entry, device, description)
|
entity = HonControlSwitchEntity(hass, entry, device, description)
|
||||||
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)
|
|
||||||
):
|
|
||||||
continue
|
continue
|
||||||
entity = HonSwitchEntity(hass, entry, device, description)
|
entity = HonSwitchEntity(hass, entry, device, description)
|
||||||
else:
|
else:
|
||||||
@ -365,13 +417,13 @@ 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}"]
|
||||||
if type(setting) == HonParameter:
|
if type(setting) == HonParameter:
|
||||||
return
|
return
|
||||||
setting.value = setting.max if isinstance(setting, HonParameterRange) else "1"
|
setting.value = setting.max if isinstance(setting, HonParameterRange) else 1
|
||||||
self.async_write_ha_state()
|
self.async_write_ha_state()
|
||||||
await self._device.commands["settings"].send()
|
await self._device.commands["settings"].send()
|
||||||
await self.coordinator.async_refresh()
|
await self.coordinator.async_refresh()
|
||||||
@ -380,7 +432,7 @@ class HonSwitchEntity(HonEntity, SwitchEntity):
|
|||||||
setting = self._device.settings[f"settings.{self.entity_description.key}"]
|
setting = self._device.settings[f"settings.{self.entity_description.key}"]
|
||||||
if type(setting) == HonParameter:
|
if type(setting) == HonParameter:
|
||||||
return
|
return
|
||||||
setting.value = setting.min if isinstance(setting, HonParameterRange) else "0"
|
setting.value = setting.min if isinstance(setting, HonParameterRange) else 0
|
||||||
self.async_write_ha_state()
|
self.async_write_ha_state()
|
||||||
await self._device.commands["settings"].send()
|
await self._device.commands["settings"].send()
|
||||||
await self.coordinator.async_refresh()
|
await self.coordinator.async_refresh()
|
||||||
@ -388,16 +440,20 @@ class HonSwitchEntity(HonEntity, SwitchEntity):
|
|||||||
@property
|
@property
|
||||||
def available(self) -> bool:
|
def available(self) -> bool:
|
||||||
"""Return True if entity is available."""
|
"""Return True if entity is available."""
|
||||||
return (
|
if not super().available:
|
||||||
super().available
|
return False
|
||||||
and self._device.get("remoteCtrValid", "1") == "1"
|
if not self._device.get("remoteCtrValid", 1) == 1:
|
||||||
and self._device.get("attributes.lastConnEvent.category") != "DISCONNECTED"
|
return False
|
||||||
)
|
if self._device.get("attributes.lastConnEvent.category") == "DISCONNECTED":
|
||||||
|
return False
|
||||||
|
setting = self._device.settings[f"settings.{self.entity_description.key}"]
|
||||||
|
if isinstance(setting, HonParameterRange) and len(setting.values) < 2:
|
||||||
|
return False
|
||||||
|
return True
|
||||||
|
|
||||||
@callback
|
@callback
|
||||||
def _handle_coordinator_update(self, update=True) -> None:
|
def _handle_coordinator_update(self, update: bool = True) -> None:
|
||||||
value = self._device.get(self.entity_description.key, "0")
|
self._attr_is_on = self.is_on
|
||||||
self._attr_state = value == "1"
|
|
||||||
if update:
|
if update:
|
||||||
self.async_write_ha_state()
|
self.async_write_ha_state()
|
||||||
|
|
||||||
@ -411,11 +467,15 @@ class HonControlSwitchEntity(HonEntity, SwitchEntity):
|
|||||||
return self._device.get(self.entity_description.key, False)
|
return self._device.get(self.entity_description.key, False)
|
||||||
|
|
||||||
async def async_turn_on(self, **kwargs: Any) -> None:
|
async def async_turn_on(self, **kwargs: Any) -> None:
|
||||||
|
self._device.sync_command(self.entity_description.turn_on_key, "settings")
|
||||||
|
await self.coordinator.async_refresh()
|
||||||
await self._device.commands[self.entity_description.turn_on_key].send()
|
await self._device.commands[self.entity_description.turn_on_key].send()
|
||||||
self._device.attributes[self.entity_description.key] = True
|
self._device.attributes[self.entity_description.key] = True
|
||||||
self.async_write_ha_state()
|
self.async_write_ha_state()
|
||||||
|
|
||||||
async def async_turn_off(self, **kwargs: Any) -> None:
|
async def async_turn_off(self, **kwargs: Any) -> None:
|
||||||
|
self._device.sync_command(self.entity_description.turn_off_key, "settings")
|
||||||
|
await self.coordinator.async_refresh()
|
||||||
await self._device.commands[self.entity_description.turn_off_key].send()
|
await self._device.commands[self.entity_description.turn_off_key].send()
|
||||||
self._device.attributes[self.entity_description.key] = False
|
self._device.attributes[self.entity_description.key] = False
|
||||||
self.async_write_ha_state()
|
self.async_write_ha_state()
|
||||||
@ -425,7 +485,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"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -433,8 +493,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
|
||||||
@ -472,8 +532,7 @@ class HonConfigSwitchEntity(HonEntity, SwitchEntity):
|
|||||||
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: bool = True) -> None:
|
||||||
value = self._device.settings.get(self.entity_description.key, "0")
|
self._attr_is_on = self.is_on
|
||||||
self._attr_state = value == "1"
|
|
||||||
if update:
|
if update:
|
||||||
self.async_write_ha_state()
|
self.async_write_ha_state()
|
||||||
|
95
custom_components/hon/typedefs.py
Normal file
@ -0,0 +1,95 @@
|
|||||||
|
from typing import Union, TypeVar, TYPE_CHECKING
|
||||||
|
|
||||||
|
if TYPE_CHECKING:
|
||||||
|
from homeassistant.components.button import ButtonEntityDescription
|
||||||
|
from homeassistant.components.fan import FanEntityDescription
|
||||||
|
from homeassistant.components.light import LightEntityDescription
|
||||||
|
from homeassistant.components.lock import LockEntityDescription
|
||||||
|
from homeassistant.components.number import NumberEntityDescription
|
||||||
|
from homeassistant.components.select import SelectEntityDescription
|
||||||
|
from homeassistant.components.sensor import SensorEntityDescription
|
||||||
|
from homeassistant.components.switch import SwitchEntityDescription
|
||||||
|
|
||||||
|
from .binary_sensor import HonBinarySensorEntityDescription
|
||||||
|
from .button import HonButtonEntity, HonDataArchive, HonDeviceInfo
|
||||||
|
from .climate import (
|
||||||
|
HonACClimateEntityDescription,
|
||||||
|
HonClimateEntityDescription,
|
||||||
|
)
|
||||||
|
from .number import (
|
||||||
|
HonConfigNumberEntityDescription,
|
||||||
|
HonNumberEntityDescription,
|
||||||
|
)
|
||||||
|
from .select import (
|
||||||
|
HonConfigSelectEntityDescription,
|
||||||
|
HonSelectEntityDescription,
|
||||||
|
)
|
||||||
|
from .sensor import (
|
||||||
|
HonSensorEntityDescription,
|
||||||
|
HonConfigSensorEntityDescription,
|
||||||
|
)
|
||||||
|
from .switch import (
|
||||||
|
HonControlSwitchEntityDescription,
|
||||||
|
HonSwitchEntityDescription,
|
||||||
|
HonConfigSwitchEntityDescription,
|
||||||
|
)
|
||||||
|
|
||||||
|
HonButtonType = Union[
|
||||||
|
"HonButtonEntity",
|
||||||
|
"HonDataArchive",
|
||||||
|
"HonDeviceInfo",
|
||||||
|
]
|
||||||
|
|
||||||
|
HonEntityDescription = Union[
|
||||||
|
"HonBinarySensorEntityDescription",
|
||||||
|
"HonControlSwitchEntityDescription",
|
||||||
|
"HonSwitchEntityDescription",
|
||||||
|
"HonConfigSwitchEntityDescription",
|
||||||
|
"HonSensorEntityDescription",
|
||||||
|
"HonConfigSelectEntityDescription",
|
||||||
|
"HonConfigNumberEntityDescription",
|
||||||
|
"HonACClimateEntityDescription",
|
||||||
|
"HonClimateEntityDescription",
|
||||||
|
"HonNumberEntityDescription",
|
||||||
|
"HonSelectEntityDescription",
|
||||||
|
"HonConfigSensorEntityDescription",
|
||||||
|
"FanEntityDescription",
|
||||||
|
"LightEntityDescription",
|
||||||
|
"LockEntityDescription",
|
||||||
|
"ButtonEntityDescription",
|
||||||
|
"SwitchEntityDescription",
|
||||||
|
"SensorEntityDescription",
|
||||||
|
"SelectEntityDescription",
|
||||||
|
"NumberEntityDescription",
|
||||||
|
]
|
||||||
|
|
||||||
|
HonOptionEntityDescription = Union[
|
||||||
|
"HonConfigSelectEntityDescription",
|
||||||
|
"HonSelectEntityDescription",
|
||||||
|
"HonConfigSensorEntityDescription",
|
||||||
|
"HonSensorEntityDescription",
|
||||||
|
]
|
||||||
|
|
||||||
|
T = TypeVar(
|
||||||
|
"T",
|
||||||
|
"HonBinarySensorEntityDescription",
|
||||||
|
"HonControlSwitchEntityDescription",
|
||||||
|
"HonSwitchEntityDescription",
|
||||||
|
"HonConfigSwitchEntityDescription",
|
||||||
|
"HonSensorEntityDescription",
|
||||||
|
"HonConfigSelectEntityDescription",
|
||||||
|
"HonConfigNumberEntityDescription",
|
||||||
|
"HonACClimateEntityDescription",
|
||||||
|
"HonClimateEntityDescription",
|
||||||
|
"HonNumberEntityDescription",
|
||||||
|
"HonSelectEntityDescription",
|
||||||
|
"HonConfigSensorEntityDescription",
|
||||||
|
"FanEntityDescription",
|
||||||
|
"LightEntityDescription",
|
||||||
|
"LockEntityDescription",
|
||||||
|
"ButtonEntityDescription",
|
||||||
|
"SwitchEntityDescription",
|
||||||
|
"SensorEntityDescription",
|
||||||
|
"SelectEntityDescription",
|
||||||
|
"NumberEntityDescription",
|
||||||
|
)
|
139
info.md
@ -2,7 +2,17 @@
|
|||||||
[](https://github.com/Andre0512/hon/releases/latest)
|
[](https://github.com/Andre0512/hon/releases/latest)
|
||||||
[](https://github.com/Andre0512/hon/blob/main/LICENSE)
|
[](https://github.com/Andre0512/hon/blob/main/LICENSE)
|
||||||
[](https://tooomm.github.io/github-release-stats/?username=Andre0512&repository=hon)
|
[](https://tooomm.github.io/github-release-stats/?username=Andre0512&repository=hon)
|
||||||
Support for home appliances of Haier's mobile app hOn.
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Home Assistant integration for [Haier's mobile app hOn](https://hon-smarthome.com/) based on [pyhOn](https://github.com/Andre0512/pyhon).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
[](https://github.com/Andre0512/hon#supported-languages)
|
||||||
|
[](https://github.com/Andre0512/hon#supported-appliances)
|
||||||
|
[](https://github.com/Andre0512/hon#supported-models)
|
||||||
|
[](https://github.com/Andre0512/hon#appliance-features)
|
||||||
|
|
||||||
## Supported Appliances
|
## Supported Appliances
|
||||||
- [Washing Machine](https://github.com/Andre0512/hon#washing-machine)
|
- [Washing Machine](https://github.com/Andre0512/hon#washing-machine)
|
||||||
@ -10,10 +20,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]
|
||||||
|
- [Air Purifier](https://github.com/Andre0512/hon#air-purifier) [BETA]
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
@ -22,6 +34,74 @@ 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._
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
_Click to expand..._
|
||||||
|
<details>
|
||||||
|
<summary>Washing Machine</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Tumble Dryer</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Washer Dryer</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Oven</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Dish Washer</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Air conditioner</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Fridge</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Wine Cellar</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Air Purifier</summary>
|
||||||
|
|
||||||
|

|
||||||
|
</details>
|
||||||
|
|
||||||
|
## Supported Models
|
||||||
|
Support has been confirmed for these **74 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** | HW80-B14959TU1DE <br/> HW80-B14959TU1IT <br/> HW80-B14979TU1 <br/> HW90-B14TEAM5 <br/> HW90-B14959S8U1 <br/> HW90G-BD14979UD <br/> HW100-B14959U1 <br/> HW110-14979 | H7W4 48MBC-S <br/> HLWPS495TAMBE-11 <br/> HW 410AMBCB/1-80 <br/> HW 411AMBCB/1-80 <br/> HWE 49AMBS/1-S | CO4 107T1/2-07 <br/> CBWO49TWME-S <br/> RO14126DWMST-S <br/> RO441286DWMC4-07 <br/> HW 68AMC/1-80 <br/> HWPD 69AMBC/1-S |
|
||||||
|
| **Tumble Dryer** | HD80-A3959 <br/> HD90-A3TEAM5 <br/> HD90-A2959 <br/> HD90-A2959S | H9A3TCBEXS-S <br/> HLE9A2TCE-80 <br/> HLE C10DCE-80 <br/> H5WPB447AMBC/1-S <br/> NDE H10A2TCE-80 <br/> NDE H9A2TSBEXS-S <br/> NDPHY10A2TCBEXSS | BCTDH7A1TE <br/> CSOE C10DE-80 <br/> ROE H9A3TCEX-S <br/> ROE H10A2TCE-07 |
|
||||||
|
| **Washer Dryer** | HWD80-B14979U1 <br/> HWD100-B14979 <br/> HWD100-B14978 | HD 485AMBB/1-S <br/> HD 495AMC/1-S <br/> HD 4106AMC/1-80 <br/> HDQ 496AMBS/1-S <br/> HWPS4954DAMR-11 | RPW41066BWMR/1-S |
|
||||||
|
| **Oven** | HWO60SM2F3XH | HSOT3161WG | |
|
||||||
|
| **Dish Washer** | XIB 3B2SFS-80 <br/> XIB 6B2D3FB | HFB 6B2S3FX | |
|
||||||
|
| **Air Conditioner** | AD105S2SM3FA <br/> AS09TS4HRA-M <br/> AS25PBAHRA <br/> AS25S2SF1FA-WH <br/> AS25TADHRA-2 <br/> AS25TEDHRA(M1) <br/> AS35PBAHRA <br/> AS35S2SF1FA-WH <br/> AS35S2SF2FA-3 <br/> AS35TADHRA-2 <br/> AS35TAMHRA-C <br/> AS35TEDHRA(M1) | | CY-12TAIN |
|
||||||
|
| **Fridge** | HFW7720ENMB <br/> HFW7819EWMP <br/> HSW59F18EIPT | | CCE4T620EWU <br/> CCE4T618EW |
|
||||||
|
| **Hob** | HA2MTSJ68MC | | CIS633SCTTWIFI |
|
||||||
|
| **Hood** | HADG6DS46BWIFI | | |
|
||||||
|
| **Wine Cellar** | HWS247FDU1 | | |
|
||||||
|
| **Air Purifier** | | HHP30C011 <br/> HHP50CA001 <br/> HHP50CA011 | |
|
||||||
|
|
||||||
|
| 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
|
||||||
@ -44,48 +124,19 @@ Translation of internal names like programs are available for all languages whic
|
|||||||
* 🇪🇸 Spanish
|
* 🇪🇸 Spanish
|
||||||
* 🇹🇷 Turkish
|
* 🇹🇷 Turkish
|
||||||
|
|
||||||
## Examples
|
## Compatiblity
|
||||||
### Washing Machine
|
Haier offers different apps for different markets. Some appliances are compatible with more than one app. This integration only supports appliances that can be controlled via hOn. Please download the hOn app and check compatibilty before you open an issue.
|
||||||

|
The apps on this (incomplete) list have been requested so far:
|
||||||
|
|
||||||
## Supported Models
|
| App | Main Market | Supported | Alternative |
|
||||||
Support has been confirmed for these models, but many more will work. Please add already supported devices [with this form to complete the list](https://forms.gle/bTSD8qFotdZFytbf8).
|
|-----------------|---------------|-----------------------------------------|---------------------------------------------------------------------------------|
|
||||||
- Haier AD105S2SM3FA
|
| Haier hOn | Europe | :heavy_check_mark: | |
|
||||||
- Haier AS20HPL1HRA
|
| Candy simply-Fi | Europe | :grey_question: (only newer appliances) | [ofalvai/home-assistant-candy](https://github.com/ofalvai/home-assistant-candy) |
|
||||||
- Haier AS25PBAHRA
|
| Hoover Wizard | Europe | :grey_question: (only newer appliances) | |
|
||||||
- Haier AS25S2SF1FA-WH
|
| Haier Uhome | China | :x: | [banto6/haier](https://github.com/banto6/haier) |
|
||||||
- Haier AS25TADHRA-2
|
| Haier U+ | China | :x: | |
|
||||||
- Haier AS35TADHRA-2
|
| GE SmartHQ | North America | :x: | [simbaja/ha_gehome](https://github.com/simbaja/ha_gehome) |
|
||||||
- Haier EG9012B19SU1JD
|
| Haier Evo | Russia | :x: | |
|
||||||
- Haier HA2MTSJ68MC
|
|
||||||
- Haier HADG6DS46BWIFI
|
|
||||||
- Haier HD80-A3959
|
|
||||||
- Haier HW90-B14TEAM5
|
|
||||||
- Haier HW100-B14959U1
|
|
||||||
- Haier HWD100-B14979
|
|
||||||
- Haier HWO60SM2F3XH
|
|
||||||
- Haier XIB 3B2SFS-80
|
|
||||||
- Haier XIB 6B2D3FB
|
|
||||||
- Candy BCTDH7A1TE
|
|
||||||
- Candy CCE4T620EWU
|
|
||||||
- Candy CIS633SCTTWIFI
|
|
||||||
- Candy CSOE C10DE-80
|
|
||||||
- Candy RO44 1286DWMC4-07
|
|
||||||
- Candy ROE H9A3TCEX-S
|
|
||||||
- Candy RPW41066BWMR/1-S
|
|
||||||
- Hoover H-WASH 500
|
|
||||||
- Hoover H-DRY 500
|
|
||||||
- Hoover H7W4 48MBC-S
|
|
||||||
- Hoover H9A3TCBEXS-S
|
|
||||||
- Hoover HFB 6B2S3FX
|
|
||||||
- Hoover HLE C10DCE-80
|
|
||||||
- Hoover HSOT3161WG
|
|
||||||
- Hoover HW 68AMC/1-80
|
|
||||||
- Hoover HWPD 69AMBC/1-S
|
|
||||||
- Hoover HWPS4954DAMR-11
|
|
||||||
- Hoover NDE H10A2TCE-80
|
|
||||||
- Hoover NDE H9A2TSBEXS-S
|
|
||||||
- Hoover NDPHY10A2TCBEXSS
|
|
||||||
|
|
||||||
## 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?
|
||||||
|
25
mypy.ini
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
[mypy]
|
||||||
|
check_untyped_defs = true
|
||||||
|
disallow_any_generics = true
|
||||||
|
disallow_incomplete_defs = true
|
||||||
|
disallow_untyped_calls = true
|
||||||
|
disallow_untyped_decorators = true
|
||||||
|
disallow_untyped_defs = true
|
||||||
|
disable_error_code = annotation-unchecked
|
||||||
|
enable_error_code = ignore-without-code, redundant-self, truthy-iterable
|
||||||
|
follow_imports = silent
|
||||||
|
local_partial_types = true
|
||||||
|
no_implicit_optional = true
|
||||||
|
no_implicit_reexport = true
|
||||||
|
show_error_codes = true
|
||||||
|
strict_concatenate = false
|
||||||
|
strict_equality = true
|
||||||
|
warn_incomplete_stub = true
|
||||||
|
warn_redundant_casts = true
|
||||||
|
warn_return_any = true
|
||||||
|
warn_unreachable = true
|
||||||
|
warn_unused_configs = true
|
||||||
|
warn_unused_ignores = true
|
||||||
|
|
||||||
|
[mypy-homeassistant.*]
|
||||||
|
implicit_reexport = True
|
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
pyhOn
|
||||||
|
homeassistant
|
@ -1,3 +1,5 @@
|
|||||||
pyhOn
|
homeassistant~=2023.9.3
|
||||||
black
|
black~=23.7.0
|
||||||
homeassistant
|
flake8~=6.0.0
|
||||||
|
mypy~=1.4.1
|
||||||
|
pylint~=2.17.4
|
||||||
|
49
scripts/check.py
Executable file
@ -0,0 +1,49 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
import sys
|
||||||
|
from pathlib import Path
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
sys.path.insert(0, str(Path(__file__).parent.parent))
|
||||||
|
|
||||||
|
from custom_components.hon.binary_sensor import BINARY_SENSORS
|
||||||
|
from custom_components.hon.button import BUTTONS
|
||||||
|
from custom_components.hon.climate import CLIMATES
|
||||||
|
from custom_components.hon.fan import FANS
|
||||||
|
from custom_components.hon.light import LIGHTS
|
||||||
|
from custom_components.hon.lock import LOCKS
|
||||||
|
from custom_components.hon.number import NUMBERS
|
||||||
|
from custom_components.hon.select import SELECTS
|
||||||
|
from custom_components.hon.sensor import SENSORS
|
||||||
|
from custom_components.hon.switch import SWITCHES
|
||||||
|
|
||||||
|
entities = {
|
||||||
|
"binary_sensor": BINARY_SENSORS,
|
||||||
|
"button": BUTTONS,
|
||||||
|
"climate": CLIMATES,
|
||||||
|
"fan": FANS,
|
||||||
|
"light": LIGHTS,
|
||||||
|
"lock": LOCKS,
|
||||||
|
"number": NUMBERS,
|
||||||
|
"select": SELECTS,
|
||||||
|
"sensor": SENSORS,
|
||||||
|
"switch": SWITCHES,
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
def get_missing_translation_keys():
|
||||||
|
result = {}
|
||||||
|
for entity_type, appliances in entities.items():
|
||||||
|
for appliance, data in appliances.items():
|
||||||
|
for entity in data:
|
||||||
|
if entity.translation_key:
|
||||||
|
continue
|
||||||
|
key = f"{entity_type}.{entity.key}"
|
||||||
|
result.setdefault(appliance, []).append(key)
|
||||||
|
return result
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
for appliance, data in sorted(get_missing_translation_keys().items()):
|
||||||
|
for key in data:
|
||||||
|
print(f"WARNING - {appliance} - Missing translation key for {key}")
|
@ -11,245 +11,9 @@ 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",
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
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",
|
|
||||||
}
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
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",
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
async def check_translation_files(translations):
|
async def check_translation_files(translations):
|
||||||
for language in const.LANGUAGES:
|
for language in const.LANGUAGES:
|
||||||
|
@ -8,9 +8,13 @@ from pathlib import Path
|
|||||||
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 custom_components.hon.const import APPLIANCES
|
||||||
from custom_components.hon.binary_sensor import BINARY_SENSORS
|
from custom_components.hon.binary_sensor import BINARY_SENSORS
|
||||||
from custom_components.hon.button import BUTTONS
|
from custom_components.hon.button import BUTTONS
|
||||||
from custom_components.hon.climate import CLIMATES
|
from custom_components.hon.climate import CLIMATES
|
||||||
|
from custom_components.hon.fan import FANS
|
||||||
|
from custom_components.hon.light import LIGHTS
|
||||||
|
from custom_components.hon.lock import LOCKS
|
||||||
from custom_components.hon.number import NUMBERS
|
from custom_components.hon.number import NUMBERS
|
||||||
from custom_components.hon.select import SELECTS
|
from custom_components.hon.select import SELECTS
|
||||||
from custom_components.hon.sensor import SENSORS
|
from custom_components.hon.sensor import SENSORS
|
||||||
@ -20,34 +24,19 @@ from custom_components.hon.switch import (
|
|||||||
HonSwitchEntityDescription,
|
HonSwitchEntityDescription,
|
||||||
)
|
)
|
||||||
|
|
||||||
APPLIANCES = {
|
|
||||||
"AC": "Air conditioner",
|
|
||||||
"AP": "Air purifier",
|
|
||||||
"AS": "Air scanner",
|
|
||||||
"DW": "Dish washer",
|
|
||||||
"HO": "Hood",
|
|
||||||
"IH": "Hob",
|
|
||||||
"MW": "Microwave",
|
|
||||||
"OV": "Oven",
|
|
||||||
"REF": "Fridge",
|
|
||||||
"RVC": "Robot vacuum cleaner",
|
|
||||||
"TD": "Tumble dryer",
|
|
||||||
"WC": "Wine Cellar",
|
|
||||||
"WD": "Washer dryer",
|
|
||||||
"WH": "Water Heater",
|
|
||||||
"WM": "Washing machine",
|
|
||||||
}
|
|
||||||
|
|
||||||
ENTITY_CATEGORY_SORT = ["control", "config", "sensor"]
|
ENTITY_CATEGORY_SORT = ["control", "config", "sensor"]
|
||||||
|
|
||||||
entities = {
|
entities = {
|
||||||
"binary_sensor": BINARY_SENSORS,
|
"binary_sensor": BINARY_SENSORS,
|
||||||
"button": BUTTONS,
|
"button": BUTTONS,
|
||||||
|
"climate": CLIMATES,
|
||||||
|
"fan": FANS,
|
||||||
|
"light": LIGHTS,
|
||||||
|
"lock": LOCKS,
|
||||||
"number": NUMBERS,
|
"number": NUMBERS,
|
||||||
"select": SELECTS,
|
"select": SELECTS,
|
||||||
"sensor": SENSORS,
|
"sensor": SENSORS,
|
||||||
"switch": SWITCHES,
|
"switch": SWITCHES,
|
||||||
"climate": CLIMATES,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
result = {}
|
result = {}
|
||||||
@ -64,7 +53,7 @@ for entity_type, appliances in entities.items():
|
|||||||
if entity.key.startswith("settings")
|
if entity.key.startswith("settings")
|
||||||
or isinstance(entity, HonSwitchEntityDescription)
|
or isinstance(entity, HonSwitchEntityDescription)
|
||||||
or isinstance(entity, HonControlSwitchEntityDescription)
|
or isinstance(entity, HonControlSwitchEntityDescription)
|
||||||
or entity_type in ["button", "climate"]
|
or entity_type in ["button", "climate", "lock", "light", "fan"]
|
||||||
else "sensor"
|
else "sensor"
|
||||||
)
|
)
|
||||||
result.setdefault(appliance, {}).setdefault(
|
result.setdefault(appliance, {}).setdefault(
|
||||||
@ -90,5 +79,7 @@ readme = re.sub(
|
|||||||
readme,
|
readme,
|
||||||
re.DOTALL,
|
re.DOTALL,
|
||||||
)
|
)
|
||||||
|
entities = sum(len(x) for cat in result.values() for x in cat.values())
|
||||||
|
readme = re.sub("badge/Entities-\\d+", f"badge/Entities-{entities}", readme)
|
||||||
with open(Path(__file__).parent.parent / "README.md", "w") as file:
|
with open(Path(__file__).parent.parent / "README.md", "w") as file:
|
||||||
file.write(readme)
|
file.write(readme)
|
||||||
|
477
scripts/translation_keys.py
Normal file
@ -0,0 +1,477 @@
|
|||||||
|
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",
|
||||||
|
}
|
||||||
|
|
||||||
|
AC_POSITIONS = {
|
||||||
|
"position_1": [
|
||||||
|
"AC.PROGRAM_DETAIL.FAN_MODE_FIXED",
|
||||||
|
"-",
|
||||||
|
"AC.PROGRAM_DETAIL.POSITION",
|
||||||
|
"1",
|
||||||
|
],
|
||||||
|
"position_2": [
|
||||||
|
"AC.PROGRAM_DETAIL.FAN_MODE_FIXED",
|
||||||
|
"-",
|
||||||
|
"AC.PROGRAM_DETAIL.POSITION",
|
||||||
|
"2",
|
||||||
|
],
|
||||||
|
"position_3": [
|
||||||
|
"AC.PROGRAM_DETAIL.FAN_MODE_FIXED",
|
||||||
|
"-",
|
||||||
|
"AC.PROGRAM_DETAIL.POSITION",
|
||||||
|
"3",
|
||||||
|
],
|
||||||
|
"position_4": [
|
||||||
|
"AC.PROGRAM_DETAIL.FAN_MODE_FIXED",
|
||||||
|
"-",
|
||||||
|
"AC.PROGRAM_DETAIL.POSITION",
|
||||||
|
"4",
|
||||||
|
],
|
||||||
|
"position_5": [
|
||||||
|
"AC.PROGRAM_DETAIL.FAN_MODE_FIXED",
|
||||||
|
"-",
|
||||||
|
"AC.PROGRAM_DETAIL.POSITION",
|
||||||
|
"5",
|
||||||
|
],
|
||||||
|
"swing": "AC.PROGRAM_DETAIL.FAN_MODE_SWING",
|
||||||
|
}
|
||||||
|
|
||||||
|
AP_MACH_MODE = {
|
||||||
|
"standby": "AP.RUNNING_MODE.STANDBY",
|
||||||
|
"sleep": "AP.RUNNING_MODE.SLEEP",
|
||||||
|
"auto": "AP.RUNNING_MODE.AUTO",
|
||||||
|
"allergens": "AP.RUNNING_MODE.ALLERGENS",
|
||||||
|
"max": "AP.RUNNING_MODE.MAX",
|
||||||
|
}
|
||||||
|
|
||||||
|
AP_DIFFUSER_LEVEL = {
|
||||||
|
"off": "GLOBALS.GENERAL.OFF",
|
||||||
|
"soft": "AP.MODE_DIFFUSER.LEVEL_SOFT",
|
||||||
|
"mid": "AP.MODE_DIFFUSER.LEVEL_MID",
|
||||||
|
"h_biotics": "AP.MODE_DIFFUSER.LEVEL_H_BIOTICS",
|
||||||
|
"custom": "AP.MODE_DIFFUSER.LEVEL_CUSTOM",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
REF_ZONES = {
|
||||||
|
"fridge": "REF.ZONES.FRIDGE",
|
||||||
|
"freezer": "REF.ZONES.FREEZER",
|
||||||
|
"vtroom1": "REF.ZONES.MY_ZONE_1",
|
||||||
|
"fridge_freezer": ["REF.ZONES.FRIDGE", " & ", "REF.ZONES.FREEZER"],
|
||||||
|
}
|
||||||
|
|
||||||
|
REF_HUMIDITY_LEVELS = {
|
||||||
|
"low": "GLOBALS.GENERAL.LOW",
|
||||||
|
"mid": "GLOBALS.GENERAL.MEDIUM",
|
||||||
|
"high": "GLOBALS.GENERAL.HIGH",
|
||||||
|
}
|
||||||
|
|
||||||
|
STAINS = {
|
||||||
|
"baby_food": "STAIN_TYPE_LIST.STAINS.BABY_FOOD",
|
||||||
|
"bean_paste": "STAIN_TYPE_LIST.STAINS.BEAN_PASTE",
|
||||||
|
"blood": "STAIN_TYPE_LIST.STAINS.BLOOD",
|
||||||
|
"blueberry": "STAIN_TYPE_LIST.STAINS.BLUEBERRY",
|
||||||
|
"blue_ink": "STAIN_TYPE_LIST.STAINS.BLUE_INK",
|
||||||
|
"butter": "STAIN_TYPE_LIST.STAINS.BUTTER",
|
||||||
|
"chili_oil": "STAIN_TYPE_LIST.STAINS.CHILI_OIL",
|
||||||
|
"chili_sauce": "STAIN_TYPE_LIST.STAINS.CHILI_SAUCE",
|
||||||
|
"chocolate": "STAIN_TYPE_LIST.STAINS.CHOCOLATE",
|
||||||
|
"coffe": "STAIN_TYPE_LIST.STAINS.COFFE",
|
||||||
|
"coffee": "STAIN_TYPE_LIST.STAINS.COFFEE",
|
||||||
|
"color_pencil": "STAIN_TYPE_LIST.STAINS.COLOR_PENCIL",
|
||||||
|
"cooking_oil": "STAIN_TYPE_LIST.STAINS.COOKING_OIL",
|
||||||
|
"curry": "STAIN_TYPE_LIST.STAINS.CURRY",
|
||||||
|
"deodorant": "STAIN_TYPE_LIST.STAINS.DEODORANT",
|
||||||
|
"egg": "STAIN_TYPE_LIST.STAINS.EGG",
|
||||||
|
"fruit": "STAIN_TYPE_LIST.STAINS.FRUIT",
|
||||||
|
"glue": "STAIN_TYPE_LIST.STAINS.GLUE",
|
||||||
|
"grass": "STAIN_TYPE_LIST.STAINS.GRASS",
|
||||||
|
"ice_cream": "STAIN_TYPE_LIST.STAINS.ICE_CREAM",
|
||||||
|
"ketchup": "STAIN_TYPE_LIST.STAINS.KETCHUP",
|
||||||
|
"lip_gloss": "STAIN_TYPE_LIST.STAINS.LIP_GLOSS",
|
||||||
|
"mayonnaise": "STAIN_TYPE_LIST.STAINS.MAYONNAISE",
|
||||||
|
"mech_grease": "STAIN_TYPE_LIST.STAINS.MECH_GREASE",
|
||||||
|
"milk": "STAIN_TYPE_LIST.STAINS.MILK",
|
||||||
|
"milk_tea": "STAIN_TYPE_LIST.STAINS.MILK_TEA",
|
||||||
|
"oil": "STAIN_TYPE_LIST.STAINS.OIL",
|
||||||
|
"oil_pastel": "STAIN_TYPE_LIST.STAINS.OIL_PASTEL",
|
||||||
|
"perfume": "STAIN_TYPE_LIST.STAINS.PERFUME",
|
||||||
|
"rust": "STAIN_TYPE_LIST.STAINS.RUST",
|
||||||
|
"shoe_cream": "STAIN_TYPE_LIST.STAINS.SHOE_CREAM",
|
||||||
|
"soil": "STAIN_TYPE_LIST.STAINS.SOIL",
|
||||||
|
"soy_sauce": "STAIN_TYPE_LIST.STAINS.SOY_SAUCE",
|
||||||
|
"sweat": "STAIN_TYPE_LIST.STAINS.SWEAT",
|
||||||
|
"tea": "STAIN_TYPE_LIST.STAINS.TEA",
|
||||||
|
"wine": "STAIN_TYPE_LIST.STAINS.WINE",
|
||||||
|
"unknown": "unknown",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
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,
|
||||||
|
"dirt_level": DIRTY_LEVEL,
|
||||||
|
"steam_level": STEAM_LEVEL,
|
||||||
|
"humidity_level": REF_HUMIDITY_LEVELS,
|
||||||
|
}
|
||||||
|
|
||||||
|
SELECT = {
|
||||||
|
"dry_levels": TUMBLE_DRYER_DRY_LEVEL,
|
||||||
|
"eco_pilot": AC_HUMAN_SENSE,
|
||||||
|
"fan_mode": AC_FAN_MODE,
|
||||||
|
"ref_zones": REF_ZONES,
|
||||||
|
"steam_level": STEAM_LEVEL,
|
||||||
|
"mode": AP_MACH_MODE,
|
||||||
|
"diffuser": AP_DIFFUSER_LEVEL,
|
||||||
|
"dirt_level": DIRTY_LEVEL,
|
||||||
|
"stain_type": STAINS,
|
||||||
|
"fan_horizontal": AC_POSITIONS,
|
||||||
|
"fan_vertical": AC_POSITIONS,
|
||||||
|
}
|
||||||
|
|
||||||
|
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",
|
||||||
|
"touch_tone": "AP.FOOTER_MENU_MORE.TOUCH_TONE_VOLUME",
|
||||||
|
"hygiene": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_OTHER_OPTIONS.HYGIENE",
|
||||||
|
"hood": "GLOBALS.APPLIANCES_NAME.HO",
|
||||||
|
},
|
||||||
|
"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",
|
||||||
|
"diffuser": "AP.TITLES.DIFFUSER",
|
||||||
|
"mode": "CUBE90_GLOBAL.GENERAL.MODE",
|
||||||
|
"steam_level": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.STEAM_LEVEL",
|
||||||
|
"dirt_level": "WASHING_CMD&CTRL.PROGRAM_CYCLE_DETAIL_MAIN_OPTIONS.DIRTY_LEVEL",
|
||||||
|
"stain_type": "STAIN_TYPE_LIST.STAINS.STAIN_LEVEL",
|
||||||
|
"fan_horizontal": [
|
||||||
|
"AC.PROGRAM_DETAIL.FAN_DIRECTION",
|
||||||
|
"AC.PROGRAM_DETAIL.FAN_DIRECTION_HORIZONTAL",
|
||||||
|
],
|
||||||
|
"fan_vertical": [
|
||||||
|
"AC.PROGRAM_DETAIL.FAN_DIRECTION",
|
||||||
|
"AC.PROGRAM_DETAIL.FAN_DIRECTION_VERTICAL",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
"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_level": "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",
|
||||||
|
"voc": "HINTS.WHAT_POLLUTES_THE_AIR_IN_OUR_HOMES.GAS_VOC_TITLE",
|
||||||
|
"filter_cleaning": "AP.MAINTENANCE.FILTER_CLEANING",
|
||||||
|
"filter_life": "AP.MAINTENANCE.FILTER_LIFE",
|
||||||
|
"air_quality": "AP.DISCOVER.AIR_QUALITY",
|
||||||
|
"fan_speed": "AP.TITLES.FAN_SPEED",
|
||||||
|
"humidity_level": "WC.MAINTENANCE_HUMIDITY.TITLE",
|
||||||
|
},
|
||||||
|
"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",
|
||||||
|
"freezer_temp_sel": ["OV.COMMON.GOAL_TEMPERATURE", "REF.ZONES.FREEZER"],
|
||||||
|
"fridge_temp_sel": ["OV.COMMON.GOAL_TEMPERATURE", "REF.ZONES.FRIDGE"],
|
||||||
|
"pollen_level": "AP.AIR_QUALITY.POLLEN_LEVEL",
|
||||||
|
"aroma_time_on": "AP.TITLES.AROMA_ON",
|
||||||
|
"aroma_time_off": "AP.TITLES.AROMA_OFF",
|
||||||
|
},
|
||||||
|
"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"},
|
||||||
|
"light": {"light": "WC.DASHBOARD_MENU_MORE.LIGHT"},
|
||||||
|
}
|