Skip to content

Commit

Permalink
fix: disable unit update since it will fail as we can't write
Browse files Browse the repository at this point in the history
  • Loading branch information
sopelj committed Jan 15, 2022
1 parent f167b76 commit 5ef8c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ember_mug/mug.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ async def update_all(self) -> bool:
]
try:
await self.ensure_connected()
await self.ensure_correct_unit()
# await self.ensure_correct_unit()
for attr in update_attrs:
await getattr(self, f"update_{attr}")()
success = True
Expand Down

0 comments on commit 5ef8c5d

Please sign in to comment.