diff --git a/source/components/switch.wemo.markdown b/source/components/switch.wemo.markdown index 13e1c27b0de..1d680f2f54d 100644 --- a/source/components/switch.wemo.markdown +++ b/source/components/switch.wemo.markdown @@ -10,11 +10,12 @@ footer: true --- -The wemo platform allows you to control your [Belkin WeMo](http://www.belkin.com/us/p/P-F7C027/) switches from within Home Assistant. +The wemo platform allows you to control your [Belkin WeMo](http://www.belkin.com/us/p/P-F7C027/) switches from within Home Assistant. To add Wemo switches to your installation, add the following to your `configuration.yaml` file: ```yaml +# Example configuration.yaml entry switch: - platform: wemo + - platform: wemo ```