30 lines
530 B
Text
30 lines
530 B
Text
|
esphome_boards = [
|
||
|
{
|
||
|
name = "gate"
|
||
|
address = "192.168.5.141"
|
||
|
mac = "10:00:3b:01:97:b8"
|
||
|
},
|
||
|
{
|
||
|
name = "frontdoor"
|
||
|
address = "192.168.5.140"
|
||
|
mac = "10:00:3b:01:eb:40"
|
||
|
},
|
||
|
{
|
||
|
name = "lounge"
|
||
|
address = "192.168.5.135"
|
||
|
mac = "e8:06:90:65:2e:9c"
|
||
|
},
|
||
|
{
|
||
|
name = "office"
|
||
|
address = "192.168.5.130"
|
||
|
mac = "c8:c9:a3:c5:74:cc"
|
||
|
},
|
||
|
]
|
||
|
|
||
|
dhcp_subnets = {
|
||
|
iot = "192.168.3.0/24"
|
||
|
work = "192.168.4.0/24"
|
||
|
home = "192.168.5.0/24"
|
||
|
lab = "192.168.6.0/24"
|
||
|
}
|