diff options
author | makefu <github@syntax-fehler.de> | 2019-10-30 08:01:44 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-10-30 08:01:44 +0100 |
commit | dc543a7d507bd431dae20c77800ec877205f5108 (patch) | |
tree | 5b5a5f40cb536f65fd0c86607a229042bb923d05 /makefu/2configs/bureautomation/device_tracker | |
parent | b0e88c220985ddc76e0622cbcdb1eb782b1eb3cf (diff) |
ma bureautomation: fix all the regression, add openwrt-luci-rpc as dependency
Diffstat (limited to 'makefu/2configs/bureautomation/device_tracker')
-rw-r--r-- | makefu/2configs/bureautomation/device_tracker/openwrt.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makefu/2configs/bureautomation/device_tracker/openwrt.nix b/makefu/2configs/bureautomation/device_tracker/openwrt.nix index d32eab60f..5de216474 100644 --- a/makefu/2configs/bureautomation/device_tracker/openwrt.nix +++ b/makefu/2configs/bureautomation/device_tracker/openwrt.nix @@ -3,7 +3,6 @@ [ { platform = "luci"; - name = "router"; host = "192.168.8.1"; username = "root"; password = import <secrets/hass/router.nix>; |