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 bb1baa1 commit 464ce25Copy full SHA for 464ce25
plugwise/legacy/smile.py
@@ -126,7 +126,9 @@ async def async_update(self) -> PlugwiseData:
126
# Detect failed data-retrieval
127
_ = self.gw_entities[self.gateway_id]["location"]
128
except KeyError as err: # pragma: no cover
129
- raise DataMissingError("No (full) Plugwise legacy data received") from err
+ raise DataMissingError(
130
+ "No (full) Plugwise legacy data received"
131
+ ) from err
132
# Otherwise perform an incremental update
133
else:
134
try:
0 commit comments