From 0b33b36b6df9d7574017114cedd934562fbd1508 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 24 Sep 2017 20:14:12 +0200 Subject: [PATCH] Fix configuration sample --- source/_components/vacuum.markdown | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/_components/vacuum.markdown b/source/_components/vacuum.markdown index dd10cff55d5..0428eef3e7d 100644 --- a/source/_components/vacuum.markdown +++ b/source/_components/vacuum.markdown @@ -16,10 +16,9 @@ To use this component in your installation, add a `vacuum` platform to your `con ```yaml # Example configuration.yaml entry vacuum: -- platform: xiaomi_miio - name: 'name of the robot' - host: 192.168.1.2 - token: your-token-here + - platform: xiaomi_miio + name: Living room + host: 192.168.1.2 ``` ### {% linkable_title Component services %}