Site updated at 2018-01-27 05:27:50 UTC

This commit is contained in:
Travis CI 2018-01-27 05:27:50 +00:00
parent 0e5bccf933
commit d499361ff7
853 changed files with 12458 additions and 2552 deletions

View file

@ -8,7 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Belkin WeMo Lights - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Instructions how to integrate Belkin WeMo LED lights into Home Assistant.">
<meta name="description" content="Instructions how to integrate Belkin WeMo LED lights and WeMo Dimmer Switch into Home Assistant.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/light.wemo/">
<meta property="fb:app_id" content="338291289691179">
@ -16,12 +16,12 @@
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/light.wemo/">
<meta property="og:type" content="article">
<meta property="og:description" content="Instructions how to integrate Belkin WeMo LED lights into Home Assistant.">
<meta property="og:description" content="Instructions how to integrate Belkin WeMo LED lights and WeMo Dimmer Switch into Home Assistant.">
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:title" content="Belkin WeMo Lights">
<meta name="twitter:description" content="Instructions how to integrate Belkin WeMo LED lights into Home Assistant.">
<meta name="twitter:description" content="Instructions how to integrate Belkin WeMo LED lights and WeMo Dimmer Switch into Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
@ -74,7 +74,7 @@
</h1>
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">wemo</code> platform allows you to control your <a href="http://www.belkin.com/us/p/P-F5Z0489/">Belkin WeMo</a> LED lights from within Home Assistant.</p>
<p>The <code class="highlighter-rouge">wemo</code> platform allows you to control your Belkin WeMo <a href="http://www.belkin.com/us/p/P-F5Z0489/">LED lights</a> and <a href="http://www.belkin.com/us/F7C059-Belkin/p/P-F7C059/">Smart Dimmer Switch</a> from within Home Assistant.</p>
<p>They will be automatically discovered if the discovery component is enabled.</p>
<p>For more configuration information see the <a href="/components/wemo/">WeMo component</a> documentation.</p>
</article>
@ -150,6 +150,9 @@
<li>
<a href='/components/light.hyperion/'>Hyperion</a>
</li>
<li>
<a href='/components/light.ihc/'>IHC Light</a>
</li>
<li>
<a href='/components/light.tradfri/'>IKEA Trådfri lights</a>
</li>