mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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(
|
self._attr_device_info = DeviceInfo(
|
||||||
name=mm.name,
|
name=mm.name,
|
||||||
manufacturer="Vogel's",
|
manufacturer="Vogel's",
|
||||||
model="TVM 7675",
|
model="MotionMount SIGNATURE Pro",
|
||||||
|
model_id="TVM 7675 Pro",
|
||||||
)
|
)
|
||||||
|
|
||||||
if mac == EMPTY_MAC:
|
if mac == EMPTY_MAC:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user