Skip to content

Commit f0da567

Browse files
authored
Merge pull request #848 from gingerm0nkey/dev
fix/ha integration status becomes unvailable when requesting api
2 parents b5fe148 + 453ba62 commit f0da567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: blinkpy/helpers/constants.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
OTHER
2222
"""
2323
DEFAULT_USER_AGENT = (
24-
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) "
24+
"Mozilla/5.0 (Linux; Android 14) "
2525
"AppleWebKit/537.36 (KHTML, like Gecko) "
26-
"Chrome/71.0.3578.98 Safari/537.36"
26+
"Chrome/120.0.6099.193 Mobile Safari/537.36"
2727
)
2828
DEVICE_ID = "Blinkpy"
2929
TIMESTAMP_FORMAT = "%Y-%m-%dT%H:%M:%S%z"

0 commit comments

Comments
 (0)