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 +``` +