We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a00348 commit ff1f4d1Copy full SHA for ff1f4d1
custom_components/plugwise_usb/coordinator.py
@@ -68,5 +68,5 @@ async def async_node_update(self) -> dict[NodeFeature, Any]:
68
raise UpdateFailed from err
69
70
if not states[NodeFeature.AVAILABLE]:
71
- raise UpdateFailed(f"Plugwise node {self.node.mac} is not on-line.")
+ raise UpdateFailed("Device is not responding")
72
return states
0 commit comments