This repository has been archived by the owner on Aug 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+16.8 KB
custom_components/custom_shopping_list/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file added
BIN
+7.67 KB
custom_components/custom_shopping_list/__pycache__/bring.cpython-38.pyc
Binary file not shown.
Binary file added
BIN
+3.64 KB
custom_components/custom_shopping_list/__pycache__/config_flow.cpython-38.pyc
Binary file not shown.
Binary file added
BIN
+269 Bytes
custom_components/custom_shopping_list/__pycache__/const.cpython-38.pyc
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import asyncio | ||
|
||
from bring import BringApi | ||
|
||
loop = asyncio.get_event_loop() | ||
api = BringApi("[email protected]", "qTJ4zcTitu9LWb") | ||
loop.run_until_complete(api.login()) | ||
loop.run_until_complete(api.get_lists()) | ||
|
||
api.select_list("Maison") | ||
|
||
|
||
print("logged in") |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.