Skip to content

Commit b945350

Browse files
authored
lower log level for brp084 (#71)
Lower log level
1 parent 2f694ad commit b945350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydaikin/daikin_brp084.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ async def update_status(self, resources=None):
437437
if not response or 'responses' not in response:
438438
raise DaikinException("Invalid response from device")
439439
except Exception as e:
440-
_LOGGER.error("Error communicating with device: %s", e)
440+
_LOGGER.info("Error communicating with device: %s", e)
441441
raise DaikinException(f"Failed to communicate with device: {e}") from e
442442

443443
# Extract basic info

0 commit comments

Comments
 (0)