28 lines
644 B
TOML
28 lines
644 B
TOML
[mqtt]
|
|
host="olympus.lan.huizinga.dev"
|
|
port=8883
|
|
username="mqtt"
|
|
|
|
[fullfillment]
|
|
username="Dreaded_X"
|
|
|
|
[presence]
|
|
topic = "automation_dev/presence"
|
|
|
|
[devices.kitchen_kettle]
|
|
type = "IkeaOutlet"
|
|
info = { name = "Kettle", room = "Kitchen" }
|
|
mqtt = { topic = "zigbee2mqtt/kitchen/kettle" }
|
|
kettle = { timeout = 5 }
|
|
|
|
[devices.living_workbench]
|
|
type = "IkeaOutlet"
|
|
info = { name = "Workbench", room = "Living Room" }
|
|
mqtt = { topic = "zigbee2mqtt/living/workbench" }
|
|
|
|
[devices.living_zeus]
|
|
type = "WakeOnLAN"
|
|
info = { name = "Zeus", room = "Living Room" }
|
|
mqtt = { topic = "automation/appliance/living_room/zeus" }
|
|
mac_address = "30:9c:23:60:9c:13"
|