commit f4ad482f19e80d37aba4cbb6c2034575368d743b Author: Matt Speer Date: Fri Jun 20 19:56:47 2025 -0500 initial commit 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