File tree 1 file changed +7
-10
lines changed 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ The `mopar` sensor provides the following for owners of FCA vehicles with a uCon
21
21
22
22
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.
23
23
24
-
25
- ## Configuration
26
-
27
24
To enable this sensor, add the following lines to your ` configuration.yaml ` .
28
25
29
26
``` yaml
@@ -36,18 +33,18 @@ sensor:
36
33
37
34
Configuration options for the Mopar sensor:
38
35
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.
42
39
43
- ## Service
40
+ ## {% linkable_title Service %}
44
41
45
42
Call the ` mopar.remote_command` service to perform a remote command on your vehicle.
46
43
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`.
49
46
50
- # ## Example
47
+ Example data :
51
48
52
49
` ` ` json
53
50
{
You can’t perform that action at this time.
0 commit comments