summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-05-15 13:12:25 +0200
committermakefu <github@syntax-fehler.de>2021-05-15 13:12:25 +0200
commit7f515fd150eb7672f272ee61f581ae7e0ff76e86 (patch)
tree1af27b15107ebecfb58e8c22a6b88e48967c85e1 /makefu
parent4d08eada4ede46463abfc74b7a03881c26d34b00 (diff)
ma bureautomation: disable pykodi
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/bureautomation/default.nix4
1 files changed, 2 insertions, 2 deletions
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 <stockholm/makefu/2configs/home/ham/deps/dwdwfsapi.nix> {})
- (p.callPackage <stockholm/makefu/2configs/home/ham/deps/pykodi.nix> {})
+ # (p.callPackage <stockholm/makefu/2configs/home/ham/deps/pykodi.nix> {})
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 = {};