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 a49a2d5 commit a2c05d7Copy full SHA for a2c05d7
plugwise/__init__.py
@@ -195,7 +195,7 @@ async def _smile_detect(
195
self.smile.hostname = gateway.find("hostname").text
196
self.smile.mac_address = gateway.find("mac_address").text
197
if (vendor_model := gateway.find("vendor_model")) is None:
198
- return
+ return # pragma: no cover
199
200
model = vendor_model.text
201
elec_measurement = gateway.find(
0 commit comments