mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Correct climacell device info (#47292)
This commit is contained in:
@@ -256,7 +256,8 @@ class ClimaCellEntity(CoordinatorEntity):
|
|||||||
"""Return device registry information."""
|
"""Return device registry information."""
|
||||||
return {
|
return {
|
||||||
"identifiers": {(DOMAIN, self._config_entry.data[CONF_API_KEY])},
|
"identifiers": {(DOMAIN, self._config_entry.data[CONF_API_KEY])},
|
||||||
"name": self.name,
|
"name": "ClimaCell",
|
||||||
"manufacturer": "ClimaCell",
|
"manufacturer": "ClimaCell",
|
||||||
|
"sw_version": "v3",
|
||||||
"entry_type": "service",
|
"entry_type": "service",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user