diff --git a/birdnet.conf-defaults b/birdnet.conf-defaults index 87f01da..2b6f9f3 100644 --- a/birdnet.conf-defaults +++ b/birdnet.conf-defaults @@ -56,18 +56,6 @@ BIRDNETPI_URL= RTSP_STREAM= -#------------------- Mobile Notifications via Pushed.co ---------------------# -#____________The two variables below enable mobile notifications_______________# -#_____________See https://pushed.co/quick-start-guide to get___________________# -#_________________________these values for your app.___________________________# - -# Keep these EMPTY if haven't setup a Pushed.co App yet. # - -## Pushed.co App Key and App Secret - -PUSHED_APP_KEY= -PUSHED_APP_SECRET= - #----------------------- Apprise Miscellanous Configuration -------------------# APPRISE_NOTIFICATION_TITLE="New BirdNET-Pi Detection" diff --git a/scripts/install_config.sh b/scripts/install_config.sh index 9557abd..5d68d64 100755 --- a/scripts/install_config.sh +++ b/scripts/install_config.sh @@ -69,18 +69,6 @@ BIRDNETPI_URL= RTSP_STREAM= -#------------------- Mobile Notifications via Pushed.co ---------------------# -#____________The two variables below enable mobile notifications_______________# -#_____________See https://pushed.co/quick-start-guide to get___________________# -#_________________________these values for your app.___________________________# - -# Keep these EMPTY if haven't setup a Pushed.co App yet. # - -## Pushed.co App Key and App Secret - -PUSHED_APP_KEY= -PUSHED_APP_SECRET= - #----------------------- Apprise Miscellanous Configuration -------------------# APPRISE_NOTIFICATION_TITLE="New BirdNET-Pi Detection"