From 856bc3cc96b9b3b9edeaa85bf4dd991f329f7419 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Mon, 27 Jan 2025 02:21:13 +0100 Subject: [PATCH] Updated airfilter ip --- config.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.lua b/config.lua index 7fbbfd2..d1adaa7 100644 --- a/config.lua +++ b/config.lua @@ -77,7 +77,6 @@ automation.device_manager:add(WakeOnLAN.new({ broadcast_ip = "10.0.3.255", })) --- TODO: Update this to 10.0.0.101 when DHCP want to finally work local living_mixer = OutletOnOff.new({ name = "Mixer", room = "Living Room", @@ -378,7 +377,7 @@ automation.device_manager:add(LightOnOff.new({ local bedroom_air_filter = AirFilter.new({ name = "Air Filter", room = "Bedroom", - url = "http://10.0.1.245", + url = "http://10.0.0.103", }) automation.device_manager:add(bedroom_air_filter)