Use ip instead of dns name for airfilter
All checks were successful
Build and deploy / Build application (push) Successful in 4m13s
Build and deploy / Build container (push) Successful in 1m0s
Build and deploy / Deploy container (push) Successful in 33s

The dns name does not resolve properly in the container
This commit is contained in:
Dreaded_X 2025-01-22 03:55:24 +01:00
parent 3905df690b
commit 48c600b9cb
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -364,7 +364,7 @@ automation.device_manager:add(LightOnOff.new({
local bedroom_air_filter = AirFilter.new({
name = "Air Filter",
room = "Bedroom",
url = "http://airfilter.lan.huizinga.dev",
url = "http://10.0.1.245",
})
automation.device_manager:add(bedroom_air_filter)