From 453ba62bcb545ac5cf5a7bd895d31ad96c44e89c Mon Sep 17 00:00:00 2001 From: Gingermonkey Date: Sun, 7 Jan 2024 12:45:57 +0100 Subject: [PATCH] fix/ha integration status becomes unvailable when requesting api --- blinkpy/helpers/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blinkpy/helpers/constants.py b/blinkpy/helpers/constants.py index b208f56c..ee8568ba 100644 --- a/blinkpy/helpers/constants.py +++ b/blinkpy/helpers/constants.py @@ -21,9 +21,9 @@ OTHER """ DEFAULT_USER_AGENT = ( - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) " + "Mozilla/5.0 (Linux; Android 14) " "AppleWebKit/537.36 (KHTML, like Gecko) " - "Chrome/71.0.3578.98 Safari/537.36" + "Chrome/120.0.6099.193 Mobile Safari/537.36" ) DEVICE_ID = "Blinkpy" TIMESTAMP_FORMAT = "%Y-%m-%dT%H:%M:%S%z"