From b0467b801237d1d446ab09a2ab2f7e8373e5c466 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Thu, 8 Aug 2024 00:24:14 +0200 Subject: [PATCH] Fixed kasa ip addresses --- config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.lua b/config.lua index 291f2ae..1e67b57 100644 --- a/config.lua +++ b/config.lua @@ -79,9 +79,9 @@ automation.device_manager:add(WakeOnLAN.new({ broadcast_ip = "10.0.0.255", })) -local living_mixer = KasaOutlet.new({ identifier = "living_mixer", ip = "10.0.0.49" }) +local living_mixer = KasaOutlet.new({ identifier = "living_mixer", ip = "10.0.0.84" }) automation.device_manager:add(living_mixer) -local living_speakers = KasaOutlet.new({ identifier = "living_speakers", ip = "10.0.0.182" }) +local living_speakers = KasaOutlet.new({ identifier = "living_speakers", ip = "10.0.0.127" }) automation.device_manager:add(living_speakers) automation.device_manager:add(AudioSetup.new({