From 9c2d38fb6396fffd24fbb6ea0f91d0e0a7fe004e Mon Sep 17 00:00:00 2001 From: Alan Tse Date: Fri, 20 Mar 2020 02:12:56 -0700 Subject: [PATCH 1/3] Add Wake cars on start option description to Tesla --- source/_integrations/tesla.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/tesla.markdown b/source/_integrations/tesla.markdown index d5cdae6d0514..8d0a0a4ed8d6 100644 --- a/source/_integrations/tesla.markdown +++ b/source/_integrations/tesla.markdown @@ -59,3 +59,13 @@ scan_interval: type: integer default: 660 {% endconfiguration %} + +## Options + +Tesla options are set via **Configuration** -> **Integrations** -> **Tesla** -> **Options**. + +{% configuration %} +wake_car_on_start: + description: Whether to sleeping cars on HomeAssistant startup. This allows a user to choose whether cars should continue to sleep (and not update information) or to wake up the cars potentially interrupting long term hibernation increasing vampire drain. + type: boolean +{% endconfiguration %} From ec764c1aeafa005e5e27f8859d81b0c1f9da2a42 Mon Sep 17 00:00:00 2001 From: Alan Tse Date: Fri, 20 Mar 2020 02:18:10 -0700 Subject: [PATCH 2/3] Removing reference to configuration variable --- source/_integrations/tesla.markdown | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source/_integrations/tesla.markdown b/source/_integrations/tesla.markdown index 8d0a0a4ed8d6..2077df1d632f 100644 --- a/source/_integrations/tesla.markdown +++ b/source/_integrations/tesla.markdown @@ -64,8 +64,4 @@ scan_interval: Tesla options are set via **Configuration** -> **Integrations** -> **Tesla** -> **Options**. -{% configuration %} -wake_car_on_start: - description: Whether to sleeping cars on HomeAssistant startup. This allows a user to choose whether cars should continue to sleep (and not update information) or to wake up the cars potentially interrupting long term hibernation increasing vampire drain. - type: boolean -{% endconfiguration %} +* Wake cars on start - Whether to wake sleeping cars on HomeAssistant startup. This allows a user to choose whether cars should continue to sleep (and not update information) or to wake up the cars potentially interrupting long term hibernation and increasing vampire drain. From ff4c404e39cd2517f826a77d88736eed56e5d0d1 Mon Sep 17 00:00:00 2001 From: Alan Tse Date: Fri, 20 Mar 2020 02:33:07 -0700 Subject: [PATCH 3/3] Fix lint error --- source/_integrations/tesla.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/tesla.markdown b/source/_integrations/tesla.markdown index 2077df1d632f..e069478192e8 100644 --- a/source/_integrations/tesla.markdown +++ b/source/_integrations/tesla.markdown @@ -64,4 +64,4 @@ scan_interval: Tesla options are set via **Configuration** -> **Integrations** -> **Tesla** -> **Options**. -* Wake cars on start - Whether to wake sleeping cars on HomeAssistant startup. This allows a user to choose whether cars should continue to sleep (and not update information) or to wake up the cars potentially interrupting long term hibernation and increasing vampire drain. +* Wake cars on start - Whether to wake sleeping cars on Home Assistant startup. This allows a user to choose whether cars should continue to sleep (and not update information) or to wake up the cars potentially interrupting long term hibernation and increasing vampire drain.