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