We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e8eb6 commit 52d3ed2Copy full SHA for 52d3ed2
.vehicle_profiles/params.json
@@ -74,6 +74,13 @@
74
"type": "binary_sensor"
75
}
76
},
77
+ "CHARGER_DC_PWR": {
78
+ "description": "Battery Charger DC Power",
79
+ "settings": {
80
+ "unit": "kW",
81
+ "class": "power"
82
+ }
83
+ },
84
"COOLANT_TMP": {
85
"description": "Coolant Temperature",
86
"settings": {
@@ -88,6 +95,14 @@
88
95
"class": "none"
89
96
90
97
98
+ "DIST_SINCE_FULL_CHARGE": {
99
+ "description": "Distance Traveled Since Last Full Charge",
100
101
+ "unit": "km",
102
+ "class": "distance",
103
+ "min": "0"
104
105
91
106
"ENGINE_OIL_PRES": {
92
107
"description": "Engine Oil Pressure",
93
108
0 commit comments