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