From 75622e18a2699cebcefe1762cacc29b0666c614f Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Tue, 18 Apr 2023 23:50:27 +0200 Subject: [PATCH] Bump version, update readme --- README.md | 12 ++++++++++-- custom_components/hon/manifest.json | 2 +- info.md | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2109fb4..ec12000 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Haier hOn [![hacs_badge](https://img.shields.io/badge/HACS-Default-41BDF5.svg)](https://hacs.xyz) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/Andre0512/hon?color=green)](https://github.com/Andre0512/hon/releases/latest) -![GitHub](https://img.shields.io/github/license/Andre0512/hon?color=red) -[![Home Assistant installs](https://img.shields.io/badge/dynamic/json?color=blue&label=usage&suffix=%20installs&cacheSeconds=15600&url=https://analytics.home-assistant.io/custom_integrations.json&query=$.hon.total)](https://analytics.home-assistant.io/) +[![GitHub](https://img.shields.io/github/license/Andre0512/hon?color=red)](https://github.com/Andre0512/hon/blob/main/LICENSE) +[![GitHub all releases](https://img.shields.io/github/downloads/Andre0512/hon/total?color=blue)](https://tooomm.github.io/github-release-stats/?username=Andre0512&repository=hon) Home Assistant integration for Haier hOn: support for Haier/Candy/Hoover home appliances like washing machines. ## Supported Appliances @@ -159,6 +159,8 @@ I moved the api related stuff into the package [pyhOn](https://github.com/Andre0 | Hob Lock | | `binary_sensor` | `hobLockStatus` | | Hot Status | | `binary_sensor` | `hotStatus` | | On | `mdi:power-cycle` | `binary_sensor` | `attributes.parameters.onOffStatus` | +| Pan Status | `mdi:pot-mix` | `binary_sensor` | `panStatus` | +| Power | `mdi:lightning-bolt` | `sensor` | `power` | | Remaining Time | `mdi:timer` | `sensor` | `remainingTimeMM` | | Remote Control | `mdi:remote` | `binary_sensor` | `attributes.parameters.remoteCtrValid` | | Temperature | `mdi:thermometer` | `sensor` | `temp` | @@ -229,13 +231,16 @@ I moved the api related stuff into the package [pyhOn](https://github.com/Andre0 | --- | --- | --- | --- | | Delay Time | `mdi:timer-plus` | `number` | `startProgram.delayTime` | | Program | | `select` | `startProgram.program` | +| Suggested weight | `mdi:weight-kilogram` | `sensor` | `startProgram.weight` | #### Sensors | Name | Icon | Entity | Key | | --- | --- | --- | --- | | Acqua Plus | | `binary_sensor` | `acquaplus` | | Anti-Crease | | `binary_sensor` | `anticrease` | +| Current Electricity Used | `mdi:lightning-bolt` | `sensor` | `currentElectricityUsed` | | Current Program | `mdi:tumble-dryer` | `sensor` | `prCode` | | Current Temperature | `mdi:thermometer` | `sensor` | `temp` | +| Current Water Used | `mdi:water` | `sensor` | `currentWaterUsed` | | Dirt level | `mdi:liquid-spot` | `sensor` | `dirtyLevel` | | Dry level | `mdi:hair-dryer` | `sensor` | `dryLevel` | | Extra Rinse 1 | | `binary_sensor` | `extraRinse1` | @@ -249,6 +254,9 @@ I moved the api related stuff into the package [pyhOn](https://github.com/Andre0 | Remote Control | `mdi:remote` | `binary_sensor` | `attributes.lastConnEvent.category` | | Spin Speed | `mdi:fast-forward-outline` | `sensor` | `spinSpeed` | | Steam level | `mdi:smoke` | `sensor` | `steamLevel` | +| Total Power | | `sensor` | `totalElectricityUsed` | +| Total Wash Cycle | `mdi:counter` | `sensor` | `totalWashCycle` | +| Total Water | | `sensor` | `totalWaterUsed` | ### Washing machine #### Controls diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index 1a53b65..7f14c35 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -7,5 +7,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", "requirements": ["pyhOn==0.8.0b7"], - "version": "0.6.0-beta.7" + "version": "0.6.0-beta.8" } diff --git a/info.md b/info.md index d6073f1..c72d790 100644 --- a/info.md +++ b/info.md @@ -1,7 +1,7 @@ # Haier hOn [![GitHub release (latest by date)](https://img.shields.io/github/v/release/Andre0512/hon?color=green)](https://github.com/Andre0512/hon/releases/latest) -![GitHub](https://img.shields.io/github/license/Andre0512/hon?color=red) -[![Home Assistant installs](https://img.shields.io/badge/dynamic/json?color=blue&label=usage&suffix=%20installs&cacheSeconds=15600&url=https://analytics.home-assistant.io/custom_integrations.json&query=$.hon.total)](https://analytics.home-assistant.io/) +[![GitHub](https://img.shields.io/github/license/Andre0512/hon?color=red)](https://github.com/Andre0512/hon/blob/main/LICENSE) +[![GitHub all releases](https://img.shields.io/github/downloads/Andre0512/hon/total?color=blue)](https://tooomm.github.io/github-release-stats/?username=Andre0512&repository=hon) Support for home appliances of Haier's mobile app hOn. ## Supported Appliances