Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
change device info "default_manufacturer" to "manufacturer" (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertD502 committed Aug 5, 2023
1 parent 71d4c5a commit 890c4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/vesync/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def device_info(self):
"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,
}

Expand Down

0 comments on commit 890c4ea

Please sign in to comment.