mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 10:08:23 +00:00
Correct climacell device info (#47292)
This commit is contained in:
parent
da2c7dc743
commit
24919e99b8
@ -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