Skip to content

Commit ff1f4d1

Browse files
committed
Update error message
1 parent 0a00348 commit ff1f4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/plugwise_usb/coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ async def async_node_update(self) -> dict[NodeFeature, Any]:
6868
raise UpdateFailed from err
6969

7070
if not states[NodeFeature.AVAILABLE]:
71-
raise UpdateFailed(f"Plugwise node {self.node.mac} is not on-line.")
71+
raise UpdateFailed("Device is not responding")
7272
return states

0 commit comments

Comments
 (0)