Merge branch 'wemo_leds' of https://github.com/jaharkes/home-assistant.io into jaharkes-wemo_leds

This commit is contained in:
Fabian Affolter 2016-02-22 15:51:34 +01:00
commit 84dadb0fc4
3 changed files with 43 additions and 29 deletions

View file

@ -1,24 +1,21 @@
---
layout: page
title: "Belkin WeMo Light"
description: "Instructions how to integrate Belkin WeMo lights into Home Assistant."
date: 2016-02-22 07:00
title: "Belkin WeMo Lights"
description: "Instructions how to integrate Belkin WeMo LED lights into Home Assistant."
date: 2016-02-20 00:45
sidebar: true
comments: false
sharing: true
footer: true
logo: belkin_wemo.png
ha_category: Light
ha_iot_class: "Local Polling"
---
The `wemo` light platform allows you to control your [Belkin WeMo](http://www.belkin.com) lights from within Home Assistant.
The `wemo` platform allows you to control your [Belkin WeMo](http://www.belkin.com/us/p/P-F5Z0489/) LED lights from within Home Assistant.
They will be automatically discovered if the discovery component is enabled.
```yaml
# Example configuration.yaml entry
light:
platform: wemo
```
For more configuration information see the [WeMo component](/components/wemo/) documentation.