From 7f515fd150eb7672f272ee61f581ae7e0ff76e86 Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 15 May 2021 13:12:25 +0200 Subject: ma bureautomation: disable pykodi --- makefu/2configs/bureautomation/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefu') diff --git a/makefu/2configs/bureautomation/default.nix b/makefu/2configs/bureautomation/default.nix index aa13b62b..669754ca 100644 --- a/makefu/2configs/bureautomation/default.nix +++ b/makefu/2configs/bureautomation/default.nix @@ -59,7 +59,7 @@ in { extraPackages = p: [ # TODO: put somewhere else (p.callPackage {}) - (p.callPackage {}) + # (p.callPackage {}) p.APScheduler ]; }; autoExtraComponents = true; @@ -147,7 +147,7 @@ in { frontend = { }; http = { # TODO: https://github.com/home-assistant/home-assistant/issues/16149 - base_url = "http://192.168.8.11:8123"; + # base_url = "http://192.168.8.11:8123"; }; conversation = {}; history = {}; -- cgit v1.2.3