Skip to content

Commit

Permalink
Update to last AppVersion on login
Browse files Browse the repository at this point in the history
  • Loading branch information
efipso committed Aug 19, 2024
1 parent 9c0bac9 commit d68bcc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ It's done basically for my own use.

v1.5
- Added Last Updated sensor.
- Update to last AppVersion on login

v1.4.1
- Minor fixes
Expand Down
2 changes: 1 addition & 1 deletion custom_components/melcloud_custom/pymelcloud/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async def _do_login(_session: ClientSession, email: str, password: str):
"Email": email,
"Password": password,
"Language": 0,
"AppVersion": "1.19.1.1",
"AppVersion": "1.31.0",
"Persist": True,
"CaptchaResponse": None,
}
Expand Down
1 change: 1 addition & 0 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ It's done basically for my own use.

v1.5
- Added Last Updated sensor.
- Update to last AppVersion on login

v1.4.1
- Minor fixes
Expand Down

0 comments on commit d68bcc2

Please sign in to comment.