From cb27970390d06a79087e254f61551b635c0a9dc0 Mon Sep 17 00:00:00 2001 From: Sergey Isachenko Date: Tue, 17 Oct 2017 09:58:04 +0300 Subject: [PATCH] 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 --- source/_components/lock.tesla.markdown | 2 +- source/_components/switch.tesla.markdown | 20 ++++++++++++++++++++ source/_components/tesla.markdown | 1 + 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 source/_components/switch.tesla.markdown diff --git a/source/_components/lock.tesla.markdown b/source/_components/lock.tesla.markdown index 402627d3778..9708ea52205 100644 --- a/source/_components/lock.tesla.markdown +++ b/source/_components/lock.tesla.markdown @@ -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 --- diff --git a/source/_components/switch.tesla.markdown b/source/_components/switch.tesla.markdown new file mode 100644 index 00000000000..a8c63ede4ec --- /dev/null +++ b/source/_components/switch.tesla.markdown @@ -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. diff --git a/source/_components/tesla.markdown b/source/_components/tesla.markdown index 9e86043ab5a..4cc5dbd85d3 100644 --- a/source/_components/tesla.markdown +++ b/source/_components/tesla.markdown @@ -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: