Use ip instead of dns name for airfilter
The dns name does not resolve properly in the container
This commit is contained in:
parent
3905df690b
commit
48c600b9cb
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user