Some cleanup and added light sensor

This commit is contained in:
2023-01-03 20:46:37 +01:00
parent cfd10a7daf
commit c9b2127eed
10 changed files with 182 additions and 43 deletions

View File

@@ -9,25 +9,33 @@ username="Dreaded_X"
[presence]
topic = "automation_dev/presence"
[light_sensor]
topic = "zigbee2mqtt/living/light"
min = 23_000
max = 25_000
[devices.kitchen_kettle]
type = "IkeaOutlet"
info = { name = "Kettle", room = "Kitchen" }
mqtt = { topic = "zigbee2mqtt/kitchen/kettle" }
name = "Kettle"
room = "Kitchen"
topic = "zigbee2mqtt/kitchen/kettle"
kettle = { timeout = 5 }
[devices.living_workbench]
type = "IkeaOutlet"
info = { name = "Workbench", room = "Living Room" }
mqtt = { topic = "zigbee2mqtt/living/workbench" }
name = "Workbench"
room = "Living Room"
topic = "zigbee2mqtt/living/workbench"
[devices.living_zeus]
type = "WakeOnLAN"
info = { name = "Zeus", room = "Living Room" }
mqtt = { topic = "automation/appliance/living_room/zeus" }
name = "Zeus"
room = "Living Room"
topic = "automation/appliance/living_room/zeus"
mac_address = "30:9c:23:60:9c:13"
[devices.audio]
type = "AudioSetup"
mqtt = { topic = "zigbee2mqtt/living/remote" }
topic = "zigbee2mqtt/living/remote"
mixer = [10, 0, 0, 49]
speakers = [10, 0, 0, 182]