Update requrements, settings

This commit is contained in:
Tanner Collin 2021-10-15 23:10:59 +01:00
parent 5a29373838
commit f8e5e9cba2
2 changed files with 7 additions and 4 deletions

View File

@ -5,11 +5,14 @@ attrs==21.2.0
chardet==4.0.0 chardet==4.0.0
click==8.0.3 click==8.0.3
idna==3.3 idna==3.3
importlib-metadata==4.8.1
multidict==5.2.0 multidict==5.2.0
Pillow==8.4.0 Pillow==8.4.0
PyJWT==2.2.0 PyJWT==2.2.0
python-dotenv==0.19.1 python-dotenv==0.19.1
pyunifiprotect==0.33.0 pyunifiprotect==0.33.0
RPi.GPIO==0.7.0
typer==0.4.0 typer==0.4.0
typing-extensions==3.10.0.2 typing-extensions==3.10.0.2
yarl==1.7.0 yarl==1.7.0
zipp==3.6.0

View File

@ -5,11 +5,11 @@ UFP_PORT = 443
DOORBELLS = { DOORBELLS = {
'123456780ABC': { '123456780ABC': {
name: 'Front Door', 'name': 'Front Door',
gpio: 26, 'gpio': 26,
}, },
'123456780ABC': { '123456780ABC': {
name: 'Side Door', 'name': 'Side Door',
gpio: 19, 'gpio': 19,
}, },
} }