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 %}