From 436486ddc5933c460f4b6288e43b4e8a68324872 Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Fri, 7 Dec 2018 23:40:43 +0100 Subject: [PATCH] Support next generation of the Xiaomi Mi Smart Plug (chuangmi.plug.hmi205) (#7760) --- source/_components/switch.xiaomi_miio.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/_components/switch.xiaomi_miio.markdown b/source/_components/switch.xiaomi_miio.markdown index 11596d6c241..efe0e9c89fd 100644 --- a/source/_components/switch.xiaomi_miio.markdown +++ b/source/_components/switch.xiaomi_miio.markdown @@ -21,12 +21,16 @@ Please follow the instructions on [Retrieving the Access Token](/components/vacu ### Xiaomi Smart WiFi Socket +Supported models: `chuangmi.plug.m1`, `chuangmi.plug.v2`, `chuangmi.plug.hmi205` + * Power (on, off) * Attributes - Temperature ### Xiaomi Chuangmi Plug V1 +Supported models: `chuangmi.plug.v1`, `chuangmi.plug.v3` + * Power (on, off) * USB (on, off) * Attributes @@ -34,6 +38,8 @@ Please follow the instructions on [Retrieving the Access Token](/components/vacu ### Xiaomi Smart Power Strip +Supported models: `qmi.powerstrip.v1`, `zimi.powerstrip.v2` + * Power (on, off) * Wifi LED (on, off) * Power Price (0...999) @@ -72,7 +78,7 @@ name: type: string default: Xiaomi Miio Switch model: - description: The model of your miio device. Valid values are `chuangmi.plug.v1`, `qmi.powerstrip.v1`, `zimi.powerstrip.v2`, `chuangmi.plug.m1` and `chuangmi.plug.v2`. This setting can be used to bypass the device model detection and is recommended if your device isn't always available. + description: The model of your miio device. Valid values are `chuangmi.plug.v1`, `qmi.powerstrip.v1`, `zimi.powerstrip.v2`, `chuangmi.plug.m1`, `chuangmi.plug.v2`, `chuangmi.plug.v3` and `chuangmi.plug.hmi205`. This setting can be used to bypass the device model detection and is recommended if your device isn't always available. required: false type: string {% endconfiguration %}