Added config file
This commit is contained in:
parent
488afdbb3d
commit
245646a7b7
25
network_configuration.json
Normal file
25
network_configuration.json
Normal 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/"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user