mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Add product ID to model for Tuya (#58235)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user