Add product ID to model for Tuya (#58235)
parent
3b7dce8b95
commit
843296c1a3
|
@ -117,7 +117,7 @@ class TuyaEntity(Entity):
|
|||
identifiers={(DOMAIN, self.device.id)},
|
||||
manufacturer="Tuya",
|
||||
name=self.device.name,
|
||||
model=self.device.product_name,
|
||||
model=f"{self.device.product_name} ({self.device.product_id})",
|
||||
)
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in New Issue