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 f77410b commit 0ea3bb3Copy full SHA for 0ea3bb3
plugwise/helper.py
@@ -420,8 +420,8 @@ def _get_measurement_data(self, entity_id: str) -> GwEntityData:
420
421
def _get_zigbee_availability(
422
self, data: GwEntityData, entity: GwEntityData
423
- ) -> GwEntityData:
424
- # Check zigbee device availabilty
+ ) -> None:
+ # Check zigbee device availability
425
if "module_id" in entity:
426
module_id = entity["module_id"]
427
locator = f'./module[@id="{module_id}"]/protocols/zig_bee_node'
0 commit comments