diff --git a/custom_components/vesync/common.py b/custom_components/vesync/common.py index ddfeb01..1732c62 100644 --- a/custom_components/vesync/common.py +++ b/custom_components/vesync/common.py @@ -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, }