mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add model_id to MotionMount integration (#125650)
This commit is contained in:
parent
9616d68e03
commit
9f284c0582
@ -34,7 +34,8 @@ class MotionMountEntity(Entity):
|
||||
self._attr_device_info = DeviceInfo(
|
||||
name=mm.name,
|
||||
manufacturer="Vogel's",
|
||||
model="TVM 7675",
|
||||
model="MotionMount SIGNATURE Pro",
|
||||
model_id="TVM 7675 Pro",
|
||||
)
|
||||
|
||||
if mac == EMPTY_MAC:
|
||||
|
Loading…
x
Reference in New Issue
Block a user