Added config file

This commit is contained in:
Mike Geppert 2025-07-15 01:48:20 -05:00
parent 488afdbb3d
commit 245646a7b7

View File

@ -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/"
}
}