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 5c17119 commit 7abc649Copy full SHA for 7abc649
homeassistant/components/peblar/entity.py
@@ -48,6 +48,7 @@ def __init__(
48
},
49
manufacturer=system_information.product_vendor_name,
50
model=system_information.product_model_name,
51
+ model_id=system_information.product_number,
52
name="Peblar EV Charger",
53
serial_number=system_information.product_serial_number,
54
sw_version=entry.runtime_data.version_coordinator.data.current.firmware,
0 commit comments