The original Tesla component has issues with the wakeup feature. This component fixes that issue.
To configure this component, follow these instructions (replacing the placeholders).
-
In the root of your /config folder, create a file called tesla.yaml
username: <TeslaAccountEmailAdress> password: <TeslaAccountPassword>
-
In your configuration.yaml add the following:
tesla_cc: !include tesla.yaml
-
Done