Add H100 fixtures (#737)

One direct out of the box, another with upgraded fw & t315
This commit is contained in:
Teemu R
2024-02-24 00:12:19 +01:00
committed by GitHub
parent c3aa34425d
commit a73e2a9ede
8 changed files with 657 additions and 4 deletions

View File

@@ -103,4 +103,4 @@ class Firmware(SmartModule):
async def set_auto_update_enabled(self, enabled: bool):
"""Change autoupdate setting."""
data = {**self.data["get_auto_update_info"], "enable": enabled}
await self.call("set_auto_update_info", data) #{"enable": enabled})
await self.call("set_auto_update_info", data) # {"enable": enabled})