mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-03-13 00:00:08 +01:00
change device info "default_manufacturer" to "manufacturer" (#154)
This commit is contained in:
parent
71d4c5aaaf
commit
890c4ea1ff
@ -149,7 +149,7 @@ class VeSyncBaseEntity(CoordinatorEntity, 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