From 3c14faaa0764e27e554f8cdad195b4a13880e32a Mon Sep 17 00:00:00 2001 From: bdf0506 Date: Sun, 25 Feb 2024 10:55:06 -0500 Subject: [PATCH] Update blue_iris_api.py changed "updating data from BI Server" message to debug --- custom_components/blueiris/api/blue_iris_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/blueiris/api/blue_iris_api.py b/custom_components/blueiris/api/blue_iris_api.py index 45482bf..0267fe5 100644 --- a/custom_components/blueiris/api/blue_iris_api.py +++ b/custom_components/blueiris/api/blue_iris_api.py @@ -139,7 +139,7 @@ async def initialize(self): ) async def async_update(self): - _LOGGER.info( + _LOGGER.debug( f"Updating data from BI Server ({self.config_manager.config_entry.title})" )