Skip to content

Commit 7abc649

Browse files
committed
Readd lost in translation model ID
1 parent 5c17119 commit 7abc649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

homeassistant/components/peblar/entity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def __init__(
4848
},
4949
manufacturer=system_information.product_vendor_name,
5050
model=system_information.product_model_name,
51+
model_id=system_information.product_number,
5152
name="Peblar EV Charger",
5253
serial_number=system_information.product_serial_number,
5354
sw_version=entry.runtime_data.version_coordinator.data.current.firmware,

0 commit comments

Comments
 (0)