Add missing secrets

This commit is contained in:
Mike Cifelli 2023-07-03 09:26:25 -04:00
parent 3b61580295
commit ae09bcc008
Signed by: mike
GPG Key ID: 6B08C6BE47D08E4C
1 changed files with 3 additions and 1 deletions

View File

@ -7,5 +7,7 @@ secrets = {
'ssid': 'ssid', 'ssid': 'ssid',
'password': 'password', 'password': 'password',
'adafruit_io_username': '', 'adafruit_io_username': '',
'adafruit_io_key': '' 'adafruit_io_key': '',
'ntfy_host': '',
'ntfy_topic': ''
} }