Merge patch into patch_master

This commit is contained in:
sdb9696
2024-07-24 17:44:42 +01:00
5 changed files with 160 additions and 6 deletions

View File

@@ -234,7 +234,7 @@ class LightTransition(SmartModule):
if self._state_in_sysinfo:
return {}
else:
return {self.QUERY_GETTER_NAME: None}
return {self.QUERY_GETTER_NAME: {}}
async def _check_supported(self):
"""Additional check to see if the module is supported by the device."""