Skip to content

Commit

Permalink
Fix Code Comment
Browse files Browse the repository at this point in the history
Co-authored-by: tstabrawa <[email protected]>
  • Loading branch information
krkeegan and tstabrawa authored Nov 14, 2024
1 parent 0ea83f6 commit 98f29ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insteon_mqtt/Modem.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def get_engine_all(self, on_done=None):
seq = CommandSeq(self, "Get Engine all complete", on_done,
error_stop=False, name="EngineAll")

# Reload all the device databases.
# Run Get Engine on all the devices
for device in self.devices.values():
if (not isinstance(device, BatterySensor)):
seq.add(device.get_engine)
Expand Down

0 comments on commit 98f29ad

Please sign in to comment.