mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
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:
parent
ea3b8e3b39
commit
cb27970390
@ -9,7 +9,7 @@ sharing: true
|
||||
footer: true
|
||||
logo: tesla.png
|
||||
ha_category: Lock
|
||||
ha_iot_class: "Coud Push"
|
||||
ha_iot_class: "Cloud Push"
|
||||
ha_release: 0.53
|
||||
---
|
||||
|
||||
|
20
source/_components/switch.tesla.markdown
Normal file
20
source/_components/switch.tesla.markdown
Normal 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.
|
@ -22,6 +22,7 @@ This component provides the following platforms:
|
||||
- Device tracker - to track location of your car
|
||||
- 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.
|
||||
- Switch - Charger switch. Allow you to start/stop charging.
|
||||
|
||||
To use Tesla in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user