From bba59bcf1115a14d913b5dff30fe6df0bc395233 Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 8 Apr 2021 21:39:39 +0200 Subject: ma: move home network from 192.168.1.0/24 to 192.168.111.0/24 --- makefu/2configs/home/ham/device_tracker/openwrt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefu/2configs/home/ham/device_tracker') diff --git a/makefu/2configs/home/ham/device_tracker/openwrt.nix b/makefu/2configs/home/ham/device_tracker/openwrt.nix index 0a34f702a..c2b0353c6 100644 --- a/makefu/2configs/home/ham/device_tracker/openwrt.nix +++ b/makefu/2configs/home/ham/device_tracker/openwrt.nix @@ -2,7 +2,7 @@ services.home-assistant.config.device_tracker = [ { platform = "luci"; - host = "192.168.1.5"; + host = "192.168.111.5"; username = "root"; password = import ; interval_seconds = 30; # instead of 12seconds -- cgit v1.2.3