1
mirror of https://github.com/home-assistant/core synced 2024-07-27 18:58:57 +02:00

correct naming (#39102)

This commit is contained in:
Markus Bong 2020-08-21 16:17:29 +02:00 committed by GitHub
parent 31e0ddaec5
commit 00b05d764d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
)