Add model_id to MotionMount integration (#125650)

This commit is contained in:
RJPoelstra 2024-09-10 11:44:17 +02:00 committed by GitHub
parent 9616d68e03
commit 9f284c0582
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: