Add example settings file
This commit is contained in:
parent
8b6838ac3b
commit
eed4d6f63b
15
settings.py.example
Normal file
15
settings.py.example
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
UFP_USERNAME = 'admin'
|
||||||
|
UFP_PASSWORD = 'password'
|
||||||
|
UFP_ADDRESS = '192.168.whatever'
|
||||||
|
UFP_PORT = 443
|
||||||
|
|
||||||
|
DOORBELLS = {
|
||||||
|
'123456780ABC': {
|
||||||
|
name: 'Front Door',
|
||||||
|
gpio: 26,
|
||||||
|
},
|
||||||
|
'123456780ABC': {
|
||||||
|
name: 'Side Door',
|
||||||
|
gpio: 19,
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user