Integration for Home Assistant that uses python-lucidmotors.
To use this extension, you'll need the following information
- Lucid Motors Username
- Lucid Motors Password
Your vehicle must be in delivered status for this integration to function.
There are two methods to install this installation:
- Use HACS.
- In HACS, add a custom repository by going to
HACS > Integrations > 3 dots > custom repositories
and adding this github repohttps://github.com/borski/ha-lucidmotors
, with theintegration
type. - Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Lucid Motors"
- Click or in the Home Assistant UI go to "Configuration" -> "Integrations" click "+" and search for "Lucid Motors".
- Using the tool of choice open the directory (folder) for your Home Assistant configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledlucidmotors
. - Download all the files from the
custom_components/lucidmotors/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- Click or in the Home Assistant UI go to "Configuration" -> "Integrations" click "+" and search for "Lucid Motors".
This integration will set up the following platforms.
Platform | Description |
---|---|
binary_sensor |
Tons of info from the car. |
climate |
Precondition interior climate |
sensor |
Yet more info from the car. |
button |
Various actions like honk horn, flash lights, etc. |
device_tracker |
Where's your car? :) |
light |
Turn headlights on and off (and actually, really off) |
lock |
Doors |
cover |
Frunk, Trunk |
number |
Set charge limit |
select |
Alarm mode (on, off, silent/push notifications only) |
switch |
Start/stop charging |
update |
Update notifications, release notes, and remote installation |
This Home Assistant integration is not affiliated, associated, nor sponsored by Lucid Motors, Inc.
Any use of this integration is at the sole discretion and risk of the Lucid Motors vehicle owner integrating it into their Home Assistant installation. This owner takes full responsibility for protecting their local Home Assistant installation.
This integration is provided out of love and passion towards the Lucid ownership community. It focuses on building insights and awareness into the state of one's vehicle for use by the owner and the owner alone.
This integration will not share user or vehicle data outside Home Assistant, a single-user environment hosted and running within an owner's private network and hardware systems.
If you want to contribute to this please read the Contribution guidelines