correct naming (#39102)
This commit is contained in:
parent
31e0ddaec5
commit
00b05d764d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class DevoloCoverDeviceEntity(DevoloDeviceEntity, CoverEntity):
|
|||
homecontrol=homecontrol,
|
||||
device_instance=device_instance,
|
||||
element_uid=element_uid,
|
||||
name=device_instance.itemName,
|
||||
name=device_instance.item_name,
|
||||
sync=self._sync,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue