Skip to content

Commit 5d657f7

Browse files
committed
revert warning to debug
1 parent 5f26786 commit 5d657f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/plugwise_usb/number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def _handle_coordinator_update(self) -> None:
219219
"""Handle updated data from the coordinator."""
220220
data = self.coordinator.data.get(self.entity_description.node_feature, None)
221221
if data is None:
222-
_LOGGER.warning(
222+
_LOGGER.debug(
223223
"No %s number data for %s",
224224
self.entity_description.node_feature,
225225
self._node_info.mac,

0 commit comments

Comments
 (0)