From 161666f89d1f182018a59a7a4d407606a9f3269f Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Sat, 28 Oct 2017 08:29:31 +0200 Subject: [PATCH] Limits of the favorite level updated. Values between 0 and 16 will be accepted. --- source/_components/fan.xiaomi_miio.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/fan.xiaomi_miio.markdown b/source/_components/fan.xiaomi_miio.markdown index 9b8d2c0e0fc..7acf1291e45 100644 --- a/source/_components/fan.xiaomi_miio.markdown +++ b/source/_components/fan.xiaomi_miio.markdown @@ -108,4 +108,4 @@ Set the favorite level of the operation mode "favorite". | Service data attribute | Optional | Description | |---------------------------|----------|-------------------------------------------------------| | `entity_id` | yes | Only act on specific air purifier. Else targets all. | -| `level` | no | Level, between 0 and 17. | +| `level` | no | Level, between 0 and 16. |