Skip to content

Commit 9a0316e

Browse files
committed
Update missed legacy raise-message
1 parent a77b753 commit 9a0316e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/legacy/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ async def async_update(self) -> PlugwiseData:
126126
# Detect failed data-retrieval
127127
_ = self.gw_entities[self.gateway_id]["location"]
128128
except KeyError as err:
129-
raise DataMissingError("No Plugwise data received") from err
129+
raise DataMissingError("No (full) Plugwise legacy data received") from err
130130
# Otherwise perform an incremental update
131131
else:
132132
try:

0 commit comments

Comments
 (0)