Skip to content

Commit

Permalink
Readd lost in translation model ID
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Dec 22, 2024
1 parent 5c17119 commit 7abc649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/peblar/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def __init__(
},
manufacturer=system_information.product_vendor_name,
model=system_information.product_model_name,
model_id=system_information.product_number,
name="Peblar EV Charger",
serial_number=system_information.product_serial_number,
sw_version=entry.runtime_data.version_coordinator.data.current.firmware,
Expand Down

0 comments on commit 7abc649

Please sign in to comment.