Support next generation of the Xiaomi Mi Smart Plug (chuangmi.plug.m3) (#8133)

This commit is contained in:
Sebastian Muszynski 2019-01-11 19:45:05 +01:00 committed by Teemu R
parent 769246b341
commit bb694590ae

View File

@ -21,7 +21,7 @@ Please follow the instructions on [Retrieving the Access Token](/components/vacu
### Xiaomi Smart WiFi Socket ### Xiaomi Smart WiFi Socket
Supported models: `chuangmi.plug.m1`, `chuangmi.plug.v2`, `chuangmi.plug.hmi205` Supported models: `chuangmi.plug.m1`, `chuangmi.plug.m3`, `chuangmi.plug.v2`, `chuangmi.plug.hmi205`
* Power (on, off) * Power (on, off)
* Attributes * Attributes
@ -78,7 +78,7 @@ name:
type: string type: string
default: Xiaomi Miio Switch default: Xiaomi Miio Switch
model: model:
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. description: The model of your miio device. Valid values are `chuangmi.plug.v1`, `qmi.powerstrip.v1`, `zimi.powerstrip.v2`, `chuangmi.plug.m1`, `chuangmi.plug.m3`, `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 required: false
type: string type: string
{% endconfiguration %} {% endconfiguration %}