mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
VeSync: use correct device info keys (#95646)
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user