Skip to content

Commit 2710e79

Browse files
Merge pull request #43 from mattjgalloway/fix_medical_research_enabled_switch
Fix medical research enabled switch
2 parents 6da8208 + 69e8f3b commit 2710e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/mixergy/switch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def name(self):
9090

9191
@property
9292
def is_on(self):
93-
return self._tank.dsr_enabled
93+
return self._tank.distributed_computing_enabled
9494

9595
async def async_turn_on(self, **kwargs):
9696
await self._tank.set_distributed_computing_enabled(True)

0 commit comments

Comments
 (0)