Site updated at 2016-03-13 12:38:13 UTC
This commit is contained in:
parent
05924095f3
commit
d071438b6a
18 changed files with 182 additions and 180 deletions
|
@ -198,7 +198,7 @@ Example of groups shown as views in the frontend.
|
|||
<a href='/components/proximity/'>Proximity</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/scene.home_assistant/'>Scenes</a>
|
||||
<a href='/components/scene/'>Scenes</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zone/'>Zone</a>
|
||||
|
|
|
@ -2354,7 +2354,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='/components/scene.home_assistant/'
|
||||
<a href='/components/scene/'
|
||||
class='organization'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
|
|
@ -195,7 +195,7 @@
|
|||
Proximity
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/scene.home_assistant/'>Scenes</a>
|
||||
<a href='/components/scene/'>Scenes</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/zone/'>Zone</a>
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href=''>the component</a>.
|
||||
<a href='/components/scene/'>the Scenes component</a>.
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Rollershutter</h1>
|
||||
|
|
|
@ -12,12 +12,12 @@
|
|||
<meta name="description" content="Instructions how to setup scenes within Home Assistant.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/scene.home_assistant/">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/scene/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Scenes">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/scene.home_assistant/">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/scene/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to setup scenes within Home Assistant.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||
|
@ -150,14 +150,16 @@
|
|||
|
||||
|
||||
<section class="aside-module grid__item one-whole lap-one-half">
|
||||
<div class='edit-github'><a href='https://github.com/balloob/home-assistant.io/tree/master/source/_components/scene.home_assistant.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='edit-github'><a href='https://github.com/balloob/home-assistant.io/tree/master/source/_components/scene.markdown'>Edit this page on GitHub</a></div>
|
||||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/home-assistant.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
<a href=''>the component</a>.
|
||||
</div>
|
||||
<h1 class='title delta'>Platforms</h1>
|
||||
<ul class='divided'>
|
||||
<li><a href='/components/scene.hunterdouglas_powerview/'>
|
||||
PowerView Scenes
|
||||
</a></li>
|
||||
</ul>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Organization</h1>
|
||||
<ul class='divided'>
|
|
@ -190,7 +190,7 @@
|
|||
<a href='/components/proximity/'>Proximity</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/scene.home_assistant/'>Scenes</a>
|
||||
<a href='/components/scene/'>Scenes</a>
|
||||
</li>
|
||||
<li>
|
||||
Zone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue