Skip to content

Commit 4e6d53e

Browse files
committed
Minor changes
1 parent e054732 commit 4e6d53e

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

source/_components/sensor.mopar.markdown

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ The `mopar` sensor provides the following for owners of FCA vehicles with a uCon
2121

2222
Be sure you have a [mopar.com](http://mopar.com) account with your vehicle(s) registered by VIN. You must also have a current uConnect subscription.
2323

24-
25-
## Configuration
26-
2724
To enable this sensor, add the following lines to your `configuration.yaml`.
2825

2926
```yaml
@@ -36,18 +33,18 @@ sensor:
3633
3734
Configuration options for the Mopar sensor:
3835
39-
- **username** (*Required*): mopar.com username
40-
- **password** (*Required*): mopar.com password
41-
- **pin** (*Required*): uConnect pin
36+
- **username** (*Required*): Your mopar.com username.
37+
- **password** (*Required*): Your mopar.com password.
38+
- **pin** (*Required*): Your uConnect pin.
4239
43-
## Service
40+
## {% linkable_title Service %}
4441
4542
Call the `mopar.remote_command` service to perform a remote command on your vehicle.
4643

47-
- **vehicle_index** (*Required*): `vehicle_index` attribute found on sensor
48-
- **command** (*Required*): one of `lock/unlock/engineon/engineoff/horn`
44+
- **vehicle_index** (*Required*): `vehicle_index` attribute found on sensor.
45+
- **command** (*Required*): One of `lock/unlock/engineon/engineoff/horn`.
4946

50-
### Example
47+
Example data:
5148

5249
```json
5350
{

0 commit comments

Comments
 (0)