VeSync: use correct device info keys (#95646)

This commit is contained in:
Paulus Schoutsen 2023-07-01 06:06:27 -04:00 committed by GitHub
parent 2191fb21fa
commit 62ac7973c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ class VeSyncBaseEntity(Entity):
identifiers={(DOMAIN, self.base_unique_id)},
name=self.base_name,
model=self.device.device_type,
default_manufacturer="VeSync",
manufacturer="VeSync",
sw_version=self.device.current_firm_version,
)