mirror of
https://github.com/home-assistant/core.git
synced 2025-05-22 14:57:14 +00:00
Correct climacell device info (#47292)
This commit is contained in:
parent
ce8871ef59
commit
6019bcf9d1
@ -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…
x
Reference in New Issue
Block a user