From f4ad482f19e80d37aba4cbb6c2034575368d743b Mon Sep 17 00:00:00 2001 From: Matt Speer Date: Fri, 20 Jun 2025 19:56:47 -0500 Subject: [PATCH] initial commit --- config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..4df4a20 --- /dev/null +++ b/config.json @@ -0,0 +1,13 @@ +{ + "mqtt_url": "mqtt://localhost:1883", + "mqtt_options": "", + "livestream_user": "", + "livestream_pass": "", + "disarm_code": "", + "enable_cameras": true, + "enable_modes": false, + "enable_panic": false, + "hass_topic": "homeassistant/status", + "ring_topic": "ring", + "location_ids": [] +} \ No newline at end of file