Add back door woof
This commit is contained in:
parent
5a7ca0f0e9
commit
f5c729d368
6
main.py
6
main.py
|
@ -23,7 +23,11 @@ CAMERAS = {
|
||||||
'SE-N-ZoneB': {
|
'SE-N-ZoneB': {
|
||||||
'name': 'Side Door',
|
'name': 'Side Door',
|
||||||
'sound': 'barkRL.ogg',
|
'sound': 'barkRL.ogg',
|
||||||
}
|
},
|
||||||
|
'B-E-ZoneB': {
|
||||||
|
'name': 'Back Door',
|
||||||
|
'sound': 'barkLR.ogg',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
async def play_sound(filename):
|
async def play_sound(filename):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user