From 245646a7b7c525471a76c5f086943258643804e5 Mon Sep 17 00:00:00 2001 From: Mike Geppert Date: Tue, 15 Jul 2025 01:48:20 -0500 Subject: [PATCH] Added config file --- network_configuration.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 network_configuration.json diff --git a/network_configuration.json b/network_configuration.json new file mode 100644 index 0000000..cffc988 --- /dev/null +++ b/network_configuration.json @@ -0,0 +1,25 @@ +{ + "unifi": { + "host": "https://192.168.6.1", + "username": "Tasmota", + "password": "TasmotaManager12!@", + "site": "default", + "network_filter": { + "NoT_network": { + "name": "NoT", + "subnet": "192.168.8", + "exclude_patterns": [ + "homeassistant*", + "*sonos*" + ] + } + } + }, + "mqtt": { + "broker": "homeassistant.Not.mgeppert.com", + "port": 1883, + "username": "mgeppert", + "password": "mgeppert", + "topic_prefix": "tasmota/" + } +} \ No newline at end of file