diff --git a/requirements.txt b/requirements.txt index 79236e8..b43d286 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,11 +5,14 @@ attrs==21.2.0 chardet==4.0.0 click==8.0.3 idna==3.3 +importlib-metadata==4.8.1 multidict==5.2.0 Pillow==8.4.0 PyJWT==2.2.0 python-dotenv==0.19.1 pyunifiprotect==0.33.0 +RPi.GPIO==0.7.0 typer==0.4.0 typing-extensions==3.10.0.2 yarl==1.7.0 +zipp==3.6.0 diff --git a/settings.py.example b/settings.py.example index 3a35b66..f525ae3 100644 --- a/settings.py.example +++ b/settings.py.example @@ -5,11 +5,11 @@ UFP_PORT = 443 DOORBELLS = { '123456780ABC': { - name: 'Front Door', - gpio: 26, + 'name': 'Front Door', + 'gpio': 26, }, '123456780ABC': { - name: 'Side Door', - gpio: 19, + 'name': 'Side Door', + 'gpio': 19, }, }