We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc1c4f commit 4eb89beCopy full SHA for 4eb89be
custom_components/mixergy/tank.py
@@ -233,7 +233,7 @@ async def fetch_last_measurement(self):
233
vacation = False
234
235
# Source is only present when vacation is enabled it seems
236
- if "source" in source:
+ if "source" in current:
237
source = current["source"]
238
vacation = source == "Vacation"
239
0 commit comments