We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2444771 commit cf4def7Copy full SHA for cf4def7
1 file changed
plugwise/data.py
@@ -200,6 +200,10 @@ def _get_entity_data(self, entity_id: str) -> GwEntityData:
200
entity, "heater_central", data, "no OpenTherm communication"
201
)
202
203
+ if "module_id" ind entity:
204
+ locator = "module/protocolszig_bee_node"
205
+
206
207
# Switching groups data
208
self._entity_switching_group(entity, data)
209
# Adam data
0 commit comments