Add model_id to tedee (#128356)

This commit is contained in:
Josef Zweck 2024-10-14 14:56:27 +02:00 committed by GitHub
parent 8e6b41e637
commit cdb1b1df15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -32,6 +32,7 @@ class TedeeEntity(CoordinatorEntity[TedeeApiCoordinator]):
name=lock.lock_name,
manufacturer="Tedee",
model=lock.lock_type,
model_id=lock.lock_type,
via_device=(DOMAIN, coordinator.bridge.serial),
)

View File

@ -68,7 +68,7 @@
}),
'manufacturer': 'Tedee',
'model': 'Tedee PRO',
'model_id': None,
'model_id': 'Tedee PRO',
'name': 'Lock-1A2B',
'name_by_user': None,
'primary_config_entry': <ANY>,
@ -147,7 +147,7 @@
}),
'manufacturer': 'Tedee',
'model': 'Tedee GO',
'model_id': None,
'model_id': 'Tedee GO',
'name': 'Lock-2C3D',
'name_by_user': None,
'primary_config_entry': <ANY>,