Add model ID to samsungtv (#125369)

This commit is contained in:
Paulus Schoutsen 2024-09-05 17:03:37 -04:00 committed by GitHub
parent 006b2da14e
commit 97ffbf5aad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -42,6 +42,7 @@ class SamsungTVEntity(CoordinatorEntity[SamsungTVDataUpdateCoordinator], Entity)
name=config_entry.data.get(CONF_NAME),
manufacturer=config_entry.data.get(CONF_MANUFACTURER),
model=config_entry.data.get(CONF_MODEL),
model_id=config_entry.data.get(CONF_MODEL),
)
if self.unique_id:
self._attr_device_info[ATTR_IDENTIFIERS] = {(DOMAIN, self.unique_id)}

View file

@ -72,7 +72,7 @@
}),
'manufacturer': None,
'model': '82GXARRS',
'model_id': None,
'model_id': '82GXARRS',
'name': 'fake',
'name_by_user': None,
'primary_config_entry': <ANY>,