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.
2 parents c25fb62 + 348a629 commit 519f2c5Copy full SHA for 519f2c5
custom_components/rivian/entity.py
@@ -59,6 +59,7 @@ def __init__(
59
name=name if name else model,
60
manufacturer="Rivian",
61
model=model,
62
+ serial_number=vin,
63
sw_version=self._get_value("otaCurrentVersion"),
64
)
65
@@ -155,6 +156,7 @@ def __init__(
155
156
name=wallbox["name"],
157
158
model=wallbox["model"],
159
+ serial_number=wallbox["serialNumber"],
160
sw_version=wallbox["softwareVersion"],
161
162
self._attr_unique_id = f"{wallbox['serialNumber']}-{description.key}"
0 commit comments