From 86861d91176038e58d61ac554859b55912143183 Mon Sep 17 00:00:00 2001 From: Alone Date: Sat, 20 Feb 2021 13:03:43 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20new=20version=20v0.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- custom_components/xiaomi_miot/manifest.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7e5502083e..91e2bb1e1f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ - [induction-cooker](https://miot-spec.org/miot-spec-v2/spec/service?type=urn:miot-spec-v2:device:induction-cooker:0000A033) - [oven](https://miot-spec.org/miot-spec-v2/spec/service?type=urn:miot-spec-v2:service:oven:00007862) - [microwave-oven](https://miot-spec.org/miot-spec-v2/spec/service?type=urn:miot-spec-v2:service:microwave-oven:00007843) + - [health-pot](https://miot-spec.org/miot-spec-v2/spec/service?type=urn:miot-spec-v2:service:health-pot:00007860) - other - [environment](https://miot-spec.org/miot-spec-v2/spec/service?type=urn:miot-spec-v2:service:environment:0000780A) - [filter](https://miot-spec.org/miot-spec-v2/spec/service?type=urn:miot-spec-v2:service:filter:0000780B) @@ -61,18 +62,18 @@ ## Installing -> Or manually copy `xiaomi_miot` folder to `custom_components` folder in your HomeAssistant config folder +> Or manually copy `custom_components/xiaomi_miot` folder to `custom_components` folder in your HomeAssistant config folder or -> You can install component with [HACS](https://hacs.xyz) custom repo: `al-one/hass-xiaomi-miot` +> You can install component with [HACS](https://hacs.xyz) ## Config ### HomeAssistant GUI -> Configuration > Integration > ➕ > Xiaomi Miot Auto +> Configuration > Integration > ➕ > Search `Xiaomi Miot Auto` ### Configuration variables: diff --git a/custom_components/xiaomi_miot/manifest.json b/custom_components/xiaomi_miot/manifest.json index b51c06f649..a3c6693f75 100644 --- a/custom_components/xiaomi_miot/manifest.json +++ b/custom_components/xiaomi_miot/manifest.json @@ -1,7 +1,7 @@ { "domain": "xiaomi_miot", "name": "Xiaomi Miot Auto", - "version": "0.2.3", + "version": "0.2.4", "config_flow": true, "documentation": "https://github.com/al-one/hass-xiaomi-miot", "issue_tracker": "https://github.com/al-one/hass-xiaomi-miot/issues",