Implement model_id's in Plugwise (#126069)
This commit is contained in:
parent
7ada2f864c
commit
b73be2df6e
4 changed files with 36 additions and 1 deletions
|
@ -47,6 +47,7 @@ class PlugwiseEntity(CoordinatorEntity[PlugwiseDataUpdateCoordinator]):
|
|||
connections=connections,
|
||||
manufacturer=data.get("vendor"),
|
||||
model=data.get("model"),
|
||||
model_id=data.get("model_id"),
|
||||
name=coordinator.data.gateway["smile_name"],
|
||||
sw_version=data.get("firmware"),
|
||||
hw_version=data.get("hardware"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue