25 lines
632 B
JSON
25 lines
632 B
JSON
{
|
|
"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/"
|
|
}
|
|
} |