Update requrements, settings
This commit is contained in:
parent
5a29373838
commit
f8e5e9cba2
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user