mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
correct naming (#39102)
This commit is contained in:
parent
31e0ddaec5
commit
00b05d764d
@ -46,7 +46,7 @@ class DevoloCoverDeviceEntity(DevoloDeviceEntity, CoverEntity):
|
|||||||
homecontrol=homecontrol,
|
homecontrol=homecontrol,
|
||||||
device_instance=device_instance,
|
device_instance=device_instance,
|
||||||
element_uid=element_uid,
|
element_uid=element_uid,
|
||||||
name=device_instance.itemName,
|
name=device_instance.item_name,
|
||||||
sync=self._sync,
|
sync=self._sync,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user