summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/component-packages.nix
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2018-11-02 18:12:19 +0800
committerPeter Hoeg <peter@hoeg.com>2018-11-02 18:12:19 +0800
commitf8a415f793c5caa1f4469e84810fd33407a2e376 (patch)
treedde2ff8486095c627bd1b86367006bc071db81e8 /pkgs/servers/home-assistant/component-packages.nix
parent1ccafe56f9b5bf967a30ad47b5ac947264cb0c4b (diff)
downloadnixpkgs-f8a415f793c5caa1f4469e84810fd33407a2e376.tar
nixpkgs-f8a415f793c5caa1f4469e84810fd33407a2e376.tar.gz
nixpkgs-f8a415f793c5caa1f4469e84810fd33407a2e376.tar.bz2
nixpkgs-f8a415f793c5caa1f4469e84810fd33407a2e376.tar.lz
nixpkgs-f8a415f793c5caa1f4469e84810fd33407a2e376.tar.xz
nixpkgs-f8a415f793c5caa1f4469e84810fd33407a2e376.tar.zst
nixpkgs-f8a415f793c5caa1f4469e84810fd33407a2e376.zip
home-assistant: make broadlink module available
Diffstat (limited to 'pkgs/servers/home-assistant/component-packages.nix')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index f1ee1eda95d..2a701dc870d 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -851,7 +851,7 @@
     "sensor.bme680" = ps: with ps; [  ];
     "sensor.bmw_connected_drive" = ps: with ps; [  ];
     "sensor.bom" = ps: with ps; [  ];
-    "sensor.broadlink" = ps: with ps; [  ];
+    "sensor.broadlink" = ps: with ps; [ broadlink ];
     "sensor.buienradar" = ps: with ps; [  ];
     "sensor.canary" = ps: with ps; [  ];
     "sensor.cert_expiry" = ps: with ps; [  ];
@@ -1139,7 +1139,7 @@
     "switch.arduino" = ps: with ps; [  ];
     "switch.arest" = ps: with ps; [  ];
     "switch.bbb_gpio" = ps: with ps; [  ];
-    "switch.broadlink" = ps: with ps; [  ];
+    "switch.broadlink" = ps: with ps; [ broadlink ];
     "switch.command_line" = ps: with ps; [  ];
     "switch.deconz" = ps: with ps; [  ];
     "switch.deluge" = ps: with ps; [ deluge-client ];