Update sunnylink.py to use bluepilot

This commit is contained in:
Genie 2024-07-02 11:45:19 -05:00 committed by GitHub
parent a97cdb588a
commit af9edff2f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ MAX_RETRIES = 6
class SunnylinkApi(BaseApi):
def __init__(self, dongle_id):
super().__init__(dongle_id, API_HOST)
self.user_agent = "sunnypilot-"
self.user_agent = "bluepilot-"
self.spinner = None
self.params = Params()