File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ async def async_update(self) -> PlugwiseData:
141141 # Detect failed data-retrieval
142142 _ = self .gw_entities [self .gateway_id ]["location" ]
143143 except KeyError as err :
144- raise DataMissingError ("No Plugwise data received" ) from err
144+ raise DataMissingError ("No legacy Plugwise data received" ) from err
145145
146146 self ._previous_day_number = day_number
147147 return PlugwiseData (
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ async def async_update(self) -> PlugwiseData:
145145 else : # cover failed data-retrieval for P1
146146 _ = self .gw_entities [self .gateway_id ]["location" ]
147147 except KeyError as err :
148- raise DataMissingError ("No Plugwise data received" ) from err
148+ raise DataMissingError ("No Plugwise actual data received" ) from err
149149
150150 return PlugwiseData (
151151 devices = self .gw_entities ,
You can’t perform that action at this time.
0 commit comments