Updated airfilter ip
All checks were successful
Build and deploy / Build application (push) Successful in 4m16s
Build and deploy / Build container (push) Successful in 1m25s
Build and deploy / Deploy container (push) Successful in 35s

This commit is contained in:
Dreaded_X 2025-01-27 02:21:13 +01:00
parent fbabc978b1
commit 856bc3cc96
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -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)