Site updated at 2017-10-21 23:33:52 UTC
This commit is contained in:
parent
b95006b9eb
commit
a6fbc15960
1416 changed files with 21669 additions and 4045 deletions
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:title" content="Tesla">
|
||||
<meta name="twitter:description" content="Instructions on how to integrate Tesla car into Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
|
||||
|
@ -82,6 +82,7 @@
|
|||
<li>Device tracker - to track location of your car</li>
|
||||
<li>Lock - Door lock. Enables you to control Tesla’s door lock</li>
|
||||
<li>Climate - HVAC control. Allow you to control (turn on/off, set target temperature) your Tesla’s HVAC system.</li>
|
||||
<li>Switch - Charger switch. Allow you to start/stop charging.</li>
|
||||
</ul>
|
||||
<p>To use Tesla in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
|
@ -129,6 +130,9 @@
|
|||
<li><a href='/components/sensor.tesla/'>
|
||||
Tesla Sensor
|
||||
</a></li>
|
||||
<li><a href='/components/switch.tesla/'>
|
||||
Tesla Switch
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
|
@ -287,6 +291,9 @@
|
|||
<li>
|
||||
<a href='/components/satel_integra/'>Satel Integra Alarm</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/skybell/'>Skybell</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sleepiq/'>SleepIQ</a>
|
||||
</li>
|
||||
|
@ -308,6 +315,9 @@
|
|||
<li>
|
||||
<a href='/components/thethingsnetwork/'>The Things Network</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/toon/'>Toon</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/twilio/'>Twilio</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue