From 7e044699611be2355eea963bfca7496ecbd3e3fe Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Tue, 12 Feb 2019 23:52:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20Tesla=20compon?= =?UTF-8?q?ent=20pages=20(#8523)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_components/binary_sensor.tesla.markdown | 20 ------------------- source/_components/climate.tesla.markdown | 20 ------------------- .../_components/device_tracker.tesla.markdown | 19 ------------------ source/_components/lock.tesla.markdown | 20 ------------------- source/_components/sensor.tesla.markdown | 20 ------------------- source/_components/switch.tesla.markdown | 20 ------------------- source/_components/tesla.markdown | 18 +++++++++++++++-- 7 files changed, 16 insertions(+), 121 deletions(-) delete mode 100644 source/_components/binary_sensor.tesla.markdown delete mode 100644 source/_components/climate.tesla.markdown delete mode 100644 source/_components/device_tracker.tesla.markdown delete mode 100644 source/_components/lock.tesla.markdown delete mode 100644 source/_components/sensor.tesla.markdown delete mode 100644 source/_components/switch.tesla.markdown diff --git a/source/_components/binary_sensor.tesla.markdown b/source/_components/binary_sensor.tesla.markdown deleted file mode 100644 index 4d0587f4acd..00000000000 --- a/source/_components/binary_sensor.tesla.markdown +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: page -title: "Tesla Binary Sensor" -description: "Instructions on how to integrate Tesla binary sensors into Home Assistant." -date: 2017-08-30 12:29 -sidebar: true -comments: false -sharing: true -footer: true -logo: tesla.png -ha_category: Car -ha_iot_class: "Cloud polling" -ha_release: 0.53 ---- - -The `tesla` platform allows you to get data from your [Tesla](https://www.tesla.com/) sensors from within Home Assistant. - -They will be automatically discovered if the Tesla component is loaded. - -For more configuration information see the [Tesla component](/components/tesla/) documentation. diff --git a/source/_components/climate.tesla.markdown b/source/_components/climate.tesla.markdown deleted file mode 100644 index 282f7615702..00000000000 --- a/source/_components/climate.tesla.markdown +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: page -title: "Tesla HVAC" -description: "Instructions on how to integrate Tesla climate system (HVAC) into Home Assistant." -date: 2017-08-30 12:20 -sidebar: true -comments: false -sharing: true -footer: true -logo: tesla.png -ha_category: Car -ha_iot_class: "Cloud push" -ha_release: 0.53 ---- - -The `tesla` climate platform allows you to control your [Tesla](https://www.tesla.com/) climate from within Home Assistant. - -The climate 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/device_tracker.tesla.markdown b/source/_components/device_tracker.tesla.markdown deleted file mode 100644 index e9cb8b34c04..00000000000 --- a/source/_components/device_tracker.tesla.markdown +++ /dev/null @@ -1,19 +0,0 @@ ---- -layout: page -title: "Tesla Device Tracker" -description: "Instructions on for how to integrate Tesla into Home Assistant." -date: 2017-08-02 12:20 -sidebar: true -comments: false -sharing: true -footer: true -logo: tesla.png -ha_category: Car -ha_release: 0.53 ---- - -The `tesla` platform allows you to get data about the location of your [Tesla](https://www.tesla.com/) car within Home Assistant. - -The device tracker 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/lock.tesla.markdown b/source/_components/lock.tesla.markdown deleted file mode 100644 index bc050bf8b4a..00000000000 --- a/source/_components/lock.tesla.markdown +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: page -title: "Tesla Lock" -description: "Instructions on how to integrate Tesla door lock into Home Assistant." -date: 2017-08-30 12:20 -sidebar: true -comments: false -sharing: true -footer: true -logo: tesla.png -ha_category: Car -ha_iot_class: "Cloud Push" -ha_release: 0.53 ---- - -The `tesla` platform allows you to control your [Tesla](https://www.tesla.com/) door lock from within Home Assistant. - -The lock 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/sensor.tesla.markdown b/source/_components/sensor.tesla.markdown deleted file mode 100644 index 1b9dfcca155..00000000000 --- a/source/_components/sensor.tesla.markdown +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: page -title: "Tesla Sensor" -description: "Instructions on how to integrate Tesla sensors into Home Assistant." -date: 2017-08-30 12:21 -sidebar: true -comments: false -sharing: true -footer: true -logo: tesla.png -ha_category: Car -ha_iot_class: "Cloud Push" -ha_release: 0.53 ---- - -The `tesla` platform allows you to get data from your [Tesla](https://www.tesla.com/) sensors from within Home Assistant. - -The sensor 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/switch.tesla.markdown b/source/_components/switch.tesla.markdown deleted file mode 100644 index 5b184f2fa46..00000000000 --- a/source/_components/switch.tesla.markdown +++ /dev/null @@ -1,20 +0,0 @@ ---- -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: Car -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, max range switch) from within Home Assistant. - -The switch platform will be automatically configured if the `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 cdb7e2cbed6..5d64180c56d 100644 --- a/source/_components/tesla.markdown +++ b/source/_components/tesla.markdown @@ -8,9 +8,23 @@ comments: false sharing: true footer: true logo: tesla.png -ha_category: Car +ha_category: + - Car + - Binary Sensor + - Climate + - Presence Detection + - Lock + - Sensor + - Switch ha_release: 0.53 ha_iot_class: "Cloud Polling" +redirect_from: + - /components/binary_sensor.tesla/ + - /components/device_tracker.tesla/ + - /components/climate.tesla/ + - /components/lock.tesla/ + - /components/sensor.tesla/ + - /components/switch.tesla/ --- The `Tesla` component offers integration with the [Tesla](https://auth.tesla.com/login) cloud service and provides presence detection as well as sensors such as charger state and temperature. @@ -31,7 +45,7 @@ To use Tesla in your installation, add the following to your `configuration.yaml ```yaml # Example configuration.yaml entry tesla: - username: YOUR_E_MAIL_ADDRESS + username: YOUR_EMAIL_ADDRESS password: YOUR_PASSWORD ```