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 5f26786 commit 5d657f7Copy full SHA for 5d657f7
custom_components/plugwise_usb/number.py
@@ -219,7 +219,7 @@ def _handle_coordinator_update(self) -> None:
219
"""Handle updated data from the coordinator."""
220
data = self.coordinator.data.get(self.entity_description.node_feature, None)
221
if data is None:
222
- _LOGGER.warning(
+ _LOGGER.debug(
223
"No %s number data for %s",
224
self.entity_description.node_feature,
225
self._node_info.mac,
0 commit comments