mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
VeSync: use correct device info keys (#95646)
This commit is contained in:
parent
2191fb21fa
commit
62ac7973c2
@ -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,
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user