change device info "default_manufacturer" to "manufacturer" (#154)

This commit is contained in:
Dr. Drinovac 2023-08-05 12:20:27 -04:00 committed by GitHub
parent 71d4c5aaaf
commit 890c4ea1ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
}