From 24680a2b0800ab94709837476cd6169a5e77f2a6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 22 Feb 2016 09:21:03 +0100 Subject: [PATCH] Add wemo light docs --- source/_components/light.wemo.markdown | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 source/_components/light.wemo.markdown diff --git a/source/_components/light.wemo.markdown b/source/_components/light.wemo.markdown new file mode 100644 index 00000000000..6233796744c --- /dev/null +++ b/source/_components/light.wemo.markdown @@ -0,0 +1,24 @@ +--- +layout: page +title: "Belkin WeMo Light" +description: "Instructions how to integrate Belkin WeMo lights into Home Assistant." +date: 2016-02-22 07:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: belkin_wemo.png +ha_category: Light +--- + + +The `wemo` light platform allows you to control your [Belkin WeMo](http://www.belkin.com) lights from within Home Assistant. + +They will be automatically discovered if the discovery component is enabled. + +```yaml +# Example configuration.yaml entry +light: + platform: wemo +``` +