summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2018-02-26 19:39:35 +0800
committerPeter Hoeg <peter@hoeg.com>2018-02-26 23:46:42 +0800
commita99d1f65f0f4a02f3909ce0bdc2965c2161ea381 (patch)
treef186773ec5a8c57e40481a083206ee2dc2fecb18 /pkgs/servers/home-assistant
parentab6c9143c20bb783647e0ae9516bbfe7e7db14ca (diff)
downloadnixlib-a99d1f65f0f4a02f3909ce0bdc2965c2161ea381.tar
nixlib-a99d1f65f0f4a02f3909ce0bdc2965c2161ea381.tar.gz
nixlib-a99d1f65f0f4a02f3909ce0bdc2965c2161ea381.tar.bz2
nixlib-a99d1f65f0f4a02f3909ce0bdc2965c2161ea381.tar.lz
nixlib-a99d1f65f0f4a02f3909ce0bdc2965c2161ea381.tar.xz
nixlib-a99d1f65f0f4a02f3909ce0bdc2965c2161ea381.tar.zst
nixlib-a99d1f65f0f4a02f3909ce0bdc2965c2161ea381.zip
home-assistant: add missing dependencies
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 4916db580388..70658cdc10e1 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -145,8 +145,8 @@
     "insteon_local" = ps: with ps; [  ];
     "insteon_plm" = ps: with ps; [  ];
     "verisure" = ps: with ps; [  ];
-    "media_player.kodi" = ps: with ps; [  ];
-    "notify.kodi" = ps: with ps; [  ];
+    "media_player.kodi" = ps: with ps; [ jsonrpc-async jsonrpc-websocket ];
+    "notify.kodi" = ps: with ps; [ jsonrpc-async ];
     "device_tracker.owntracks" = ps: with ps; [ libnacl ];
     "device_tracker.owntracks_http" = ps: with ps; [ libnacl ];
     "dyson" = ps: with ps; [  ];
@@ -346,7 +346,7 @@
     "climate.touchline" = ps: with ps; [  ];
     "device_tracker.trackr" = ps: with ps; [  ];
     "tradfri" = ps: with ps; [  ];
-    "device_tracker.unifi" = ps: with ps; [  ];
+    "device_tracker.unifi" = ps: with ps; [ pyunifi ];
     "keyboard" = ps: with ps; [  ];
     "vera" = ps: with ps; [  ];
     "media_player.vizio" = ps: with ps; [  ];