Skip to content

Commit

Permalink
Merge pull request #848 from gingerm0nkey/dev
Browse files Browse the repository at this point in the history
fix/ha integration status becomes unvailable when requesting api
  • Loading branch information
fronzbot authored Jan 7, 2024
2 parents b5fe148 + 453ba62 commit f0da567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blinkpy/helpers/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f0da567

Please sign in to comment.