Skip to content

Commit 2929616

Browse files
committed
🔧 fix for miio_cloud_records (#1562)
1 parent e0032e7 commit 2929616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/xiaomi_miot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,7 @@ async def async_update_for_main_entity(self):
15991599

16001600
# update miio prop/event in cloud
16011601
if cls := self.custom_config_list('miio_cloud_records'):
1602-
await self.async_update_miio_cloud_records(pls)
1602+
await self.async_update_miio_cloud_records(cls)
16031603

16041604
if pls := self.custom_config_list('miio_cloud_props'):
16051605
await self.async_update_miio_cloud_props(pls)

0 commit comments

Comments
 (0)