Correct climacell device info (#47292)

This commit is contained in:
Raman Gupta 2021-03-02 19:55:10 -05:00 committed by GitHub
parent ce8871ef59
commit 6019bcf9d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -256,7 +256,8 @@ class ClimaCellEntity(CoordinatorEntity):
"""Return device registry information."""
return {
"identifiers": {(DOMAIN, self._config_entry.data[CONF_API_KEY])},
"name": self.name,
"name": "ClimaCell",
"manufacturer": "ClimaCell",
"sw_version": "v3",
"entry_type": "service",
}