From bb03d5e19511169024a54df36e77b03c7595d2b1 Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Thu, 25 Jan 2018 18:36:38 +0100 Subject: [PATCH] Version number of the Xiaomi Air Purifier removed from title and description. There are more versions are supported now. (#4511) --- source/_components/fan.xiaomi_miio.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/fan.xiaomi_miio.markdown b/source/_components/fan.xiaomi_miio.markdown index 4f59690ce94..7f79d3f276b 100644 --- a/source/_components/fan.xiaomi_miio.markdown +++ b/source/_components/fan.xiaomi_miio.markdown @@ -1,7 +1,7 @@ --- layout: page -title: "Xiaomi Air Purifier 2" -description: "Instructions how to integrate your Xiaomi Air Purifier 2 within Home Assistant." +title: "Xiaomi Air Purifier" +description: "Instructions how to integrate your Xiaomi Air Purifier within Home Assistant." date: 2017-10-13 12:35 sidebar: true comments: false @@ -50,7 +50,7 @@ To add a Xiaomi Air Purifier to your installation, add the following to your `co ```yaml fan: - platform: xiaomi_miio - name: Xiaomi Air Purifier 2 + name: Xiaomi Air Purifier host: 192.168.130.66 token: YOUR_TOKEN ```