Refreshing Tesla markdown. (#3404)

* Hass Markdown for Tesla component.

* Markdown fixed. Tesla logo added

* Spelling fixed.

* Fixes again

* Changes as @MartinHjelmare requested.

* Typo fix

* Markdown for Tesla switch

* Updated tesla.markdown

* Fix of the copy/paste error
This commit is contained in:
Sergey Isachenko 2017-10-17 09:58:04 +03:00 committed by Franck Nijhof
parent ea3b8e3b39
commit cb27970390
3 changed files with 22 additions and 1 deletions

View File

@ -9,7 +9,7 @@ sharing: true
footer: true footer: true
logo: tesla.png logo: tesla.png
ha_category: Lock ha_category: Lock
ha_iot_class: "Coud Push" ha_iot_class: "Cloud Push"
ha_release: 0.53 ha_release: 0.53
--- ---

View File

@ -0,0 +1,20 @@
---
layout: page
title: "Tesla Switch"
description: "Instructions on how to integrate Tesla charging switch into Home Assistant."
date: 2017-09-19 12:20
sidebar: true
comments: false
sharing: true
footer: true
logo: tesla.png
ha_category: Switch
ha_iot_class: "Cloud Push"
ha_release: 0.54
---
The `Tesla` platform allows you to control your [Tesla](https://www.tesla.com/) charger (enable/disable charging) from within Home Assistant.
The switch platform will be automatically configured if Tesla component is configured.
For more configuration information see the [Tesla component](/components/tesla/) documentation.

View File

@ -22,6 +22,7 @@ This component provides the following platforms:
- Device tracker - to track location of your car - Device tracker - to track location of your car
- Lock - Door lock. Enables you to control Tesla's door lock - Lock - Door lock. Enables you to control Tesla's door lock
- Climate - HVAC control. Allow you to control (turn on/off, set target temperature) your Tesla's HVAC system. - Climate - HVAC control. Allow you to control (turn on/off, set target temperature) your Tesla's HVAC system.
- Switch - Charger switch. Allow you to start/stop charging.
To use Tesla in your installation, add the following to your `configuration.yaml` file: To use Tesla in your installation, add the following to your `configuration.yaml` file: