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: