Correct climacell device info (#47292)
This commit is contained in:
parent
ce8871ef59
commit
6019bcf9d1
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue